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

title : 刀剣広場ブログ 記事ページ用スタイル
scope : 刀剣広場ブログ 共通

memo：一覧ページでも読み込み

last modify : 2022/09/14 tanaka／WEB2TCI-29508 新規作成

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

/*link_btn*/
.buttons {
  margin: -15px auto 20px;
  text-align: center;
}

/*search_fa_data*/
ul.search_fa_data{
  max-width: 600px;
  margin: 0 auto 10px;
  overflow: hidden;
}
.btn_fa_data a{
  background: -webkit-linear-gradient(top, #1e84c1 0%, #2172ad 100%);
  background: linear-gradient(to bottom, #1e84c1 0%, #2172ad 100%);
  box-shadow: 0 1px 2px 1px rgba(116, 99, 66, .6);
  box-sizing: border-box;
  border-radius: 25px;
  text-align: center;
  font-size: 19px;
  float: left;
  font-weight: 600;
  line-height: 1.2;
  margin: 1% 1% 2%;
  padding: 0 15px 0 50px;
  position: relative;
  vertical-align: middle;
  width: 48%;
  height: 50px;
}
.btn_fa_data a,
.btn_fa_data a:visited,
.btn_fa_data a:link{
  color: #fff;
}
.btn_fa_data a:hover{
  opacity: 0.8;
}
.btn_fa_data a::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 24px;
  bottom: 0;
  content: "";
  height: 24px;
  left: 18px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.btn_fa_data.rsch a::before{
  background-image: url(https://www.touken-world.jp/image_cmn/facility/ico-nearby-facility.png);
}
.btn_fa_data.gotouchi a::before{
  background-image: url(https://www.touken-world.jp/image_cmn/facility/ico-nearby-map.png);
}
.btn_fa_data.mtrsch a::before{
  background-image: url(https://www.touken-world.jp/image_cmn/facility/ico-nearby-data.png);
}
.btn_fa_data.map a::before{
  background-image: url(https://www.touken-world.jp/image_cmn/facility/ico-nearby-pin.png);
}
.btn_bg_m .area{
  font-size: 12px;
  font-weight: 100;
}
@media (max-width: 767px){
  div.article-body-outer div.article-body ul li.btn_fa_data{
    list-style-type: none;
    margin: 0;
  }
  .btn_fa_data a{
    font-size: 16px;
    padding: 0 10px 0 35px;
    height: 44px;
  }
  .btn_fa_data a::before {
    background-size: auto 18px;
    height: 18px;
    left: 12px;
    width: 18px;
  }
}
@media (max-width:360px) {
  .btn_fa_data a{
    font-size: 12px;
    padding: 5px 10px 0 35px;
    height: 38px;
  }
}

/* Blog page */
.box_blog__wrapper {
  padding: 0;
}

/* Common
=========================================================== ======================== */
.box_blog__article li, .box_blog__writer li span img, .box_teacher__posts ul li .thumb, .box_blog__rel ul li img, .box_blog__list li .item_author span:last-child a, .box_blog__list li .item_author span:first-child img {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.box_blog__tags li a:hover, .box_blog__history .sub li a:hover {
  color: #1e1e1e;
  opacity: 1;
}
/* Heading common
=========================================================== ======================== */
.header_sp__nav {
  display: none;
}
#blog_header, #blog_header .blog_header_logo {
  position: relative;
}
#blog_header {
  background-color: #131213;
  background-image: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_blog_archive_plain.jpg);
  background-position: 0 0;
  background-repeat: repeat;
  color: #fff;
  overflow: hidden;
}
#blog_header .blog_header_black {
  background: #131213;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
#blog_header .blog_header_mainhd, #blog_header .blog_header_content, #blog_header .blog_header_txt {
  position: relative;
  z-index: 2;
}
#blog_header .blog_header_mainhd {
  background: url(https://www.touken-world.jp/image_cmn/header_blog/bg_header_bar01.png) repeat top left;
}
#blog_header .blog_header_mainhd span {
  color: #fff;
  display: block;
  font-size: 13px;
  letter-spacing: 0.3px;
  padding: 9px 300px 9px 2px;
}
#blog_header .blog_header_logo {
  z-index: 3;
}
#blog_header .blog_header_logo span {
  padding: 2px;
}
#blog_header .blog_header_logo img {
  border: 1px solid #B28E5E;
  height: auto;
  padding: 3px 15px;
}
#blog_header .blog_header_logo a {
  background: url(https://www.touken-world.jp/image_cmn/header_blog/bg_logo.jpg) repeat top left;
  font-size: 0;
  /* padding: 12px 19px 14px; */
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#blog_header .blog_header_content {
  display: table;
  height: 230px;
  position: relative;
}
#blog_header .blog_header_content::before, #blog_header .blog_header_content::after {
  background-position: top left;
  background-repeat: no-repeat;
  bottom: -1px;
  content: "";
  position: absolute;
}
#blog_header .blog_header_content::before {
  background-image: url(https://www.touken-world.jp/image_cmn/header_blog/bg-header-flower-l.png);
  height: 78px;
  left: -65px;
  width: 162px;
}
#blog_header .blog_header_content::after {
  background-image: url(https://www.touken-world.jp/image_cmn/header_blog/bg-header-flower-r.png);
  height: 100px;
  right: -65px;
  width: 190px;
}
#blog_header .blog_header_content strong {
  display: table-cell;
  font-size: 0;
  padding-left: 40px;
  position: relative;
  top: 6px;
  vertical-align: middle;
}
#blog_header .blog_header_content .logo_area {
  display: table-cell;
  font-size: 0;
  padding: 30px 0 0 5px;
  position: relative;
  vertical-align: top;
}
#blog_header .blog_header_txt {
  background: url(https://www.touken-world.jp/image_cmn/header_blog/bg_header_bar02.png) repeat top left;
  font-size: 17px;
  padding: 13px 0 10px;
  position: relative;
  text-align: center;
}
#blog_header .blog_header_txt span {
  display: block;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #blog_header .blog_header_txt span {
    font-weight: 600;
  }
}
#blog_header .blog_header_sns {
  font-size: 0;
  left: 100px;
  position: absolute;
  top: 170px;
  z-index: 2;
}
#blog_header .blog_header_sns li {
  display: inline-block;
  margin-right: 7px;
  vertical-align: top;
}
#blog_header .blog_header_overlay {
  background: url(https://www.touken-world.jp/image_cmn/header_blog/img-main-photo.png) no-repeat top right;
  height: 100%;
  position: absolute;
  right: -12px;
  top: 0;
  width: 100%;
}

/* Blog archive
=========================================================== ======================== */
.blog_archive {
  margin-bottom: 34px;
}
.blog_archive h3 {
  font-size: 0;
}
.box_blog__left {
  float: left;
  width: 670px;
}
.box_blog__right {
  float: right;
  width: 281px;
}
.box_blog__right .ttl3 {
  font-size: 0;
  margin-top: 7px;
}
.box_blog__left .ttl3 {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/ico.png) no-repeat left top 3px;
  float: left;
  font-size: 21px;
  font-weight: 600;
  line-height: 23px;
  padding: 0 0 0 35px;
  position: relative;
  top: 4px;
}
.tablet .box_blog__left .ttl3 {
  font-weight: normal;
}

/* List blog
=========================================================== ======================== */
.box_blog__list {
  clear: both;
}
.box_blog__list li {
  padding: 1px 0 3px;
  position: relative;
}
.box_blog__list > li {
  margin-bottom: 14px;
}
.box_blog__list li::before, .box_blog__list li::after {
  background-position: top left;
  background-repeat: repeat-x;
  content: "";
  position: absolute;
  width: 100%;
}
.box_blog__list li::after {
  background-image: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_post_bot.png);
  bottom: 0;
  height: 3px;
}
.box_blog__list li .item_inner {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_post.jpg) repeat top left;
  padding: 35px 37px 25px;
  position: relative;
}
.box_blog__list li .item_inner::before {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_post_before.png) no-repeat top left;
  content: "";
  height: 129px;
  position: absolute;
  right: 0;
  top: 0;
  width: 164px;
}
.box_blog__list li .ttlh3 {
  border-bottom: 1px solid #B28E5F;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 1.45;
  margin-bottom: 8px;
  padding-bottom: 3px;
}
.box_blog__list li .ttlh3 span {
  border-bottom: 1px solid #B28E5F;
  display: block;
  padding-bottom: 12px;
}
.box_blog__list li .item_toptable {
  margin-bottom: 17px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.box_blog__list li .item_toptable td {
  vertical-align: middle;
}
.box_blog__list li .item_sns {
  font-size: 0;
  padding-left: 2px;
  width: 385px;
}
.box_blog__list li .item_sns li {
  background: none;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}
.box_blog__list li .item_sns li::before, .box_blog__list li .item_sns li::after, .box_blog__list li .list_tag li::before, .box_blog__list li .list_tag li::after {
  display: none;
}
.box_blog__list li .item_sns .post_date span {
  background: #D23F40;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  padding: 0px 6px;
  text-align: center;
}
.box_blog__list li .item_sns .twitter-share-button {
  margin-right: 7px;
}
.box_blog__list li .item_sns .hatena-btn, .box_blog__list li .item_sns .hatena-bookmark-button-frame {
  display: block;
  margin-right: 7px;
}
.box_blog__list li .item_author img, .box_blog__list li .item_author span {
  display: table-cell;
  vertical-align: middle;
}
.box_blog__list li .item_author span:first-child {
  width: 38px;
}
.box_blog__list li .item_author img {
  border-radius: 50%;
}
.box_blog__list li .item_author span:last-child {
  color: #0d53de;
  font-size: 16px;
  letter-spacing: -1px;
  padding-left: 6px;
}
.box_blog__list li .item_author span:last-child a {
  color: inherit;
}
.box_blog__list li .item_author:hover img {
  opacity: 0.5;
}
.box_blog__list li .item_author:hover span:last-child a {
  color: #a92121;
}
.box_blog__list li .item_txt .link-img {
  float: left;
  position: relative;
  z-index: 1;
}
.box_blog__list li .item_txt {
  margin-bottom: 10px;
}
.box_blog__list li .item_txt img {
  float: left;
  margin: 0 20px 0 2px;
  width: 200px;
}
.box_blog__list li .item_txt p {
  font-size: 14px;
  overflow: hidden;
  position: relative;
  top: -4px;
  text-align: justify;
  line-height: 23px;
}
.box_blog__list li .item_bottable {
  width: 100%;
}
.box_blog__list li .item_bottable td {
  vertical-align: middle;
}
.box_blog__list li .item_bottable td:last-child {
  width: 156px;
}
@media ( min-width:768px ) {
  .box_blog__list li .item_bottable td:last-child {
   display: table-cell!important;
 }
}
.box_blog__list li .item_bottable .list_tag {
  padding: 0 10px 0 5px;
  font-size: 0;
}
.box_blog__list li .item_bottable .list_tag li {
  color: #B28E5F;
  display: inline-block;
  font-size: 15px;
  padding: 0;
  vertical-align: top;
}
.box_blog__list li .item_bottable .list_tag li:first-child {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/ico_tag.png) no-repeat top 4px left;
  padding-left: 23px;
}
.box_blog__list li .item_bottable .list_tag li a {
  color: #B28E5F;
}
.box_blog__list li .item_bottable .list_tag li a:hover {
  color: #a92121;
}

@media (max-width:767px){
  .box_blog__list li .item_bottable .list_tag li a {
    font-feature-settings: "pkna";
  }
}

