@charset "UTF-8";
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  /* text-wrap: balance; */
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open])) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/*追加*/
input[type=text] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* mixin.scss
============================== */
.list .data-txt .title {
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 700;
}
.list .data-txt .date-data {
  color: #646464;
  margin-bottom: 16px;
}

/* 汎用.list--contentsクラスは下部で統合定義 */

.list--support {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 12px;
}

.block_category {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
}

/* header.scss
============================== */
.header {
  width: 100%;
  position: fixed;
  z-index: 9999;
  overflow: visible;
  background-color: #FFFFFF;
}
.header .pc-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.header .header-logo {
  display: inline-block;
  width: 140px;
}
.header .header-logo a,
.header .header-logo img {
  display: block;
  width: 100%;
}
.header .gnav {
  font-size: 13px;
  line-height: 1.75;
  font-weight: 700;
}
.header .gnav li {
  padding: 8px 0;
}
.header .gnav a {
  display: block;
}
.header .fl-r {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.drawer {
  width: 100vw;
  height: 100vh;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.5s all ease-in;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.drawer .fixedBox {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.5s all ease-in;
}
.drawer .wrapper {
  position: relative;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s transform ease-in, 0.5s -webkit-transform ease-in;
  transform: translateX(80%);
}
.drawer .drawer-inner {
  width: 80%;
  background: #FFFFFF;
  color: #000;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0 0 22px;
  height: 100%;
}
.drawer .menu-close {
  top: 10px;
  right: 8px;
  width: 16px;
  height: 16px;
  display: block;
  margin-left: auto;
  padding: 22px;
  position: relative;
  margin-bottom: 40px;
}
.drawer .menu-close span {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #000;
  right: 13px;
}
.drawer .menu-close span:first-child {
  transform: rotate(45deg);
}
.drawer .menu-close span:last-child {
  transform: rotate(-45deg);
}

/*メニューが空いたら*/
body.drawer-visible .drawer {
  opacity: 1;
  pointer-events: all;
}
body.drawer-visible .wrapper {
  transform: translateX(0);
  transition: 0.5s transform ease-in, 0.5s -webkit-transform ease-in;
}

#head_pickup {
  background: linear-gradient(90deg, #24729E 0%, #10BDC2 106%);
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
}
#head_pickup .btn {
  width: 75px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
  background: #FFFFFF;
  color: #24729E;
}
#head_pickup .btn a {
  font-size: 10px;
  padding: 0;
}

/* Header Items Rotation Styles */
#head_pickup .header-item {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#head_pickup .header-item.active {
  display: block;
  opacity: 1;
}

/*responsiveーーーーーーーーーーーーーーー*/
@media screen and (min-width: 961px) {
  header .inner {
    height: 64px;
    padding: 16px 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
  header .inner .fl-r .list-sns + .btn {
    margin-left: 20px;
  }
  header .pc-nav {
    width: 100%;
  }
  .header-logo {
    flex: 0 0 140px;
    margin-right: 56px;
  }
  .gnav {
    font-size: 13px;
    line-height: 1.75;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    column-gap: 20px;
  }

  /* PC用ドロップダウンメニュー */
  .header .gnav .has-dropdown {
    position: relative;
  }

  .header .gnav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #FFFFFF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    padding: 8px 0;
    min-width: 220px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  }

  .header .gnav .has-dropdown.active .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .header .gnav .dropdown-menu li {
    padding: 0;
    border-bottom: none;
  }

  .header .gnav .dropdown-menu a {
    display: block;
    padding: 8px 16px;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    transition: background-color 0.2s ease;
    white-space: nowrap;
  }

  .header .gnav .dropdown-menu a:hover {
    background-color: #f5f5f5;
  }
  #head_pickup {
    height: 36px;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: -2%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    position: relative;
  }
  #head_pickup .header-item {
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
  }
  #head_pickup .header-item.active {
    display: flex;
  }
}
@media screen and (min-width: 320px) and (max-width: 960px) {
  .header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 10px 10px 10px 15px;
  }
  .header .inner .fl-r {
    display: flex;
    align-items: center;
    column-gap: 16px;
  }
  .header .inner .fl-r .list-sns {
    display: none;
  }
  .header .inner .fl-r .list-sns + .btn {
    display: none;
  }
  .header .header__logo {
    width: 140px;
  }
  .header .sp-nav .gnav {
    font-weight: bold;
    font-size: 14px;
  }
  .header .sp-nav .gnav li {
    border-bottom: 1px solid #E1E1E1;
    padding: 0;
  }
  .header .sp-nav .gnav a {
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
  .header .sp-nav .gnav .icon {
    margin-left: auto;
    width: 10px;
    height: 10px;
    stroke: #000;
  }
  .header .search_window {
    width: 130px;
    height: 32px;
    background-color: #F3F3F3;
    margin-right: 0;
    border-radius: 16px;
  }
  .header .search_window input {
    font-size: 12px;
  }
  .header .search_window input::placeholder {
    color: #949494;
  }
  .header .search_window button {
    width: 32px;
    height: 32px;
  }
  .header .search_window button .icon {
    width: 18px;
    height: 18px;
  }
  .header .sp-nav-footer {
    margin: 40px 22px;
  }
  .header .sp-nav-footer .search_window {
    width: 100%;
    height: 40px;
    background-color: #F3F3F3;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .header .sp-nav-footer .search_window input {
    font-size: 14px;
  }
  .header .sp-nav-footer .search_window input::placeholder {
    color: #949494;
  }
  .header .sp-nav-footer .search_window button {
    width: 40px;
    height: 40px;
  }
  .header .sp-nav-footer .search_window button .icon {
    width: 20px;
    height: 20px;
  }
  .header .sp-nav-footer .link-add {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 28px;
  }
  .header .sp-nav-footer .list-sns {
    column-gap: 25px;
  }
  .pc-nav {
    width: auto;
  }
  .menu-toggle {
    order: 3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #24729E;
    position: relative;
  }
  .menu-toggle span {
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    background: #FFFFFF;
  }
  .menu-toggle span:first-child {
    top: 16px;
    left: 10px;
  }
  .menu-toggle span:last-child {
    bottom: 16px;
    left: 10px;
  }
  #head_pickup {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    position: relative;
  }
  #head_pickup .header-item {
    display: none;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 8px;
  }
  #head_pickup .header-item.active {
    display: flex;
  }
  #head_pickup .txt {
    font-size: 12px;
  }
  #head_pickup .btn {
    width: 200px;
    height: 24px;
    line-height: 24px;
  }
}
/* footer.scss
============================== */
footer {
  width: 100%;
  position: relative;
}
footer .gradation {
  background: linear-gradient(90deg, #24729E 0%, #10BDC2 106%);
  color: #FFFFFF;
}
footer .gradation .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin: 0 auto;
}
footer .gradation p.home {
  font-weight: bold;
  font-size: 13px;
}
footer .footer-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 60px !important; /* 下部アンカー広告用 */
}
@media screen and (min-width: 768px) {
  footer .footer-inner {
    padding-bottom: 150px !important; /* 下部アンカー広告用 */
  }
}

