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

title : 刀剣女子の座談会
scope : 刀剣女子の座談会/詳細ページ

memo：

last modify : igarashi／WEB2TCI-39984 入力用CSS追加

2023/07/31 tanaka／WEB2TCI-37740 新フォーマット改修
2021/06/21 igarashi／WEB2TCI-22079 CSS調整
2021/04/20 takahashi／WEB2TCI-18913 刀剣女子の座談会（座談会コンテンツ）
========================================================== */

.content_wrap {
  margin: 0 auto;
  max-width: 1024px;
  padding: 0 12px;
}
.discussion_detail_main_title {
  border-bottom: 5px solid #000;
  padding-bottom: 5px;
  background-image: url(../image/design/kv-main-detail.png);
  height: 160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.discussion_detail_main_title_inner {
  font-size: 24px;
  letter-spacing: 0;
  margin-top: 80px;
  text-align: center;
}

/* 文字サイズ変更 */
.charm_detail_content__zoom {
  margin-right: -8px;
}
.charm_detail_content__zoom ul li {
  background: #d9b8be;
  color: #000;
}
.charm_detail_content__zoom ul li.active {
  background: #593657;
  color: #fff;
}

.discussion_detail_block {
  background-image: url(../image/design/bg-pattern.jpg);
  padding: 10px 15px;
}
.discussion_aside {
  background-color: #f7e9e9;
  border-radius: 15px;
  color: #6c1648;
  font-size: calc( 15 / 18 * 100%);
  margin: 16px auto 0;
  max-width: 780px;
  padding: 12px 18px;
}
.discussion_lede {
  margin: 32px auto 0;
  max-width: 780px;
}

/* 今回の座談会参加者 */
.discussion_participant_wrap {
  margin: 30px auto 0;
  max-width: 780px;
}
.discussion_participant {
  background-color: #fff;
  background-image: url(../image/design/bg-seigaiha-half.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  border-radius: 36px;
  padding: 24px 20px;
}
.discussion_participant_title {
  color: #b560a5;
  text-align: center;
}
.discussion_participant_title_inner {
  position: relative;
}
.discussion_participant_title_inner::before {
  background-color: #f2c166;
  bottom: 0;
  content: "";
  height: 40px;
  left: -20px;
  position: absolute;
  transform: rotate(-30deg);
  transform-origin: bottom right;
  width: 3px;
}
.discussion_participant_title_inner::after {
  background-color: #f2c166;
  bottom: 0;
  content: "";
  height: 40px;
  position: absolute;
  right: -20px;
  transform: rotate(30deg);
  transform-origin: bottom left;
  width: 3px;
}
.discussion_participant_list_wrap {
  margin-top: 22px;
}
.discussion_participant_list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.discussion_participant_img {
  display: block;
  height: auto;
  max-width: 140px;
  width: 100%;
}
.discussion_participant_name {
  display: block;
  font-weight: 600;
  text-align: center;
  padding-top: 5px;
}

.discussion_detail_title {
  align-items: center;
  background-position: left top, right top;
  background-size: contain;
  color: #fff;
  display: flex;
  font-size: calc( 21 / 18 * 100%);
  font-weight: 600;
  min-height: 50px;
  justify-content: center;
  margin-bottom: 40px;
  letter-spacing: 2px;
  position: relative;
  padding: .5em 1em;
}
.discussion_detail_title::before,
.discussion_detail_title::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
 }
.discussion_detail_title.c_pk::before {
  background-image: url(../image/design/ttl-seigaiha-pk-left.png);
  left: 0;
  background-position: left;
}
.discussion_detail_title.c_pk::after {
  background-image: url(../image/design/ttl-seigaiha-pk-right.png);
  right: 0;
  background-position: right;
}
.discussion_detail_title.c_bk::before {
  background-image: url(../image/design/ttl-seigaiha-bk-left.png);
  left: 0;
  background-position: left;
}
.discussion_detail_title.c_bk::after {
  background-image: url(../image/design/ttl-seigaiha-bk-right.png);
  right: 0;
  background-position: right;
}
.discussion_detail_title.c_br::before {
  background-image: url(../image/design/ttl-seigaiha-br-left.png);
  left: 0;
  background-position: left;
}
.discussion_detail_title.c_br::after {
  background-image: url(../image/design/ttl-seigaiha-br-right.png);
  right: 0;
  background-position: right;
}
.discussion_detail_title_inner {
  z-index: 1;
}
.c_yellow {
  color: #fef489;
}

.discussion_part {
  margin: 66px auto 0;
  max-width: 864px;
}
.discussion_part .balloon_list {
  padding-bottom: 32px;
  max-width: 780px;
  margin: 0 auto;
}
.discussion_part .txt_name{
  color: #fef489;
}
.discussion_participant_wrap .balloon_list {
  margin-top: 60px;
}
.discussion_participant_wrap .balloon_list_item + .balloon_list_item {
  margin-top: 22px;
}
.balloon_list_item {
  display: flex;
  align-items: flex-start;
}
.balloon_list_item + .balloon_list_item {
  margin-top: 40px;
}
.balloon_icon {
  width: 100px;
  height: auto;
  flex: 0 0 100px;
}
.balloon_icon.icon_two {
  width: 100px;
  position: relative;
}
.balloon_icon.icon_two img:nth-of-type(1) {
  bottom: -8px;
  height: 64px;
  left: -8px;
  position: relative;
  width: 64px;
}
.balloon_icon.icon_two img:nth-of-type(2) {
  bottom: 0;
  height: 64px;
  position: absolute;
  right: -8px;
  width: 64px;
}
.balloon_icon.icon_three {
  width: 100px;
  top: -6px;
  position: relative;
}
.balloon_icon.icon_three img:nth-of-type(1) {
  height: 64px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  max-width: 64px;
}
.balloon_icon.icon_three img:nth-of-type(2) {
  bottom: -44px;
  height: 64px;
  left: -8px;
  position: absolute;
  max-width: 64px;
}
.balloon_icon.icon_three img:nth-of-type(3) {
  bottom: -44px;
  height: 64px;
  position: absolute;
  right: -8px;
  max-width: 64px;
}
.balloon_name {
  display: block;
  font-weight: 600;
  text-align: center;
  margin-top: -4px;
}
.balloon_block {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  margin-left: 56px;
  min-height: 90px;
  padding: 28px 30px;
  position: relative;
  flex: 1 1 auto;
}
.balloon_block::before {
  border-bottom: 14px solid transparent;
  border-right: 40px solid #fff;
  border-top: 14px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -40px;
  position: absolute;
  top: 30px;
  width: 0;
}
.balloon_list_item.emcee .balloon_block {
  background-color: #f9f5de;
}
.balloon_list_item.emcee .balloon_block::before {
  border-right-color: #f9f5de;
}
.balloon_block:first-child {
  margin-left: 0;
}
.balloon_block:first-child::before {
  content: none;
}
.balloon_block:first-child .balloon_comment:only-child {
  width: 100%;
}
.balloon_comment .balloon_icon {
  float: left;
  margin-right: 30px;
}
.balloon_comment .balloon_icon.icon_three {
  margin-bottom: 44px;
}

.balloon_image_wrap {
  margin: 20px auto 0;
  text-align: center;
  max-width: 500px;
}
.balloon_image_wrap.w256 {
  max-width: 256px;
}
.balloon_image_wrap.col2 {
  display: flex;
  justify-content: space-between;
}
.balloon_image_wrap.col2 .balloon_image {
  width: 49%;
}
.balloon_image figcaption {
  font-size: calc( 15 / 18 * 100%);
}
.cmn_bnr_area {
  margin-top: 30px;
}

/* 今回の座談会に登場した日本刀 */
.sword_detail_wrap {
  margin-top: 24px;
}
.sword_detail {
  background-color: #fff;
  border-radius: 20px;
  margin: 0 auto;
  max-width: 780px;
  padding: 36px 34px;
}
.sword_detail + .sword_detail {
  margin-top: 32px;
}
.sword_detail_ttile {
  background-color: #b27296;
  color: #fff;
  display: inline-block;
  font-size: calc( 22 / 18 * 100%);
  font-weight: 600;
  padding: 5px 10px;
}
.sc_search_sword_wrap {
  margin: 28px 8px;
}
.sc_search_sword_wrap + .sc_search_sword_wrap {
  margin-top: 64px;
}

/* 次回のテーマ */
.next_theme {
  background-color: #fff;
  background-image: url(../image/design/bg-microphone.png);
  background-position: left 50px top 15px;
  background-repeat: no-repeat;
  border-radius: 20px;
  margin: 50px auto 60px;
  max-width: 864px;
  padding: 32px 0;
  text-align: center;
}

/* 刀剣女子の座談会テーマ */
.discussion_theme_wrap {
  background-color: #fff;
  border-radius: 20px;
  margin: 50px auto;
  max-width: 970px;
}
.discussion_theme_title {
  align-items: center;
  background-color: #ae669e;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #fff;
  display: flex;
  font-size: calc( 24 / 18 * 100%);
  height: 50px;
  justify-content: center;
}
.discussion_theme_title_inner {
  position: relative;
}
.discussion_theme_title_inner::before,
.discussion_theme_title_inner::after {
  background-image: url(../image/design/ico-katana.png);
  content: "";
  height: 33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
}
.discussion_theme_title_inner::before {
  left: -55px;
}
.discussion_theme_title_inner::after {
  right: -55px;
}
.discussion_theme_block {
  display: flex;
  flex-wrap: wrap;
  padding: 9px 33px 30px;
  justify-content: space-between;
}
.discussion_theme {
  background-color: #fff;
  display: flex;
  max-width: 430px;
  padding-top: 17px;
  width: 49%;
}
.discussion_theme:nth-of-type(n+3) {
  border-top: 2px solid #c6acc2;
  margin-top: 20px;
}
.discussion_row2 {
  flex: auto;
  margin-top: 15px;
}
.discussion_number {
  background-color: #894999;
  color: #fff;
  display: flex;
  font-size: calc( 18 / 18 * 100%);
  font-weight: 600;
  height: 43px;
  justify-content: center;
  padding: 10px 5px 0;
  position: absolute;
  min-width: 70px;
}
.discussion_number::before {
  background: linear-gradient(to right bottom, #894999 0%, #894999 50%, transparent calc(50% + 1px), transparent 100%);
  bottom: -15px;
  content: "";
  height: 15px;
  position: absolute;
  left: 0;
  width: 50%;
}
.discussion_number::after {
  background: linear-gradient(to left bottom, #894999 0%, #894999 50%, transparent calc(50% + 1px), transparent 100%);
  bottom: -15px;
  content: "";
  height: 15px;
  position: absolute;
  right: 0;
  width: 50%;
}
.discussion_tmb_wrap {
  height:auto;
  margin: 15px 0 0 29px;
  width: 100px;
}
.discussion_title_wrap {
  margin-left: 16px;
  text-align: right;
}
.discussion_date {
  color: #3b3d3c;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 3.5px;
  min-height: 23px;
}
.discussion_theme.coming_soon .discussion_date {
  background-color: #fdfce5;
  border: 2px solid #d063a8;
  color: #d063a8;
  display: block;
  font-weight: 600;
  padding: 0 6px;
  margin-left: auto;
  text-align: center;
  width: 100px;
}
.discussion_theme .discussion_title {
  font-size: calc( 18 / 18 * 100%);
  text-align: left;
  margin-top: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .discussion_theme {
    position: relative;
  }
  .discussion_theme:nth-of-type(odd):last-of-type::after {
    background-image: url(../image/design/img-spacer-detail-article.png);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    position: absolute;
    right: calc(-104%);
    top: 0;
    width: 100%;
  }
  .discussion_col3 {
    justify-content: space-evenly;
  }
}
@media (max-width: 767px) {
  .discussion_detail_main_title_inner {
    font-size: 24px;
    padding: 0 .5em;
  }
  .discussion_detail_block {
    padding-top: 0;
    border-top: 1px solid transparent;
  }
  .discussion_participant {
    border-radius: 15px;
    padding: 12px 5px;
  }
  .discussion_participant_title_inner {
    font-size: 20px;
    padding: 0 .5em;
  }
  .discussion_participant_title_inner::before,
  .discussion_participant_title_inner::after {
    background-color: #f2c166;
    bottom: 0;
    content: "";
    height: 30px;
    position: absolute;
    width: 3px;
  }
  .discussion_participant_title_inner::before {
    left: 0;
  }
  .discussion_participant_title_inner::after {
    right: 0;
  }
  .discussion_participant_list_item {
    margin: 1%;
    max-width: 48%;
  }
  .discussion_part {
    margin-top: calc((66 - 33) * ((100vw - 320px) / (767 - 320)) + 33px);
  }
  .discussion_detail_title {
    font-size: calc((21 - 16) * ((100vw - 320px) / (767 - 320)) + 16px);
  }
  .balloon_list_item + .balloon_list_item {
    margin-top: calc((40 - 20) * ((100vw - 320px) / (767 - 320)) + 20px);
  }
  .balloon_icon {
    flex: 0 0 14%;
    min-width: 60px;
  }
  .balloon_icon.icon_two {
    width: 100px;
    position: relative;
  }
  .balloon_icon.icon_two img:nth-of-type(1) {
    bottom: calc((-8 - 0) * ((100vw - 320px) / (767 - 320)) + 0px);
    height: auto;
    left: calc((-8 - -4) * ((100vw - 320px) / (767 - 320)) + -4px);
    width: calc((64 - 40) * ((100vw - 320px) / (767 - 320)) + 40px);
  }
  .balloon_icon.icon_two img:nth-of-type(2) {
    bottom: calc((-1 - 7) * ((100vw - 320px) / (767 - 320)) + 7px);
    height: auto;
    right: calc((-8 - -4) * ((100vw - 320px) / (767 - 320)) + -4px);
    width: calc((64 - 40) * ((100vw - 320px) / (767 - 320)) + 40px);
  }
  .balloon_icon.icon_three {
    top: calc((-6 - 0) * ((100vw - 320px) / (767 - 320)) + 0px);
  }
  .balloon_icon.icon_three img:nth-of-type(1) {
    width: calc((64 - 40) * ((100vw - 320px) / (767 - 320)) + 40px);
    height: auto;
  }
  .balloon_icon.icon_three img:nth-of-type(2) {
    width: calc((64 - 40) * ((100vw - 320px) / (767 - 320)) + 40px);
    height: auto;
    bottom: calc((-44 - -24) * ((100vw - 320px) / (767 - 320)) + -24px);
  }
  .balloon_icon.icon_three img:nth-of-type(3) {
    width: calc((64 - 40) * ((100vw - 320px) / (767 - 320)) + 40px);
    height: auto;
    bottom: calc((-44 - -24) * ((100vw - 320px) / (767 - 320)) + -24px);
  }
  .balloon_name {
    font-size: calc((15 - 10) * ((100vw - 320px) / (767 - 320)) + 10px);
  }
  .balloon_block {
    padding: calc((30 - 10) * ((100vw - 320px) / (767 - 320)) + 10px);
    margin-left: calc((56 - 25) * ((100vw - 320px) / (767 - 320)) + 25px);
    min-height: 60px;
    overflow: hidden;
  }
  .balloon_block::before {
    border-bottom-width: calc((14 - 7) * ((100vw - 320px) / (767 - 320)) + 7px);
    border-right-width: calc((40 - 20) * ((100vw - 320px) / (767 - 320)) + 20px);
    border-top-width: calc((14 - 7) * ((100vw - 320px) / (767 - 320)) + 7px);
    left: calc((-40 - -20) * ((100vw - 320px) / (767 - 320)) + -20px);
  }
  .balloon_icon.icon_two,
  .balloon_comment .balloon_icon {
    width: 14%;
    min-width: 60px;
    margin-right: 3.90625%;
  }
  .balloon_comment .balloon_icon.icon_three {
    margin-bottom: calc((44 - 24) * ((100vw - 320px) / (767 - 320)) + 24px);
  }

  .sword_detail {
    padding: 15px 10px;
    border-radius: 5px;
  }
  .next_theme {
    background-image: none;
  }
  .discussion_theme_title {
    font-size: calc( 19 / 18 * 100%);
  }
  .discussion_theme_title_inner::before {
    left: -40px;
  }
  .discussion_theme_title_inner::after {
    right: -40px;
  }
  .discussion_theme_block {
    padding: 16px;
  }
  .discussion_theme {
    max-width: none;
    width: 100%;
  }
  .discussion_theme:not(:first-of-type) {
    border-top: 2px solid #c6acc2;
    margin-top: 20px;
  }
  .discussion_title {
    background-color: transparent;
  }
  .balloon_comment {
    overflow: hidden;
  }
}
@media (max-width: 369px) {
  .discussion_theme_title_inner::before,
  .discussion_theme_title_inner::after {
    background-image: none;
  }
}
@media (max-width: 350px) {
  .discussion_theme {
    flex-direction: column;
  }
  .discussion_tmb_wrap {
    margin-left: 10px;
  }
  .discussion_row2 {
    margin-top: -1em;
  }
}

@media (max-width: 320px) and (min-width: 349px) {
  .discussion_tmb_wrap {
    width: 85px;
  }
  .discussion_row2 {
    margin-top: -2em;
  }
}

/* 画面縮小時の画像調整 */
.balloon_list_item .cmn_bnr_area .aligncenter{
  max-width: 100%;
}


.balloon_block.type-flex .balloon_icon {
  float: initial;
}
.balloon_block.type-flex .balloon_comment {
  display: flex;
  justify-content: center;
}

/* 入力用CSS追加依頼 */

/* ▼▼▼ .post_col02_wrap_type02 ▼▼▼*/
div.post_col02_wrap_type02 {
  width: 100%;
}
div.post_col02_wrap_type02 .link_text {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
div.post_col02_wrap_type02 .link_text li {
  width:47%;
}
div.post_col02_wrap_type02 .link_text li:nth-child(odd) {
  margin-right: 6%;
}
@media (max-width:767px) {
  div.post_col02_wrap_type02 .link_text li {
    width:100%;
  }
  div.post_col02_wrap_type02 .link_text li:nth-child(odd) {
    margin-right: 0;
  }
}
/* ▲▲▲ .post_col02_wrap_type02 ▲▲▲*/

/* アンオーダーリスト */
ul.ul_01 {
  margin-bottom: 20px;
}

.ul_01 li {
  margin-bottom: 1%;
  text-indent: -0.85em;
  padding-left: 0.7em;
}

.ul_01 li:before {
  content: url(../image/ico_disc_01.gif);
  padding-right: 1%;
}

/* 上記アンオーダーリスト使用時に黒丸を使いたくない場合このクラスを使用 */
li.content_none:before {
  content: none;
}

@media screen and (max-width: 767px) {
  .ul_01 li {
    text-indent: -1em;
    padding-left: 1em;
  }
}

/* 定義リスト緑・赤 */
/* ▼▼▼ .post_title_h4 （ふりがなサイズ） ▼▼▼*/

div.post_title_h4 > h4,
dl.post_title_h4 > dt {
  color: #18561e;
  font-size: 1.1em;
  font-weight: 600;
  margin: 0 0 1% 1em;
  text-indent: -1em;
}
h4.post_title_h4::before,
div.post_title_h4 > h4::before,
dl.post_title_h4 > dt::before {
  content: "◆";
}
dl.post_title_h4 > dd {
  line-height: inherit;
  margin: 0 0 2.5% 1.5em;
}
div.post_title_h4 > div {
  padding-left: 1em;
}
div.post_title_h4 .sc_search_sword_list dt {
  padding: .195em .2em;
}
div.post_title_h4 .sc_search_sword_list dd {
  padding: 10px 10px;
}
/* ▲▲▲ .post_title_h4 （ふりがなサイズ） ▲▲▲*/
/* ▼▼▼ .post_title_h5 ▼▼▼*/

div.post_title_h5 > h5,
dl.post_title_h5 > dt {
  color: #9e1c1c;
  font-size: 1.05em;
  font-weight: 600;
  margin: 0 0 1% 1em;
  text-indent: -1em;
}
h5.post_title_h5::before,
div.post_title_h5 > h5::before,
dl.post_title_h5 > dt::before {
  content: "●";
}
div.post_title_h5 > div:not(.pink_back):not(.ukiyoe-shoga-link-area):not(.product):not(.cmn_bnr_area):not(.sc_search_sword_list) {
  padding-left: 1em;
}
dl.post_title_h5 > dd {
  margin: 0 0 2.5% 1.2em;
}

/* ▲▲▲ .post_title_h5 ▲▲▲*/

/* ▼▼▼ .post_title_h6 ▼▼▼*/

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

/* ▲▲▲ .post_title_h6 ▲▲▲*/

/*=========================
  テーブル
  =========================*/
/* ▼▼▼ .data（ピンク色のテーブル） ▼▼▼*/

table.data {
  border: #732121 2px solid;
  margin: 0 auto 20px;
  width: 95%;
}
table.data th {
  background: #ffefef;
  border: #732121 1px solid;
  color: #732121;
  padding: 8px 15px;
  text-align: center;
  vertical-align: middle;
}
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 th.bg_pink {
  background: #fff6f6;
  font-weight: normal!important;
}
/*thボーダーを消す*/
table.data th.bdT_none {
  border-top:none;
}
table.data th.bdB_none {
  border-bottom:none;
}
table.data td {
  background: #fff;
  border: #732121 1px solid;
  padding: 8px 15px;
  text-align: center;
  vertical-align: middle;
}
table.data th.no_cell {
  background: #fff;
  border: #732121 2px solid;
  border-top: #fff 2px solid;
  border-left: #fff 2px solid;
}
table.data td.sub_item {
  background: #FfFfe9;
  color: #59330F;
  font-weight: 600;
}
/*tdボーダーを消す*/
table.data td.bdT_none {
  border-top:none;
}
table.data td.bdB_none {
  border-bottom:none;
}
table.data.era_sowrd {
  width: 100%;
}
table.data.era_sowrd tr.gap {
  height: 20px;
}
table.data.era_sowrd tr.gap_height {
  height: 260px;
}
table.data.era_sowrd th {
  padding: 10px 5px;
}
table.data.era_sowrd td {
  padding: 10px 0;
}
table.data.era_sowrd a {
  vertical-align: middle;
}
table.data.era_sowrd a.image_link {
  margin: 5px 10px;
}
table.data.era_sowrd dl.era_detail {
  margin: 0 5px 5px;
}
table.data.era_sowrd dl.era_detail:last-child {
  margin-bottom: 0;
}
table.data.era_sowrd dl.era_detail dt {
  font-weight: normal;
  line-height: 1.3;
}
table.data.era_sowrd dl.era_detail dd {
  font-size: 1.5rem !important;
  letter-spacing: 0.075em
}
/*「正宗賞」テーブル調整*/
.masamunesho_table::after{
  position: relative;
}
.masamunesho_table table.data{
  width:60%;
  margin:0 auto 20px 0;
}
.masamunesho_table table.data .year{
  text-align:left;
}
.masamunesho_table table.data::before{
  content: '';
  background: url(/wp/wp-content/themes/wp-templ/tips/image/spacer-masamunesho.png) no-repeat 0 / cover;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  width: 250px;
  height: 360px;
  opacity: 0.5;
  right:10%;
  bottom:30px;
}
/* .mCustomScrollbar table.data {
  width: 100%;
} */

@media (max-width:767px) {
  .masamunesho_table table.data::before{
    display: none;
    width: 0;
    height: 0;
  }
  .masamunesho_table table.data{
    width:100%;
    margin:0 auto 20px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  table.data.era_sowrd tr.gap_min td {
    padding: 0;
  }
}

@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(../../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: 640px;
    width: 100%;
  }
  .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;
  }
}

/* ▲▲▲ .data（ピンク色のテーブル） ▲▲▲*/

/*=========================
  ふつうの数字オーダーリスト
  =========================*/
ol.ol_02 {
  list-style-type: decimal;
  margin-bottom: 20px;
  padding-left: 1.5em;
}

.ol_02 li {
  margin-bottom: 10px;
}

/*=========================
  太字緑色丸数字オーダーリスト
  =========================*/
ol.ol_01 {
  counter-reset: my-counter;
  margin-bottom: 20px;
  padding-left: 1em;
}

ol.ol_01.ol_cr_none {
  counter-reset: none;
}

.ol_01 li {
  margin-bottom: 2%;
  padding-left: 1em;
  position: relative;
}

.ol_01 > li:before {
  border-radius: 50%;
  border: solid 2px #18561e;
  color: #18561e;
  content: counter(my-counter);
  counter-increment: my-counter;
  display: inline-flex;
  font-size: .85em;
  font-weight: 600;
  height: 1.7em;
  justify-content: center;
  line-height: 1.5;
  margin-left: -2.0em;
  margin-top: -.15em;
  position: absolute;
  text-align: center;
  width: 1.7em;
}

.ol_01 h4,
.ol_01 dl dt {
  color: #18561e;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: .5em;
}