/* Page navigation
=========================================================== ======================== */
.page_skip {
  font-size: 0;
  letter-spacing:0;
  margin: 0 auto 82px;
  position:relative;
  text-align:center;
}
.page_skip * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
}
.page_skip a:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.page_count_box {
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  background:#4250dc;
  border:1px solid #1d558d;
  border-radius:2px;
  color:#fff;
  font-size:15px;
  height:34px;
  letter-spacing:.01em;
  line-height:34px;
  margin: 0 5px;
  padding: 0;
  width:34px;
}
@media (max-width: 767px){
  .p_tonext.prevp {
    margin-left: 0;
    margin-right: 2px;
  }
  .page_count_box { 
    margin: 0 2px;
  }
}
.page_count_box a {
  background:#fff;
  color:#4250dc;
  display:block;
  font-size:15px;
  height:34px;
  letter-spacing:.01em;
  line-height:34px;
  width:34px;
}
.page_count_box a:hover {
  background:#4250dc;
  color:#fff;
  font-weight: 600;
}
.p_toback,.p_tonext {
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border:1px solid #1d558d;
  border-radius:2px;
  color:#1d558d;
  font-size:15px;
  line-height:34px;
  width:95px;
}
.p_toback a, .p_tonext a {
  color: #0000ff;
}
.p_toback {
  background:url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_back.png) no-repeat 92px 12px;
  padding-right:10px;
}
.p_tonext {
  background:url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_next.png) no-repeat 9px 12px;
  margin-left: 5px;
  padding-left:10px;
}
.p_toback a:hover {
  background:url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_back_ov.png) no-repeat 92px 12px #4250dc;
  color:#fff;
  display:block;
  font-weight: 600;
  line-height:34px;
  margin-right:-10px;
  padding-right:10px;
  width:95px;
}
.p_tonext a:hover {
  background:url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_next_ov.png) no-repeat 9px 12px #4250dc;
  color:#fff;
  display:block;
  font-weight: 600;
  line-height:34px;
  margin-left:-10px;
  padding-left:10px;
  width:95px;
}
.p_toback_gr {
  background:url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_back_gr.png) no-repeat 92px 12px #ccc;
  border-radius:2px;
  color:#8E8E8E;
  font-size:15px;
  line-height:36px;
  margin-right: 5px;
  padding-right:10px;
  text-shadow:1px 1px 0 rgba(255,255,255,1);
  width:95px;
}
.p_tonext_gr {
  background:url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_next_gr.png) no-repeat 9px 12px #ccc;
  border-radius:2px;
  color:#8E8E8E;
  font-size:15px;
  line-height:36px;
  padding-left:10px;
  text-shadow:1px 1px 0 rgba(255,255,255,1);
  width:95px;
}
.page_select {
  margin-left:8px;
  position:absolute;
}
.page_select_ttl {
  background:url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_select_bottom.png) no-repeat right center;
  color:#1d558d;
  cursor:pointer;
  display:block;
  font-size:15px;
  line-height:34px;
  padding-left:2px;
  position:relative;
  text-align:left;
  width:156px;
}
.page_select_ttl span {
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border:1px solid #1d558d;
  border-radius:2px;
  color:#1d558d;
  cursor:pointer;
  display:block;
  font-size:15px;
  font-weight: normal;
  line-height:34px;
  padding-left:5px;
  position:relative;
  text-align:left;
  width:150px;
}
.page_select_ttl_hover {
  background:url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_select_bottom_on.png)#fff no-repeat right center;
  color:#1d558d;
}
.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;
  left:2px;
  line-height:34px;
  max-height:195px;
  overflow-x:hidden;
  overflow-y:scroll;
  position:relative;
  text-align:left;
  width:145px;
  z-index:1000;
}
.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;
  padding-left:9px;
}
.page_select_menu a {
  display:block;
  width:140px;
}
.page_select_menu a:hover {
  background:#FFE6EB;
  color: #ff0000;
}
.page_select_menu::-webkit-scrollbar {
  width:12px;
}
.page_select_menu::-webkit-scrollbar-track {
  background:rgba(200,200,200,1);
}
.page_skip_ul,.page_nav_ul {
  position:relative;
  right:75px;
}
.page_skip_ul li,.page_nav_ul li,.page_nav_ul02 li {
  display:inline-block;
  position:relative;
  vertical-align:top;
}
.page_select_menu::-webkit-scrollbar-thumb,.page_select_menu::-webkit-scrollbar-thumb:window-inactive {
  background:rgba(200,230,255,1);
}

/* New Article
=========================================================== ======================== */
.box_blog__article {
  margin-bottom: 27px;
  padding: 14px 0 0 0;
}
.box_blog__article li {
  backface-visibility: hidden;
  border-bottom: 1px solid #E5BCBC;
  display: inline-block;
  margin-bottom: 14px;
  padding: 0 5px 9px 5px;
  vertical-align: top;
  width: 100%;
}
.box_blog__article li img {
  float: left;
  margin-right: 11px;
  width: 100px;
}
.box_blog__article li .content {
  overflow: hidden;
  position: relative;
  top: -4px;
}
.box_blog__article li .content span {
  background: #D23F40;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
  padding: 0px 6px;
  text-align: center;
}
.box_blog__article li .content .ttl_name {
  display: block;
  font-size: 14px;
  letter-spacing: -0.3px;
  line-height: 1.35;
  margin-top: 4px;
  max-height: 55px;
  overflow: hidden;
  text-align: justify;
}
.box_blog__article li:hover {
  opacity: 0.5;
}
.box_blog__article li:hover .content a, .box_blog__article li .content a:hover {
  color: #1e1e1e;
}
.box_blog__fixed {
  background: #fff;
  width: 281px;
}
.box_blog__fixed.fixed {
  -webkit-animation: newarticle 0.3s;
  animation: newarticle 0.3s;
  position: fixed;
  top: 20px;
  z-index: 1;
}
.box_blog__fixed.static {
  position: absolute;
  bottom: 0px;
}
.box_blog__wrapper {
  position: relative;
}
.stopper {
  width: 100%;
  display: inline-block;
}

/* Writer
=========================================================== ======================== */
.box_blog__writer {
  margin-bottom: 43px;
  padding: 15px 0 0 5px;
}
.box_blog__writer li {
  display: table;
  margin-bottom: 6px;
  width: 100%;
}
.box_blog__writer li span, .box_blog__writer li a {
  display: table-cell;
  vertical-align: middle;
}
.box_blog__writer li span {
  font-size: 0;
  height: 51px;
  width: 51px;
}
.box_blog__writer li span img {
  border-radius: 50%;
}
.box_blog__writer li a {
  color: #0d53de;
  font-weight: 600;
  padding-left: 9px;
}
.box_blog__writer li:hover a {
  color: #a92121;
}
.box_blog__writer li:hover span img {
  opacity: 0.5;
}

/* Category
=========================================================== ======================== */
.box_blog__tags {
  margin-bottom: 26px;
  padding: 19px 0 0 14px;
}
.box_blog__tags li {
  margin-bottom: 5px;
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/ico_tag02.png) no-repeat center left;
  font-size: 16px;
  padding-left: 24px;
  /*  display: inline-block; */
}
.box_blog__tags li a{
  color: #0d53de; 
}
.box_blog__tags li a:hover {
  color: #a92121;
}

/* Date Archive
=========================================================== ======================== */
.box_blog__history {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 33px;
  padding: 18px 0 0 15px;
}
.box_blog__history > li {
  margin-bottom: 9px;
}
.box_blog__history > li > span {
  font-weight: 600;
}
@media(min-width: 768px) {
  .box_blog__history > li > span {
    font-size: 18px;
  }
}
.box_blog__history .sub {
  padding: 6px 0 0 8px;
}
.box_blog__history .sub li {
  margin-bottom: 5px;
}
.box_blog__history .sub li a {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/ico_triangle.png) no-repeat top 6px left;
  color: #0d53de;
  display: inline-block;
  padding-left: 14px;
}
.box_blog__history .sub li a:hover {
  color: #a92121;
}
.sidebar_bot_char {
  display: block;
  margin: auto;
}

/* Teacher page */
.fancybox-stage {

}
.blog_teacher #blog_header .blog_header_overlay {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_blog_teacher_char.png) no-repeat top right;
  right: -131px;
}
.blog_teacher #blog_header .blog_header_black {
  background: #161515;
}
.blog_teacher #blog_header .blog_header_overlay::after {
  background: #161515;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
}
.blog_teacher #blog_header .blog_header_content .logo_area {
  padding-left: 24px;
  top: 15px;
}
.blog_teacher #blog_header {
  overflow: visible;
}
.blog_teacher #blog_header .blog_header_content::after {
  background: url(https://www.touken-world.jp/image_cmn/bg-header-flower-r.png) no-repeat top left;
  bottom: -115px;
  height: 115px;
  right: -118px;
  width: 326px;
}
.blog_teacher #blog_header .blog_header_content {
  height: 169px;
}
.blog_teacher #blog_header .blog_header_content strong {
  top: 2px;
}
.blog_teacher #blog_header .blog_header_content::before {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_detail16.png) no-repeat top left;
  bottom: 0;
  height: 53px;
  left: -70px;
  width: 95px;
}
.blog_teacher__mainframe {
  overflow: hidden;
  position: relative;
}
.blog_teacher__mainframe::after {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_teacher01.png) no-repeat top left;
  bottom: -115px;
  content: "";
  height: 115px;
  right: -118px;
  width: 326px;
}
.blog_teacher .breadcrumbs {
  margin-bottom: 14px;
}
.box_teacher__wrapper {
  margin: auto;
  width: 830px;
}

/* Teacher intro txt
=========================================================== ======================== */
.box_teacher__intro {
  color: #0A0A0A;
  font-feature-settings: "palt";
  margin-bottom: 33px;
  padding: 0 25px;
}

/* Teacher name
=========================================================== ======================== */
.box_teacher__name {
  margin-bottom: 47px;
  padding: 1px 0 3px;
  position: relative;
}
.box_teacher__name::before, .box_teacher__name::after {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.box_teacher__name::before {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_post_top.png) repeat-x top left;
  height: 1px;
  top: 0;
}
.box_teacher__name::after {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_post_bot.png) repeat-x top left;
  height: 3px;
  bottom: 0;
}
.box_teacher__name span {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_teacher05.jpg) repeat top left;
  display: block;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 18px 135px 10px;
  position: relative;
  text-align: center;
}
.box_teacher__name span::before, .box_teacher__name span::after {
  bottom: -3px;
  content: "";
  position: absolute;
}
.box_teacher__name span::before {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_teacher03.png) no-repeat top left;
  height: 53px;
  left: 0;
  width: 91px;
}
.box_teacher__name span::after {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_teacher04.png) no-repeat top left;
  height: 52px;
  right: 0;
  width: 129px;
}

/* Teacher gallery
=========================================================== ======================== */
.box_teacher__gallery {
  font-size: 0;
  margin-bottom: 40px;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}
.box_teacher__gallery li {
  display: inline-block;
  padding: 0 15px;
  vertical-align: top;
  width: 365px;
}
.box_teacher__gallery li a {
  outline: none;
  position: relative;
}
.box_teacher__gallery li a::after {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/ico_zoom.png) no-repeat top left;
  bottom: 9px;
  content: "";
  height: 22px;
  position: absolute;
  right: 8px;
  width: 22px;
}

/* Teacher profile
=========================================================== ======================== */
.box_teacher__profile {
  font-size: 15px;
  margin-bottom: 37px;
}
.box_teacher__profile h2 img {
  display: block;
  margin: auto;
}
.box_teacher__profile--content {
  letter-spacing: -0.6px;
  line-height: 1.9;
  padding: 25px 65px;
}
.box_teacher__profile--content .ttl01 {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/sp/ico.png) no-repeat left 5px;
  background-size: 19px auto;
  border-bottom: 1px solid #cecece;
  display: block;
  font-size: 15px;
  margin-bottom: 7px;
  overflow: hidden;
  padding-bottom: 5px;
  padding-left: 25px;
}
.box_teacher__profile--content .ttl01 .address {
  float: left;
  max-height: 62px;
  overflow: hidden;
  width: 617px;
}
.box_teacher__profile--content .ttl01 span.ffM {
  color: #b28e5f;
  float: left;
  font-weight: 600;
  padding-right: 10px;
  width: 58px;
}
/* Teacher career
=========================================================== ======================== */
.box_teacher__career {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_teacher06.png) repeat top left;
  margin: 0 auto 92px;
  padding: 5px;
  position: relative;
  width: 650px;
}
.box_teacher__career::before {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_teacher08.png) no-repeat top left;
  content: "";
  height: 115px;
  position: absolute;
  right: 5px;
  top: 4px;
  width: 209px;
}
.box_teacher__career h3 {
  height: 54px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -27px;
  width: 306px;
}
.box_teacher__career--content {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_teacher07.jpg) repeat top left;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 1.9;
  padding: 45px 23px 16px;
}
.box_teacher__career--content small {
  display: block;
  font-size: 13px;
  margin-right: 6px;
  margin-top: -1px;
  text-align: right;
}

