  @charset "UTF-8";

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

title : 刀剣ワールド 東京 記事系 共通CSS
scope : 刀剣ワールド 東京 記事系

memo：

last modify : 2022/06/01 tanaka／「詳細を見る」ボタンサイズ変更

2022/04/19 tanaka／名古屋刀剣ワールド（meihaku）をもとに追加

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

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

@media (min-width: 768px) {
  .box__detail .cmn_box_item_movie.col01.has_spacer::before {
    left: -125px;
  }
  .box__detail .cmn_box_item_movie.col01.has_spacer::after {
    right: -196px;
  }
  .box__detail .cmn_box_item_movie.col03 {
    background: url(/app/themes/wp-templ/image-cmn/spacer/img-cmn-spacer-01.png) right 9% bottom 100px no-repeat;
    background-size: 18% auto;
  }
}

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

.box_tips_detail .wcm {
  padding: 10px 10px 0;
  position: relative;
}

@media (max-width:767px) {
  .box_tips_detail .wcm {
    padding: 20px 10px 0;
  }
}

/*=========================
  テキスト
  =========================*/
/* ▼▼▼ .box__detail ▼▼▼*/
.box__detail {
  padding: 20px 50px 0;
}

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

.box__detail a.fancybox {
  display: inline-block;
  position: relative;
}

.box__detail a.fancybox:before {
  background: url(../image-cmn/tips/ico_zoom.png) no-repeat;
  background-size: 100%;
  bottom: 1px;
  content: '';
  display: block;
  height: 28px;
  position: absolute;
  right: 1px;
  width: 28px;
}

.box__detail a {
  color: #0d53de;
}

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

.sc_search_armor_link .cmn_link_btn,
.sc_search_sword_link .cmn_link_btn,
.sc_search_harness_link .cmn_link_btn,
.sc_search_art_link .cmn_link_btn {
  max-width: 180px;
  padding: 2px;
}
@media (min-width:768px) {
  .sc_search_armor_link .cmn_link_btn .cmn_link_btn_text,
  .sc_search_sword_link .cmn_link_btn .cmn_link_btn_text,
  .sc_search_sword_link .cmn_link_btn .cmn_link_btn_text,
  .sc_search_art_link .cmn_link_btn .cmn_link_btn_text {
    font-size: 1.5rem;
    padding-top: 5px;
    padding-bottom: 6px;
  }
}
@media (max-width:767px) {
  .sc_search_armor_link .cmn_link_btn .cmn_link_btn_text,
  .sc_search_sword_link .cmn_link_btn .cmn_link_btn_text,
  .sc_search_sword_link .cmn_link_btn .cmn_link_btn_text,
  .sc_search_art_link .cmn_link_btn .cmn_link_btn_text {
    line-height: 1.5;
    padding-top: 5px;
    padding-bottom: 6px;
  }
}

.box__detail .wp-caption-text {
  color: #5a472a;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 2px;
  text-align: center;
}

.box__detail .wp-caption-text2 {
  color: #5a472a;
  font-size: 16px;
  line-height: 1.4;
  margin: 0px 30px 30px 0px;
  text-align: right;
}

.box__detail img {
  border: #888 solid 1px;
  box-sizing: unset;
  display: block;
  height: auto;
  margin: 0 auto;
}

/* .cast-border 額縁スタイル 幅300の画像のみ */
.cast-border img {
  border: none;
 }
 .cast-border {
  position: relative; 
 }
 .cast-border::after {
   background-image: url(../image-cmn/tips/bg-cast-border.png);
   background-repeat: no-repeat;
   background-size: 300px auto;
   background-position: top center;
   display: block;
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
 }
 .cast-border.type02::after {
  background-image: url(../image-cmn/tips/bg-cast-border-02.png);
}

.box__detail .alignright {
  line-height: 0;
  margin: 5px 0 20px 38px;
}

.box__detail .alignleft {
  line-height: 0;
  margin: 0 54px 0 0;
}

.box__detail .aligncenter.img_wide {
  position: relative;
  left: -30px;
  max-width: 820px;
}

.box__detail ol li .aligncenter.img_wide,
.box__detail ul li .aligncenter.img_wide,
.box__detail dl dd .aligncenter.img_wide {
  position: relative;
  left: calc(-2em - 30px);
}

.box__detail .alignleft.img_wide {
  position: relative;
  left: -30px;
  margin: 0 0 0 24px;
}

