@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

body {
  font-family: "IBM Plex Sans JP", sans-serif;
}

.body_wrap {
  position: relative;
}

/* ---------------------------------------------- 
 * コラム一覧ページ
---------------------------------------------- */
.l-mainContent__inner .p-postList__body {
  font-family: sans-serif;
  font-weight: bold;
}

/* ---------------------------------------------- 
 * コラム詳細ページ
---------------------------------------------- */
.p-articleMetas.-top {
  font-family: sans-serif;
  font-weight: bold;
}

/* ---------------------------------------------- 
 * フッター
---------------------------------------------- */
.l-footer__foot {
  display: none;
}

.w-footer {
  display: block;
}

.l-footer__widgetArea {
  padding-bottom: 0em;
  padding-top: 0em;
}

.w-footer__box {
  padding: 0;
}

/* ----------------------------------------------------------
    SPの場合 目次の非表示
---------------------------------------------------------- */
@media screen and (max-width: 959px) {
  .c-widget.widget_swell_index {
    display: none;
  }
}

/* ----------------------------------------------------------
    ヘッダー 2025/10/30
---------------------------------------------------------- */
.l-header {
  z-index: 15;
  position: sticky;
  top: 0;
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header_inner {
  padding: 10px 3%;
  max-width: 1280px;
  margin: 0 auto;
}
.header_nav {
}

.header_nav_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.heder_txt {
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .heder_txt {
    font-size: 10px;
    line-height: 1.1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
/* ソーシャルメディアのリンク */
.nav_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 2%;
  width: 110px;
}
@media screen and (max-width: 1024px) {
  .nav_sns {
    display: none;
  }
}
.nav_sns > a {
  width: 36px;
  margin: 0 4%;
}

.header_nav_bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

/* ロゴ */
.l-header__logo.header_logo-block {
  order: 1;
  width: 200px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .l-header__logo.header_logo-block {
    width: 167px;
  }
}
@media screen and (max-width: 480px) {
  .l-header__logo.header_logo-block {
    width: 105px;
  }
}
.c-headLogo.-img {
  height: auto;
  padding: 14px 0;
}
@media screen and (max-width: 1024px) {
  .c-headLogo.-img {
    padding: 14px 0 10px;
  }
}
.c-headLogo.-img > a {
  display: block;
  width: 100%;
  padding: 0 !important;
}
.c-headLogo.-img > a > img {
  width: 100%;
}

.pc_nav_list.nologin_list {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .pc_nav_list.nologin_list {
    display: none;
  }
}
.pc_nav_list.nologin_list > li.pc_nav_item {
  margin: 0 1.5%;
  min-width: 50px;
  text-align: center;
  line-height: 1.5em;
}
.pc_nav_list.nologin_list > li.pc_nav_item > a.pc_nav_link {
  display: block;
  height: 100%;
  font-size: 10px;
  width: 100%;
  padding-top: 30px;
  color: #333;
}

a.pc_nav_txt {
  font-size: 13px;
  width: 190px;
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  color: #ff875d;
  text-decoration: none;
  font-weight: 700;
  margin-right: 12px;
}
a.pc_nav_txt::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #ff875d;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -3px;
  margin-top: -9px;
}
a.pc_nav_txt::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 54%;
  right: 4px;
  margin-top: -4px;
  transform: rotate(45deg);
}

.pc_nav_item.item_support {
  position: relative;
}

/* アイコン付きのメニュー */
.pc_nav_link.ico_support {
  background: url(./assets/pc_nav01.jpg) top center no-repeat;
  background-size: 60%;
}
.pc_nav_link.ico_history {
  background: url(./assets/pc_nav02.jpg) top center no-repeat;
  background-size: 60%;
}
.pc_nav_link.ico_register {
  background: url(./assets/pc_nav04.jpg) top center no-repeat;
  background-size: 60%;
}
.pc_nav_link.ico_login {
  background: url(./assets/pc_nav03.jpg) top center no-repeat;
  background-size: 60%;
}

/* クリックによって表示される */
.nav_support_menu {
  /* display: none; */
  margin-top: 5px;
  right: 0;
  z-index: 2;
  position: absolute;
  width: 180px;
  background-color: #fff;
  padding: 10px 2%;
  box-shadow: 1px 2px 5px 1px #fff0, 1px 2px 8px 1px rgb(0 0 0 / 13%);
}
.nav_support_menu::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #e7eaeb;
  border-right: 1px solid #e7eaeb;
  background: #fff;
  content: "";
  transform: rotate(-45deg);
  position: absolute;
  right: 15px;
  top: -6px;
}
.nav_support_menu > ul {
  position: relative;
}
.nav_support_menu > ul > li > a {
  color: #333;
  display: block;
  height: 100%;
  padding: 6px;
  font-size: 13px;
}
.nav_support_menu > ul > li > a:hover {
  opacity: 0.8;
}