/* Teacher list posts
=========================================================== ======================== */
.box_teacher__posts {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_teacher09.jpg) repeat top left;
  margin-bottom: 30px;
  padding: 28px 0 72px;
}
.box_teacher__posts:after {
  clear: both;
  content: '';
  display: table;
}
.box_teacher__posts--wrapper {
  margin: auto;
  width: 920px;
}
.box_teacher__posts h2 {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_teacher10.png) no-repeat top left;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 auto 40px;
  height: 56px;
  padding: 16px 60px 14px;
  text-align: center;
  width: 802px;
}
.box_teacher__posts h2 span {
  height: 26px;
  overflow: hidden;
  padding: 0 30px;
  position: relative;
}
@media (min-width:768px) {
  .box_teacher__posts h2 span {
    display: inline-block!important;
  }
}
.box_teacher__posts h2 span::before, .box_teacher__posts h2 span::after {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/ico_4dots_white.png) no-repeat top left;
  content: "";
  height: 14px;
  position: absolute;
  top: 5px;
  width: 22px;
}
.box_teacher__posts h2 span::before {
  left: 0;
}
.box_teacher__posts h2 span::after {
  right: 0;
}
.box_teacher__posts h2 small {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.box_teacher__posts ul {
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.box_teacher__posts ul::before, .box_teacher__posts ul::after {
  content: "";
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  width: 207px;
}
/*.box_teacher__posts ul::before {
  background-image: https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/img_charbot01.png);
  bottom: 21px;
  height: 272px;
  right: 247px;
}
.box_teacher__posts ul::after {
  background-image: https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/img_charbot02.png);
  bottom: 22px;
  height: 271px;
  right: 11px;
  }*/
  .box_teacher__posts ul li {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 10px;
    vertical-align: top;
    width: 25%;
  }
  .box_teacher__posts--inner {
    background: #fff;
  }
  .box_teacher__posts--inner.no-backg {
    background: none;
  }
  .box_teacher__posts ul li h3 a {
    color: #0d53de;
    display: block;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -1.5px;
    padding: 18px 20px 12px;
  }
  @media ( min-width:768px ) {
    .box_teacher__posts ul li h3 a {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }
  .box_teacher__posts ul li h3.hide_pc a {
    left: 10000%;
    position: absolute;

  }
  .box_teacher__posts ul li .thumb {
    position: relative;
  }
  .box_teacher__posts ul li .thumb span {
    background: #D23F40;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    left: 0;
    padding: 0 6px;
    position: absolute;
    text-align: center;
  }
  .box_teacher__posts ul li p {
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 1.5;
    max-height: 96px;
    min-height: 96px;
    padding: 12px 19px 18px;
    text-align: justify;
  }
  .box_teacher__posts ul li:hover h3 a {
    color: #a92121;
  }
  .box_teacher__posts ul li:hover .thumb {
    opacity: 0.5;
  }

  /* Detail page */
  .blog_detail #blog_header::after{
    background: url(https://www.touken-world.jp/image_cmn/header_blog/bg_header_bar02.png) repeat top left;
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    height: 4px;
    width: 100%;
    z-index: 4;
  }

  .blog_detail .breadcrumbs {
    margin-bottom: 22px;
  }
  .blog_detail .box_teacher__intro {
    margin-bottom: 33px;
    padding: 0 32px;
  }
  .blog_detail .sidebar_bot_char {
    display: none;
  }
  .blog_detail .sidebar_bot_char.hide {
    display: none!important;
  }
  .box_blog__wrapper_detail {
    margin: 40px auto 0;
  }

/* Detail author box
=========================================================== ======================== */
.box_blog__authorbox {
  margin-left: auto;
  margin-right: auto;
  width: 783px;
}
.box_teacher__intro {
  margin: 10px 0 40px 0;
}
.box_blog__authorbox {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_detail04.jpg) repeat top left;
  border: 3px solid #B28E5F;
  margin-bottom: 50px;
  padding: 4px 3px;
  position: relative;
}
.box_blog__authorbox::before {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_detail06.png) no-repeat top left;
  content: "";
  height: 67px;
  position: absolute;
  right: 10px;
  top: 25px;
  width: 215px;
}
.box_blog__authorbox .ttl2 {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -32px;
  width: 222px;
}
.box_blog__authorbox--inner {
  border: 1px solid #B28E5F;
  padding: 44px 30px 19px;
}
.box_blog__authorbox .thumb {
  float: left;
  height: 173px;
  margin-right: 23px;
  padding-top: 15px;
  position: relative;
  width: 173px;
}
@media ( min-width: 768px ) {
  .box_blog__authorbox .thumb {
    height: 230px;
  }
}
.box_blog__authorbox .thumb::before {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_detail05.png) no-repeat top left;
  content: "";
  height: 252px;
  left: -2px;
  position: absolute;
  top: -23px;
  width: 190px;
}
.box_blog__authorbox .thumb img {
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.box_blog__authorbox .content {
  overflow: hidden;
}
.box_blog__authorbox .content h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 13px;
}
.box_blog__authorbox .content h3 small {
  color: #B28E5F;
  font-size: 15px;
  margin-left: 13px;
}
.box_blog__authorbox .content p {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-bottom: 19px;
}

/* Detail zoom box
=========================================================== ======================== */
.box_blog__zoom_bl {
  font-size: 0;
  padding-bottom: 8px;
  position: relative;
}
.box_blog__zoom_bl:after {
  clear: both;
  content: '';
  display: table;
}
.box_blog__zoom_bl h2 {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/ico.png) no-repeat left top 3px;
  float: left;
  font-size: 21px;
  font-weight: 600;
  padding: 0 0 0 35px;
  position: relative;
  top: 4px;
}
.tablet .box_blog__zoom_bl h2 {
  font-weight: normal;
}
.box_blog__zoom_bl .charm_detail_content__zoom {
  float: right;
  margin: 0 auto;
  position: static;
}

/* Detail main title box
=========================================================== ======================== */
.box_blog__post_title {
  font-weight: 600;
  margin-bottom: 16px;
  padding: 27px 10px 0px;
  position: relative;
}
.box_blog__post_title::before {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_detail07.png) no-repeat top left;
  content: "";
  height: 152px;
  position: absolute;
  right: 0;
  top: 0;
  width: 220px;
}
.box_blog__post_title h1 {
  border-bottom: 1px solid #B28E5F;
  font-size: 26px;
  padding-bottom: 3px;
  line-height: 1.4;
}
.box_blog__post_title span {
  border-bottom: 1px solid #B28E5F;
  display: block;
  padding: 0 32px 20px;
}

/* Detail sns bar
=========================================================== ======================== */
.box_blog__post_sns {
  font-size: 0;
  margin-bottom: 15px;
  padding: 0 10px;
}
.box_blog__post_sns li {
  background: none;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}
.box_blog__post_sns .post_date span {
  background: #D23F40;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  padding: 0px 6px;
  text-align: center;
}
.box_blog__post_sns .twitter-share-button,
.box_blog__post_sns .hatena-btn,
.box_blog__post_sns .hatena-bookmark-button-frame {
  display: block;
  margin-right: 7px;
}

/* Detail tags list
=========================================================== ======================== */
.box_blog_detail_tags {
  font-size: 0;
  margin-bottom: 22px;
  padding: 0 13px;
}
.box_blog_detail_tags li {
  color: #B28E5F;
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
}
.box_blog_detail_tags li a {
  color: #B28E5F;
}
.box_blog_detail_tags li:first-child {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/ico_tag.png) no-repeat top 4px left;
  padding-left: 23px;
}
.box_blog_detail_tags li a:hover {
  opacity: 0.5;
}

/* Detail main img
=========================================================== ======================== */
.box_blog__mainimg {
  display: block;
  margin: 0 auto 25px;
  width: 360px;
  height: auto;
}

/* Detail anchors box
=========================================================== ======================== */
.box_blog__detail_wrapper {
  padding: 0 11px 0 8px;
}
.box_blog__anchors {
  margin: 0 auto 45px;
  max-width: 650px;
}
.box_blog__anchors .title {
  background: #A92121;
  padding: 2px 15px;
  text-align: center;
  letter-spacing: 0;
}
.box_blog__anchors span {
  color: #fff;
  display: inline-block;
  font-size: 1.41em;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 0 30px;
  position: relative;
  vertical-align: top;
}
.box_blog__anchors span::before, .box_blog__anchors span::after {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/ico_4dots.png) no-repeat top left;
  content: "";
  height: 12px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 18px;
}
.box_blog__anchors span::before {
  right: 0;
}
.box_blog__anchors span::after {
  left: 0;
}
.box_blog__anchors ul {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_detail08.jpg) repeat top left;
  border-top: 0;
  list-style: none;
  padding-left: 0;
}
.box_blog__anchors ul li {
  border-bottom: 1px solid #F0E8DF;
}
.box_blog__anchors ul li.h2-case a:before {
  content: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/ico_triangle_right.png);
  margin-right: 5px;
}
.box_blog__anchors ul li.h3-case {
  display:none;
}
.box_blog__anchors ul li.h3-case a {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/ico_triangle_down.png) no-repeat top 19px left 25px;
  padding-left: 40px;
}
.box_blog__anchors ul li:last-child {
  border: 0;
  margin: 0;
}
.box_blog__anchors ul li a, .box_blog__anchors ul.font_m li a {
  color: #0d53de;
  display: block;
  font-size: 1.06em;
  text-indent: -1em;
  letter-spacing: -0.5px;
  padding: 9px 30px 9px 2.5em;
  position: relative;
}
.box_blog__anchors ul.font_s li a {
  background-position: top 17px left 16px;
}
.box_blog__anchors ul.font_l li a {
  background-position: top 22px left 16px
}
.box_blog__anchors ul li a:hover {
  opacity: 0.5;
}


/* Detail box blog mainimg outer
=========================================================== ======================== */
.box_blog__mainimg__outer {
  margin: 0 auto 10px;
  text-align: center;
}

.box_blog__mainimg__outer img {
  vertical-align: bottom;
  border: 1px solid #fff;
  box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.3);
  height: auto;
  max-width: 360px;
  width: auto;
}

/* Detail box blog mainimg outer News
=========================================================== ======================== */
.box_blog__mainimg__outer__News {
  margin-bottom: 25px;
  text-align: center;
}
.box_blog__mainimg__outer__News img {
  margin: 0 auto;
  vertical-align: bottom;
  border: #aaa solid 1px;
  height: auto;
  /* max-height: 450px; */
  max-width: 570px;
  width: auto;
}