.box__detail .alignleft.img_wide img {
  margin-left: 0;
}

.box__detail .alignright.img_wide {
  position: relative;
  right: -30px;
  margin: 0 0 0 24px;
}

.box__detail .alignright.img_wide img {
  margin-right: 0;
}

.box__detail p {
  margin-bottom: 15px;
  color: #111;
  word-break: normal;
}
.box__detail .clearfix>p:last-child {
  margin-bottom: 0;
}

.box__detail blockquote {
  font-size: 100%;
}

@media (max-width:840px) {
  .box__detail {
    padding: 20px 50px 0;
  }
}

@media (max-width:767px) {
  .box__detail {
    font-size: 16px;
    line-height: 26px;
    padding: 20px 20px 0;
  }

  .box__detail a.fancybox:before {
    bottom: 8px;
  }

  .box__detail .wp-caption {
    float: none;
  }

  .box__detail .wp-caption-text {
    margin-bottom: 15px;
  }

  .box__detail img {
    display: inline-block;
    height: auto;
    margin-left: -1px;
    max-width: 100%;
    vertical-align: bottom;
  }

  .box__detail .aligncenter,
  .box__detail .alignleft,
  .box__detail .alignright {
    height: auto;
    margin: 0 auto;
    text-align: center;
    width: 100% !important;
  }

  .box__detail .aligncenter.img_wide {
    left: -0.5em;
    width: 107% !important;
  }

  .box__detail .alignright.img_wide {
    margin: 0 auto;
    right: 0;
  }

  .box__detail ol li .aligncenter.img_wide,
  .box__detail ul li .aligncenter.img_wide,
  .box__detail dl dd .aligncenter.img_wide {
    left: -2.5em;
    width: 120% !important;
  }

  .box__detail p {
    margin-bottom: 10px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box__detail img {
    box-sizing: content-box;
  }
}
/* ▲▲▲ .box__detail ▲▲▲*/

/*=========================
  見出し h3
  =========================*/
.title_h3cmn {
  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: 22px;
  font-weight: 600;
  letter-spacing: 0.52px;
  position: relative;
}

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

.title_h3cmn>span {
  background: url(../image_cmn/tips/bg-h3.png);
  display: block;
  padding: 15px 35px 11px;
  position: relative;
}

.title_h3cmn span span {
  position: relative;
}

.anchor_h3 {
  background-color: #f6efe0;
  border: solid 1px #725e3e;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.3;
  max-width: 780px;
  margin: 0 auto;
  padding: .2em 1.35em .15em;
  text-align: left;
}

.anchor_h3>span {
  display: block;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .anchor_h3 {
    padding: .3em 1.35em .05em;
  }
}

@media (max-width:767px) {
  .anchor_h3 {
    font-size: 19px;
  }
}

/*=========================
  見出し h4以下のタイトル
  =========================*/
/* ▼▼▼ .post_title_h4 （ふりがなサイズ） ▼▼▼*/
section.post_title_h4>h4,
div.post_title_h4>h4,
dl.post_title_h4>dt {
  background-color: #8db8ce;
  border-radius: 100vh;
  color: #000;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 600;
  margin: 0 0 .5em 0;
  padding: 6px 33px;
  position: relative;
  /* text-indent: -1em; */
}

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

dl.post_title_h4>dd {
  line-height: inherit;
  word-break: normal;
}

section.post_title_h4>div,
div.post_title_h4>div {
  padding-left: 1em;
}

/* 黒色h4見出し対応 */
section.post_title_h4 h4.black-color,
div.post_title_h4 h4.black-color {
  color: #000;
}

@media (min-width: 768px) {
  .box__detail dl.post_title_h4>dt {
    left: -30px;
  }
  dl.post_title_h4>dd {
    margin: 0 0 2.5% 30px;
  }
  .box__detail dl.post_title_h4>dd {
    margin: 0 0 2.5% 0;
  }
}

@media (max-width:767px) {
  .box__detail dl.post_title_h4>dt {
    left: -20px;
  }
}
/* ▲▲▲ .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;
}

@media (min-width: 768px) {
  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 ▲▲▲*/

/*=========================
  記事2カラム
  =========================*/
/* ▼▼▼ .post_col02_wrap ▼▼▼*/
@media (min-width:768px) {
  .post_col02_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .post_col02_wrap dl,
  .post_col02_wrap .spacer {
    width: 48.841%;
  }

  .post_col02_wrap dl:not(:nth-last-child(-n+3)) {
    margin-bottom: 40px;
  }

  .post_col02_wrap dl dd {
    margin-left: 0;
    padding: 0 20px;
  }

  .post_col02_wrap .wp-caption {
    margin-top: 20px;
  }

  .post_col02_wrap .spacer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4%;
  }

  .post_col02_wrap .spacer img {
    border: none;
    width: 85%;
  }
}