footer .footer-inner .contents-wrap {
  display: flex;
}
footer .footer-inner .content_logo .logo {
  margin-bottom: 30px;
}
footer .footer-inner .content_logo .tagline {
  font-weight: bold;
  line-height: 140%;
  color: #24729E;
}
footer .footer-inner .block_search {
  display: flex;
}
footer .footer-inner .block_search .search_window {
  width: 300px;
  height: 40px;
  margin-right: 0;
}
footer .footer-inner .block_search .search_window button {
  width: 40px;
  height: 40px;
}
footer .list--sitemap {
  display: flex;
}
footer .list--sitemap .list-tit {
  font-size: 16px;
  font-weight: bold;
  color: #24729E;
  flex: 1 1 20%;
  line-height: 1.6;
}
footer .list--sitemap li {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}
footer .list--sitemap a {
  display: block;
  padding: 4px 0;
}
footer .list--support {
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E1E1E1;
}
@media screen and (min-width: 1080px) {
  footer .list--support {
    gap: 20px 10px;
  }
}
@media screen and (max-width: 480px) {
  footer .list--support {
    gap: 10px 20px;
    padding-top: 16px;
    border-top: 1px solid #E1E1E1;
  }
}
footer .list--support li {
  display: inline-block;
  font-size: 12px;
}
footer .list--support li:not(:last-of-type) {
  margin-right: 20px;
}
footer .list--support li a {
  display: block;
  padding: 5px 0;
  position: relative;
}
footer .copyright {
  font-size: 13px;
  line-height: 1.75;
  font-weight: 500;
}
footer .nav__page-top {
  z-index: 10;
  font-size: 13px;
}
footer .nav__page-top .icon {
  margin-left: 8px;
  width: 12px;
  height: 15px;
  transform: translateY(-2px);
  fill: #FFFFFF;
}

/*responsiveーーーーーーーーーーーーーーー*/
@media screen and (min-width: 961px) {
  footer .gradation {
    height: 60px;
    padding: 20px;
  }
  footer .gradation .inner {
    max-width: 1300px;
    margin: 0 auto;
  }
  footer .footer-inner {
    padding: 60px 20px 30px;
  }
  footer .footer-inner .contents-wrap {
    justify-content: space-between;
    margin-bottom: 82px;
  }
  footer .footer-inner .contents-wrap .fl-fir {
    max-width: 320px;
  }
  footer .footer-inner .contents-wrap .fl-sec {
    width: 55%;
  }
  footer .footer-inner .content_logo .tagline {
    font-size: 32px;
  }
  footer .footer-inner .content_logo .logo {
    width: 200px;
  }
  footer .footer-inner .block_search {
    gap: 24px;
    margin-bottom: 36px;
  }
  footer .footer-inner .block_search .search_window {
    border-radius: 20px;
  }
  .list--sitemap {
    column-gap: 18px;
  }
  .list--sitemap:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .list--sitemap div {
    border-left: 1px solid #E1E1E1;
    padding-left: 18px;
    flex: 1 1 80%;
  }
  .list--sitemap li {
    display: inline-block;
    margin-right: 20px;
  }
  .list--sitemap .list-tit {
    max-width: 120px;
  }
  .list--support {
    gap: 20px 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 960px) {
  footer .gradation {
    height: 48px;
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  footer .gradation .inner {
    width: 100%;
  }
  footer .footer-inner {
    padding: 50px clamp(4vw, 16px, 5vw) 20px;
  }
  footer .footer-inner .contents-wrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }
  footer .footer-inner .contents-wrap .fl-sec {
    width: 100%;
  }
  footer .footer-inner .content_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
  }
  footer .footer-inner .content_logo .logo {
    width: 130px;
  }
  footer .footer-inner .content_logo .tagline {
    font-size: 24px;
  }
  footer .footer-inner .block_search {
    margin-bottom: 60px;
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
  footer .footer-inner .block_search .search_window {
    border-radius: 20px;
  }
  footer .sitemap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  footer .list--sitemap {
    flex-direction: column;
    row-gap: 15px;
    width: 100%;
  }
  footer .list--sitemap div {
    border-top: 1px solid #E1E1E1;
    padding-top: 15px;
  }
  footer .list--support {
    gap: 10px 20px;
    padding-top: 16px;
    margin-bottom: 20px;
    border-top: 1px solid #E1E1E1;
  }
  footer .list--support li {
    margin-right: 0;
  }
}
/* common.scss
============================== */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html *:before, html *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  color: #000;
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "MS Gothic", "ＭＳ ゴシック", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased; /* subpixel-antialiased を変更 */
  -moz-osx-font-smoothing: grayscale;
}

body {
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

.svg-symbol {
  display: none;
}

svg.icon {
  display: inline-block;
  vertical-align: middle;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

/* セクションタイトルの基本スタイル */
.section-tit {
  font-weight: bold;
}
@media screen and (min-width: 1080px) {
  .section-tit {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .section-tit {
    font-size: 18px;
  }
}
.section-tit svg.icon {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  fill: #24729E;
}

.date-data {
  font-size: 12px;
  line-height: 175%;
}

.caption {
  font-size: 10px;
  line-height: 175%;
}

.category {
  background: #F3F3F3;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  border-radius: 2px;
  padding: 0px 10px;
  white-space: nowrap;
  text-align: center;
  font-size: 10px;
  color: #646464;
}
.category.cat_dark {
  background: #646464;
  color: #FFFFFF;
}

.txt-body {
  font-size: 14px;
  line-height: 1.75;
  font-weight: 500;
}

.icon_ranking {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  color: #F3F3F3;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  background: #333;
}

.rank1 .icon_ranking {
  background: #24729E;
}

.rank2 .icon_ranking,
.rank3 .icon_ranking {
  background: #10BDC2;
}

.H1_sp {
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -2%;
}

.H2_sp {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -2%;
}

.H3_sp {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -2%;
}

.title_sp {
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -2%;
}

.list-sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  column-gap: 14px;
  border-right: 1px #E1E1E1;
}
.list-sns .icon {
  fill: #24729E;
}
.list-sns .icon.x {
  width: 20px;
  height: 20px;
}
.list-sns .icon.discord {
  width: 26px;
  height: 20px;
}

/* ボタンスタイルの基本定義 */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
  width: fit-content;
}

.btn a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.75;
  text-align: center;
}

/* ボタンのバリエーション */
.btn_add a {
  padding: 6px 16px;
  line-height: 1.6;
}

.btn_more a {
  padding: 6px 10px 6px 20px;
  gap: 20px;
}

.btn_more .icon {
  stroke: #24729E;
  width: 12px;
  height: 12px;
  transform: translateY(-1px);
}

.thumb {
  display: block;
  position: relative;
  line-height: 0;
}
.thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* 検索ウィンドウの基本スタイル */
.search_window {
  width: 140px;
  height: 32px;
  line-height: 32px;
  margin-right: 20px;
  background-color: #F3F3F3;
  border-radius: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  position: relative;
  padding: 6px 14px;
}
.search_window input {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 11px;
}
.search_window input:focus-visible {
  box-shadow: none;
}
.search_window input::placeholder {
  color: #949494;
}
.search_window input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #F3F3F3 inset !important;
  -webkit-text-fill-color: #000 !important;
}
.search_window button {
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
}
.search_window button .icon {
  width: 15px;
  height: 15px;
  display: block;
  margin: 0 auto;
  fill: #24729E;
}