/* Detail post content
=========================================================== ======================== */
.box_blog__detail_wrapper #anchor00 {
  margin-top: 0;
}
.box_blog__detail_wrapper .anchor {
  margin-top: 20px;
}
.box_blog__detail_pd01 {
  padding: 26px 25px 0;
}
.box_blog__detail_pd01:after {
  clear: both;
  content: '';
  display: table;
}
.box_blog__detail_pd02 {
  padding: 0 0 0 33px;
}
.box_blog__detail_pd03 {
  padding: 0 20px 0 15px;
}
.box_blog__detail_pd04 {
  padding: 0 0 0 28px;
}
.box_blog__detail_wrapper h2 {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bgh2.jpg) repeat top left;
  color: #fff;
  font-family: serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.52px;
  line-height: 27px;
  margin: 20px 0 0 0;
  padding: 11px 15px 10px 24px;
  position: relative;
}
.tablet .box_blog__detail_wrapper h2 {
  font-weight: normal;
}
.box_blog__detail_wrapper h2 span {
  display: block;
  padding: 0;
  position: relative;
}
.box_blog__detail_wrapper h2::before {
  background: #fff;
  bottom: 0;
  content: "";
  height: calc(100% - 14px);
  left: 9px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 4px;
}
.box_blog__detail_wrapper h3 {
  background: #ebd6a0;
  background: -webkit-linear-gradient(rgba(246,240,228,0.8), rgba(236,214,160,0.8));
  background: -o-linear-gradient(rgba(246,240,228,0.8), rgba(236,214,160,0.8));
  background: -moz-linear-gradient(rgba(246,240,228,0.8), rgba(236,214,160,0.8));
  background: linear-gradient(rgba(246,240,228,0.8), rgba(236,214,160,0.8));
  color: #8f5219;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.52px;
  position: relative;
}
.box_blog__detail_wrapper h3 > span {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bkg.png);
  display: block;
  padding: 10px 35px 8px 24px;
  position: relative
}
.box_blog__detail_wrapper h3 > span span {
  position: relative;
}
.box_blog__detail_wrapper h3 > span:before {
  background: #ebd6a0;
  background: -webkit-linear-gradient(#f6f0e4, #ebd6a0);
  background: -o-linear-gradient(#f6f0e4, #ebd6a0);
  background: -moz-linear-gradient(#f6f0e4, #ebd6a0);
  background: linear-gradient(#f6f0e4, #ebd6a0);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.box_blog__detail_wrapper h4,
.box_blog__detail_wrapper div.post_title_h4 > h4,
.box_blog__detail_wrapper dl.post_title_h4 > dt{
  color: #18561e;
  font-size: 1.3em;
  font-weight: 600;
  margin: 0 0 0.5em 1em;
  padding-left: 0;
  text-indent: -1em;
  background: none;
}

.box_blog__detail_wrapper h4.post_title_h4::before,
.box_blog__detail_wrapper div.post_title_h4 > h4::before,
.box_blog__detail_wrapper dl.post_title_h4 > dt::before{
  content: "◆";
}

.box_blog__detail_wrapper dl.post_title_h4 > dd{
  margin: 0 0 2.5% 1.5em;
}
.box_blog__detail_wrapper div.post_title_h4 > div{
  padding-left: 1em;
}

.box_blog__detail_wrapper h5,
.box_blog__detail_wrapper div.post_title_h5 > h5,
.box_blog__detail_wrapper dl.post_title_h5 > dt{
  color: #9e1c1c;
  font-size: 1.1em;
  font-weight: 600;
  margin: 0 0 1% 1em;
  text-indent: -1em;
}

.box_blog__detail_wrapper h5.post_title_h5::before,
.box_blog__detail_wrapper div.post_title_h5 > h5::before,
.box_blog__detail_wrapper dl.post_title_h5 > dt::before{
  content: "●";
}

.box_blog__detail_wrapper dl.post_title_h5 > dd{
  margin: 0 0 2.5% 1.2em;
}
.box_blog__detail_wrapper div.post_title_h5 div{
  padding-left: 1em;
}

.box_blog__detail_wrapper h6,
.box_blog__detail_wrapper div.post_title_h6 > h6,
.box_blog__detail_wrapper dl.post_title_h6 > dt{
  color: #1822a9;
  font-size: 1.0em;
  font-weight: 600;
  margin: 0 0 1% 1em;
  text-indent: -1em;
}

.box_blog__detail_wrapper h6.post_title_h6::before,
.box_blog__detail_wrapper div.post_title_h6 > h6::before,
.box_blog__detail_wrapper dl.post_title_h6 > dt::before{
  content: "★";
}

.box_blog__detail_wrapper dl.post_title_h6 > dd{
  margin: 0 0 2.5% 1.0em;
}
.box_blog__detail_wrapper div.post_title_h6 div{
  padding-left: 1em;
}

.box_blog__detail_wrapper dl{
  margin-bottom: 20px;
}
.box_blog__detail_wrapper dl.post_under{
  max-width: 550px;
  margin: 0 auto;
}
.box_blog__detail_wrapper p {
  margin-bottom: 13px;
  font-feature-settings: "palt";
}
.box_blog__detail_wrapper p.wp-caption-text {
  color: #821e7f;
  font-size: 17px;
  margin-bottom: 15px;
  text-align: center;
}

/*20210121 イラストキャプションタグ変更*/
.box_blog__detail_wrapper figcaption.wp-caption-text {
  color: #821e7f;
  font-size: 17px;
  margin-bottom: 15px;
  text-align: center;
}
/*20210121 イラストキャプションタグ変更_end*/

.box_blog__detail_wrapper img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.box_blog__detail_wrapper .aligncenter img{
  height: auto;
  width: auto;
  max-width: 450px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.3);
  margin: 2px auto;
}

.aligncenter{
  text-align: center;
}

.box_blog__detail_wrapper img {
  height: auto;
  width: auto;
  margin: 0 auto;
}

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

/* ショートコードCSS上書き ここから */
.box_blog__detail_pd01 .sc_search_sword_list:nth-of-type(2) dd {
  padding: 8px 2px;
}

@media (max-width: 767px) {
  .anchor .sc_search_sword_list.last_list dd {
    font-size: inherit;
  }
  .box_blog__detail_pd01 .sc_search_sword_list:nth-of-type(2) dd {
    padding: 15px 10px;
  }
  /* 馬具（鞍・鐙）写真 鐙のショートコード */
  .box_blog__detail_pd01 .sc_search_harness_wrap {
    padding: 15px 0 10px;
  }
  /* 美術品のショートコード */
  .box_blog__detail_pd01 .sc_search_art_wrap {
    padding: 15px 0 10px;
  }
}
/* ショートコードCSS上書き ここまで */

/* Detail rel posts
=========================================================== ======================== */
.box_blog__rel {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_detail12.jpg) repeat top left;
  position: relative;
  margin: 49px 0 16px;
}
.box_blog__rel::before, .box_blog__rel::after {
  content: "";
  position: absolute;
}
.box_blog__rel::before {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_detail13.png) no-repeat top left;
  height: 45px;
  left: -1px;
  top: 8px;
  width: 84px;
}
.box_blog__rel::after {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_detail14.png) no-repeat top left;
  bottom: 0;
  height: 63px;
  right: 0;
  width: 159px;
}
.box_blog__rel--title {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/ref_title.png) no-repeat;
  color: #fff;
  display: table;
  font-size: 19px;
  font-weight: 600;
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -20px;
  width: 671px;
}
_:-ms-fullscreen, :root 
.box_blog__rel--title {
  font-family: "ＭＳ Ｐ明朝","ryo-display-plusn",serif;
}
.tablet .box_blog__rel--title {
  font-weight: normal;
}
.box_blog__rel--title > span {
  display: table-cell;
  vertical-align: middle;
}
.box_blog__rel--title > span span {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
.box_blog__rel--title > span span:before,
.box_blog__rel--title > span span:after {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/ico_4dots_white.png) no-repeat;
  content: '';
  display: block;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 22px;
}
.box_blog__rel--title > span span:before {
  left: 0;
}
.box_blog__rel--title > span span:after {
  right: 0;
}
.box_blog__rel ul {
  font-size: 0;
  padding: 57px 29px 5px;
  position: relative;
  z-index: 2;
}
.box_blog__rel ul li {
  float: left;
  margin-bottom: 20px;
  width: 48%;
}
.box_blog__rel ul li:nth-child(2n+2) {
  float: right;
}
.box_blog__rel ul li img {
  float: left;
  margin-right: 11px;
  width: 100px;
}
.box_blog__rel ul li a {
  color: #0d53de;
  display: block;
  font-size: 14px;
  line-height: 1.3;
  overflow: hidden;
  position: relative;
  top: -2px;
}
.box_blog__rel ul li:hover img {
  opacity: 0.5;
}
.box_blog__rel ul li:hover a {
  color: #a92121;
}

/* For IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box_teacher__posts ul li h3 a {
    max-height: 52px;
  }
  .box_teacher__posts ul li p {
    max-height: 98px;
  }
  .box_teacher__posts ul li .thumb span, .box_blog__list li .item_sns .post_date span, .box_blog__post_sns .post_date span {
    height: 22px;
    padding-top: 2px;
  }
  .box_blog__article li .content span {
    height: 19px;
    padding-top: 2px;
  }
  .box_teacher__name span {
    padding: 18px 135px 10px;
  }
  .box_teacher__posts h2 span {
    padding-top: 4px;
  }
  .box_blog__list li .item_author span:last-child {
    padding-top: 7px;
  }
  .box_blog__writer li a {
    padding-top: 5px;
  }
  .box_blog__anchors .title {
    padding: 8px 15px 1px;
  }
  .box_blog__anchors span::before, .box_blog__anchors span::after {
    margin-top: -9px;
  }
  .box_blog__detail_wrapper h2 {
    padding: 17px 10px 7px 31px;
  }
  .box_blog__detail_wrapper h3::before {
    top: 0px;
  }
  .box_blog__detail_wrapper h4 {
    padding: 12px 10px 4px 17px;
  }
  .box_blog__detail_wrapper h5 {
    padding-top: 4px;
  }
  .box_blog__post_title h1 {
    font-weight: 600;
  }
  .box_blog__authorbox .content h3 {
    position: relative;
    top: 3px;
  }
  .box_blog__anchors span {
    font-weight: normal;
  }
}

@media screen\0 {
  .box_teacher__posts ul li h3 a {
    max-height: 52px;
  }
  .box_teacher__posts ul li p {
    max-height: 98px;
  }
  .box_teacher__posts ul li .thumb span, .box_blog__list li .item_sns .post_date span, .box_blog__post_sns .post_date span {
    height: 22px;
    padding-top: 2px;
  }
  .box_blog__article li .content span {
    height: 19px;
    padding-top: 2px;
  }
  .box_teacher__name span {
    padding: 18px 135px 10px;
  }
  .box_teacher__posts h2 span {
    padding-top: 4px;
  }
  .box_blog__list li .item_author span:last-child {
    padding-top: 7px;
  }
  .box_blog__writer li a {
    padding-top: 5px;
  }
  .box_blog__anchors .title {
    padding: 8px 15px 1px;
  }
  .box_blog__anchors span::before, .box_blog__anchors span::after {
    margin-top: -9px;
  }
  .box_blog__detail_wrapper h2 {
    padding: 17px 10px 7px 31px;
  }
  .box_blog__detail_wrapper h3::before {
    top: 0px;
  }
  .box_blog__detail_wrapper h4 {
    padding: 12px 10px 4px 17px;
  }
  .box_blog__detail_wrapper h5 {
    padding-top: 4px;
  }
  .box_blog__post_title h1 {
    font-weight: 600;
  }
  .box_blog__authorbox .content h3 {
    position: relative;
    top: 3px;
  }
  .box_blog__anchors span {
    font-weight: normal;
  }
}

/* For iPad */
@media screen and (max-width: 1024px) {
  .box_teacher__name span, .blog_detail #blog_header .blog_header_content strong, #blog_header .blog_header_content strong {
    font-weight: normal;
  }
}

@keyframes newarticle {
  from{
    -ms-transform:translateY(-100px);
    -webkit-transform:translateY(-100px);
    transform:translateY(-100px);
  }
  to{
    -ms-transform:translateY(0);
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
}
#blog .fancybox-toolbar {
  display: block!important;
}

/* 文字の指定 */

.text01{
  color: #9e1c1c;
  font-weight: 600;
}

.text02{
  color: #148789;
  font-weight: 600;
}