@media (max-width:767px) {
  .post_col02_wrap .wp-caption {
    margin: 15px auto 0;
    text-align: center;
    width: 100%!important;
  }

  .post_col02_wrap .spacer {
    display: none;
  }
}
/* ▲▲▲ .post_col02_wrap ▲▲▲*/

/*=========================
  テーブル
  =========================*/
/* ▼▼▼ .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;
}

/*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;
}

/*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
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  table.data.era_sowrd tr.gap_min td {
    padding: 0;
  }
}
/* ▲▲▲ .data（ピンク色のテーブル） ▲▲▲*/

/* ▼▼▼ .data2（水色のテーブル） ▼▼▼*/
table.data2 {
  border: #192c5e 2px solid;
  margin: 0 auto 20px;
  width: 95%;
}

table.data2 th {
  background: #eaf5ff;
  border: #192c5e 1px solid;
  color: #192c5e;
  padding: 11px 15px;
  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;
}

/*thボーダーを消す*/
table.data2 th.bdT_none {
  border-top: none;
}

table.data2 th.bdB_none {
  border-bottom: none;
}

table.data2 td {
  background: #ffffff;
  border: #192c5e 1px solid;
  padding: 11px 15px;
  text-align: left;
  vertical-align: middle;
}

/*tdボーダーを消す*/
table.data2 td.bdT_none {
  border-top: none;
}

table.data2 td.bdB_none {
  border-bottom: none;
}
/* ▲▲▲ .data2（水色のテーブル） ▲▲▲*/

/* ▼▼▼ .data3（日本刀画像＋テーブル＋詳細ボタンセット） ▼▼▼*/
table.data3 {
  border: #192c5e 2px solid;
  margin: 0 auto 35px;
  table-layout: fixed;
  width: 95%;
}

table.data3 th {
  background: #eaf5ff;
  border: #192c5e 1px solid;
  color: #192c5e;
  padding: 8px 15px;
  text-align: center;
  vertical-align: middle;
}

table.data3 td {
  background: #fff;
  border: #192c5e 1px solid;
  padding: 8px 15px;
  text-align: center;
  vertical-align: middle;
}
/* ▲▲▲ .data3（日本刀画像＋テーブル＋詳細ボタンセット） ▲▲▲*/

/* ▼▼▼ .data（ピンク色のテーブル（左上のセル無し）） ▼▼▼*/
.data.no_top_cell{
  border: none;
}
.data.no_top_cell tr:first-of-type th:first-of-type{
  background: none;
  border: none;
}
.data.no_top_cell tr:first-of-type th:nth-of-type(2){
  border-left: #732121 2px solid;
}
.data.no_top_cell tr:first-of-type th:nth-of-type(n + 2){
  border-top: #732121 2px solid;
}
.data.no_top_cell tr
{
  border-right: #732121 2px solid;
}
.data.no_top_cell tr:nth-of-type(2) th:first-of-type{
  border-top: #732121 2px solid;
}
.data.no_top_cell tr:nth-of-type(n + 2) th:first-of-type{
  border-left: #732121 2px solid;
}
.data.no_top_cell tr:last-of-type{
  border-bottom: #732121 2px solid;
}
/* ▲▲▲ .data（ピンク色のテーブル（左上のセル無し）） ▲▲▲*/