/* SPメニュー */
.sp_nav {
  order: 3;
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp_nav {
    display: block;
  }
  .sp_nav_inner {
  }

  /* SPメニューのメニューリスト */
  ul.sp_nav_menu_list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 5px;
  }
  ul.sp_nav_menu_list > li.sp_nav_icon {
    margin: 0 1.5%;
    min-width: 50px;
    text-align: center;
    line-height: 1.5em;
  }
  ul.sp_nav_menu_list > li.sp_nav_icon > a {
    display: block;
    height: 100%;
    font-size: 10px;
    width: 100%;
    padding-top: 30px;
    background-size: 60%;
    color: #333;
  }

  /* アイコン付きのメニュー */
  .sp_nav_link.ico_history {
    background: url(./assets/pc_nav02.jpg) top center no-repeat;
  }
  .sp_nav_link.ico_register {
    background: url(./assets/pc_nav04.jpg) top center no-repeat;
  }
  .sp_nav_link.ico_login {
    background: url(./assets/pc_nav03.jpg) top center no-repeat;
  }
}
@media screen and (max-width: 480px) {
  ul.sp_nav_menu_list > li.sp_nav_icon {
    line-height: 1;
  }
  ul.sp_nav_menu_list > li.sp_nav_icon > a {
    background-size: 52%;
  }
}
@media screen and (max-width: 1024px) {
  /* メニューを開くボタン */
  .js-nav-trigger.sp_open_btn {
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 50px;
    border-radius: 5px;
    z-index: 10000;
  }
  .js-nav-trigger.sp_open_btn > span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 10px;
    height: 3px;
    border-radius: 2px;
    background: #f15a24;
    width: 70%;
  }
  .sp_open_btn span:nth-of-type(1) {
    top: 15px;
  }
  .sp_open_btn span:nth-of-type(2) {
    top: 23px;
  }
  .sp_open_btn span:nth-of-type(3) {
    top: 31px;
  }

  .sp_open_btn.navbtn_active span:nth-of-type(1) {
    top: 18px;
    left: 10px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
  }
  .sp_open_btn.navbtn_active span:nth-of-type(2) {
    opacity: 0;
  }
  .sp_open_btn.navbtn_active span:nth-of-type(3) {
    top: 30px;
    left: 10px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
  }
}

.sp_nav_menu.js-sp-nav {
  display: none;
}
@media screen and (max-width: 1024px) {
  /* ナビゲーションのメニュー */
  .sp_nav_menu.js-sp-nav {
    display: block !important;
    position: fixed;
    right: -65vw;
    top: 0;
    width: 65vw;
    height: 100vh;
    padding-top: 97px;
    background-color: #fff;
    transition: all 0.4s;
    z-index: 999;
  }
  /* ナビゲーションのメニューを開く */
  .sp_nav_menu.spnav_open {
    right: 0 !important;
  }

  ul.sp_nav_list {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  ul.sp_nav_list > li {
  }
  .sp_nav_top {
    border-top: 1px solid #e3e3e3;
    margin-top: 40px;
  }
  h3.sp_nav_h3 {
    width: 100%;
    background-color: #eee;
    padding: 11px 3% 8px;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 1px solid #e3e3e3;
  }
  h3.sp_nav_h3 > img {
    width: 17px;
    margin-right: 3px;
    vertical-align: sub;
  }

  /* ナビゲーションのメニューのサブメニュー */
  ul.sp_nav_list > li > ul {
  }
  li.sp_nav_item {
    border-bottom: 1px solid #e3e3e3;
  }
  .sp_nav_item > a {
    display: block;
    height: 100%;
    padding: 13px 25px 10px 4%;
    position: relative;
    font-size: 14px;
    color: #333;
  }

  /* ソーシャルメディアのリンク（ナビゲーションのメニュー内） */
  .sp_nav_list > .nav_sns {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 4% 140px;
    width: 100%;
  }
  .sp_nav_list > .nav_sns > a {
    width: 36px;
    margin: 0 4%;
  }
  .sp_nav_list > .nav_sns > a > img {
  }

  /* ナビゲーションの背景 */
  .nav_black_bg.js-nav-bg.js-nav-trigger {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 300;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.44s;
    cursor: pointer;
  }
  .nav_black_bg.spnav_open {
    opacity: 0.8 !important;
    visibility: visible !important;
  }
}

/* ヘッダーメニュー */
.l-header__gnav {
  width: 100%;
  background-color: #333;
  clear: both;
  display: block;
}
.l-header__gnav > ul {
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  /* padding: 0.25em 3%; */
  padding: 0 3%;
}
.l-header__gnav > ul > li {
  width: 15.5%;
  line-height: 1.5em;
}
.l-header__gnav > ul > li > a {
  display: block;
  background-color: #333;
  color: #fff !important;
  border-right: #fff 1px solid;
  text-align: center;
  padding: 12px 2% !important;
}
.l-header__gnav > ul > li:first-child > a {
  border-left: #fff 1px solid;
}
/* 現在のメニュー */
.l-header__gnav > ul > li.current_page_item {
}
.l-header__gnav > ul > li.current_page_item > a {
  background: #ffebe4 !important;
  color: #333 !important;
}
@media screen and (max-width: 768px) {
  .l-header__gnav {
    background-color: #36394d;
  }
  .l-header__gnav > ul {
    width: 100vw;
    position: relative;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 6px 10px;

    /* スクロールバー非表示設定 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE, Edge */
  }
  .l-header__gnav > ul::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge(Chromium) */
  }
  .l-header__gnav > ul > li {
    display: inline-block;
    width: unset;
  }
  .l-header__gnav > ul > li > a {
    display: block;
    text-align: center;
    background: unset;
    color: #fff;
    padding: 5px 20px 2px !important;
    border: none !important;
  }
  .l-header__gnav > ul > li > a > span {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }
  .l-header__gnav > ul > li.current_page_item > a {
    background-color: #fff !important;
    color: #333 !important;
    border-radius: 30px;
  }
}

/* パンくずリスト */
.l-header__breadcrumbs {
  padding: 0.4em 3%;
  margin: 0 auto;
  max-width: 1280px;
}
.mycus-breadcrumbs-tag {
  font-size: 13px;
}
.mycus-breadcrumbs-tag > span {
  /* overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; /* または inline-block */
}
.mycus-breadcrumbs-tag > span > a {
  color: #333;
}
.mycus-breadcrumbs-tag > span > i {
  font-size: 0.8em;
  margin-top: -0.2em;
  margin: 0 0.5em;
}