/* table.data */
table.data{
  border: #732121 2px solid;
  margin: 0 auto 20px;
  width: 95%;
}
table.data th {
  text-align: center;
  vertical-align: middle;
  padding: 8px 15px;
  border: #732121 1px solid;
  background: #ffefef;
  color: #732121;
}
table.data th.title {
  background: #732121;
  border-right-color: #ffffff;
  border-style: none dashed none none;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
}
table.data td {
  text-align: center;
  vertical-align: middle;
  padding: 8px 15px;
  border: #732121 1px solid;
  background: #fff;
}

/* table.data2 */
table.data2{
  border: #192c5e 2px solid;
  margin: 0 auto 20px;
  width: 100%;
}
table.data2 th {
  background: #eaf5ff;
  border: #192c5e 1px solid;
  color: #192c5e;
  padding: 11px 5px;
  text-align: left;
  vertical-align: middle;
}
table.data2 th.title {
  background: #192c5e;
  border-right-color: #ffffff;
  border-style: none dashed none none;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
}
table.data2 td {
  background: #ffffff;
  border: #192c5e 1px solid;
  padding: 11px 0 11px 10px;
  text-align: left;
  vertical-align: middle;
}

/* table.data3 */
table.data3{
  border: #192c5e 2px solid;
  margin: 0 auto 35px;
  table-layout: fixed;
  width: 100%;
}
table.data3 th {
  text-align: center;
  vertical-align: middle;
  padding: 8px 10px;
  border: #192c5e 1px solid;
  background: #eaf5ff;
  color: #192c5e;
}
table.data3 td {
  text-align: center;
  vertical-align: middle;
  padding: 8px 4px;
  border: #192c5e 1px solid;
  background: #fff;
  letter-spacing: 0.075em;
}

@media (max-width:767px){
  .tbl_scroll{
    position: relative;
    margin-bottom: 20px;
  }
  .tbl_scroll::before{
    margin-top: 15px;
    border: 1px solid #539de0;
    border-bottom: 0;
    padding: 0.8em;
    content: "フリックによる横スライド仕様となります";
    position: relative;
    display: block;
    background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/tips/image/ico_flick.png) left 10px center no-repeat;
    -webkit-background-size: 25px;
    background-size: 25px;
    padding-left: 45px;
  }
  .tbl_responsive{
    margin:0;
    max-width: 678px;
    width: 100%;
    overflow-x: auto;
  }
  .tbl_responsive table.data{
    min-width: 679px;
  }
  .tbl_scroll_long .tbl_responsive{
    margin: 0;
    width: 900px;
  }
  .tbl_scroll_long .tbl_responsive table:first-child{
    margin-right: 2%;
  }
  .tbl_responsive table.data3{
    table-layout: auto;
    margin: 0 auto 10px;
    width: 100%;
  }
  .tbl_responsive table th{
    min-width: 120px;
  }
  table.data3 td{
    padding: 15px 10px !important;
  }
  .mCSB_horizontal.mCSB_inside > .mCSB_container{
    margin-bottom: 10px !important;
  }
}

/* フォントサイズボタン 初期設定 */
.box_blog__anchors ul li a {
  font-size: 1.06em;
}

/* 20181214_記事がない場合 */
.no_entry {
  margin: 0 auto;
}
.no_entry p.error {
  clear: both;
  margin: 25px 15px;
  padding: 180px 0;
  background: #ffebeb;
  text-align: center;
}
@media (max-width: 767px) {
  .no_entry{
   padding: 90px 0;
 }
}

/*twitter枠*/
.twitter-tweet {
  margin-top: 0 !important;
  margin-bottom: 13px !important;
  margin-left: auto ;
  margin-right: auto ;
}

@media (max-width: 767px) {
  .twitter-tweet {
   margin-top: 15px !important;
 }
}

/*youtube枠 ほか*/

.youtube-block {
  width: 500px;
  margin: 0px auto 13px;
  padding: 0.5em 0.5em;
  background: #FFF;
  border-style: solid;
  border-color: rgb(225, 232, 237);
  border-width: 1px 1px 1px;
  border-radius: 5px;
}

.youtube-block p {
  /* width: 460px; */
  margin: 12px 9px 5px;
  font: 16px/1.4 Helvetica, Roboto, "Segoe UI", Calibri, sans-serif;
}

@media (max-width: 767px) {
  .youtube-block {
   max-width: 483px;
   width: 100%;
 }
 
 .youtube-block p {
  width: 100%;
  padding: 0 1rem 0;
  line-height: 1.4 !important;
  margin: 0 0 7px 0;
}
}

/* SNS Area */
.box_blog__right__sns {
  margin-bottom: 40px;
}

.blog_twitter_tl_wrap {
  width: 100%;
}

.blog_twitter_title_wrap {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/bg_title01.gif) repeat-x left bottom;
  margin-bottom: 20px;
  padding: 0 0 12px 0;
}

.blog_twitter_title {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/blog/image/ico_title01.svg) no-repeat 3px center;
  background-size: 25px auto;
  font-size: 21px;
  font-weight: 600;
  font-feature-settings: "pkna";
  letter-spacing: 0;
  line-height: 1.3;
  padding: 0 0 0 37px;
}


@media (max-width: 767px) {
  .blog_twitter_tl_wrap {
    max-width: 500px;
    margin: 0 auto;
  }
  .blog_twitter_title {
    background-size: 20px auto;
    background-position: 0 center;
    padding: 0 0 0 30px;
  }
}

/* banner template */
.content_banner {
  margin: 20px auto 25px;
  max-width: 750px;
  overflow: hidden;
  text-align: center;
}

.content_banner figure{
  display: inline-block;
  text-align:center;
}

.content_banner figure img{
  margin: 0 auto;
}
.content_banner figure a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.content_banner figcaption {
  text-align: center;
  line-height: 1.4;
  margin: 5px 0 0;
}
dl.post_under_banner {
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 767px ) {
  .content_banner {
   margin: 10px auto 15px;
 }
 .content_banner figure{
  max-width:90%;
  margin:0 auto;
}
}
/* バナーを並べるクラスを追加　（20190723 髙木）
=========================================================== ======================== */
.blog_banner{
  display: block;
  margin: 1.5em auto 1em;
  max-width:530px;
}

.blog_banner figure img {
 vertical-align: text-bottom;
 max-width: 100%; 
}

.blog_banner figure figcaption{
  font-size: 0.941em;
  margin-top: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .blog_banner{
    margin: 0 auto 1.5em;
  }
  .blog_banner.w500 {/* !important対策 */
    max-width: 90%; 
  }
}
.flex-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;  
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;  
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
}

.flex-item{
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  margin-bottom: 1em;
}

.flex-item:last-child {
  margin-bottom: 0em;
}

/*-------------------------------
 ▼▼▼20190725_既存バナー制作追加分▼▼▼
 -------------------------------*/

 /*前提記載（レイアウトが崩れた際に記載）*/
 .bnr_line,
 .bnr_2col_box .bnr_line {
  max-width: 500px;
  display: block;
  margin: 0 auto 20px;
}
.bnr_2col_box .bnr_line2 {
  max-width: 300px;
  margin-bottom: 20px;
  width: 47%;
}
/*前提記載（レイアウトが崩れた際に記載）*/

.bnr_line2 .bnr_box,
.bnr_single_line .bnr_box{
  border: 1px solid #B38F5F;
  font-size: 0;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
}

.bnr_single_line .bnr_box{
  border: 2px solid #B38F5F;
  min-height: 88px;
  margin: 0 auto;
  max-width: 500px;
}

.bnr_line2 .bnr_box::after,
.bnr_single_line .bnr_box::after {
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/btn_chronology_arrow.png) no-repeat right bottom;
  background-size: 100%;
  bottom: -1px;
  content: "";
  display: block;
  height: 100%;
  max-width: 25px; 
  position: absolute;
  right: 0;
  width: 100%;
}

.bnr_single_line .bnr_box::after{
  max-width: 35px;
}

.bnr_line2 .bnr_box a,
.bnr_single_line .bnr_box a {
  box-sizing: border-box;
  color: #000;
  display: block;
  text-align: center;
  min-height: 100%;
  padding: 13.7% 4% 2%;
  width: 100%;
}

.bnr_single_line .bnr_box a{
  padding: 9.4% 5.5% 2% 4%;
  overflow: hidden;
}

.bnr_single_line .bnr_box.bf_search_cat a{
  padding: 9% 0 2% 0;
}

.bnr_line2 .bnr_box.bf_search_cat a{
  padding: 13% 15% 2%;
}

.bnr_single_line .bnr_box.bf_search_cat::after,
.bnr_line2 .bnr_box.bf_search_cat::after{
  content: none;
}
.bnr_single_line .bnr_box.bf_search_cat .txt_name,
.bnr_line2 .bnr_box.bf_search_cat .txt_name{
  float: none;
  display: inline-block;
  padding: 1% 3%;
  width: auto;
  position: relative;
  right: 36px;
  border-radius: 3px;
  font-weight: 600;
  color: #d83b30;
  max-width: 65%;
}
.bnr_line2 .bnr_box.bf_search_cat .txt_name {
  line-height: 1.3;
  padding: 1% 3%;
}
.bnr_single_line .bnr_box.bf_search_cat .txt_name::before,
.bnr_line2 .bnr_box.bf_search_cat .txt_name::before{
  content: none;
}
.bnr_single_line .bnr_box.bf_search_cat .txt_name::after,
.bnr_line2 .bnr_box.bf_search_cat .txt_name::after{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-search-cat-text_short.png) no-repeat center;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 30px;
  margin: auto 0 auto 5px;
  position: absolute;
  top: 0;
  left: 100%;
  width: 64px;
}

.bnr_line2 .bnr_box .txt_name,
.bnr_single_line .bnr_box .txt_name{
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0,0,0,.5);
  display: block;
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝体","游明朝","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","HG明朝E","ryo-display-plusn",serif;
  font-feature-settings: "pkna";
  font-weight: 600;
  font-size: 13px;
  margin: 0 auto;
  position: relative;
}

.bnr_single_line .bnr_box .txt_name{
  float: right;
  font-size: 16px;
  font-feature-settings: "palt";
  padding: 1% 2%;
  width: 65%;
  letter-spacing: normal;
}

.bnr_line2 span.txt_name:before,
.bnr_single_line span.txt_name:before{
  left: 3%;
}

.bnr_line2 span.txt_name:after,
.bnr_single_line span.txt_name:after{
  right: 3%;
}

.article-body-inner .bnr_2col_box .bnr_line2 p,
.bnr_line .bnr_single_line p{
  font-size: 0.941em;
  margin: 5px auto 0;
  line-height: 1.3;
  text-align: left;
}

/*20210120 バナーキャプションタグ変更*/
.article-body-inner .bnr_2col_box .bnr_line2 figcaption,
.bnr_line .bnr_single_line figcaption{
  font-size: 0.941em;
  margin: 5px auto 0;
  line-height: 1.3;
  text-align: left;
}
/*20210120 バナーキャプションタグ変更_end*/

@media screen and (min-width:768px) {
  .bnr_line2 .bnr_box .txt_name,
  .bnr_single_line .bnr_box .txt_name {
    line-height: 1.2;
  }
  .bnr_line2 .bnr_box .txt_name {
    padding: 1.4% 5%;
    width: 80%;
  }
}

.bnr_line .bnr_single_line p{
  max-width: 500px;
}
.bnr_2col_box .bnr_single_line .bnr_box .txt_name{
  line-height: 1.3;
  font-size: 0.941em;
  margin-top: 5px;
}

.bnr_line .bnr_line2 p.no_bnr_box_caption,
.bnr_line .bnr_single_line p.no_bnr_box_caption{
  margin: 5px auto 0;
}

/*一枚バナーで、キャプション文がバナーより長い、かつテキストが中央寄りになっている際に使用*/
.bnr_line .bnr_single_line .long_caption{
  max-width: 504px;
  text-align: left;
}