/* ▼▼▼ .data2（水色のテーブル（左上のセル無し）） ▼▼▼*/
.data2.no_top_cell{
  border: none;
}
table.data2.no_top_cell th{
  padding: 8px 15px;
}
table.data2.no_top_cell td{
  padding: 8px 15px;
}
.data2.no_top_cell tr:first-of-type th:first-of-type{
  background: none;
  border: none;
}
.data2.no_top_cell tr:first-of-type th:nth-of-type(2){
  border-left: #192c5e 2px solid;
}
.data2.no_top_cell tr:first-of-type th:nth-of-type(n + 2){
  border-top: #192c5e 2px solid;
}
.data2.no_top_cell tr{
  border-right: #192c5e 2px solid;
}
.data2.no_top_cell tr:nth-of-type(2) th:first-of-type{
  border-top: #192c5e 2px solid;
}
.data2.no_top_cell tr:nth-of-type(n + 2) th:first-of-type{
  border-left: #192c5e 2px solid;
}
.data2.no_top_cell tr:last-of-type{
  border-bottom: #192c5e 2px solid;
}
/* ▲▲▲ .data（水色のテーブル（左上のセル無し）） ▲▲▲*/

/*=========================
  画像関連
  =========================*/
/* ▼▼▼ .photo_line（画像を横並びにするアンオーダーリスト） ▼▼▼*/
.photo_line {
  display: block;
  margin: 20px auto 30px;
  max-width: 750px;
}

.photo_line ul {
  text-align: center;
}

.photo_line ul li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}

/* 2枚写真を並べるとき */
li.photo_line2 {
  width: 42.86%;
}

@media (min-width:768px) {
  li.photo_line2:nth-of-type(odd) {
    float: left;
  }

  li.photo_line2:nth-of-type(even) {
    float: right;
  }
}

/* 3枚写真を並べるとき */
li.photo_line3 {
  width: 30%;
}

@media (max-width:767px) {
  .photo_line ul li {
    margin: 0 0 10px;
    width: 100%;
  }

  .photo_line ul li img {
    max-width: 300px;
  }
}
/* ▲▲▲ .photo_line（画像を横並びにするアンオーダーリスト） ▲▲▲*/

/*=========================
  ボタン
  =========================*/
/* ▼▼▼ 用語集を見るボタン ▼▼▼*/
.link_word a {
  background: url(../image-cmn/btn-lilnk-word.png) top left no-repeat;
  background-size: 136px;
  display: block;
  height: 28px;
  margin-top: -9px;
  margin-bottom: 30px;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  right: 4px;
  text-indent: 100%;
  white-space: nowrap;
  width: 136px;
}

.link_word a:hover {
  opacity: 0.5;
}
/* ▲▲▲ 用語集を見るボタン ▲▲▲*/

/*=========================
  記事内に入れる美術品
  =========================*/
/* ▼▼▼ .ukiyoe-shoga-link-area ▼▼▼*/
.ukiyoe-shoga-link-area .possession__wrap {
  padding-bottom: 10px;
}

.anchor .ukiyoe-shoga-link-area .title_h2cmn {
  /* 崩れ防止 */
  background: none;
  width: 100%;
  padding: 0;
  line-height: 1.1;
}

.anchor .ukiyoe-shoga-link-area {
  /* 崩れ防止 */
  max-width: 92.37%;
  margin-bottom: 1em;
}

.anchor .ukiyoe-shoga-link-area .title_h2cmn:before {
  /* 崩れ防止 */
  z-index: 1;
}

.ukiyoe-shoga-link-area .adj_tate .s_box_item_thum img {
  margin: 0 auto;
}
/* ▲▲▲ .ukiyoe-shoga-link-area ▲▲▲*/

/*=========================
  その他バナー
  =========================*/
/* ▼▼▼ .bnr_up キャプションは左寄せ ▼▼▼ */
.bnr_up figure a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.bnr_up figcaption {
  letter-spacing: .09em;
  margin: 6px 0 0;
  text-align: left;
}

.bnr_up figcaption a {
  display: inline;
}

.bnr_up figure img {
  margin: 0 auto;
  vertical-align: bottom;
}

.bnr_up figure:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .bnr_up {
    margin: 50px auto 0;
    width: 500px;
  }

  .box__text .bnr_up {
    margin: 0 auto;
  }

  .bnr_up figure {
    margin: 0 auto 15px;
    max-width: 700px;
  }

  .bnr_up figcaption.caption {
    font-size: 17px;
  }
}

@media (max-width:767px) {
  .bnr_up {
    margin: 1.5em auto 0;
    width: calc(80% + 20px);
  }

  .box__text .bnr_up {
    margin: 0 auto;
    max-width: 350px;
  }

  .bnr_up figure {
    margin: 0 auto 1.5rem;
  }

  .bnr_up figcaption {
    line-height: normal;
    text-align: left;
  }
}
/* ▲▲▲ .bnr_up キャプションは左寄せ ▲▲▲ */

