@charset "Shift_JIS";
/* --------------------------------------------------------------------
トピックスCSS
--------------------------------------------------------------------- */
/* --------------------------------------------------------------------
共通設定
--------------------------------------------------------------------- */
/* ページ内リンクのスクロール用 */
html {
  scroll-behavior: smooth;
}

/* 【GTM】計測対象の子要素のポインターイベントの無効化 */
.mainframe_ .topiclist_body_ > .article_ [data-gtm-action] *,
.wrapper_ > .topiclist_body_ > article [data-gtm-action] * {
  pointer-events: none;
}

/* 切り替え */
.mainframe_ .topiclist_body_ > .article_ .pc_only { display: block; }
.mainframe_ .topiclist_body_ > .article_ .sp_only { display: none !important; }
.wrapper_ > .topiclist_body_ > article .pc_only { display: none !important; }
.wrapper_ > .topiclist_body_ > article .sp_only { display: block; }


/* 回遊ボタン（#around_button_wrap）
================================================== */
#around_button_wrap {
  margin-bottom: 60px;
  margin-top: 60px;
}

/* トップに戻るボタン */
#around_button_wrap .btn_pageback {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 20px auto;
  padding: 0 5%;
}

#around_button_wrap .btn_pageback > a {
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #a7a7a7;
  background: #000;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #fff;
  padding: 14px 30px;
}

/* 左矢印（＜） */
#around_button_wrap .btn_pageback a::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 12px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  -ms-transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

#around_button_wrap .btn_pageback a span {
  text-align: center;
  margin: 0 auto;
}

#around_button_wrap .btn_pageback a:hover {
  text-decoration: none;
}

/* --------------------------------------------------------------------
PC
--------------------------------------------------------------------- */
/* トピックス（既存リセット）
================================================== */
.mainframe_ .topiclist_body_ > .topic_title_ {
  color: #000;
}

/* トピックス（.mainframe_ #topic_wrapper）
================================================== */
.mainframe_ #topic_wrapper {
  color: #333;
  margin-bottom: 60px;
  padding: 30px 20px;
  border: 1px solid #ccc;
}

/* 共通パーツ
================================================== */
.mainframe_ .topiclist_body_ > .article_ p {
  color: inherit;
  font-size: 1.5rem;
  line-height: 1.6;
}
.mainframe_ .topiclist_body_ > .article_ p:not(li > p) { padding: 0 10px; }

.mainframe_ .topiclist_body_ > .article_ strong {
  color: inherit;
  font-weight: bold;
}

.mainframe_ .topiclist_body_ > .article_ a {
  color: #1a0dab;
  font-weight: bold;
}