/*リサーチバナーに合わせたデザイン .bnr_box_search*/
.bnr_line2 .bnr_box.bnr_box_search,
.bnr_single_line  .bnr_box.bnr_box_search{
  border: 2px solid #B38F5F;
}

.bnr_single_line  .bnr_box.bnr_box_search{
  margin: 0 auto;
  max-width: 500px;
}

.bnr_line2 .bnr_box_search.bnr_box::after,
.bnr_single_line .bnr_box_search.bnr_box::after {
  content: none;
  padding: 1% 3%;
}

.bnr_single_line .bnr_box_search.bnr_box a {
  padding: 10.5% 5.5% 1% 3.5%;
}

.bnr_line2 .bnr_box_search.bnr_box a{
  padding: 14.5% 5.5% 1.96% 3.5%;
}

.bnr_line2 .bnr_box_search.bnr_box .txt_name,
.bnr_single_line .bnr_box_search.bnr_box .txt_name{
  border-radius: 5px;
  float: left;
  font-family: "HiraKakuPro-W3","Hiragino Kaku Gothic ProN W3","Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", 游ゴシック体, "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic",メイリオ, Osaka, sans-serif;
  font-weight: 600;
  padding: 1% 2%;
  width: auto;
}

.bnr_line2 .bnr_box_search.bnr_box span.txt_name:before,
.bnr_line2 .bnr_box_search.bnr_box span.txt_name:after,
.bnr_single_line .bnr_box_search.bnr_box span.txt_name:before,
.bnr_single_line .bnr_box_search.bnr_box span.txt_name:after{
  content: none;
}
/*リサーチバナーに合わせたデザイン_end*/


@media (max-width:767px) {
  /*前提記載（レイアウトが崩れた際に記載）*/
  .bnr_line .clearfix{
  max-width: 345px;
  width: 90%;
  }
  .bnr_2col_box .bnr_line2{
  max-width: 600px;
  width: 100%;
  }
  /*前提記載（レイアウトが崩れた際に記載）*/
  
  .bnr_line.w500 {/* !important対策 */
    max-width: 100%; 
  }
  
  .bnr_line2 {
  margin: 20px auto 0;
  }
  
  .bnr_line2 .bnr_box,
  .bnr_single_line .bnr_box{
  min-height: auto;
  line-height: 1;
  box-sizing: border-box;
  }
  
  .bnr_line2 .bnr_box::after,
  .bnr_single_line .bnr_box::after {
  max-width: 8%; 
  }
  
  .bnr_line2 .bnr_box a,
  .bnr_single_line .bnr_box a,
  .bnr_single_line .bnr_box.bf_search_cat a{
  padding: 14% 4% 3%;
  }
  
  .bnr_single_line .bnr_box.bf_search_cat .txt_name{
  line-height: 1.3;
  padding: 1% 3%;
  }
  
  .bnr_line2 .bnr_box .txt_name,
  .bnr_single_line .bnr_box .txt_name{
  float: none;
  padding: 2% 7%;
  width: 78%;
  }
  
  .bnr_line2 p,
  .bnr_line .bnr_single_line p{
  font-size: .9em;
  }
  
  .bnr_line .bnr_single_line p{
  text-align: left;
  }
  
  
  .bnr_line2 .bnr_box_search.bnr_box a,
  .bnr_single_line .bnr_box_search.bnr_box a{
  padding: 22.405% 5.5% 2.75% 3.5%;
  }
  
  .bnr_single_line .bnr_box .txt_name{
  font-size: 13px;
  }
  
  .bnr_line2 .bnr_box_search.bnr_box .txt_name,
  .bnr_single_line .bnr_box_search.bnr_box .txt_name{
  bottom: .4em;
  padding: 2%;
  position: absolute;
  }
}
  
 /*-----------
 各カテゴリー別指定
 -----------*/

 /*リサーチ 城をめぐる戦い .bf_research-castle_link*/
 .bnr_line2 .bf_research-castle_link,
 .bnr_single_line .bf_research-castle_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/homemate_research/bnr_siege_600_150_bg.png) no-repeat top,linear-gradient(to bottom,#370105 0, #7c0a13 50%);
  background-size: 100%;
}

/*刀剣広場 刀剣ブログ .bf_hiroba_blog_link*/
.bnr_line2 .bf_hiroba_blog_link,
.bnr_single_line .bnr_box.bf_hiroba_blog_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-blog-link-600x300.jpg) no-repeat top,linear-gradient(to bottom,#370105 0, #7c0a13 50%);
  background-size: 100%;
}

/*名古屋刀剣ワールド／刀剣の基本 .bf_meihaku_sword_basic_link*/
.bnr_line2 .bf_meihaku_sword_basic_link,
.bnr_single_line .bnr_box.bf_meihaku_sword_basic_link {
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-sword-basic-link-600x300.jpg) no-repeat top, linear-gradient(to bottom, #370105 0, #7c0a13 50%);
  background-size: 100%;
}

/*刀剣・日本刀写真 .bf_search_link*/
.bnr_line2 .bnr_box.bf_search_link,
.bnr_single_line .bnr_box.bf_search_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-search-cat-600x300.png) no-repeat top;
  background-size: 100%;
}