/* ▼▼▼ .content_banner キャプションは中央寄せ ▼▼▼ */
.content_banner {
  margin: 30px auto 15px;
  max-width: 750px;
  overflow: hidden;
  text-align: center;
}

.content_banner figure {
  display: inline-block;
  margin: 15px auto;
  text-align: center;
}

.content_banner figure img {
  margin: 0 auto;
}

.content_banner figure a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.content_banner figcaption {
  font-size: 17px;
  line-height: 1.4;
  margin: 3px 0 10px;
  text-align: center;
}

@media (max-width:767px) {
  .content_banner {
    margin: 15px auto 0px;
  }

  .content_banner figure {
    margin: 0 auto;
    max-width: 90%;
  }

  .content_banner figcaption {
    font-size: 15px;
  }
}
/* ▲▲▲ .content_banner キャプションは中央寄せ ▲▲▲ */

/*=========================
 freearea02 bnr
=========================*/
.cmn_bnr_area img {
  vertical-align: bottom;
}

#freearea02 .cmn_bnr_area {
  margin: 0 auto;
}

@media (min-width:768px) {
  #freearea02 {
    margin-top: 50px;
    padding: 0 10px;
  }

  #freearea02 .cmn_bnr_area + .cmn_bnr_area {
    margin-top: 10px;
  }

  #freearea02 .cmn_bnr_area.col03 {
    max-width: 880px;
  }

  #freearea02 .cmn_bnr_area.col03 figure {
    margin-left: 2.2715%;
    width: 31.819%;
  }

  #freearea02 .cmn_bnr_area.col03 figure:nth-of-type(3n+1) {
    margin-left: 0;
  }
}

@media (max-width:767px) {
  #freearea02 {
    margin-top: 40px;
    padding: 0 10px;
  }

  #freearea02 .cmn_bnr_area + .cmn_bnr_area {
    margin-top: 20px;
  }
}

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

.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: 0.85em;
  font-weight: 600;
  height: 1.7em;
  justify-content: center;
  line-height: 1.5;
  margin-left: -2.0em;
  margin-top: -0.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: 0.5em;
}

ol.ol_02 {
  list-style-type: decimal;
  margin-bottom: 20px;
  padding-left: 1.5em;
}

.ol_02 li {
  margin-bottom: 10px;
}
/* ▲▲▲ オーダーリスト ▲▲▲ */

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

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

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

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

ul.ul_02 {
  margin-bottom: 20px;
}

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

.ul_02 li:before {
  content: "■";
  font-size: .7em;
  padding-right: 1%;
  position: relative;
    top: -0.1em;
}
/* ▲▲▲ アンオーダーリスト ▲▲▲ */

/*=========================
  その他
  =========================*/
/* ▼▼▼ 枠付き背景 ▼▼▼ */
.pink_back {
  background: #fff;
  border: 3px solid #ffd6d6;
  padding: 10px 20px;
  margin: 0 0 20px;
}
/* ▲▲▲ 枠付き背景 ▲▲▲ */

/* ▼▼▼ 商品スライダー調整 ▼▼▼ */
.cmn_item_list img {
  border: none;
}

.cmn_item_list .slick-arrow {
  top: 50%;
}

.cmn_item_list .cmn_item_disc .cmn_item_name {
  color: #0d53de;
}

@media (max-width: 767px) {
  .cmn_item_list img {
    border: none;
    max-width: 98%;
  }
  .cmn_item_list .cmn_item_disc .cmn_item_name {
    font-size: 14px;
  }
}
/* ▲▲▲ 商品スライダー調整 ▲▲▲ */

/* ------------------------------------ */
/* ▼ tips_acc_btn */
/* ------------------------------------ */
.tips_acc_btn_wrap .cmn_link_btn {
  border-radius: 0;
  display: block;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
}

.tips_acc_btn_wrap .cmn_link_btn.is_active .closed_text {
  display: none;
}

.tips_acc_btn_wrap .cmn_link_btn:not(.is_active) .opened_text {
  display: none;
}

@media (min-width: 768px) {
  .tips_acc_btn_wrap {
    margin: 10px 75px 0 auto;
    max-width: 190px;
  }
}

@media (max-width: 767px) {
  .tips_acc_btn_wrap {
    margin: 0 20px 0 auto;
    max-width: 180px;
  }
}

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