/* slick */
.slick-slide {
  margin-inline: 16px;
}
.slick-slide a {
  display: block;
  width: 100%;
  line-height: 0;
}
.slick-slide a .thumb {
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 15px;
}
.slick-slide a img {
  width: 100%;
  height: 100%;
}

.slick-arrow {
  cursor: pointer;
}
.slick-arrow .slick-disabled {
  opacity: 0;
}

.slick-prev,
.slick-next {
  z-index: 99;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  transform: translateY(-100%);
}
.slick-prev:before,
.slick-next:before {
  opacity: 1;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  display: block;
  line-height: 0;
  position: relative;
  top: 2px;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #FFFFFF;
}
.slick-prev:hover,
.slick-next:hover {
  border: 1px solid #24729E;
}

.slick-prev:before {
  content: url("../img/arrow_prev.svg");
}

.slick-next:before {
  content: url("../img/arrow_next.svg");
}

.slick-slider:hover .slick-arrow {
  display: block;
}

/* layout */
.wrap {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
.wrap .section--list, .wrap .section--detail {
  position: relative;
}
.wrap .section--detail .txt {
  margin-bottom: 1em;
}

/* other parts */
.icon_pickup {
  width: 80px;
  height: 20px;
  line-height: 20px;
  display: block;
  border-radius: 10px;
  background: linear-gradient(90deg, #24729E 0%, #10BDC2 106%);
  font-weight: 700;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
}

.pager-box .pager-navigation {
  text-align: center;
}
.pager-box .pager-navigation .item {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #E1E1E1;
  position: relative;
  color: #757778;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 500;
}
.pager-box .pager-navigation .item.-current {
  background-color: #10BDC2;
  color: #FFFFFF;
}
.pager-box .pager-navigation a {
  width: 100%;
  display: inline-block;
  padding: 8px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.pager-box .pager-navigation .icon {
  width: 8px;
  height: 8px;
  stroke: #BABBBC;
  fill: none;
}

.content_ad02 li {
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.content_ad02 img {
  display: block;
  width: 100%;
}
.advertisement .content_ad02 li {
  margin-bottom: 16px;
}

.content_accessRanking .list-tit {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
.content_accessRanking .list-tit .icon {
  width: 24px;
  height: 24px;
  fill: #24729E;
  margin-right: 4px;
  transform: translateY(-2px);
}
.content_accessRanking .list_accesRanking li {
  position: relative;
}
.content_accessRanking .list_accesRanking li:not(:last-child) {
  margin-bottom: 15px;
}
.content_accessRanking .list_accesRanking a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  column-gap: 14px;
}
.content_accessRanking .list_accesRanking .icon_ranking {
  flex: 0 0 30px;
}
.content_accessRanking .list_accesRanking .icon_ranking {
  width: auto;
  height: auto;
  background: none;
  font-size: 14px;
  color: #000;
  flex: 0 0 auto;
  line-height: 1.6;
}
.content_accessRanking .list_accesRanking .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
.content_accessRanking .list_accesRanking .date-data {
  color: #646464;
  margin-bottom: 10px;
}

.content_exchangeRanking {
  border-radius: 5px;
  text-align: center;
  background-color: #E1E1E1;
  margin-bottom: 32px;
  padding: 28px 0 30px;
}
.content_exchangeRanking .list-tit {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 26px;
}
.content_exchangeRanking .list-tit .icon {
  width: 24px;
  height: 24px;
  fill: #24729E;
  margin-right: 8px;
}
.content_exchangeRanking .list_ranking {
  margin: 0 auto 20px;
  padding-inline: 16px;
}
.content_exchangeRanking .list_ranking li {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  border-radius: 5px;
  background: #FFFFFF;
}
.content_exchangeRanking .list_ranking li:not(:last-child) {
  margin-bottom: 10px;
}
.content_exchangeRanking .list_ranking li a {
  display: flex;
  width: 100%;
  padding: 16px 20px;
}
.content_exchangeRanking .list_ranking li a img {
  margin: 0 auto;
}
.content_exchangeRanking .btn {
  background: #FFFFFF;
  color: #24729E;
}
.content_exchangeRanking .btn_more {
  border: none;
  margin: 0 auto;
}
.content_exchangeRanking .btn_more a {
  padding: 4px 6px 4px 16px;
  gap: 12px;
}

@media screen and (min-width: 961px) {
  .wrap {
    padding-top: 64px;
  }
  .sp {
    display: none !important;
  }
  a {
    cursor: pointer;
    transition: 0.25s ease-in opacity;
  }
  a:hover {
    opacity: 0.5;
  }
  .date {
    font-size: 17px;
  }
  body:not(.page--home) .section-tit {
    margin-bottom: 40px;
    padding: 16px 8px;
    border-bottom: 1px solid #E1E1E1;
    font-size: 24px;
  }
  .section--inner {
    max-width: 1350px;
    margin: 0 auto;
    padding: 20px 20px;
  }
  #head_pickup {
    height: 36px;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: -2%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
  }
  .pager-box .pager-navigation .item {
    width: 40px;
    height: 40px;
  }
}
/*tablet
@media screen and (min-width: 768px) and (max-width: 960px) {
}
*/
@media screen and (min-width: 320px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .header .inner {
    padding: 10px 10px 10px 15px;
  }
  .header .header__logo {
    width: 140px;
  }
  .wrap {
    padding-top: 60px;
  }
  #head_pickup {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 8px;
  }
  .btn a {
    font-size: 13px;
  }
  .pager-box .pager-navigation .item {
    width: 38px;
    height: 38px;
  }
  body:not(.page--home) .section-tit {
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 25px;
  }
  body:not(.page--home) .section-tit .icon {
    margin-right: 8px;
  }
  /* slick */
  .slick-slide {
    margin-inline: 8px;
  }
  .sidemenu .content_exchangeRanking {
    border-radius: 0;
  }
  .sidemenu .content_exchangeRanking .list_ranking {
    width: 84%;
  }
  .sidemenu .advertisement .content_ad02 {
    width: 84%;
    margin: 0 auto 60px;
  }
  .sidemenu .content_accessRanking {
    padding: 0 20px 80px;
  }
}
/*
============================== */
.page--home .section--inner {
  padding: 0 20px;
}
.page--home .section-tit {
  margin-bottom: 30px;
}
.page--home .section--pickup {
  background: #18191C;
  color: #F3F3F3;
}
.page--home .section--pickup .most-pickup .data-txt .title {
  line-height: 1.6;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.page--home .section--pickup .flx-wrap > div:first-of-type {
  margin-bottom: 15px;
}
.page--home .section--pickup .flx-wrap .data-txt .title {
  line-height: 1.6;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.page--home .section--pickup .list--contents li {
  padding-bottom: 15px;
}
.page--home .section--pickup .list--contents li:not(:last-of-type) {
  margin-bottom: 0;
}
.page--home .section--pickup .list--contents li a:not(.btn a) {
  flex-direction: column;
}
.page--home .section--pickup .list--contents .thumb {
  margin-bottom: 15px;
  width: 100%;
}
.page--home .section--pickup .list--contents .data-txt .date-data {
  font-size: 12px;
  color: #999A9A;
}
.page--home .section--pickup .content_exchangeRanking {
  background-color: #242527;
}
.page--home .section--pickup .content_exchangeRanking .list-tit {
  color: #999A9A;
  border-bottom: 1px solid #3F3F3F;
  margin-bottom: 20px;
}
.page--home .section--pickup .content_exchangeRanking .list-tit .icon {
  fill: #999A9A;
}
.page--home .section--pickup .content_exchangeRanking .btn {
  background: #3F3F3F;
  color: #999A9A;
}
.page--home .section--pickup .content_exchangeRanking .btn_more .icon {
  stroke: #E1E1E1;
}
.page--home .section--add01,
.page--home .section--add02 {
  background-color: #F3F3F3;
  padding-top: 30px;
  padding-bottom: 30px;
  clear: both;
}
.page--home .section--add01 img,
.page--home .section--add02 img {
  margin: 0 auto;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.page--home section:not(.section--add01, .section--add02, .section--pickup) .section-tit {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page--home .section--contents .list-tit {
  margin-bottom: 30px;
  text-align: center;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding-top: 26px;
  padding-bottom: 26px;
  font-weight: bold;
  font-size: 16px;
}
.page--home .section--contents .list-tit .icon {
  margin-right: 8px;
  fill: #24729E;
}
.page--home .section--contents .content_News .tab-head {
  width: 100%;
  display: flex;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 30px;
}
.page--home .section--contents .content_News .tab-head .list-tit {
  position: relative;
  width: 50%;
  border-top: 0;
  border-bottom: 0;
  margin: 0;
}
.page--home .section--contents .content_News .tab-head .list-tit:first-of-type:before {
  content: "";
  display: block;
  width: 1px;
  height: 66%;
  position: absolute;
  right: 0;
  top: 17%;
  background: #E1E1E1;
}
.page--home .section--contents .content_News .tab-head .list-tit::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #10BDC2;
  opacity: 0;
  transition: 0.3s;
}
.page--home .section--contents .content_News .tab-head .list-tit.active:after {
  opacity: 1;
}
.page--home .section--contents .content_News .tab-body {
  width: 100%;
}
.page--home .section--contents .content_News .tab-panel {
  display: none;
}
.page--home .section--contents .content_News .tab-panel.active {
  display: block;
}
.page--home .section--contents .content_accessRanking .list_accesRanking .title {
  font-size: 16px;
  margin-bottom: 6px;
}
.page--home .section--contents .content_accessRanking .icon_ranking {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  color: #F3F3F3;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  background: #333;
}
.page--home .section--contents .content_accessRanking .rank1 .icon_ranking {
  background: #24729E;
}
.page--home .section--contents .content_accessRanking .rank2 .icon_ranking,
.page--home .section--contents .content_accessRanking .rank3 .icon_ranking {
  background: #10BDC2;
}
.page--home .section--contents .content_ad02 li:not(:last-of-type) {
  margin-bottom: 16px;
}
.page--home .section--contents .icon.new {
  width: 21px;
  height: 21px;
  transform: translateY(-2px);
}
.page--home .section--contents .icon.pickup {
  width: 22px;
  height: 22px;
  transform: translateY(-2px);
}
.page--home .section--contents .icon.crown {
  width: 24px;
  height: 24px;
  transform: translateY(-1px);
}
.page--home .section--bitcoinNews .list--contents .first {
  padding-top: 0;
}
.page--home .section--bitcoinNews .list--contents li {
  border-bottom: 1px solid #E1E1E1;
}
.page--home .section--bitcoinNews .list--contents a:not(.btn a) {
  flex-direction: column;
}
.page--home .section--bitcoinNews .list--contents li.first .thumb {
  margin-bottom: 15px;
  width: 100%;
}
.page--home .section--bitcoinNews .list--contents li.first img {
  aspect-ratio: 16/9;
  width: 100%;
}
.page--home .section--bitcoinNews .list--contents li.first .title {
  margin-bottom: 5px;
}
.page--home .section-recomendMovie .list--contents li .thumb {
  width: 100%;
}
.page--home .section-recomendMovie .title {
  margin-bottom: 0;
}
.page--home .section--marketAnalysis .list--contents,
.page--home .section--beginners .list--contents {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
}
.page--home .section--marketAnalysis .list--contents .thumb,
.page--home .section--beginners .list--contents .thumb {
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.page--home .section--marketAnalysis .tab-head {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}
.page--home .section--marketAnalysis .tab-head .list-tit {
  position: relative;
}
.page--home .section--marketAnalysis .tab-head .list-tit span {
  display: block;
}
.page--home .section--marketAnalysis .tab-head .list-tit:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #10BDC2;
  opacity: 0;
  transition: 0.3s;
}
.page--home .section--marketAnalysis .tab-head .list-tit.active:after {
  opacity: 1;
}
.page--home .section--marketAnalysis .tab-body {
  width: 100%;
}
.page--home .section--marketAnalysis .tab-panel {
  display: none;
  clear: both;
}
.page--home .section--marketAnalysis .tab-panel.active {
  display: block;
}
.page--home .section--add01 ul li,
.page--home .section--add02 ul li {
  max-width: 900px;
  width: 70%;
  margin: 0 auto;
}
.page--home .section--add01 ul li a,
.page--home .section--add02 ul li a {
  display: block;
  width: 100%;
}
.page--home .section--beginners .icon {
  width: 15px;
  height: 20px;
  transform: translateY(-2px);
}

/*responsiveーーーーーーーーーーーーーーー*/
@media screen and (min-width: 961px) {
  .page--home .wrap {
    margin-bottom: 70px;
  }
  .page--home section:not(.section--add01, .section--add02, .section--pickup) .btn_more {
    margin-top: 15px;
    margin-left: auto;
  }
  .page--home .section--pickup {
    padding: 30px 0;
  }
  .page--home .section--pickup .section--inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    gap: 16px;
  }
  .page--home .section--pickup .most-pickup {
    border-right: 1px solid #3F3F3F;
    padding-right: 16px;
    flex: 1 1 640px;
  }
  .page--home .section--pickup .most-pickup .thumb {
    margin-bottom: 30px;
  }
  .page--home .section--pickup .most-pickup .data-txt .title {
    line-height: 1.6;
    font-size: 24px;
    font-weight: 700;
  }
  .page--home .section--pickup .flx-wrap {
    flex: 0 1 340px;
  }
  .page--home .section--pickup .content_pickupNews {
    border-right: 1px solid #3F3F3F;
    padding-right: 16px;
    display: flex;
    gap: 16px;
    flex: 1 1 auto;
  }
  .page--home .section--pickup .content_exchangeRanking {
    flex: 1 0 304px;
  }
  .page--home .section--contents .wrap_contents {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    margin: 30px auto;
    column-gap: 16px;
  }
  .page--home .section--contents .content_News {
    width: 53%;
  }
  .page--home .section--contents .content_News .tab-head .list-tit:hover:after {
    opacity: 1;
  }
  .page--home .section--contents .content_News .thumb {
    width: 48%;
    flex-shrink: 0;
  }
  .page--home .section--contents .content_accessRanking {
    width: 25%;
    padding-bottom: 35px;
    border-right: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    padding-inline: 16px;
  }
  .page--home .section--contents .content_ad02 {
    width: 22%;
  }
  .page--home .section--bitcoinNews {
    margin: 30px auto;
  }
  .page--home .section--bitcoinNews .section-tit {
    font-size: 20px;
  }
  .page--home .section--bitcoinNews .list--contents {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    column-gap: 32px;
  }
  .page--home .section--bitcoinNews .list--contents .first {
    border: none;
  }
  .page--home .section--bitcoinNews .list--contents .thumb {
    margin-bottom: 16px;
  }
  .page--home .section--bitcoinNews .list--contents li {
    padding-bottom: 10px;
  }
  .page--home .section--bitcoinNews .first {
    border: none;
  }
  .page--home .section--bitcoinNews .list--contents .first + div {
    flex: 2 1 640px;
  }
  .page--home .section-recomendMovie {
    margin: 30px auto 48px;
  }
  .page--home .section-recomendMovie .section-tit {
    font-size: 20px;
  }
  .page--home .section-recomendMovie .slick-slider {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .page--home .section-recomendMovie .slick-prev,
  .page--home .section-recomendMovie .slick-next {
    transition: 0.3s;
  }
  .page--home .section-recomendMovie .slick-prev {
    left: -6px;
  }
  .page--home .section-recomendMovie .slick-next {
    right: -6px;
  }
  .page--home .section-recomendMovie .thumb::before, .page--home .section-recomendMovie .thumb::after {
    display: block;
    position: absolute;
    pointer-events: none;
  }
  .page--home .section-recomendMovie .thumb:before {
    content: "";
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #E1E1E1;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page--home .section-recomendMovie .thumb:after {
    content: url("../img/icon_pray.svg");
    width: 25px;
    height: 25px;
    top: calc(50% - 10px);
    left: calc(50% - 7px);
  }
  .page--home .section--marketAnalysis,
  .page--home .section--beginners {
    margin: 30px auto;
  }
  .page--home .section--marketAnalysis .section-tit,
  .page--home .section--beginners .section-tit {
    font-size: 20px;
  }
  .page--home .section--marketAnalysis .list--contents,
  .page--home .section--beginners .list--contents {
    margin-bottom: 16px;
  }
  .page--home .section--marketAnalysis .list--contents li,
  .page--home .section--beginners .list--contents li {
    width: 48%;
    margin-bottom: 0;
  }
  .page--home .section--marketAnalysis .list--contents .thumb,
  .page--home .section--beginners .list--contents .thumb {
    width: 52%;
    flex-shrink: 0;
  }
  .page--home .section--marketAnalysis .tab-head .list-tit {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 700;
  }
  .page--home .section--marketAnalysis .tab-head .list-tit span {
    padding: 10px 16px;
  }
  .page--home .section--marketAnalysis .tab-head .list-tit:hover:after {
    opacity: 1;
  }
}
@media screen and (min-width: 320px) and (max-width: 960px) {
  .page--home .wrap {
    padding-bottom: 50px;
  }
  .page--home .section--inner {
    padding: 0;
  }
  .page--home section:not(.section--add01, .section--add02, .section--pickup) .btn_more {
    margin-top: 30px;
    width: 100%;
    font-size: 13px;
  }
  .page--home section:not(.section--add01, .section--add02, .section--pickup) .btn .icon {
    display: none;
  }
  .page--home .section-tit {
    margin-bottom: 16px;
  }
  .page--home .section--pickup {
    padding-bottom: 30px;
  }
  .page--home .section--pickup .content_pickupNews {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .page--home .section--pickup .content_pickupNews .most-pickup {
    margin-bottom: 30px;
  }
  .page--home .section--pickup .content_pickupNews .most-pickup .title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
  }
  .page--home .section--pickup .content_pickupNews .flx-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
  }
  .page--home .section--pickup .content_pickupNews .flx-wrap li {
    width: 50%;
  }
  .page--home .section--pickup .content_pickupNews .flx-wrap .data-txt .title {
    font-size: 14px;
  }
  .page--home .section--pickup .list--contents .thumb {
    border-radius: 0;
  }
  .page--home .section--pickup .content_exchangeRanking {
    margin: 0 16px;
  }
  .page--home .section--pickup .content_exchangeRanking .list_ranking {
    padding-inline: 0;
    width: 80%;
  }
  .page--home .section--pickup .content_exchangeRanking .btn a .icon {
    display: inline-block;
    stroke: #FFFFFF;
  }
  .page--home .section--pickup .data-txt {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  .page--home .section--contents {
    margin: 30px 16px;
  }
  .page--home .section--contents .content_News {
    margin-bottom: 45px;
  }
  .page--home .section--contents .content_News .thumb {
    width: 40%;
    flex-shrink: 0;
  }
  .page--home .section--contents .content_ad02 {
    margin: 60px auto;
    width: 90%;
  }
  .page--home .section--contents .list--contents li:not(:last-of-type) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E1E1E1;
  }
  .page--home .section--contents .content_ratestNews .data-txt,
  .page--home .section--contents .content_attentionNews .data-txt {
    flex: 1 0 min(207px, 50%);
  }
  .page--home .section--contents .content_ratestNews .list-tit,
  .page--home .section--contents .content_attentionNews .list-tit {
    text-align: left;
  }
  .page--home .section--contents .content_accessRanking .list-tit {
    text-align: left;
    font-size: 18px;
  }
  .page--home .section--contents .content_accessRanking li {
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 15px;
  }
  .page--home .section--bitcoinNews {
    margin: 30px 16px;
  }
  .page--home .section--bitcoinNews .list--contents li {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .page--home .section--bitcoinNews .list--contents li:last-of-type {
    border: none;
    padding-bottom: 0;
  }
  .page--home .section--bitcoinNews .list--contents .thumb {
    margin-bottom: 16px;
  }
  .page--home .section--bitcoinNews .list--contents .first {
    border-bottom: 1px solid #E1E1E1;
  }
  .page--home .section--bitcoinNews .list--contents .first + div {
    margin-bottom: 15px;
  }
  .page--home .section-recomendMovie {
    margin: 30px 0 30px 16px;
    margin-right: 0;
  }
  .page--home .section-recomendMovie .slick-list {
    width: 84%;
    overflow: visible;
  }
  .page--home .section-recomendMovie .slick-slider {
    margin-left: -8px;
  }
  .page--home .section-recomendMovie .title {
    font-size: 12px;
  }
  .page--home .section--marketAnalysis,
  .page--home .section--beginners {
    margin: 30px 16px;
  }
  .page--home .section--marketAnalysis .list--contents,
  .page--home .section--beginners .list--contents {
    gap: 0;
  }
  .page--home .section--marketAnalysis .list--contents .thumb,
  .page--home .section--beginners .list--contents .thumb {
    width: 40%;
    flex-shrink: 0;
  }
  .page--home .section--marketAnalysis .list--contents li,
  .page--home .section--beginners .list--contents li {
    padding-bottom: 15px;
    border-bottom: 1px solid #E1E1E1;
  }
  .page--home .section--marketAnalysis .list--contents li:last-of-type,
  .page--home .section--beginners .list--contents li:last-of-type {
    border: none;
    padding-bottom: 0;
  }
  .page--home .section--marketAnalysis .tab-head .list-tit {
    font-size: 14px;
    font-weight: 700;
  }
  .page--home .section--marketAnalysis .tab-head .list-tit span {
    padding: 10px;
  }
  .page--home .section--add01 ul li {
    width: 80%;
  }
  .page--home .section--add02 ul li {
    width: calc(100% - 32px);
  }
}
/*news.scss
============================== */
.page--news .section--inner.section--list .list--contents {
  margin-bottom: 50px;
}
.page--news .section--inner.section--list .list--contents .thumb {
  flex-shrink: 0;
}
.page--news .section--inner.section--list .list--contents .block_category:has(+ .block_category) {
  margin-bottom: 8px;
}
.page--news .section--inner.section--detail .articleData {
  margin-bottom: 30px;
}
.page--news .section--inner.section--detail .articleData .title {
  line-height: 1.6;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.page--news .section--inner.section--detail .articleData .date-data {
  margin-bottom: 10px;
  color: #646464;
}
.page--news .section--inner.section--detail .annotation {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: -2%;
  font-weight: 500;
  color: #646464;
  margin-bottom: 20px;
}
.page--news .section--inner.section--detail .thumb {
  border-radius: 5px;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.page--news .section--inner.section--detail .block-heading {
  position: absolute;
  top: -1px;
  left: -1px;
  color: #FFFFFF;
  padding: 0 10px;
  background-color: #24729E;
  border-radius: 16px 0 16px 0;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 700;
  padding: 4px 24px;
}
.page--news .section--inner.section--detail .detail .thumb.main {
  width: 100%;
  margin-bottom: 48px;
}
.page--news .section--inner.section--detail .detail .intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.page--news .section--inner.section--detail .detail .intro span.accent {
  font-weight: 700;
  color: #24729E;
}
.page--news .section--inner.section--detail .block-summary {
  margin-bottom: 32px;
}
.page--news .section--inner.section--detail .block-summary .list-tit {
  color: #24729E;
}
.page--news .section--inner.section--detail .block-summary .list--summary {
  list-style-type: disc;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 700;
  font-weight: bold;
}
.page--news .section--inner.section--detail .block-summary .list--summary li {
  margin-left: 1em;
}
.page--news .section--inner.section--detail .block-summary .list--summary li:not(:last-child) {
  margin-bottom: 0.5em;
}
.page--news .section--inner.section--detail .relatedArticles {
  width: 100%;
  border-radius: 16px;
  padding: 48px 32px 32px;
  border: 1px solid #24729E;
  position: relative;
  margin-bottom: 24px;
}
.page--news .section--inner.section--detail .relatedArticles .list--contents {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  column-gap: 32px;
}
.page--news .section--inner.section--detail .relatedArticles .list--contents li {
  margin-bottom: 0;
}
.page--news .section--inner.section--detail .relatedArticles .list--contents .thumb {
  width: 30%;
  flex-shrink: 0;
  margin-bottom: 0;
}
.page--news .section--inner.section--detail .relatedArticles .list--contents .tit {
  font-size: 14px;
  line-height: 1.75;
  font-weight: 700;
}
.page--news .section--inner.section--detail .block-summary,
.page--news .section--inner.section--detail .articleIndex {
  width: 100%;
  gap: 16px;
  border-radius: 16px;
  padding: 32px;
  background-color: #F3F3F3;
}
.page--news .section--inner.section--detail .block-summary .list-tit,
.page--news .section--inner.section--detail .articleIndex .list-tit {
  line-height: 1.6;
  font-size: 16px;
  font-weight: 700;
  padding-left: 16px;
  border-left: 4px solid #24729E;
  margin-bottom: 1em;
}
.page--news .section--inner.section--detail .articleIndex {
  position: relative;
  margin-bottom: 48px;
}
.page--news .section--inner.section--detail .articleIndex p > a {
  font-weight: 700;
  text-decoration: underline;
}
.page--news .section--inner.section--detail .articleIndex .list {
  margin-top: 16px;
  margin-left: 1em;
}
.page--news .section--inner.section--detail .articleIndex .list li {
  padding-left: calc(1em + 8px);
  position: relative;
  font-weight: 700;
  margin-bottom: 4px;
}
.page--news .section--inner.section--detail .articleIndex .list li:last-child {
  margin-bottom: 0;
}
.page--news .section--inner.section--detail .articleIndex .list li:after {
  position: absolute;
  top: 1em;
  left: 0px;
  transform: translateY(-0.5em);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #10BDC2;
  border-right: 0;
}
.page--news .section--inner.section--detail .wrap_news {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
}
.page--news .section--inner.section--detail .wrap_news .news_block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page--news .section--inner.section--detail .wrap_news .news_block:has(+ .supervision) {
  margin-bottom: 24px;
}
.page--news .section--inner.section--detail .wrap_news .block--tit {
  line-height: 1.6;
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  background: #10BDC2;
  padding-left: 16px;
  padding: 16px;
  position: relative;
}
.page--news .section--inner.section--detail .wrap_news .block--tit .border {
  border-left: solid 6px #FFFFFF;
  padding: 10px 0 10px 10px;
}
.page--news .section--inner.section--detail .wrap_news .sub--tit {
  line-height: 1.6;
  font-size: 18px;
  font-weight: 700;
  padding: 11px 0;
  border-bottom: solid 3px #10BDC2;
}
.page--news .section--inner.section--detail .wrap_news .thumb {
  max-width: 600px;
  width: 80%;
}
.page--news .section--inner.section--detail .checkPoint {
  width: 100%;
  gap: 16px;
  border-radius: 16px;
  padding: 36px 32px 32px;
  border: 1px solid #10BDC2;
  position: relative;
  margin-top: 16px;
}
.page--news .section--inner.section--detail .checkPoint::before {
  content: "";
  position: absolute;
  top: -0.5em;
  background-color: #FFFFFF;
  width: 11em;
  height: 1em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.page--news .section--inner.section--detail .checkPoint .bubble {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  display: inline-block;
  background-color: #FFFFFF;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #10BDC2;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 20px;
  border-radius: 100px;
  text-align: center;
  z-index: 5;
}
.page--news .section--inner.section--detail .checkPoint .bubble::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #10BDC2;
}
.page--news .section--inner.section--detail .checkPoint .list-tit {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 1em;
  border-bottom: 1px solid #E1E1E1;
  text-align: center;
  width: 100%;
}
.page--news .section--inner.section--detail .checkPoint .list {
  font-size: 14px;
  line-height: 1.75;
  font-weight: 500;
  list-style-type: disc;
  margin-left: 1em;
}
.page--news .section--inner.section--detail .checkPoint .list li:not(:last-of-type) {
  margin-bottom: 4px;
}
.page--news .section--inner.section--detail .data-table {
  border: 1px solid #E3E6E9;
}
.page--news .section--inner.section--detail .data-table dl {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.page--news .section--inner.section--detail .data-table dt,
.page--news .section--inner.section--detail .data-table dd {
  padding: 16px;
}
.page--news .section--inner.section--detail .data-table dt {
  font-weight: 700;
  background-color: #e3f6f5;
  border-right: 1px solid #E3E6E9;
  border-bottom: 1px solid #E3E6E9;
  width: 20%;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}
.page--news .section--inner.section--detail .data-table dt:last-of-type {
  border-bottom: none;
}
.page--news .section--inner.section--detail .data-table dd {
  border-bottom: 1px solid #E3E6E9;
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.page--news .section--inner.section--detail .data-table dd:last-of-type {
  border-bottom: none;
}
.page--news .section--inner.section--detail .data-table dd a {
  text-decoration: underline;
  color: #10BDC2;
}
.page--news .section--inner.section--detail .supervision {
  position: relative;
  width: 100%;
  border-radius: 16px;
  padding: 48px 32px 40px;
  background-color: #F3F3F3;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 24px;
}
.page--news .section--inner.section--detail .supervision .thumb {
  max-width: 100px;
  flex-shrink: 0;
}
.page--news .section--inner.section--detail .supervision .name {
  font-size: 14px;
  line-height: 1.75;
  font-weight: 700;
  margin-bottom: 10px;
}
.page--news .section--inner.section--detail .supervision .data-txt p:not(.name) {
  font-size: 13px;
  line-height: 1.75;
  font-weight: 500;
}
.page--news .section--inner.section--detail .supervision .account.-x {
  display: inline-block;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border-radius: 4px;
  background-color: #333333;
  padding: 3px;
  transform: translateY(-1px);
}
.page--news .section--inner.section--detail .supervision .account.-x .icon {
  width: 14px;
  height: 14px;
  stroke: #FFFFFF;
  position: relative;
  top: -6px;
  left: 0px;
}
.page--news .section--inner.section--detail .related_articles .section--tit {
  line-height: 1.6;
  font-size: 24px;
  font-weight: 700;
  padding: 11px 0;
  border-bottom: solid 3px #10BDC2;
  margin-bottom: 24px;
}
.page--news .section--inner.section--detail .related_articles .list--contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 24px;
}
.page--news .section--inner.section--detail .related_articles .list--contents:after {
  content: "";
  display: block;
  width: 32%;
}
.page--news .section--inner.section--detail .related_articles .list--contents li {
  width: 32%;
  margin-bottom: 0;
}
.page--news .section--inner.section--detail .related_articles .list--contents li a {
  flex-direction: column;
}
.page--news .section--inner.section--detail .related_articles .list--contents li .thumb {
  margin-bottom: 8px;
}
.page--news .section--inner.section--detail .related_articles .list--contents li .data-txt .date-data {
  margin-bottom: 0;
}
.page--news .ad_block a {
  display: block;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.page--news .sns-share {
  margin-bottom: 32px;
}
.page--news .sns-share .list-tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.18em;
}
.page--news .sns-share .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  column-gap: 8px;
}
.page--news .sns-share .list li {
  flex-basis: 33.3333333333%;
  border-radius: 4px;
  padding: 10px 16px;
  text-align: center;
  color: #FFFFFF;
}
.page--news .sns-share .list li a {
  width: 100%;
  display: block;
}
.page--news .sns-share .list li .icon {
  width: 24px;
  height: 24px;
  fill: #FFFFFF;
  display: block;
  margin: 0 auto 8px;
}
.page--news .sns-share .list li.x {
  background-color: #0F1419;
}
.page--news .sns-share .list li.facebook {
  background-color: #3B5998;
}
.page--news .sns-share .list li.line {
  background-color: #4CC764;
}

@media screen and (min-width: 961px) {
  .page--news .section--inner {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
  }
  .page--news .section--inner article {
    width: 67%;
    flex-shrink: 0;
  }
  .page--news .section--inner .sidemenu {
    width: 25.5%;
  }
  .page--news .section--inner .sidemenu .content_ad02 {
    margin-bottom: 32px;
  }
  .page--news .section--inner.section--list .list--contents {
    margin-bottom: 50px;
  }
  .page--news .section--inner.section--list .list--contents li {
    margin-bottom: 24px;
  }
  .page--news .section--inner.section--list .list--contents .thumb {
    width: 30%;
    min-width: 220px;
  }
  .page--news .section--inner.section--list .list--contents .title {
    font-size: 20px;
  }
  .page--news .section--inner .ad_block {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 320px) and (max-width: 960px) {
  .page--news .section--inner.section--list .section-tit {
    margin-bottom: 0;
  }
  .page--news .section--inner.section--list .list--contents {
    margin-bottom: 50px;
  }
  .page--news .section--inner.section--list .list--contents li {
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 0;
    padding-block: 16px;
  }
  .page--news .section--inner.section--list .list--contents .thumb {
    width: 40%;
  }
  .page--news .section--inner.section--list .list--contents .title {
    font-size: 16px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    /* word-break: keep-all; */
    overflow-wrap: anywhere;
    hyphens: auto;
    width: 100%;
    white-space: pre-line;
  }
  .page--news .section--inner.section--detail article {
    padding: 30px 20px 60px;
  }
  .page--news .section--inner.section--detail .articleData {
    margin-bottom: 24px;
  }
  .page--news .section--inner.section--detail .articleData .title {
    line-height: 1.6;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
  }
  .page--news .section--inner.section--detail .annotation {
    margin-bottom: 16px;
  }
  .page--news .section--inner.section--detail .detail .thumb.main {
    margin-bottom: 24px;
  }
  .page--news .section--inner.section--detail .detail .intro {
    margin-bottom: 24px;
  }
  .page--news .section--inner.section--detail .block-summary {
    margin-bottom: 24px;
  }
  .page--news .section--inner.section--detail .relatedArticles {
    padding: 46px 24px 24px;
  }
  .page--news .section--inner.section--detail .relatedArticles .list--contents {
    flex-direction: column;
    gap: 16px;
  }
  .page--news .section--inner.section--detail .relatedArticles .list--contents .thumb {
    width: 34%;
  }
  .page--news .section--inner.section--detail .relatedArticles .list--contents .tit {
    font-size: 13px;
  }
  .page--news .section--inner.section--detail .block-summary,
  .page--news .section--inner.section--detail .articleIndex {
    padding: 24px;
  }
  .page--news .section--inner.section--detail .wrap_news .news_block:has(+ .supervision) {
    margin-bottom: 0;
  }
  .page--news .section--inner.section--detail .wrap_news .block--tit {
    line-height: 1.6;
    font-size: 18px;
    font-weight: 700;
  }
  .page--news .section--inner.section--detail .wrap_news .block--tit .border {
    border-left: solid 4px #FFFFFF;
    padding: 6px 0 6px 10px;
  }
  .page--news .section--inner.section--detail .wrap_news .sub--tit {
    line-height: 1.6;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 0;
  }
  .page--news .section--inner.section--detail .wrap_news .thumb {
    max-width: none;
    width: 100%;
  }
  .page--news .section--inner.section--detail .checkPoint {
    padding: 36px 30px 30px;
  }
  .page--news .section--inner.section--detail .checkPoint .list-tit {
    font-size: 16px;
  }
  .page--news .section--inner.section--detail .checkPoint .list {
    font-size: 13px;
    line-height: 1.75;
    font-weight: 500;
  }
  .page--news .section--inner.section--detail .data-table dt,
  .page--news .section--inner.section--detail .data-table dd {
    padding: 10px 8px;
    font-size: 12px;
  }
  .page--news .section--inner.section--detail .data-table dt {
    width: 34%;
    justify-content: flex-start;
  }
  .page--news .section--inner.section--detail .data-table dd {
    width: 66%;
  }
  .page--news .section--inner.section--detail .supervision {
    padding: 42px 24px 24px;
    gap: 16px;
  }
  .page--news .section--inner.section--detail .supervision .thumb {
    width: 24%;
  }
  .page--news .section--inner.section--detail .supervision .name {
    font-size: 14px;
    line-height: 1.75;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .page--news .section--inner.section--detail .supervision .data-txt p:not(.name) {
    font-size: 13px;
    line-height: 1.75;
    font-weight: 500;
  }
  .page--news .section--inner.section--detail .supervision .account.-x {
    display: inline-block;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #333333;
    padding: 3px;
    transform: translateY(-1px);
  }
  .page--news .section--inner.section--detail .supervision .account.-x .icon {
    width: 14px;
    height: 14px;
    stroke: #FFFFFF;
    position: relative;
    top: -6px;
    left: 0px;
  }
  .page--news .section--inner.section--detail .related_articles .list--contents li {
    width: 48%;
  }
  .page--news .section--inner.section--detail .related_articles .list--contents li .data-txt .title {
    font-size: 14px;
  }
  .page--news .article {
    padding: 40px 16px 60px;
  }
  .page--news .ad_block {
    background: #F3F3F3;
    padding: 30px 16px;
  }
  .page--news .sns-share {
    padding: 0 16px;
  }
}

/* カテゴリ一覧ページ */
.category-children {
  margin-bottom: 2rem;
}

.category-button {
  display: inline-flex;
  padding: 0.7em 0.7em;
  background-color: #005df4;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
  margin: 0.3em;
}

.category-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  padding: 0;
}

.category-list li a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f5f5f5;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s;
}

.category-list li a:hover {
  background-color: #e0e0e0;
}

.category-list .count {
  font-size: 0.9em;
  color: #666;
  margin-left: 0.5rem;
}

/* 記事内容の汎用スタイル（exchange-comparison.cssから統合） */
.post-content {
  margin-bottom: 30px;
}

.post-content p {
  margin-bottom: 16px;
  line-height: 1.7;
  color: #333;
}

.post-content h2,
.post-content h3,
.post-content h4 {
  margin: 16px 0 16px 0;
  font-weight: 700;
  color: #333;
}

.post-content h2 {
  font-size: 24px;
  border-bottom: 2px solid #007cba;
  padding-bottom: 8px;
}

.post-content h3 {
  font-size: 20px;
}

.post-content h4 {
  font-size: 18px;
}

.post-content ul,
.post-content ol {
  margin: 16px 0;
  padding-left: 20px;
}

.post-content li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.post-content img {
  max-width: 100%;
  height: auto;
  margin: 16px 0;
  border-radius: 4px;
}

.post-content a {
  color: #007cba;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.post-content a:hover {
  border-bottom-color: #007cba;
}

/* 汎用的な.list--contentsクラス（統合版） */
.list--contents {
  list-style: none;
  padding: 0;
}

/* .list--contents li {
  margin-bottom: 2rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 2rem;
} */

.list--contents li:not(:last-of-type) {
  margin-bottom: 15px;
}

.list--contents li:last-child {
  border-bottom: none;
}

.list--contents > li > a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  column-gap: 15px;
}

.list--contents .block--thumb {
  position: relative;
}

.list--contents .thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  top: 0;
  left: 0;
  margin: 0;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-bottom: 1rem;
}

.list--contents .thumb img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.list--contents .icon_pickup {
  position: absolute;
  top: 15px;
  right: 15px;
}

.list--contents .data-txt {
  padding: 0 0.5rem;
}

.list--contents .title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.list--contents .date-data {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.list--contents .block_category:has(+ .block_category) {
  margin-bottom: 10px;
}

.block_category {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.pager-box {
  margin-top: 3rem;
  text-align: center;
}

.pager-box .page-numbers {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0 0.2rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
}

.pager-box .page-numbers.current {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.pager-box .icon {
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
}

/* パンくずリスト */
.breadcrumb {
  background: #f8f9fa;
  padding: 15px 30px;
}

.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
}

.breadcrumb li {
  font-size: 14px;
  color: #666;
}

.breadcrumb li:not(:last-child)::after {
  content: ">";
  margin: 0 10px;
  color: #999;
}

.breadcrumb a {
  color: #2563eb;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* モバイル向けbreadcrumbの改善 */
@media screen and (min-width: 320px) and (max-width: 960px) {
  .breadcrumb {
    padding: 10px 16px;
  }

  .breadcrumb ul {
    flex-wrap: nowrap;
    gap: 4px 0;
    overflow: hidden;
  }

  .breadcrumb li {
    font-size: 12px;
    line-height: 1.4;
    /* word-break: keep-all; */
    white-space: nowrap;
  }

  .breadcrumb li:not(:last-child)::after {
    margin: 0 6px;
    flex-shrink: 0;
  }

  .breadcrumb a {
    display: inline-block;
    padding: 4px 2px;
    min-height: 24px;
    line-height: 1.2;
  }
}

/* アンカー広告のスタイル */
.anchor-ad {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f5f5f5cc;
  border-top: 1px solid #ccc;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
}

.anchor-ad a {
  display: block;
}

.anchor-ad img {
  display: block;
  max-width: 100%;
  width: 400px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .anchor-ad img {
    width: 1280px;
    max-width: 100vw;
  }
}

.appealComment {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: red;
  margin: 1rem 0 0 0 !important;
  padding: 0;
}

.shiningButton {
  border-radius: 5px;
  box-shadow: 0px 5px 0px 0 #daceb8a6;
  text-align: center;
  color: #fff !important;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 24px;
  margin: 0.4em auto !important;
  padding: 1.0em 0.5em 1.0em 0.1em;
  position: relative;
  text-decoration: none;
  transition:  0.2s;
  background: linear-gradient(#ffcd44,#f18f01);
}

/* モバイル用アコーディオンメニュー */
.header .sp-nav .has-accordion .accordion-content {
  display: none;
  padding-left: 20px;
  margin-top: 10px;
}

.header .sp-nav .has-accordion.active .accordion-content {
  display: block;
}

.header .sp-nav .accordion-content li {
  padding: 4px 0;
  border-bottom: none;
}

.header .sp-nav .accordion-content a {
  font-size: 12px;
  color: #666;
  padding: 4px 0;
}

.header .sp-nav .accordion-content a:hover {
  color: #333;
}

/* アコーディオン矢印の回転 */
.header .sp-nav .has-accordion .accordion-toggle .icon {
  transition: transform 0.3s ease;
}

.header .sp-nav .has-accordion.active .accordion-toggle .icon {
  transform: rotate(90deg);
}