/*全国の古戦場一覧 .bf_kosenjo_link*/
.bnr_line2 .bnr_box.bf_kosenjo_link,
.bnr_single_line .bnr_box.bf_kosenjo_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-kosenjo-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*武将・歴史人の日本刀 .bf_sword_legend_link*/
.bnr_line2 .bnr_box.bf_sword_legend_link,
.bnr_single_line .bnr_box.bf_sword_legend_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-sword-legend-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*刀剣展示 博物館の日本刀 .bf_museum_link*/
.bnr_line2 .bnr_box.bf_museum_link,
.bnr_single_line .bnr_box.bf_museum_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-museum-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*刀剣奉納 神社・仏閣の日本刀 .bf_religious_building_link*/
.bnr_line2 .bnr_box.bf_religious_building_link,
.bnr_single_line .bnr_box.bf_religious_building_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-religious-building-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*刀剣・甲冑展示の城郭 .bf_castle_building_link*/
.bnr_line2 .bnr_box.bf_castle_building_link,
.bnr_single_line .bnr_box.bf_castle_building_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-castle-building-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*全国の刀剣商（刀剣買取店・販売店）リンク .bf_organization_tosho_link*/
.bnr_line2 .bnr_box.bf_organization_tosho_link,
.bnr_single_line .bnr_box.bf_organization_tosho_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-organization-tosho-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*日本史の珍説 .bf_strange_story_link*/
.bnr_line2 .bnr_box.bf_strange_story_link,
.bnr_single_line .bnr_box.bf_strange_story_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-strange-story-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*合戦・歴史年表 .bf_battle_history_link*/
.bnr_line2 .bnr_box.bf_battle_history_link,
.bnr_single_line .bnr_box.bf_battle_history_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-battle-history-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*刀剣・甲冑の関連組織 .bf_organization_link*/
.bnr_line2 .bnr_box.bf_organization_link,
.bnr_single_line .bnr_box.bf_organization_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-link-organization-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*戦国武将のお祭り .bf_sengokuwarlords_festival_link*/
.bnr_line2 .bnr_box.bf_sengokuwarlords_festival_link,
.bnr_single_line .bnr_box.bf_sengokuwarlords_festival_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-sengokuwarlords-festival-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*五箇伝の名工 .bf_gokaden_meikou_link*/
.bnr_line2 .bnr_box.bf_gokaden_meikou_link,
.bnr_single_line .bnr_box.bf_gokaden_meikou_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-gokaden-meikou-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*現代刀の名工・名匠 .bf_modern_sword_artisan_link*/
.bnr_line2 .bnr_box.bf_modern_sword_artisan_link,
.bnr_single_line .bnr_box.bf_modern_sword_artisan_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-modern-sword-artisan-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*名家・著名人の日本刀 .bf_museum_katana_historian_link*/
.bnr_line2 .bnr_box.bf_museum_katana_historian_link,
.bnr_single_line .bnr_box.bf_museum_katana_historian_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-museum-katana-historian-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*戦国武将の合戦戦略 .bf_battle_strategy_link*/
.bnr_line2 .bnr_box.bf_battle_strategy_link,
.bnr_single_line .bnr_box.bf_battle_strategy_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-battle_strategy-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*刀剣の基礎知識 .bf_knowledge_link*/
.bnr_line2 .bnr_box.bf_knowledge_link,
.bnr_single_line .bnr_box.bf_knowledge_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-knowledge-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*甲冑（鎧兜）の基礎知識 .bf_knowledge_armor_link*/
.bnr_line2 .bnr_box.bf_knowledge_armor_link,
.bnr_single_line .bnr_box.bf_knowledge_armor_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-knowledge-armor-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*戦国武将 .bf_historian_link*/
.bnr_line2 .bnr_box.bf_historian_link,
.bnr_single_line .bnr_box.bf_historian_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-historian-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*主な江戸100藩 .bf_edo-domain100_link*/
.bnr_line2 .bnr_box.bf_edo-domain100_link,
.bnr_single_line .bnr_box.bf_edo-domain100_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-edo-domain100-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*皇室・公家と刀剣 .bf_imperial_sword_link*/
.bnr_line2 .bnr_box.bf_imperial_sword_link,
.bnr_single_line .bnr_box.bf_imperial_sword_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-imperial-sword-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*歌舞伎と刀剣 .bf_kabuki_touken_link*/
.bnr_line2 .bnr_box.bf_kabuki_touken_link,
.bnr_single_line .bnr_box.bf_kabuki_touken_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-kabuki-touken-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*歴女必見！戦国武将を支えた女剣士～女性と刀剣～ .bf_women_touken_link*/
.bnr_line2 .bnr_box.bf_women_touken_link,
.bnr_single_line .bnr_box.bf_women_touken_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-women-touken-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*戦国大名（安土・桃山時代） .bf_daimyo_link*/
.bnr_line2 .bnr_box.bf_daimyo_link,
.bnr_single_line .bnr_box.bf_daimyo_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-daimyo-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*現代に残る武士の風習 .bf_samurai_customs_link*/
.bnr_line2 .bnr_box.bf_samurai_customs_link,
.bnr_single_line .bnr_box.bf_samurai_customs_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-samurai-customs-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*美濃伝の故郷 関市 .bf_minoden_sekicity_link*/
.bnr_line2 .bnr_box.bf_minoden_sekicity_link,
.bnr_single_line .bnr_box.bf_minoden_sekicity_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-minoden-sekicity-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*刀剣・甲冑（鎧兜）展示の城郭 .bf_castle_building_link*/
.bnr_line2 .bnr_box.bf_castle_building_link,
.bnr_single_line .bnr_box.bf_castle_building_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-castle-building-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*徳川十五代将軍 .bf_tokugawa15_link*/
.bnr_line2 .bnr_box.bf_tokugawa15_link,
.bnr_single_line .bnr_box.bf_tokugawa15_link {
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-tokugawa15-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*書画・美術品写真 .bf_search_art_link*/
.bnr_line2 .bnr_box.bf_search_art_link,
.bnr_single_line .bnr_box.bf_search_art_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-search-art-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/* 剣舞と詩舞 世界の剣舞 .bf_sword_and_dance_link */
.bnr_line2 .bnr_box.bf_sword_and_dance_link,
.bnr_single_line .bnr_box.bf_sword_and_dance_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-sword-and-dance-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/* 刀剣にまつわる神事・文化・しきたり .bf_ritual_culture_clash_link */
.bnr_line2 .bnr_box.bf_ritual_culture_clash_link,
.bnr_single_line .bnr_box.bf_ritual_culture_clash_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-ritual-culture-clash-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*刀剣漫画 .bf_sword_in_comics_link*/
.bnr_line2 .bnr_box.bf_sword_in_comics_link,
.bnr_single_line .bnr_box.bf_sword_in_comics_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-sword-in-comics-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*刀剣小説 .bf_novel_link*/
.bnr_line2 .bf_novel_link,
.bnr_single_line .bnr_box.bf_novel_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-novel-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*刀剣マンガ（刀剣ことわざ4コマ漫画） .bf_comic_link*/
.bnr_line2 .bnr_box.bf_comic_link,
.bnr_single_line .bnr_box.bf_comic_link {
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-comic-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*歴女に人気の城下町 .bf_castle_town_link*/
.bnr_line2 .bnr_box.bf_castle_town_link,
.bnr_single_line .bnr_box.bf_castle_town_link {
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-castle-town-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*武具の基礎知識 .bf_knowledge_arms_link*/
.bnr_line2 .bnr_box.bf_knowledge_arms_link,
.bnr_single_line .bnr_box.bf_knowledge_arms_link {
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-knowledge-arms-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*戦国時代の姫・女武将たち .bf_princess_femalewarlord_link*/
.bnr_line2 .bnr_box.bf_princess_femalewarlord_link,
.bnr_single_line .bnr_box.bf_princess_femalewarlord_link {
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-princess-femalewarlord-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*主君や師匠を支えた歴史上の実力者 .bf_number2_link*/
.bnr_line2 .bnr_box.bf_number2_link,
.bnr_single_line .bnr_box.bf_number2_link {
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-number2-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*著名刀工名鑑 .bf_sword_artisan_directory_link*/
.bnr_line2 .bnr_box.bf_sword_artisan_directory_link ,
.bnr_single_line .bnr_box.bf_sword_artisan_directory_link {
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-sword-artisan-directory-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*刀剣女子に好まれる刀剣 .bf_sword_girl_link*/
.bnr_line2 .bnr_box.bf_sword_girl_link,
.bnr_single_line .bnr_box.bf_sword_girl_link {
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-sword-girl-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*合戦の街 関ヶ原（関ヶ原の戦い） .bf_sekigahara_wars_link*/
.bnr_line2 .bnr_box.bf_sekigahara_wars_link,
.bnr_single_line .bnr_box.bf_sekigahara_wars_link {
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-sekigahara-wars-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*歴女向け歴史ガイド .bf_female_history_buff_link*/
.bnr_line2 .bnr_box.bf_female_history_buff_link,
.bnr_single_line .bnr_box.bf_female_history_buff_link {
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-female-history-buff-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*忍者の基礎知識 .bf_knowledge_ninja_link*/
.bnr_line2 .bnr_box.bf_knowledge_ninja_link,
.bnr_single_line .bnr_box.bf_knowledge_ninja_link {
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-knowledge-ninja-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*刀剣コスプレ .bf_cosplay_link*/
.bnr_line2 .bnr_box.bf_cosplay_link,
.bnr_single_line .bnr_box.bf_cosplay_link {
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-cosplay-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*刀剣名刀図鑑（刀剣・日本刀） .bf_search-noted-sword-cat*/
.bnr_line2 .bnr_box.bf_search-noted-sword-cat,
.bnr_single_line .bnr_box.bf_search-noted-sword-cat {
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-search-noted-sword-cat-600x300.jpg) no-repeat top;
  background-size: 100%;
}

/*刀剣ワールド浮世絵：浮世絵師一覧 .bf_ukiyoe_artist_link*/
.bnr_line2 .bnr_box.bf_ukiyoe_artist_link,
.bnr_single_line .bnr_box.bf_ukiyoe_artist_link {
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-ukiyoe-artist-link-600x300.jpg?date=20201202) no-repeat top;
  background-size: 100%;
}

/*刀ブロ .bf_toublo_link*/
.bnr_line2 .bnr_box.bf_toublo_link,
.bnr_single_line .bnr_box.bf_toublo_link{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-toublo-link-600x300.jpg?date=20200825) no-repeat top;
  background-size: 100%;
}
/*旅探 日本の祭り .bf_festival_search*/
.bnr_line2 .bnr_box.bnr_box_search.bf_festival_search,
.bnr_single_line .bnr_box.bnr_box_search.bf_festival_search{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/homemate_research/bnr-festival-link-300-150x2.png) no-repeat top;
  background-size: cover;
  border: 2px solid #1e5a89;
}

/*旅探 .bf_tour_search*/
.bnr_line2 .bnr_box.bnr_box_search.bf_tour_search,
.bnr_single_line .bnr_box.bnr_box_search.bf_tour_search{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/homemate_research/bnr-tour-link-300-150x2.png?date=20201202) no-repeat top;
  background-size: cover;
  border: 2px solid #1e5a89;
}

/*ホテバンク .bf_hotel_search*/
.bnr_line2 .bnr_box.bnr_box_search.bf_hotel_search,
.bnr_single_line .bnr_box.bnr_box_search.bf_hotel_search{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/homemate_research/bnr-hotel-link-300-150x2.png?date=20201202) no-repeat top;
  background-size: cover;
  border: 2px solid #bf9204;
}

/*パブリネット .bf_public_search*/
.bnr_line2 .bnr_box.bnr_box_search.bf_public_search,
.bnr_single_line .bnr_box.bnr_box_search.bf_public_search{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/homemate_research/bnr-publinet-public-link-300-150x2.png?date=20201202) no-repeat top;
  background-size: cover;
  border: 2px solid #983949;
}

/*城ワールド .bf_shiro_world_search*/
.bnr_line2 .bnr_box.bnr_box_search.bf_shiro_world_search,
.bnr_single_line .bnr_box.bnr_box_search.bf_shiro_world_search{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/homemate_research/bnr-shiro-world-link-300-150x2.png?date=20201202) no-repeat top;
  background-size: cover;
  border: 2px solid #983949;
}

/*ビッグカンパニー .bf_bigcompany_search*/
.bnr_line2 .bnr_box.bnr_box_search.bf_bigcompany_search,
.bnr_single_line .bnr_box.bnr_box_search.bf_bigcompany_search{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/homemate_research/bnr-bigcompany-link-300-150x2.png) no-repeat top;
  background-size: cover;
  border: 2px solid #983949;
}

/*スタディピア .bf_study_search*/
.bnr_line2 .bnr_box.bnr_box_search.bf_study_search,
.bnr_single_line .bnr_box.bnr_box_search.bf_study_search{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/homemate_research/bnr-study-link-300-150x2.png) no-repeat top;
  background-size: cover;
  border: 2px solid #983949;
}

/*クックドア .bf_cookdoor_search*/
.bnr_line2 .bnr_box.bnr_box_search.bf_cookdoor_search,
.bnr_single_line .bnr_box.bnr_box_search.bf_cookdoor_search{
  background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/homemate_research/bnr-cookdoor-link-300-150x2.png) no-repeat top;
  background-size: cover;
  border: 2px solid #983949;
}

@media (min-width: 768px) {
  /* -- bnr_single_lineのみ、PC表示は横幅1000pxの画像を使用 -- */
   /*リサーチ 城をめぐる戦い .bf_research-castle_link*/
  .bnr_single_line .bf_research-castle_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/homemate_research/bnr-siege-bg-1000x180.jpg) no-repeat top,linear-gradient(to bottom,#370105 0, #7c0a13 50%);
    background-size: 100%;
  }

  /*刀剣広場 刀剣ブログ .bf_hiroba_blog_link*/
  .bnr_single_line .bnr_box.bf_hiroba_blog_link {
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-blog-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*名古屋刀剣ワールド／刀剣の基本 .bf_meihaku_sword_basic_link*/
  .bnr_single_line .bnr_box.bf_meihaku_sword_basic_link {
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-sword-basic-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*刀剣・日本刀写真 .bf_search_link*/
  .bnr_single_line .bnr_box.bf_search_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-search-cat-1000x180.png) no-repeat top;
    background-size: 100%;
  }

  /*全国の古戦場一覧 .bf_kosenjo_link*/
  .bnr_single_line .bnr_box.bf_kosenjo_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-kosenjo-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*武将・歴史人の日本刀 .bf_sword_legend_link*/
  .bnr_single_line .bnr_box.bf_sword_legend_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-sword-legend-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*刀剣展示 博物館の日本刀 .bf_museum_link*/
  .bnr_single_line .bnr_box.bf_museum_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-museum-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*刀剣奉納 神社・仏閣の日本刀 .bf_religious_building_link*/
  .bnr_single_line .bnr_box.bf_religious_building_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-religious-building-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*刀剣・甲冑展示の城郭 .bf_castle_building_link*/
  .bnr_single_line .bnr_box.bf_castle_building_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-castle-building-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*全国の刀剣商（刀剣買取店・販売店）リンク .bf_organization_tosho_link*/
  .bnr_single_line .bnr_box.bf_organization_tosho_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-organization-tosho-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*日本史の珍説 .bf_strange_story_link*/
  .bnr_single_line .bnr_box.bf_strange_story_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-strange-story-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*合戦・歴史年表 .bf_battle_history_link*/
  .bnr_single_line .bnr_box.bf_battle_history_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-battle-history-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*刀剣・甲冑の関連組織 .bf_organization_link*/
  .bnr_single_line .bnr_box.bf_organization_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-link-organization-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*戦国武将のお祭り .bf_sengokuwarlords_festival_link*/
  .bnr_single_line .bnr_box.bf_sengokuwarlords_festival_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-sengokuwarlords-festival-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*五箇伝の名工 .bf_gokaden_meikou_link*/
  .bnr_single_line .bnr_box.bf_gokaden_meikou_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-gokaden-meikou_link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*現代刀の名工・名匠 .bf_modern_sword_artisan_link*/
  .bnr_single_line .bnr_box.bf_modern_sword_artisan_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-modern-sword-artisan-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*名家・著名人の日本刀 .bf_museum_katana_historian_link*/
  .bnr_single_line .bnr_box.bf_museum_katana_historian_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-museum-katana-historian-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*戦国武将の合戦戦略 .bf_battle_strategy_link*/
  .bnr_single_line .bnr_box.bf_battle_strategy_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-battle_strategy-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*刀剣の基礎知識 .bf_knowledge_link*/
  .bnr_single_line .bnr_box.bf_knowledge_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-knowledge-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*甲冑（鎧兜）の基礎知識 .bf_knowledge_armor_link*/
  .bnr_single_line .bnr_box.bf_knowledge_armor_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-knowledge-armor-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*戦国武将 .bf_historian_link*/
  .bnr_single_line .bnr_box.bf_historian_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-historian-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*主な江戸100藩 .bf_edo-domain100_link*/
  .bnr_single_line .bnr_box.bf_edo-domain100_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-edo-domain100-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*皇室・公家と刀剣 .bf_imperial_sword_link*/
  .bnr_single_line .bnr_box.bf_imperial_sword_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-imperial-sword-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*歌舞伎と刀剣 .bf_kabuki_touken_link*/
  .bnr_single_line .bnr_box.bf_kabuki_touken_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-kabuki-touken-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*歴女必見！戦国武将を支えた女剣士～女性と刀剣～ .bf_women_touken_link*/
  .bnr_single_line .bnr_box.bf_women_touken_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-women-touken-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*戦国大名（安土・桃山時代） .bf_daimyo_link*/
  .bnr_single_line .bnr_box.bf_daimyo_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-daimyo-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*現代に残る武士の風習 .bf_samurai_customs_link*/
  .bnr_single_line .bnr_box.bf_samurai_customs_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-samurai-customs-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*美濃伝の故郷 関市 .bf_minoden_sekicity_link*/
  .bnr_single_line .bnr_box.bf_minoden_sekicity_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-minoden-sekicity-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*刀剣・甲冑（鎧兜）展示の城郭 .bf_castle_building_link*/
  .bnr_single_line .bnr_box.bf_castle_building_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-castle-building-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*徳川十五代将軍 .bf_tokugawa15_link*/
  .bnr_single_line .bnr_box.bf_tokugawa15_link {
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-tokugawa15-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*書画・美術品写真 .bf_search_art_link*/
  .bnr_single_line .bnr_box.bf_search_art_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-search-art-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /* 剣舞と詩舞 世界の剣舞 .bf_sword_and_dance_link */
  .bnr_single_line .bnr_box.bf_sword_and_dance_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-sword-and-dance-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /* 刀剣にまつわる神事・文化・しきたり .bf_ritual_culture_clash_link */
  .bnr_single_line .bnr_box.bf_ritual_culture_clash_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-ritual-culture-clash-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*刀剣漫画 .bf_sword_in_comics_link*/
  .bnr_single_line .bnr_box.bf_sword_in_comics_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-sword-in-comics-link-500x90-x2.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*刀剣小説 .bf_novel_link*/
  .bnr_single_line .bnr_box.bf_novel_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-novel-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*刀剣マンガ（刀剣ことわざ4コマ漫画） .bf_comic_link*/
  .bnr_single_line .bnr_box.bf_comic_link {
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-comic-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*歴女に人気の城下町 .bf_castle_town_link*/
  .bnr_single_line .bnr_box.bf_castle_town_link {
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-castle-town-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*武具の基礎知識 .bf_knowledge_arms_link*/
  .bnr_single_line .bnr_box.bf_knowledge_arms_link {
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-knowledge-arms-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*戦国時代の姫・女武将たち .bf_princess_femalewarlord_link*/
  .bnr_single_line .bnr_box.bf_princess_femalewarlord_link {
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-princess-femalewarlord-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*主君や師匠を支えた歴史上の実力者 .bf_number2_link*/
  .bnr_single_line .bnr_box.bf_number2_link {
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-number2-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*著名刀工名鑑 .bf_sword_artisan_directory_link*/
  .bnr_single_line .bnr_box.bf_sword_artisan_directory_link {
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-sword-artisan-directory-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*刀剣女子に好まれる刀剣 .bf_sword_girl_link*/
  .bnr_single_line .bnr_box.bf_sword_girl_link {
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-sword-girl-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*合戦の街 関ヶ原（関ヶ原の戦い） .bf_sekigahara_wars_link*/
  .bnr_single_line .bnr_box.bf_sekigahara_wars_link {
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-sekigahara-wars-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*歴女向け歴史ガイド .bf_female_history_buff_link*/
  .bnr_single_line .bnr_box.bf_female_history_buff_link {
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-female-history-buff-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*忍者の基礎知識 .bf_knowledge_ninja_link*/
  .bnr_single_line .bnr_box.bf_knowledge_ninja_link {
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-knowledge-ninja-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*刀剣コスプレ .bf_cosplay_link*/
  .bnr_single_line .bnr_box.bf_cosplay_link {
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-cosplay-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*刀剣名刀図鑑（刀剣・日本刀） .bf_search-noted-sword-cat*/
  .bnr_single_line .bnr_box.bf_search-noted-sword-cat {
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-search-noted-sword-cat-1000x180.jpg) no-repeat top;
    background-size: 100%;
  }

  /*刀剣ワールド浮世絵 .bf_ukiyoe_artist_link*/
  .bnr_single_line .bnr_box.bf_ukiyoe_artist_link {
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-ukiyoe-artist-link-1000x180.jpg?date=20201202) no-repeat top;
    background-size: 100%;
  }

  /*刀ブロ .bf_toublo_link*/
  .bnr_single_line .bnr_box.bf_toublo_link{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/touken-world/bnr-toublo-link-1000x180.jpg?date=20200825) no-repeat top;
    background-size: 100%;
  }

  /*旅探 日本の祭り .bf_festival_search*/
  .bnr_single_line .bnr_box.bnr_box_search.bf_festival_search{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/homemate_research/bnr-festival-link-500-90x2.png) no-repeat top;
    background-size: cover;
    border: 2px solid #1e5a89;
  }

  /*旅探 .bf_tour_search*/
  .bnr_single_line .bnr_box.bnr_box_search.bf_tour_search{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/homemate_research/bnr-tour-link-500-90x2.png) no-repeat top;
    background-size: cover;
    border: 2px solid #1e5a89;
  }

  /*ホテバンク .bf_hotel_search*/
  .bnr_single_line .bnr_box.bnr_box_search.bf_hotel_search{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/homemate_research/bnr-hotel-link-500-90x2.png) no-repeat top;
    background-size: cover;
    border: 2px solid #bf9204;
  }

  /*パブリネット .bf_public_search*/
  .bnr_single_line .bnr_box.bnr_box_search.bf_public_search{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/homemate_research/bnr-publinet-public-link-500-90x2.png) no-repeat top;
    background-size: cover;
    border: 2px solid #983949;
  }

  /*城ワールド .bf_shiro_world_search*/
  .bnr_single_line .bnr_box.bnr_box_search.bf_shiro_world_search{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/homemate_research/bnr-shiro-world-link-500-90x2.png) no-repeat top;
    background-size: cover;
    border: 2px solid #983949;
  }

  /*ビッグカンパニー .bf_bigcompany_search*/
  .bnr_single_line .bnr_box.bnr_box_search.bf_bigcompany_search{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/homemate_research/bnr-bigcompany-link-500-90x2.png) no-repeat top;
    background-size: cover;
    border: 2px solid #983949;
  }

  /*スタディピア .bf_study_search*/
  .bnr_single_line .bnr_box.bnr_box_search.bf_study_search{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/homemate_research/bnr-study-link-500-90x2.png) no-repeat top;
    background-size: cover;
    border: 2px solid #983949;
  }

  /*クックドア .bf_cookdoor_search*/
  .bnr_single_line .bnr_box.bnr_box_search.bf_cookdoor_search{
    background: url(https://token.webcdn.stream.ne.jp/www08/token/banner_all/homemate_research/bnr-cookdoor-link-500-90x2.png) no-repeat top;
    background-size: cover;
    border: 2px solid #983949;
  }
}

/*リサーチバナーに合わせたデザイン_個別_end*/

/* 2020/07/02 日本の古色関連バナー 枠線 追加 */
/* 基礎知識 */
.bnr_box.bf_knowledge_link .txt_name,
.bnr_box.bf_knowledge_armor_link .txt_name,
.bnr_box.bf_knowledge_arms_link .txt_name,
.bnr_box.bf_meihaku_sword_basic_link .txt_name {
  border: 1px solid #483f33;
}
/* 刀剣 */
.bnr_box.bf_gokaden_meikou_link .txt_name,
.bnr_box.bf_modern_sword_artisan_link .txt_name,
.bnr_box.bf_museum_katana_historian_link .txt_name,
.bnr_box.bf_bf_imperial_sword_link .txt_name,
.bnr_box.bf_sword_artisan_directory_link .txt_name,
.bnr_box.bf_search_link .txt_name,
.bnr_box.bf_sword_legend_link .txt_name {
  border: 1px solid #5c2f2d;
}
/* 人物 */
.bnr_box.bf_women_touken_link .txt_name,
.bnr_box.bf_historian_link .txt_name,
.bnr_box.bf_edo-domain100_link .txt_name,
.bnr_box.bf_daimyo_link .txt_name,
.bnr_box.bf_sengokuwarlords_festival_link .txt_name,
.bnr_box.bf_tokugawa15_link .txt_name,
.bnr_box.bf_princess_femalewarlord_link .txt_name,
.bnr_box.bf_number2_link .txt_name,
.bnr_box.bf_historian_armor .txt_name {
  border: 1px solid #3e253c;
}
/* 雑学 */
.bnr_box.bf_sword_and_dance_link .txt_name,
.bnr_box.bf_sword_in_comics_link .txt_name,
.bnr_box.bnr_box.bf_novel_link .txt_name,
.bnr_box.bf_samurai_customs_link .txt_name,
.bnr_box.bf_kabuki_touken_link .txt_name,
.bnr_box.bf_ritual_culture_clash_link .txt_name,
.bnr_box.bf_comic_link .txt_name,
.bnr_box.bf_minoden_sekicity_link .txt_name {
  border: 1px solid #243b3a;
}
/* 武具・書画・美術品 */
.bnr_box.bf_search_art_link .txt_name {
  border: 1px solid #4d5e50;
}
/* 歴史 */
.bnr_box.bf_strange_story_link .txt_name,
.bnr_box.bf_battle_history_link .txt_name,
.bnr_box.bf_female_history_buff_link .txt_name {
  border: 1px solid #5c2f2d;
}
/* 合戦 */
.bnr_box.bf_kosenjo_link .txt_name,
.bnr_box.bf_battle_strategy_link .txt_name,
.bnr_box.bf_sekigahara_wars_link .txt_name {
  border: 1px solid #40440f;
}
/* 組織 */
.bnr_box.bf_organization_link .txt_name {
  border: 1px solid #0f333a;
}
/* 施設 */
.bnr_box.bf_castle_town_link .txt_name,
.bnr_box.bf_museum_link .txt_name,
.bnr_box.bf_religious_building_link .txt_name,
.bnr_box.bf_castle_building_link .txt_name {
  border: 1px solid #143846;
}
/* 刀剣広場 */
.bnr_box.bf_hiroba_blog_link .txt_name {
  border: 1px solid #0f333a;
}

 /*-----------
 各カテゴリー別指定
 -----------*/


/*-----------------------------------
 ▲▲▲20190725_既存バナー制作追加分_end▲▲▲
 -----------------------------------*/


/* SNSボタン不具合修正　（20190731 米嶋）
=========================================================== ======================== */
#blog_header .blog_header_sns li:first-of-type {
  width: 75px;
}
#blog_header .blog_header_sns li:nth-of-type(2) {
  width: 86px;
}
#blog_header .blog_header_sns li:nth-of-type(3) {
  width: 72px;
}
.box_blog__list li .item_sns li:nth-of-type(2) {
  width: 82px;
}
.box_blog__list li .item_sns li:nth-of-type(3) {
  width: 93px;
}
.box_blog__list li .item_sns li:nth-of-type(4) {
  width: 72px;
}
.box_blog__list li .item_sns li:last-of-type {
  width: 81px;
}