.mainframe_ .topiclist_body_ > .article_ .inblock { display: inline-block; }
.mainframe_ .topiclist_body_ > .article_ .red { color: #D00000; }
.mainframe_ .topiclist_body_ > .article_ .under_line { text-decoration: underline; }

/* 項目見出し用 */
.mainframe_ .topiclist_body_ > .article_ .midashi {
  color: #111;
  font-weight: bold;
  display: inline-block;
}
.mainframe_ .topiclist_body_ > .article_ .midashi::after {
  content: "：";
}

/* 開催期間 */
.mainframe_ .topiclist_body_ > .article_ .day { margin: 10px 0; }

/* Hタグ */
.mainframe_ .topiclist_body_ > .article_ h3 {
  color: #222222;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 14px 10px;
  margin-top: 40px;
  background: #F4F4F4;
}
.mainframe_ .topiclist_body_ > .article_ h3 + :not(h4) { margin-top: 20px; }

.mainframe_ .topiclist_body_ > .article_ h4 {
  position: relative;
  color: #222222;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.mainframe_ .topiclist_body_ > .article_ h4::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #D3D3D3;
}

/* img */
.mainframe_ .topiclist_body_ > .article_ img {
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 5px;
}

.mainframe_ .topiclist_body_ > .article_ .img_icon { margin-top: 20px; }
.mainframe_ .topiclist_body_ > .article_ .img_icon img {
  width: 70px;
}

.mainframe_ .topiclist_body_ > .article_ .img {
  display: inline-block;
  margin: 10px;
  padding: 0;
  border: 1px solid #ccc;
}

/* MV */
.mainframe_ .topiclist_body_ > .article_ img.mv {
  margin-bottom: 20px;
}
.mainframe_ .topiclist_body_ > .article_ img.mv {
  padding: 0;
}
.mainframe_ .topiclist_body_ > .article_ img.mv + * {
  margin-top: 0;
}

/* ulリスト */
.mainframe_ .topiclist_body_ > .article_ ul {
  margin: 20px 10px;
}

.mainframe_ .topiclist_body_ > .article_ ul li + li {
  padding-top: 5px;
}

.mainframe_ .topiclist_body_ > .article_ ul:not(.not_indent) li {
  padding-left:1em;
  text-indent:-1em;
}

/* tableテーブル */
.mainframe_ .topiclist_body_ > .article_ table {
  font-size: 1.5rem;
  line-height: 1.6;
  max-width: 100%;
  margin: 20px 10px;
}

.mainframe_ .topiclist_body_ > .article_ table th,
.mainframe_ .topiclist_body_ > .article_ table td {
  vertical-align: middle;
  padding: 1%;
  background-color: #fff;
  border: 1px solid #ccc;
}
.mainframe_ .topiclist_body_ > .article_ table th {
  text-align: revert-layer;
  background: #eee;
}

/* 注意喚起 */
.mainframe_ .topiclist_body_ > .article_ .box_att {
  margin: 20px 10px;
  padding: 10px 0;
  background: #fffae8;
}

/* フロー表示用 */
.mainframe_ .topiclist_body_ > .article_ .flow_box {
  position: relative;
  border: 1px solid #ccc;
  margin: 20px 10px;
  padding: 20px 0;
}
.mainframe_ .topiclist_body_ > .article_ .flow_box > ul:last-child {
  margin-bottom: 0;
}

/* アイコン▼ */
.mainframe_ .topiclist_body_ > .article_ .flow_box + .flow_box::after {
  content: '';
  position: absolute;
  top: -15px;
  left: calc(50% - 8px);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #888;
}

/* --------------------------------------------------------------------
SP
--------------------------------------------------------------------- */
/* トピックス（既存リセット）
================================================== */
.wrapper_ > .topiclist_body_ > article {
  padding: 0;
}

.wrapper_ > .topiclist_body_ > .topic_title_ {
  color: #000;
  background: none;
  border: none;
  text-shadow: none;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 3%;
  border-left: 5px solid #383c3b;
}

/* トピックス（.wrapper_ > .topiclist_body_ #topic_wrapper）
================================================== */
.wrapper_ > .topiclist_body_ #topic_wrapper {
  font-family: "游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  color: #333;
  margin-bottom: 60px;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

/* 共通パーツ
================================================== */
.wrapper_ > .topiclist_body_ > article p {
  color: inherit;
  font-size: 1.6rem;
  line-height: 1.6;
}
.wrapper_ > .topiclist_body_ > article p:not(li > p) { padding: 0 3%; }

.wrapper_ > .topiclist_body_ > article strong {
  color: inherit;
  font-weight: bold;
}

.wrapper_ > .topiclist_body_ > article a {
  color: #1a0dab;
  font-weight: bold;
}

.wrapper_ > .topiclist_body_ > article .inblock { display: inline-block; }
.wrapper_ > .topiclist_body_ > article .red { color: #D00000; }
.wrapper_ > .topiclist_body_ > article .under_line { text-decoration: underline; }

/* 項目見出し用 */
.wrapper_ > .topiclist_body_ > article .midashi {
  color: #111;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
}
.wrapper_ > .topiclist_body_ > article .midashi::before {
  content: "■";
  padding: 0 5px 0 0;
}

/* 開催期間 */
.wrapper_ > .topiclist_body_ > article .day { margin: 10px 0; }

/* Hタグ */
.wrapper_ > .topiclist_body_ > article h3 {
  color: #222222;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 14px 3%;
  margin-top: 40px;
  background: #F4F4F4;
}
.wrapper_ > .topiclist_body_ > article h3 + :not(h4) { margin-top: 20px; }

.wrapper_ > .topiclist_body_ > article h4 {
  position: relative;
  color: #222222;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 3%;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 5px 3%;
}
.wrapper_ > .topiclist_body_ > article h4::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #D3D3D3;
}

/* img */
.wrapper_ > .topiclist_body_ > article img {
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 5px;
}

.wrapper_ > .topiclist_body_ > article .img_icon { margin-top: 20px; }
.wrapper_ > .topiclist_body_ > article .img_icon img {
  width: 70px;
}

.wrapper_ > .topiclist_body_ > article .img {
  display: inline-block;
  margin: 20px 3%;
  padding: 0;
  border: 1px solid #ccc;
}

/* MV */
.wrapper_ > .topiclist_body_ > article img.mv {
  margin-bottom: 20px;
}
.wrapper_ > .topiclist_body_ > article img.mv {
  padding: 0;
}
.wrapper_ > .topiclist_body_ > article img.mv + * {
  margin-top: 0;
}

/* ulリスト */
.wrapper_ > .topiclist_body_ > article ul {
  margin: 20px 3%;
}

.wrapper_ > .topiclist_body_ > article ul li + li {
  padding-top: 5px;
}

.wrapper_ > .topiclist_body_ > article ul:not(.not_indent) li {
  padding-left:1.5em;
  text-indent:-1.5em;
}

/* tableテーブル */
.wrapper_ > .topiclist_body_ > article table {
  font-size: 1.6rem;
  line-height: 1.6;
  max-width: 100%;
  margin: 20px 10px;
}

.wrapper_ > .topiclist_body_ > article table th,
.wrapper_ > .topiclist_body_ > article table td {
  vertical-align: middle;
  padding: 1%;
  background-color: #fff;
  border: 1px solid #ccc;
}
.wrapper_ > .topiclist_body_ > article table th {
  text-align: revert-layer;
  background: #eee;
}

/* 縦テーブル（スマホのみ） */
.wrapper_ > .topiclist_body_ > article table.sp_single_column tr {
  display: flex;
  flex-direction: column;
}
.wrapper_ > .topiclist_body_ > article table.sp_single_column tr td {
  width: 100%;
}
.wrapper_ > .topiclist_body_ > article table.sp_single_column tr td:nth-of-type(1) {
  background: #ccc;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.wrapper_ > .topiclist_body_ > article table.sp_single_column tr td:nth-of-type(2) {
  padding: 3%;
}

/* 注意喚起 */
.wrapper_ > .topiclist_body_ > article .box_att {
  margin: 20px 3%;
  padding: 20px 0;
  background: #fffae8;
}

/* フロー表示用 */
.wrapper_ > .topiclist_body_ > article .flow_box {
  position: relative;
  border: 1px solid #ccc;
  margin: 20px 3%;
  padding: 20px 0;
}
.wrapper_ > .topiclist_body_ > article .flow_box > ul:last-child {
  margin-bottom: 0;
}

/* アイコン▼ */
.wrapper_ > .topiclist_body_ > article .flow_box + .flow_box::after {
  content: '';
  position: absolute;
  top: -15px;
  left: calc(50% - 8px);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #888;
}