/* 浮世絵・書画ページへのリンクデザイン用　（20190819 米嶋）
=========================================================== ======================== */
.ukiyoe-shoga-link-area .title_h2cmn {
  line-height: 1.1;
  padding: 0;
}
.ukiyoe-shoga-link-area .title_h2cmn::before,
.ukiyoe-shoga-link-area .title_h2cmn::after{
  z-index: 1;
}
.ukiyoe-shoga-link-area .title_h2cmn::before {
  left: 0;
}

/* 記事内埋め込み動画用CSS */
.post-movie {
  position:relative;
  width: 100%;
  max-width: 450px;
  margin: 30px auto 0;
}
.post-movie::before {
  content:"";
  display: block;
  padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.post-movie iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-body-inner p.post_movie_caption{
  color: #821e7f;
  margin: 5px auto 0;
  max-width: 450px;
  font-size: 16px;
  text-align: left;
  line-height: 1.4;
}
@media (max-width:320px) {
  .post-movie iframe {
    height: auto;
  }
}

/* ぱんくず追加 WEB2TCI-39116
=========================================================== ======================== */
.blog_breadcrumbs{
  padding: 6px 12px 5px;
  margin: 2px 0 10px;
}
.breadcrumbs {
  font-feature-settings: normal;
  margin: 0 auto;
  width: 100%;
}
.breadcrumbs li {
  font-weight: 600;
}
.breadcrumbs li a::after {
  margin: 0 5px;
}
/* ブログカテゴリ用 スタイル */
body.bg[data-cate*="blog"] .blog_breadcrumbs{
  background: #F0D6D6;
}
/* 掲示板カテゴリ用 スタイル */
body.bg[data-cate="bbs"] .blog_breadcrumbs{
  background: #D8E8CB;
}
/* イラスト・写真投稿カテゴリ用 スタイル */
body.bg[data-cate="illust"] .blog_breadcrumbs{
  background: #d6e9ff;
}
@media (max-width:767px) {
  .blog_breadcrumbs{
    padding: 7px 5px 5px;
  }
  .breadcrumbs {
    max-width: 100%;
  }
}