@charset "UTF-8";
/*---------------- based on 2025/07/03 */
/* > 1%, last 4 versions, Firefox ESR, not dead */
/*------------------------------------ */
/* --------------------------------------
 基本設定
-------------------------------------- */
:root {
  --key-color: #013593;
  --text-color: #273846;
  --text-letter-spacing: 0.06em;
}

/* ベースフォント */
body {
  font-family: "Noto Sans JP", YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Georgia, "メイリオ", Meiryo, serif;
}

html:lang(zh) body {
  font-family: "SimSun", "Noto Sans JP", YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif;
}

/* ベースフォントサイズ */
body {
  color: var(--text-color);
  line-height: 1.75;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
/* リンク */
select:focus-visible,
[tabindex]:focus-visible,
a:focus-visible {
  outline: 2px ridge #000;
}

a {
  transition: all 0.2s ease-in-out;
}

a:hover {
  text-decoration: underline;
  color: #013593 !important;
}

/*------------------------------------- 
 カラム設定パラメーター
-------------------------------------*/
html {
  /* PCコンテンツエリア幅 */
  --mainarea-width-pc: 1200px;
  /* SPコンテンツエリア幅 */
  --mainarea-width-sp: 500px;
}

@media print, screen and (min-width: 769px) {
  body {
    /* カラム間マージン */
    --column-side-margin: 30px;
  }
}
@media screen and (max-width: 768px) {
  body {
    /* カラム間マージン */
    --column-side-margin: 20px;
  }
}
/*------------------------------------- 
 グリットレイアウト
-------------------------------------*/
@media print, screen and (min-width: 769px) {
  #wrapper-2 {
    margin-bottom: 120px;
  }
  #wrapper-3 {
    padding-top: 20px;
  }
  #page-intro {
    max-width: calc(var(--mainarea-width) + 40px);
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #wrapper-2 {
    margin-bottom: 90px;
  }
  /* コンテンツエリア */
  #wrapper-3 {
    padding-top: 30px;
    margin: 0 auto;
  }
}
/* -----------------------------
 コンテンツエリア
--------------------------------- */
/* 本文 */
.rich-text {
  letter-spacing: var(--text-letter-spacing);
  /*	line-height: 2; */
}

/* 文中リンクテキスト */
.rich-text a {
  color: var(--key-color);
  text-decoration: underline;
}

.rich-text a:hover {
  color: var(--key-color);
  text-decoration: none;
}

/* 文中リンクの別窓アイコン */
.rich-text a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.203%22%20height%3D%2217.203%22%20viewBox%3D%220%200%2017.203%2017.203%22%3E%0A%20%20%3Cg%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20227%22%20transform%3D%22translate(-2%20-1.586)%22%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%20168%22%20d%3D%22M13.5%2C9.162%2C19.662%2C3%22%20transform%3D%22translate(-1.873)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20%20data-name%3D%22%E3%83%91%E3%82%B9%20169%22%20d%3D%22M16%2C3h4.108V7.108%22%20transform%3D%22translate(-2.319)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%20170%22%20d%3D%22M17.789%2C12.038v4.108a1.643%2C1.643%2C0%2C0%2C1-1.643%2C1.643H4.643A1.643%2C1.643%2C0%2C0%2C1%2C3%2C16.146V4.643A1.643%2C1.643%2C0%2C0%2C1%2C4.643%2C3H8.751%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") center center no-repeat;
  /* background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat; */
  background-size: contain;
  margin: 0 0.5em;
}

/* 文中リンクのPDFアイコン */
.rich-text a[href*=".pdf"]::after,
.rich-text a.icon_pdf::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 20px;
  background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
  background-size: contain;
  margin: 0 0.5em;
}

/*------------------------------------- 
 ぱんくず
-------------------------------------*/
/* 4箇所ある枠の内1か所に入力 */
.bread-crumb {
  position: relative;
  z-index: 10;
  margin: auto;
  padding: 8px 0px;
  font-size: 1.4rem;
  letter-spacing: var(--text-letter-spacing);
}

.bread-crumb h5 {
  display: none;
}

.bread-crumb ol {
  display: flex;
  flex-flow: row wrap;
}

/* 各階層 */
.bread-crumb ol li a {
  color: #2A65F5;
}

.bread-crumb ol li::after {
  content: ">";
  padding: 0 0.5em;
}

.bread-crumb li :is(a, span) {
  /*	color: inherit; */
}

/* 現在ページ */
.bread-crumb ol li:last-child::after {
  content: none;
}

@media print, screen and (min-width: 769px) {
  .bread-crumb ol {
    max-width: calc(var(--mainarea-width) + 40px);
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .bread-crumb {
    font-size: 1.2rem;
    padding: 5px 10px !important;
  }
}
/* -----------------------------
 グローバルナビ
 ページプロパティに設定あり
--------------------------------- */
#nav-global {
  display: none;
}

/*------------------------------------- 
 サイドナビ（ローカルナビ）
 ページプロパティに設定あり
-------------------------------------*/
#nav-box h6 {
  /*	display: none; */
}

/* ページマーカーで非表示指定 */
[data-page-marker~=no-snav] #nav-box,
[data-page-marker~=no-snav] #promos2 {
  display: none !important;
}

@media print, screen and (min-width: 769px) {
  /* 第１・２階層トップでは非表示 */
  [data-current-level="1"] #nav-box,
  [data-current-level="2"] #nav-box {
    display: none !important;
  }
  /* ナビ上に無い独立したページでは非表示 */
  #nav-box.stray {
    display: none !important;
  }
  /* メインエリア上に設置するパターン */
  #nav-box {
    position: relative;
    font-size: 0;
    margin: auto;
    width: 100%;
    padding: 0px;
    /* border-bottom: 1px solid #eee; */
  }
  /* TOP 階層 */
  #nav-box > ul {
    position: relative;
    max-width: calc(var(--mainarea-width) + 40px);
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
  /* 1階分層 */
  #nav-box br {
    display: none;
  }
  #nav-box a {
    display: none;
    position: relative;
    text-align: center;
    color: #fff;
    line-height: 1.25;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: var(--text-letter-spacing);
    text-decoration: none;
    border-bottom: 1px solid transparent;
  }
  #nav-box a[target=_blank]::after {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.203%22%20height%3D%2217.203%22%20viewBox%3D%220%200%2017.203%2017.203%22%3E%0A%20%20%3Cg%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20227%22%20transform%3D%22translate(-2%20-1.586)%22%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%20168%22%20d%3D%22M13.5%2C9.162%2C19.662%2C3%22%20transform%3D%22translate(-1.873)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20%20data-name%3D%22%E3%83%91%E3%82%B9%20169%22%20d%3D%22M16%2C3h4.108V7.108%22%20transform%3D%22translate(-2.319)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%20170%22%20d%3D%22M17.789%2C12.038v4.108a1.643%2C1.643%2C0%2C0%2C1-1.643%2C1.643H4.643A1.643%2C1.643%2C0%2C0%2C1%2C3%2C16.146V4.643A1.643%2C1.643%2C0%2C0%2C1%2C4.643%2C3H8.751%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") center center no-repeat;
    /* background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat; */
    background-size: contain;
    margin: 0 5px;
  }
  #nav-box li.on > a,
  #nav-box a.here {
    color: #fff;
  }
  #nav-box a:hover {
    color: #fff;
  }
  /* 現在地を含むフォルダーを表示 */
  #nav-box.within,
  #nav-box .within {
    padding-left: 10px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  #nav-box.within > ul,
  #nav-box .within > ul {
    padding-right: 20px;
    display: inline-block;
    text-align: left;
  }
  #nav-box.within > ul:not(.navLevel_1),
  #nav-box .within > ul:not(.navLevel_1) {
    position: relative;
  }
  /* 親階層・現階層を区切る仕切り線、＋現階層の左端の線の目隠し */
  /* #nav-box.within > ul:not(.navLevel_1)::before ,
  #nav-box .within > ul:not(.navLevel_1)::before {
  	content: "";
  	position: absolute;
  	top: 5px;
  	left: 0;
  	display: block;
  	width: 40px;
  	height: calc(100% - 10px);
  	background: #fff;
  	border-left: 1px solid var(--key-color);
  	z-index: 1;
  } */
  /* 現階層＝兄弟ページ */
  #nav-box.within > ul > li,
  #nav-box .within > ul > li {
    position: relative;
    display: inline-block;
    margin: 4px 0;
  }
  #nav-box.within > ul > li > a,
  #nav-box .within > ul > li > a {
    display: inline-block;
  }
  /* パターンA: 前後に枠線で区切り線 */
  #nav-box.within > ul,
  #nav-box .within > ul {
    padding-left: 20px;
    margin-left: auto;
  }
  #nav-box.within > ul > li,
  #nav-box .within > ul > li {
    /* border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1; */
    margin-left: -1px;
  }
  #nav-box.within > ul > li > a,
  #nav-box .within > ul > li > a {
    margin: 0 20px;
  }
  /* パターンB: 前側に区切り文字 */
  /*
  	#nav-box.within > ul > li ,
  	#nav-box .within > ul > li {
  		margin-left: 40px;
  	}

  	#nav-box.within > ul > li::before ,
  	#nav-box .within > ul > li::before {
  		content: "/";
  		position: absolute;
  		top: 0;
  		right: 100%;
  		display: block;
  		width: 40px;
  		text-align: center;
  		color: #e7e7e7;
  		font-size: 1.4rem;
  		line-height: 1.25;
  	}
  */
  /* 現在地の親ページ */
  #nav-box.within > a,
  #nav-box .within > a {
    flex-shrink: 0;
    max-width: 25%;
    white-space: pre-line;
    display: inline-block;
    margin: 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: var(--text-letter-spacing);
    margin-right: 60px;
  }
  #nav-box.within > a br,
  #nav-box .within > a br {
    display: inline;
  }
  /* 孫ページは非表示 */
  #nav-box.within > ul ul,
  #nav-box .within > ul ul {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #nav-box {
    display: none;
  }
  /*1階層*/
  #nav-box ul.navLevel_1 > li:not(.open) {
    display: none;
  }
  #nav-box ul.navLevel_1 > li > a {
    position: relative;
    display: block;
    padding: 6px 12px;
    background: #646464;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: var(--text-letter-spacing);
    text-decoration: none;
    border: 1px solid #c8c8c8;
  }
  #nav-box ul.navLevel_1 > li > a:hover {
    background: #fff;
    color: #646464;
  }
  /*2階層*/
  #nav-box ul.navLevel_2 > li > a {
    position: relative;
    display: block;
    padding: 15px 12px;
    background: #fff;
    color: #323232;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: var(--text-letter-spacing);
    text-decoration: none;
    border-bottom: 1px solid #c8c8c8;
  }
  #nav-box ul.navLevel_2 > li > a.here,
  #nav-box ul.navLevel_2 > li > a:hover {
    background-color: #fef0e7;
  }
  /*3階層*/
  #nav-box ul.navLevel_3 > li.open {
    display: block;
  }
  #nav-box ul.navLevel_3 > li > a {
    position: relative;
    display: block;
    padding: 8px 12px;
    padding-left: 32px;
    background: #f0f0f0;
    color: #323232;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: var(--text-letter-spacing);
    text-decoration: none;
    border-bottom: 1px solid #c8c8c8;
  }
  #nav-box ul.navLevel_3 > li > a::before {
    content: ">";
    position: absolute;
    top: auto;
    left: 18px;
    display: inline-block;
  }
  #nav-box ul.navLevel_3 > li > a.here,
  #nav-box ul.navLevel_3 > li > a:hover {
    background-color: #fef0e7;
  }
  /*4階層*/
  #nav-box ul.navLevel_4 > li > a {
    position: relative;
    display: block;
    padding: 5px 12px;
    background: #dcdcdc;
    color: #323232;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: var(--text-letter-spacing);
    text-decoration: none;
    border-bottom: 1px solid #c8c8c8;
  }
  #nav-box ul.navLevel_4 > li > a::before {
    content: "・";
    margin-left: 0.5em;
    display: inline-block;
  }
  #nav-box ul.navLevel_4 > li > a.here,
  #nav-box ul.navLevel_4 > li > a:hover {
    background: #eb3132;
    color: #fff;
  }
  #nav-box ul.navLevel_5 {
    display: none;
  }
  /* ☆階層が増えるごとに、連番で追加 */
}
/*------------------------------------- 
 見出し
-------------------------------------*/
/* ページ概要エリア */
/* ページタイトルをテキストで表示 */
.page-intro-wrapper {
  position: relative;
  width: 100%;
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
}

.page-intro {
  max-width: calc(var(--mainarea-width) + 40px);
  padding: 0 20px;
  margin: auto;
}

.page-intro > h1 {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  min-height: 216px;
  color: var(--key-color);
  font-size: 5.4rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0;
  padding: 10px 0;
}

[data-current-level="2"] .page-intro > h1 {
  min-height: 346px;
}

@media screen and (max-width: 768px) {
  .page-intro,
  #page-intro {
    max-width: calc(var(--mainarea-width) + 30px);
    padding: 0 15px;
  }
  .page-intro > h1 {
    min-height: 120px;
    font-size: 2.6rem;
    padding: 10px 0;
  }
  [data-current-level="2"] .page-intro > h1 {
    min-height: 160px;
  }
}
/* ページタイトルを画像で表示 */
.page-intro .titleImage,
#page-intro:not(.cloned) .titleImage {
  padding-top: 20px;
  margin-bottom: 20px;
}

/* 見出し背景(デフォルトはテキスト非表示) */
.page-intro-wrapper .intro-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: -1;
}

.page-intro-wrapper .intro-bg > div {
  display: none;
}

.page-intro-wrapper .intro-bg video,
.page-intro-wrapper .intro-bg img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 背景画像設定時は、h1を非表示にして、画像内のテキストを表示 */
[data-page-intro~=has-bg-video] .page-intro-wrapper,
[data-page-intro~=has-bg-image] .page-intro-wrapper {
  background: none;
}
@media screen and (max-width: 768px) {
  [data-page-intro~=has-bg-video] .page-intro-wrapper,
  [data-page-intro~=has-bg-image] .page-intro-wrapper {
    height: 40vh;
  }
}

[data-page-intro~=has-bg-video] .page-intro > h1,
[data-page-intro~=has-bg-image] .page-intro > h1 {
  opacity: 0;
  z-index: -10;
}

/* MV上のテキスト */
[data-page-intro~=has-bg-video] .page-intro-wrapper .intro-bg > div,
[data-page-intro~=has-bg-image] .page-intro-wrapper .intro-bg > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(var(--mainarea-width) + 40px);
  display: block;
  width: 100%;
  height: auto;
  padding: 0 20px;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

[data-page-intro~=has-bg-video] .page-intro-wrapper .intro-bg > div em,
[data-page-intro~=has-bg-image] .page-intro-wrapper .intro-bg > div em {
  font-style: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 200%;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  [data-page-intro~=has-bg-video] .page-intro-wrapper .intro-bg > div,
  [data-page-intro~=has-bg-image] .page-intro-wrapper .intro-bg > div {
    font-size: 1.6rem;
  }
  [data-page-intro~=has-bg-video] .page-intro-wrapper .intro-bg > div em,
  [data-page-intro~=has-bg-image] .page-intro-wrapper .intro-bg > div em {
    font-size: 180%;
  }
}
/* カテゴリアイコン */
[data-page-marker~=js-intro-c-icon] #page-intro .c_icon {
  display: flex;
  flex-flow: row wrap;
  gap: 10px 10px;
}

[data-page-marker~=js-intro-c-icon] #page-intro .c_icon span {
  position: relative;
  display: inline-flex;
  vertical-align: top;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-bottom: 5px;
  min-width: 100px;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0;
  text-align: center;
  padding: 4px 5px;
  color: #fff;
  background: var(--key-color);
}

[data-page-marker~=js-intro-c-icon] #page-intro .c_icon span[data-category-level="1"] {
  display: none;
}

/* ページ概要・サムネイル画像 */
.page-intro .abstractImage,
#page-intro .abstractImage {
  display: none;
}

/* 説明文 */
/* リンク */
/* 日付(日付順フォルダ配下ページのみ) */
/* hideとshowを両方設定した場合、showが優先される */
#page-intro .text-meta {
  margin-top: 20px;
}

#page-intro .text-meta ul.text-data {
  text-align: right;
}

[data-page-marker~=hide-date] #page-intro .text-meta {
  display: none;
}

[data-page-marker~=show-date] #page-intro .text-meta {
  display: block;
}

/* HOME 見出しh1非表示 */
[data-page-marker~=sitetop] .page-intro-wrapper,
[data-page-marker~=sitetop] #page-intro > .h1,
[data-page-marker~=sitetop] #page-intro .titleImage {
  display: none;
}

/*==== 中見出し ====*/
.text-section h2,
.link-list h2,
.link-list-url h2,
.news-result h2,
.news-yuho h2,
.news-presentation h2,
.news-material h2,
.title2 {
  position: relative;
  margin-top: 2em;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.33;
}

.news-result dl dt,
.news-yuho dl dt,
.news-presentation dl dt,
.news-material dl dt,
.title3 {
  position: relative;
  margin-top: 1.5em;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.33;
}

.title4 {
  position: relative;
  margin-top: 1em;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.33;
}

.title5 {
  position: relative;
  margin-top: 1em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.33;
}

.title6 {
  position: relative;
  margin-top: 1em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.33;
}

.title2 p,
.title3 p,
.title4 p,
.title5 p,
.title6 p {
  font-size: 1.4rem;
}

.title2 p + h2,
.title3 p + h3,
.title4 p + h4,
.title5 p + h5,
.title6 p + h6,
.title2 h2 + p,
.title3 h3 + p,
.title4 h4 + p,
.title5 h5 + p,
.title6 h6 + p {
  margin-top: 5px;
}

.title2:not(.no-icon),
.title3:not(.no-icon),
.title4:not(.no-icon),
.title5:not(.no-icon),
.title6:not(.no-icon) {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0 15px;
}

body.in-editor .title2:not(.no-icon),
body.in-editor .title3:not(.no-icon),
body.in-editor .title4:not(.no-icon),
body.in-editor .title5:not(.no-icon),
body.in-editor .title6:not(.no-icon) {
  flex-wrap: wrap;
}

.title2 dl,
.title3 dl,
.title4 dl,
.title5 dl,
.title6 dl {
  flex: 0 0 auto;
}

.title2 dl img,
.title3 dl img,
.title4 dl img,
.title5 dl img,
.title6 dl img {
  display: block;
}

/*
.title2 dl + h2 ,
.title3 dl + h3 ,
.title4 dl + h4 ,
.title5 dl + h5 ,
.title6 dl + h6 ,
.title2 dl + div ,
.title3 dl + div ,
.title4 dl + div ,
.title5 dl + div ,
.title6 dl + div {
}
*/
/* 見出しh2レベル(共通) */
.text-section h2,
.link-list h2,
.link-list-url h2,
.news-result h2,
.news-yuho h2,
.news-presentation h2,
.news-material h2,
.title2.style1 {
  margin-top: 2em;
  padding-left: 20px;
  color: var(--text-color);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.02em;
}

.text-section h2::before,
.link-list h2::before,
.link-list-url h2::before,
.news-result h2::before,
.news-yuho h2::before,
.news-presentation h2::before,
.news-material h2::before,
.title2.style1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 100%;
  background: var(--key-color);
}

/* 見出しh3レベル */
.news-result dl dt,
.news-yuho dl dt,
.news-presentation dl dt,
.news-material dl dt,
.title3.style1 {
  margin-top: 1.6em;
  padding: 10px 0;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.33;
  border-bottom: 1px solid var(--key-color);
}

/* 見出しh4レベル */
.title4.style1 {
  margin-top: 1.7em;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: -0.75em;
}

/* 見出しh5レベル */
.title5.style1 {
  margin-top: 1.7em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: -0.75em;
}

/* 見出しh6レベル */
.title6.style1 {
  margin-top: 1.7em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: -0.75em;
}

@media screen and (max-width: 768px) {
  .text-section h2,
  .link-list h2,
  .link-list-url h2,
  .news-result h2,
  .news-yuho h2,
  .news-presentation h2,
  .news-material h2,
  .title2.style1 {
    font-size: 2.6rem;
  }
  .news-result dl dt,
  .news-yuho dl dt,
  .news-presentation dl dt,
  .news-material dl dt,
  .title3.style1 {
    font-size: 2.2rem;
  }
  .title4.style1 {
    font-size: 1.8rem;
  }
}
/* 見出しh2・h3・h4・h5・h6 スタイルＢ */
/* 見出しh2・h3・h4 スタイルＣ */
body.in-editor .title2,
body.in-editor .title3,
body.in-editor .title4,
body.in-editor .title5,
body.in-editor .title6 {
  margin-bottom: 0;
}

/*==== アコーディオン用、開閉ボタン ====*/
.lx_title2_acc_icon.open > .column1 .title2 h2,
.lx_title2_acc_icon.close > .column1 .title2 h2,
.lx_title3_acc_icon.open > .column1 .title3 h3,
.lx_title3_acc_icon.close > .column1 .title3 h3,
.lx_title4_acc_icon.open > .column1 .title4 h4,
.lx_title4_acc_icon.close > .column1 .title4 h4 {
  padding-right: 50px;
}

.lx_title2_acc_icon.open > .column1 .title2 h2::after,
.lx_title2_acc_icon.close > .column1 .title2 h2::after,
.lx_title3_acc_icon.open > .column1 .title3 h3::after,
.lx_title3_acc_icon.close > .column1 .title3 h3::after,
.lx_title4_acc_icon.open > .column1 .title4 h4::after,
.lx_title4_acc_icon.close > .column1 .title4 h4::after {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  left: auto;
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  right: 15px;
  display: block;
  width: 40px;
  height: 40px;
  background: url("../../../../../../resources/sw_img/icon/icon_close.svg") center center no-repeat;
  background-size: contain;
}

.lx_title2_acc_icon.open > .column1 .title2 h2::after,
.lx_title3_acc_icon.open > .column1 .title3 h3::after,
.lx_title4_acc_icon.open > .column1 .title4 h4::after {
  background-image: url("../../../../../../resources/sw_img/icon/icon_open.svg");
}

/*------------------------------------- 
 テキスト・画像
-------------------------------------*/
/*-------------- 緊急お知らせエリア --------------*/
/* 総合トップ・サイトトップのみ、コンテンツエリア外に１つのみ */
.quoted-text {
  padding: 20px 0;
  background: #fafbfb;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.quoted-text blockquote {
  background: none;
  padding: 20px 20px;
  border: #ff0000 4px solid;
  color: #ff0000;
}

@media print, screen and (min-width: 769px) {
  .quoted-text blockquote {
    width: var(--mainarea-width);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .quoted-text {
    padding: 15px 15px;
  }
}
/*-------------- 囲み線ありテキスト --------------*/
.highlight-quoted-text {
  background: #f5f5f5;
  padding: 35px 40px;
}

.highlight-quoted-text cite {
  background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/bgs/dash.png") no-repeat scroll 0px 8px;
  padding-left: 10px;
  font-size: 1.2rem;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .highlight-quoted-text {
    padding: 20px;
  }
}
/*-------------- キャプション・リード・注釈 --------------*/
.lead-section.catch .rich-text {
  font-size: 4.6rem;
  font-weight: bold;
}

.lead-section.lead .rich-text {
  font-size: 2.2rem;
}

.lead-section.note .rich-text {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .lead-section.catch .rich-text {
    font-size: 2.6rem;
  }
  .lead-section.lead .rich-text {
    font-size: 1.8rem;
  }
}
/*-------------- テキストと画像 --------------*/
/*-------------- FAQ --------------*/
.faq-list > ul > li {
  clear: both;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px;
}

.faq-list h3 {
  position: relative;
}

.faq-list h3::before {
  content: "Q";
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
  color: #273846;
  position: absolute;
  top: 10px;
  left: 0px;
  display: block;
}

.faq-list h3 a {
  display: block;
  color: #273846;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 25px 55px 25px 70px;
}

/* 開閉アイコン */
.faq-list h3 a::before,
.faq-list h3 a::after {
  content: "";
  position: absolute;
  display: block;
  /* background: #d6000f; */
  transition: 0.3s;
}

.faq-list h3 a::before {
  top: 50%;
  right: 40px;
  width: 24px;
  height: 24px;
  transform: translate(50%, -50%);
  background-color: #273846;
  border-radius: 50%;
  border: 1px solid #273846;
}

.faq-list h3 a::after {
  transform: translate(50%, -50%) rotate(180deg);
  right: 40px;
  top: 50%;
  width: 24px;
  height: 24px;
  background: #fff;
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.68%22%20height%3D%224.548%22%20viewBox%3D%220%200%207.68%204.548%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_32185%22%20data-name%3D%22%E3%83%91%E3%82%B9%2032185%22%20d%3D%22M0%2C6.973%2C3.487%2C3.486%2C0%2C0%22%20transform%3D%22translate(0.354%204.194)%20rotate(-90)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%3C%2Fsvg%3E");
  /* mask-size: 4px 7px; */
  mask-repeat: no-repeat;
  mask-position: center;
  /* top: 50%;
  right: 40px;
  width: 2px;
  height: 18px;
  transform: translate(50%, -50%); */
}

.faq-list h3 a.js-selected::before {
  background-color: #fff;
  border-color: #273846;
}

.faq-list h3 a.js-selected::after {
  background-color: #273846;
  transform: translate(50%, -50%) rotate(0deg);
  /* top: 50%;
  right: 40px;
  width: 2px;
  height: 18px;
  transform: translate(50%, -50%); */
}

/* .faq-list h3 a.js-selected::after {
	background-color: transparent;
} */
.faq-item {
  position: relative;
  color: inherit;
  font-size: 1.8rem;
  font-weight: normal;
  /*	min-height: 35px; */
  padding: 0px 0px 0px 70px;
  /* border-left: 1px solid var(--key-color);
  margin-left: 35px; */
  margin-bottom: 30px;
}

.faq-item::after {
  content: "A";
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
  color: #2A65F5;
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
}

/*------------------------------------- 
 ページ内リンク・パネルリンク・バナーリンク・エリアリンク
 原則、内部リンクと外部リンクは同スタイルを設定する
-------------------------------------*/
/*-------------- ページ内リンク --------------*/
/* ページ内リンクは１カラム内にまとめて入力し、マルチカラムクラスでアライメントを設定する */
.anchor-link a {
  position: relative;
  display: block;
  color: inherit;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 30px;
}

.anchor-link a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%3Cg%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051549%22%20transform%3D%22translate(-1270%20-2637)%22%3E%0A%20%20%20%20%3Cg%20%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20759%22%20transform%3D%22translate(1270%202637)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20stroke%3D%22none%22%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20fill%3D%22none%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%2031983%22%20d%3D%22M4566.065%2C4932.18l2.812%2C2.812-2.812%2C2.812%22%20transform%3D%22translate(-3287.079%20-2287.991)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") center center no-repeat;
  /* background: url("../../../../../../resources/sw_img/icon/icon_anchor.svg") center center no-repeat; */
  background-size: contain;
}

.lx_parts_relatedlink a {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  /* --- 本体の下線を強制的に消す --- */
  text-decoration: none !important;
  color: #273846;
  line-height: 1.5;
}
.lx_parts_relatedlink a::before {
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51549%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051549%22%20transform%3D%22translate(-1270%20-2637)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_759%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20759%22%20transform%3D%22translate(1270%202637)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20stroke%3D%22none%22%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20fill%3D%22none%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31983%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031983%22%20d%3D%22M4566.065%2C4932.18l2.812%2C2.812-2.812%2C2.812%22%20transform%3D%22translate(-3287.079%20-2287.991)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  margin-right: 12px;
  position: absolute; /* relativeからabsoluteに変更して位置を固定 */
  left: 0;
  top: 4px;
  display: inline-block;
}
.lx_parts_relatedlink a {
  /* マウスオーバー時の設定 */
}
.lx_parts_relatedlink a:hover {
  /* --- ホバー時だけ下線を出す --- */
  text-decoration: underline !important;
}
.lx_parts_relatedlink a:hover::before {
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51549%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051549%22%20transform%3D%22translate(-1270%20-2637)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_759%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20759%22%20transform%3D%22translate(1270%202637)%22%20fill%3D%22%23273846%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20stroke%3D%22none%22%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20fill%3D%22none%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31983%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031983%22%20d%3D%22M4566.065%2C4932.18l2.812%2C2.812-2.812%2C2.812%22%20transform%3D%22translate(-3287.079%20-2287.991)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}

/* PC:幅をなりゆきにして、横に並べる */
/* SP:縦に並べる */
/* 基本的には lx_anchor_inline_pc を設定しておく */
/*-------------- パネル（共通設定） --------------*/
.panel figcaption {
  display: none;
}

/* テキストパネルは、コンテンツエリア幅/3まで */
@media print, screen and (min-width: 769px) {
  .panel.no-img {
    max-width: calc((var(--mainarea-width) - var(--column-side-margin) * 2) / 3);
  }
}
/* ----- 内部・外部パネル（テキストのみ）　スタイルＡ ----- */
/* ----- ダウンロードパネル（テキストのみ）　スタイルＡ ----- */
.panel.no-img.style1 a {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 5px 15px;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: var(--text-letter-spacing);
  background: var(--key-color);
  border: 1px solid var(--key-color);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .panel.no-img.style1 a {
    font-size: 3.4vw;
  }
}

.panel.no-img.style1 a:hover {
  color: var(--text-color);
  background: #fff;
}

/* パターン1:矢印アイコンと別窓アイコンが同じ位置で排他表示 */
.panel.no-img.style1 a .text {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
}

.panel.no-img.style1 a:not([target=_blank]) .icon_rear {
  flex-shrink: 0;
  display: block;
  width: 15px;
  height: 19px;
  background: url("../../../../../../resources/sw_img/icon/icon_arr01_white.svg") no-repeat center center;
  background-size: contain;
}

.panel.no-img.style1 a:not([target=_blank]):hover .icon_rear {
  background-image: url("../../../../../../resources/sw_img/icon/icon_arr01.svg");
}

/* パターン2:矢印アイコンと別窓アイコンを両方表示 */
/*
.panel.no-img.style1 a .text {
	display: flex;
	width: 100%;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	gap: 0 10px;
}

.panel.no-img.style1 a .icon_front {
	flex-shrink: 0;
	position: absolute;
	top: calc(50% - 10px);
	right: 10px;
	display: block;
	width: 15px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01_white.svg") no-repeat center center;
	background-size: contain;
}

.panel.no-img.style1 a:hover .icon_front {
	background-image: url("../../../../../../resources/sw_img/icon/icon_arr01.svg");
}
*/
/* 外窓アイコン */
.panel.no-img.style1 a[target=_blank] .icon_rear {
  flex-shrink: 0;
  display: block;
  width: 14px;
  height: 14px;
  /* background: url("../../../../../../resources/sw_img/icon/linkout_white.svg") center center no-repeat; */
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.203%22%20height%3D%2217.203%22%20viewBox%3D%220%200%2017.203%2017.203%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_227%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20227%22%20transform%3D%22translate(-2%20-1.586)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_168%22%20data-name%3D%22%E3%83%91%E3%82%B9%20168%22%20d%3D%22M13.5%2C9.162%2C19.662%2C3%22%20transform%3D%22translate(-1.873)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_169%22%20data-name%3D%22%E3%83%91%E3%82%B9%20169%22%20d%3D%22M16%2C3h4.108V7.108%22%20transform%3D%22translate(-2.319)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_170%22%20data-name%3D%22%E3%83%91%E3%82%B9%20170%22%20d%3D%22M17.789%2C12.038v4.108a1.643%2C1.643%2C0%2C0%2C1-1.643%2C1.643H4.643A1.643%2C1.643%2C0%2C0%2C1%2C3%2C16.146V4.643A1.643%2C1.643%2C0%2C0%2C1%2C4.643%2C3H8.751%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") center center no-repeat;
  background-size: contain;
}

.panel.no-img.style1 a[target=_blank]:hover .icon_rear {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.203%22%20height%3D%2217.203%22%20viewBox%3D%220%200%2017.203%2017.203%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_227%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20227%22%20transform%3D%22translate(-2%20-1.586)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_168%22%20data-name%3D%22%E3%83%91%E3%82%B9%20168%22%20d%3D%22M13.5%2C9.162%2C19.662%2C3%22%20transform%3D%22translate(-1.873)%22%20fill%3D%22none%22%20stroke%3D%22%23013593%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_169%22%20data-name%3D%22%E3%83%91%E3%82%B9%20169%22%20d%3D%22M16%2C3h4.108V7.108%22%20transform%3D%22translate(-2.319)%22%20fill%3D%22none%22%20stroke%3D%22%23013593%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_170%22%20data-name%3D%22%E3%83%91%E3%82%B9%20170%22%20d%3D%22M17.789%2C12.038v4.108a1.643%2C1.643%2C0%2C0%2C1-1.643%2C1.643H4.643A1.643%2C1.643%2C0%2C0%2C1%2C3%2C16.146V4.643A1.643%2C1.643%2C0%2C0%2C1%2C4.643%2C3H8.751%22%20fill%3D%22none%22%20stroke%3D%22%23013593%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}

/* ファイルアイコン */
.panel.no-img.style1 a[href*=".pdf"]:hover .icon_rear,
.panel.no-img.style1 a[href*=".xls"]:hover .icon_rear,
.panel.no-img.style1 a[href*=".zip"]:hover .icon_rear,
.panel.no-img.style1 a[href*=".pdf"] .icon_rear,
.panel.no-img.style1 a[href*=".xls"] .icon_rear,
.panel.no-img.style1 a[href*=".zip"] .icon_rear {
  flex-shrink: 0;
  display: block;
  width: 18px;
  height: 20px;
  background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
  background-size: contain;
}

.panel.no-img.style1 a[href*=".xls"]:hover .icon_rear,
.panel.no-img.style1 a[href*=".xls"] .icon_rear {
  width: 18px;
  height: 20px;
  background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/excel.png");
}

.panel.no-img.style1 a[href*=".zip"]:hover .icon_rear,
.panel.no-img.style1 a[href*=".zip"] .icon_rear {
  width: 18px;
  height: 20px;
  background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/zip.png");
}

.panel.no-img.style1 a + p {
  margin-top: 10px;
  font-size: 1.8rem;
}

/*-- 画像ギャラリー テキストパネル --*/
.panel.no-img.style1 a[data-modaal-scope] .modal-icon,
.panel.no-img.style2 a[data-modaal-scope] .modal-icon,
.panel.no-img.style3 a[data-modaal-scope] .modal-icon {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  background: url("../../../../../../resources/sw_img/default/icon_zoom.svg") center center no-repeat;
  background-size: contain;
  margin: 0 10px;
}

.panel.no-img.style1 a[data-modaal-scope] .icon_rear,
.panel.no-img.style2 a[data-modaal-scope] .icon_rear,
.panel.no-img.style3 a[data-modaal-scope] .icon_rear {
  display: none;
  content: none;
}

/*-- チェックボックスつきテキストパネル --*/
.panel.no-img.with-checkbox,
.panel.has-img.with-checkbox {
  display: flex;
  flex-direction: column;
}

.panel.no-img.with-checkbox > *,
.panel.has-img.with-checkbox > * {
  flex: 0 0 auto;
}

.panel.no-img.with-checkbox a + p,
.panel.has-img.with-checkbox a + p {
  order: -1;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.8rem;
}

.panel.no-img.with-checkbox input[type=checkbox],
.panel.has-img.with-checkbox input[type=checkbox] {
  vertical-align: middle;
}

/* リンク無効時 */
.panel.no-img.with-checkbox.disabled a,
.panel.has-img.with-checkbox.disabled a {
  background: #ccc;
  color: #999;
  pointer-events: none;
}

.panel.no-img.with-checkbox.disabled a .icon_front,
.panel.has-img.with-checkbox.disabled a .icon_front,
.panel.no-img.with-checkbox.disabled a::before,
.panel.has-img.with-checkbox.disabled a::before {
  content: none;
  display: none;
}

/*-- ニュース詳細ページ用 一覧に戻るボタン --*/
#promos3 > * > .panel.no-img.style1 {
  margin-top: 60px;
  /*	max-width: 400px; */
}

@media screen and (max-width: 768px) {
  #promos3 > * > .panel.no-img.style1 {
    width: calc(100% - 30px);
  }
}
#promos3 > * > .panel.no-img.style1 a::before {
  right: auto;
  left: 25px;
  transform: scaleX(-1);
}

/* ニュース一覧、およびイベント一覧では非表示 */
.multi3Overview[data-page-marker~=news-folder]:not(.in-editor) #promos3 > * > .panel.no-img.style1,
[data-page-marker~=news-folder] > .multi3Overview:not(.in-editor) #promos3 > * > .panel.no-img.style1,
.multi3Overview[data-page-marker~=event-folder]:not(.in-editor) #promos3 > * > .panel.no-img.style1,
[data-page-marker~=event-folder] > .multi3Overview:not(.in-editor) #promos3 > * > .panel.no-img.style1 {
  display: none;
}

/* ----- 内部・外部パネル（テキストと画像）　スタイルＡ ----- */
/* ----- ダウンロードパネル（テキストと画像）　スタイルＡ ----- */
.panel.has-img.style1 a {
  display: flex;
  flex-flow: column nowrap;
}

.panel.has-img.style1 a > * {
  flex: 0 0 auto;
}

.panel.has-img.style1 .text {
  order: 2;
  margin-top: 20px;
  position: relative;
  padding: 0;
  padding-left: 25px;
  text-align: left;
  font-size: 2rem;
  color: var(--text-color);
  font-weight: bold;
  letter-spacing: var(--text-letter-spacing);
  text-decoration: none;
}

.panel.has-img.style1 .icon_front {
  flex-shrink: 0;
  position: absolute;
  top: calc(50% - 10px);
  left: 0px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%3Cg%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051549%22%20transform%3D%22translate(-1270%20-2637)%22%3E%0A%20%20%20%20%3Cg%20%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20759%22%20transform%3D%22translate(1270%202637)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20stroke%3D%22none%22%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20fill%3D%22none%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%2031983%22%20d%3D%22M4566.065%2C4932.18l2.812%2C2.812-2.812%2C2.812%22%20transform%3D%22translate(-3287.079%20-2287.991)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
}

.panel.has-img.style1 a[target=_blank] .icon_rear {
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.203%22%20height%3D%2217.203%22%20viewBox%3D%220%200%2017.203%2017.203%22%3E%0A%20%20%3Cg%20%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20227%22%20transform%3D%22translate(-2%20-1.586)%22%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%20168%22%20d%3D%22M13.5%2C9.162%2C19.662%2C3%22%20transform%3D%22translate(-1.873)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%20169%22%20d%3D%22M16%2C3h4.108V7.108%22%20transform%3D%22translate(-2.319)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%20170%22%20d%3D%22M17.789%2C12.038v4.108a1.643%2C1.643%2C0%2C0%2C1-1.643%2C1.643H4.643A1.643%2C1.643%2C0%2C0%2C1%2C3%2C16.146V4.643A1.643%2C1.643%2C0%2C0%2C1%2C4.643%2C3H8.751%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") center center no-repeat;
  background-size: contain;
  margin-left: 0.5em;
}

.panel.has-img.style1 a[href*=".pdf"] .icon_rear,
.panel.has-img.style1 a[href*=".xls"] .icon_rear,
.panel.has-img.style1 a[href*=".zip"] .icon_rear {
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 20px;
  background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
  background-size: contain;
}

.panel.has-img.style1 a[href*=".xls"] .icon_rear {
  width: 18px;
  height: 20px;
  background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/excel.png");
}

.panel.has-img.style1 a[href*=".zip"] .icon_rear {
  width: 18px;
  height: 20px;
  background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/zip.png");
}

.panel.has-img.style1 a figure {
  position: relative;
  overflow: hidden;
}

.panel.has-img.style1 a img {
  display: block;
  transition: 0.3s;
}

.panel.has-img.style1 .text + figure {
  order: 1;
  display: block;
}

.panel.has-img.style1 .text + figure img {
  width: 100%;
}

.panel.has-img.style1 figcaption {
  display: none;
}

.panel.has-img.style1 a + p {
  margin: 20px 0 0;
  font-size: 1.8rem;
  color: inherit;
  font-weight: normal;
}

.panel.has-img.style1 a:hover .text {
  text-decoration: underline;
}

.panel.has-img.style1 a:hover {
  opacity: 0.7;
}

/* ----- 内部・外部パネル（テキストと画像）　スタイルB ----- */
/* ----- ダウンロードパネル（テキストと画像）　スタイルB ----- */
.panel.has-img.style2 a {
  display: flex;
  flex-flow: column nowrap;
}

.panel.has-img.style2 a > * {
  flex: 0 0 auto;
}

.panel.has-img.style2 .text {
  order: 2;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  min-height: 90px;
  padding: 5px 15px;
  padding-left: 35px;
  text-align: left;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: var(--text-letter-spacing);
  text-decoration: none;
  background: var(--key-color);
}

.panel.has-img.style2 .icon_front {
  position: absolute;
  top: calc(50% - 10px);
  left: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 19px;
  background: url("../../../../../../resources/sw_img/icon/icon_arr01_white.svg") no-repeat center center;
  background-size: contain;
}

.panel.has-img.style2 a[target=_blank] .icon_rear {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.203%22%20height%3D%2217.203%22%20viewBox%3D%220%200%2017.203%2017.203%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_227%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20227%22%20transform%3D%22translate(-2%20-1.586)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_168%22%20data-name%3D%22%E3%83%91%E3%82%B9%20168%22%20d%3D%22M13.5%2C9.162%2C19.662%2C3%22%20transform%3D%22translate(-1.873)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_169%22%20data-name%3D%22%E3%83%91%E3%82%B9%20169%22%20d%3D%22M16%2C3h4.108V7.108%22%20transform%3D%22translate(-2.319)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_170%22%20data-name%3D%22%E3%83%91%E3%82%B9%20170%22%20d%3D%22M17.789%2C12.038v4.108a1.643%2C1.643%2C0%2C0%2C1-1.643%2C1.643H4.643A1.643%2C1.643%2C0%2C0%2C1%2C3%2C16.146V4.643A1.643%2C1.643%2C0%2C0%2C1%2C4.643%2C3H8.751%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") center center no-repeat;
  background-size: contain;
  margin-left: 0.5em;
}

.panel.has-img.style2 a[href*=".pdf"] .icon_rear,
.panel.has-img.style2 a[href*=".xls"] .icon_rear,
.panel.has-img.style2 a[href*=".zip"] .icon_rear {
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 20px;
  background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
  background-size: contain;
}

.panel.has-img.style2 a[href*=".xls"] .icon_rear {
  width: 18px;
  height: 20px;
  background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/excel.png");
}

.panel.has-img.style2 a[href*=".zip"] .icon_rear {
  width: 18px;
  height: 20px;
  background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/zip.png");
}

.panel.has-img.style2 figure {
  position: relative;
  overflow: hidden;
}

.panel.has-img.style2 .text + figure {
  order: 1;
  display: block;
}

.panel.has-img.style2 .text + figure img {
  width: 100%;
}

.panel.has-img.style2 a img {
  display: block;
  transition: 0.3s;
}

.panel.has-img.style2 a + p {
  margin: 20px 0 0;
  font-size: 1.8rem;
  color: inherit;
  font-weight: normal;
}

.panel.has-img.style2 a:hover .text {
  text-decoration: underline;
}

.panel.has-img.style2 a:hover figure img {
  transform: scale(1.15);
}

/* モーダルダイアログ・画像ギャラリー パネル */
.panel.has-img > a[data-modaal-scope] .modal-icon {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../../../../../resources/sw_img/default/icon_zoom.svg") center center no-repeat;
  background-size: contain;
}

.panel.has-img h2 + a[data-modaal-scope] .modal-icon {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  background: url("../../../../../../resources/sw_img/default/icon_zoom.svg") center center no-repeat;
  background-size: contain;
  margin: 0 10px;
}

/*------ 内部・外部・ダウンロード エリアリンク ------*/
.link-area:not(.highlight) > a,
.link-area.highlight > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.link-area:not(.highlight) > a:hover,
.link-area.highlight > a:hover {
  opacity: 0.7;
}

/* 画像マージン */
.link-area:not(.highlight) > a img.large {
  margin-bottom: 20px;
}

.link-area:not(.highlight) > a p ~ img.large {
  margin-bottom: 0;
  margin-top: 20px;
}

/*------ ダウンロード エリアリンク ------*/
/* -- テキスト先頭にpdfアイコンを付ける -- */
.download-link-area:not(.highlight) > a[href$=".pdf"] > p:first-child::before,
.download-link-area:not(.highlight) > a[href$=".pdf"] > img + p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 20px;
  background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
  background-size: contain;
  margin: 0 5px;
}

/* モーダルダイアログ・画像ギャラリー */
/* テキスト先頭に虫眼鏡アイコンを付ける */
.download-link-area:not(.highlight) > a[data-modaal-scope] > p:first-child::before,
.download-link-area:not(.highlight) > a[data-modaal-scope] > img + p::before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  background: url("../../../../../../resources/sw_img/default/icon_zoom.svg") center center no-repeat;
  background-size: contain;
  margin: 0 10px;
}

/*------------------------------------- 
 インデックス・サイトマップ
-------------------------------------*/
.index-map {
  font-size: 0;
}

/* フォルダトップを表示する場合：フォルダトップ(第０階層) */
/* フォルダトップを表示しない場合：直下(第１階層)ページ */
/* パネルスタイルで表示 */
.index-map > ul:first-of-type > li > .item {
  position: relative;
  margin-top: 30px;
}

.index-map > ul:first-of-type > li > .item > span,
.index-map > ul:first-of-type > li > .item > a {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}

/* 画像なし */
.index-map > ul:first-of-type > li > .item .news_tx {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 5px 10px;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: var(--text-letter-spacing);
  background: var(--key-color);
  border: 1px solid var(--key-color);
  text-decoration: none;
}

.index-map > ul:first-of-type > li > .item .news_tx::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 25px;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 19px;
  background: url("../../../../../../resources/sw_img/icon/icon_arr01_white.svg") center center no-repeat;
  background-size: contain;
}

.index-map > ul:first-of-type > li > .item > a[target=_blank] .news_tx::after {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.203%22%20height%3D%2217.203%22%20viewBox%3D%220%200%2017.203%2017.203%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_227%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20227%22%20transform%3D%22translate(-2%20-1.586)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_168%22%20data-name%3D%22%E3%83%91%E3%82%B9%20168%22%20d%3D%22M13.5%2C9.162%2C19.662%2C3%22%20transform%3D%22translate(-1.873)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_169%22%20data-name%3D%22%E3%83%91%E3%82%B9%20169%22%20d%3D%22M16%2C3h4.108V7.108%22%20transform%3D%22translate(-2.319)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_170%22%20data-name%3D%22%E3%83%91%E3%82%B9%20170%22%20d%3D%22M17.789%2C12.038v4.108a1.643%2C1.643%2C0%2C0%2C1-1.643%2C1.643H4.643A1.643%2C1.643%2C0%2C0%2C1%2C3%2C16.146V4.643A1.643%2C1.643%2C0%2C0%2C1%2C4.643%2C3H8.751%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") center center no-repeat;
  background-size: contain;
  margin-left: 0.5em;
}

.index-map > ul:first-of-type > li > .item .det_tx,
.index-map > ul:first-of-type > li > .item .explanation,
.index-map > ul:first-of-type > li > .item .link-info {
  display: block;
  margin-top: 10px;
  font-size: 1.8rem;
}

.index-map > ul:first-of-type > li > .item > a:hover .news_tx {
  color: var(--key-color);
  background: #fff;
}

.index-map > ul:first-of-type > li > .item > a:hover .news_tx::before {
  background-image: url("../../../../../../resources/sw_img/icon/icon_arr01.svg");
}

/* 画像あり */
.index-map > ul:first-of-type > li > .item .n_img {
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
}

.index-map > ul:first-of-type > li > .item .n_img img {
  display: block;
  margin: auto;
}

.index-map > ul:first-of-type > li > .item .n_img ~ .news_tx {
  border: none;
  border-radius: 0;
  background: none;
  min-height: auto;
  height: auto;
  position: relative;
  display: block;
  padding: 5px 0px;
  text-align: left;
  font-size: 2rem;
  color: inherit;
  font-weight: bold;
  letter-spacing: var(--text-letter-spacing);
  text-decoration: none;
}

.index-map > ul:first-of-type > li > .item .n_img ~ .news_tx::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 19px;
  background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") center center no-repeat;
  background-size: contain;
}

.index-map > ul:first-of-type > li > .item > a:hover .n_img ~ .news_tx {
  text-decoration: underline;
  color: var(--key-color);
  background: none;
}

.index-map > ul:first-of-type > li > .item > a:hover .n_img ~ .news_tx::before {
  background-image: url("../../../../../../resources/sw_img/icon/icon_arr01.svg");
}

/* フォルダトップを表示する場合：直下(第１階層)ページ */
/* フォルダトップを表示しない場合：直下のさらに下層(第２階層)ページ */
/* リンクリストスタイルで表示 */
.index-map > ul:only-of-type > li > ul,
.index-map > ul + ul.indexLevel_1 {
  display: block;
  margin-top: 25px;
}

.index-map > ul:only-of-type > li > ul > li > .item,
.index-map > ul + ul.indexLevel_1 > li > .item {
  position: relative;
  display: block;
  padding-left: 30px;
  color: inherit;
  font-size: 1.8rem;
  margin-top: 5px;
}

.index-map > ul:only-of-type > li > ul > li > .item > a,
.index-map > ul + ul.indexLevel_1 > li > .item > a {
  display: inline;
  color: inherit;
}

.index-map > ul:only-of-type > li > ul > li > .item > a::before,
.index-map > ul + ul.indexLevel_1 > li > .item > a::before {
  content: "";
  position: absolute;
  top: calc(0px + 0.875em - 9.5px);
  left: 6px;
  display: inline-block;
  width: 15px;
  height: 19px;
  background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
  background-size: contain;
}

.index-map > ul:only-of-type > li > ul > li > .item > a[target=_blank]::after,
.index-map > ul + ul.indexLevel_1 > li > .item > a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.203%22%20height%3D%2217.203%22%20viewBox%3D%220%200%2017.203%2017.203%22%3E%0A%20%20%3Cg%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20227%22%20transform%3D%22translate(-2%20-1.586)%22%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%20168%22%20d%3D%22M13.5%2C9.162%2C19.662%2C3%22%20transform%3D%22translate(-1.873)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20%20data-name%3D%22%E3%83%91%E3%82%B9%20169%22%20d%3D%22M16%2C3h4.108V7.108%22%20transform%3D%22translate(-2.319)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%20170%22%20d%3D%22M17.789%2C12.038v4.108a1.643%2C1.643%2C0%2C0%2C1-1.643%2C1.643H4.643A1.643%2C1.643%2C0%2C0%2C1%2C3%2C16.146V4.643A1.643%2C1.643%2C0%2C0%2C1%2C4.643%2C3H8.751%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") center center no-repeat;
  /* background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat; */
  background-size: contain;
  margin-left: 0.5em;
}

.index-map > ul:only-of-type > li > ul > li > .item .news_tx,
.index-map > ul + ul.indexLevel_1 > li > .item .news_tx {
  display: inline;
}

.index-map > ul:only-of-type > li > ul > li > .item .det_tx,
.index-map > ul + ul.indexLevel_1 > li > .item .det_tx,
.index-map > ul:only-of-type > li > ul > li > .item .explanation,
.index-map > ul + ul.indexLevel_1 > li > .item .explanation,
.index-map > ul:only-of-type > li > ul > li > .item .link-info,
.index-map > ul + ul.indexLevel_1 > li > .item .link-info {
  display: block;
  margin-top: 0px;
  font-size: 1.4rem;
  letter-spacing: var(--text-letter-spacing);
}

/* フォルダトップを表示する場合：第２階層 */
/* フォルダトップを表示しない場合：第３階層 */
/* 非表示 */
.index-map ul.indexLevel_3,
.index-map > ul + ul > li > ul.indexLevel_2 {
  display: none;
}

/*------------------------------------- 
 リスト
-------------------------------------*/
/* 年度区切りの上マージンは、リンクリストと同じく、パーツ共通の上マージン */
/* 決算短信・有報・説明会資料（自動連携） */
/* h2と同内容の為非表示 */
.news-result h2 ~ * > dl dt,
.news-yuho h2 ~ * > dl dt,
.news-presentation h2 ~ * > dl dt {
  display: none;
}

/* 最新決算資料（自動連携） */
/* 最新決算資料（自動連携）は、四半期見出しに下マージン */
.news-material dl dt {
  margin-bottom: 20px;
}

.news-material .title-quater {
  display: none;
}

.news-material .prefix-quarter,
.news-material .postfix-quarter {
  display: none;
}

.news-material .addition-quarter {
  display: none;
}

.ux_result_show_title_quarter .news-material .title-quater,
.ux_result_show_prefix_quarter .news-material .prefix-quarter,
.ux_result_show_postfix_quarter .news-material .postfix-quarter,
.ux_result_show_addition_quarter .news-material .addition-quarter {
  display: inline;
}

/* リスト共通設定 決算短信・有報・最新決算資料・説明会資料（自動連携）、リンクリスト（手動） */
.link-list ul li,
.link-list-url ul li,
.news-result dl dd,
.news-yuho dl dd,
.news-presentation dl dd,
.news-material dl dd {
  position: relative;
  margin-bottom: 5px;
}

/* リンクテキスト */
.link-list:not(.highlight) ul li > a:not(.d_icon),
.link-list:not(.highlight) ul li > span,
.link-list-url ul li > a:not(.d_icon),
.news-result dl dd > a:not(.d_icon),
.news-yuho dl dd > a:not(.d_icon),
.news-presentation dl dd > a:not(.d_icon),
.news-material dl dd > a:not(.d_icon) {
  /*	position: relative; */
  color: inherit;
}

/* 外窓アイコン（ダウンロードにはつけない） */
.link-list:not(.highlight) .internal-link-text > a[target=_blank]::after,
.link-list:not(.highlight) .external-link-text > a[target=_blank]::after,
.link-list-url .internal-link-text > a[target=_blank]::after,
.link-list-url .external-link-text > a[target=_blank]::after,
.news-result dl dd.no-download > a[target=_blank]::after,
.news-yuho dl dd.no-download > a[target=_blank]::after,
.news-presentation dl dd.no-download > a[target=_blank]::after,
.news-material dl dd.no-download > a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.203%22%20height%3D%2217.203%22%20viewBox%3D%220%200%2017.203%2017.203%22%3E%0A%20%20%3Cg%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20227%22%20transform%3D%22translate(-2%20-1.586)%22%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%20168%22%20d%3D%22M13.5%2C9.162%2C19.662%2C3%22%20transform%3D%22translate(-1.873)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20%20data-name%3D%22%E3%83%91%E3%82%B9%20169%22%20d%3D%22M16%2C3h4.108V7.108%22%20transform%3D%22translate(-2.319)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%20170%22%20d%3D%22M17.789%2C12.038v4.108a1.643%2C1.643%2C0%2C0%2C1-1.643%2C1.643H4.643A1.643%2C1.643%2C0%2C0%2C1%2C3%2C16.146V4.643A1.643%2C1.643%2C0%2C0%2C1%2C4.643%2C3H8.751%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") center center no-repeat;
  /* background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat; */
  background-size: contain;
  margin: 0 0.5em;
}

.link-list:not(.highlight) .internal-link-text > a[target=_blank]:hover::after,
.link-list:not(.highlight) .external-link-text > a[target=_blank]:hover::after,
.link-list-url .internal-link-text > a[target=_blank]:hover::after,
.link-list-url .external-link-text > a[target=_blank]:hover::after,
.news-result dl dd.no-download > a[target=_blank]:hover::after,
.news-yuho dl dd.no-download > a[target=_blank]:hover::after,
.news-presentation dl dd.no-download > a[target=_blank]:hover::after,
.news-material dl dd.no-download > a[target=_blank]:hover::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.203%22%20height%3D%2217.203%22%20viewBox%3D%220%200%2017.203%2017.203%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_227%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20227%22%20transform%3D%22translate(-2%20-1.586)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_168%22%20data-name%3D%22%E3%83%91%E3%82%B9%20168%22%20d%3D%22M13.5%2C9.162%2C19.662%2C3%22%20transform%3D%22translate(-1.873)%22%20fill%3D%22none%22%20stroke%3D%22%23013593%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_169%22%20data-name%3D%22%E3%83%91%E3%82%B9%20169%22%20d%3D%22M16%2C3h4.108V7.108%22%20transform%3D%22translate(-2.319)%22%20fill%3D%22none%22%20stroke%3D%22%23013593%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_170%22%20data-name%3D%22%E3%83%91%E3%82%B9%20170%22%20d%3D%22M17.789%2C12.038v4.108a1.643%2C1.643%2C0%2C0%2C1-1.643%2C1.643H4.643A1.643%2C1.643%2C0%2C0%2C1%2C3%2C16.146V4.643A1.643%2C1.643%2C0%2C0%2C1%2C4.643%2C3H8.751%22%20fill%3D%22none%22%20stroke%3D%22%23013593%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") center center no-repeat;
  /* background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat; */
  background-size: contain;
  margin: 0 0.5em;
}

/* 虫眼鏡アイコン（モーダルダイアログ） */
.link-list:not(.highlight) .internal-link-text > a[data-modaal-scope]::after,
.link-list:not(.highlight) .download-link-text > a[data-modaal-scope]::after,
.link-list-url .internal-link-text > a[data-modaal-scope]::after,
.link-list-url .download-link-text > a[data-modaal-scope]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url("../../../../../../resources/sw_img/default/icon_zoom.svg") center center no-repeat;
  background-size: contain;
  margin: 0 0.5em;
}

/* アイコン パターンA：ダウンロードもアイコンをつける場合 */
/* .link-list ul li a:not(.d_icon)::before ,
.link-list-url ul li a:not(.d_icon)::before ,
.news-result dl dd a:not(.d_icon)::before ,
.news-yuho dl dd a:not(.d_icon)::before ,
.news-presentation dl dd a:not(.d_icon)::before ,
.news-material dl dd a:not(.d_icon)::before {
	content: "";
	position: absolute;
	top: calc(0px + 1.75em / 2 - 19px / 2);
	left: 2px;
	display: inline-block;
	width: 15px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
} */
/* アイコン パターンB：ダウンロードにリンクアイコンをつけない場合 */
/*
.link-list li.internal-link-text:not(.highlight) a ,
.link-list li.external-link-text:not(.highlight) a ,
.link-list-url .internal-link-text:not(.highlight) a ,
.link-list-url .external-link-text:not(.highlight) a ,
.news-result dl dd.no-download:not(.highlight) a:not(.d_icon) ,
.news-yuho dl dd.no-download:not(.highlight) a:not(.d_icon) ,
.news-presentation dl dd.no-download:not(.highlight) a:not(.d_icon) ,
.news-material dl dd.no-download:not(.highlight) a:not(.d_icon) {
	padding-left: 25px;
}

.link-list li.internal-link-text:not(.highlight) a::before ,
.link-list li.external-link-text:not(.highlight) a::before ,
.link-list-url .internal-link-text:not(.highlight) a::before ,
.link-list-url .external-link-text:not(.highlight) a::before ,
.news-result dl dd.no-download:not(.highlight) a:not(.d_icon)::before ,
.news-yuho dl dd.no-download:not(.highlight) a:not(.d_icon)::before ,
.news-presentation dl dd.no-download:not(.highlight) a:not(.d_icon)::before ,
.news-material dl dd.no-download:not(.highlight) a:not(.d_icon)::before {
	content: "";
	position: absolute;
	top: calc(5px + 1.75em / 2 - 19px / 2);
	left: 2px;
	display: inline-block;
	width: 15px;
	height: 19px;
	background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
	background-size: contain;
}
*/
/* ハイライト表示のリンクは、直前のリンクに属する様に見えるスタイルにする。 */
/* (ハイライト表示されていないリンクは、他の決算短信・有報と同列に表示）  */
.link-list:not(.highlight) li.highlight a:not(.d_icon),
.link-list-url li.highlight a:not(.d_icon),
.news-result dl dd.highlight a:not(.d_icon),
.news-yuho dl dd.highlight a:not(.d_icon),
.news-presentation dl dd.highlight a:not(.d_icon),
.news-material dl dd.highlight a:not(.d_icon) {
  padding-top: 0px;
  padding-left: 50px;
}

/* ハイライト表示のリンクのＬ字アイコン */
.link-list:not(.highlight) li.highlight a:not(.d_icon)::before,
.link-list-url li.highlight a:not(.d_icon)::before,
.news-result dl dd.highlight a:not(.d_icon)::before,
.news-yuho dl dd.highlight a:not(.d_icon)::before,
.news-presentation dl dd.highlight a:not(.d_icon)::before,
.news-material dl dd.highlight a:not(.d_icon)::before {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  transform: none;
  content: "";
  position: absolute;
  top: 6px;
  left: 30px;
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

/* 非ハイライト表示のリンクなしテキストは、リンクアイコン無し */
/*
.link-list:not(.highlight) li.text-without-link:not(.highlight)::before ,
.link-list-url li.text-without-link:not(.highlight)::before ,
.news-result dl dd.no-link:not(.highlight)::before ,
.news-yuho dl dd.no-link:not(.highlight)::before ,
.news-presentation dl dd.no-link:not(.highlight)::before ,
.news-material dl dd.no-link:not(.highlight)::before {
	content: none;
}
*/
/* 自動連携 アイコン */
body.in-editor .news-result dl dd:not(.merged)::after,
body.in-editor .news-yuho dl dd:not(.merged)::after,
body.in-editor .news-presentation dl dd:not(.merged)::after,
body.in-editor .news-material dl dd:not(.merged)::after {
  content: "自動連携";
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  text-transform: none;
  font-size: 1.2rem;
  color: #fff;
  background: #83B63F;
  border-radius: 6px;
  padding: 0 5px;
  margin-left: 0.5em;
}

body.in-editor .news-material .link-list > .mgnlEditor,
body.in-editor .news-material .link-list > ul > .mgnlEditor:last-child {
  display: block !important;
}

/*-- リンクリスト（ハイライト表示） --*/
/*------------------------------------- 
 表組・テーブル・財務ハイライト(表組)・配当金(表組)
-------------------------------------*/
/* table共通 */
.highlights-table table,
.highlights-alltable-2nd table,
.haitou-table-2nd table,
.vtable-item,
.ircalendar-title,
.ircalendar-item,
.tbCore,
.htCore,
table.icell {
  /*	font-size: calc(100% - 0.2rem); */
  /*	font-size: 1.8rem; */
}

/* セル */
/* 枠線とセル内余白を指定 */
/* ※枠線が必要ない場合、1px solid transparentで設定する */
.shwTable table.htCore tr td,
.shwTable table.tbCore tr th,
.shwTable table.tbCore tr td,
:is(.highlights-table, .highlights-alltable-2nd, .haitou-table-2nd) :is(th, td),
:is(.vertical-table, .ircalendar) :is(th, td),
table.icell th,
table.icell td,
.uni-table th,
.uni-table td {
  color: inherit;
  padding: 15px 15px;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  /* 背景色指定必須 */
  background: #fff;
}

/* 背景色を交互に */
.vtable-item:nth-child(2n) > table > tbody > tr > td,
.ircalendar-item:nth-child(2n+1) > table > tbody > tr > td,
.highlights-table tr:nth-child(2n+1) td[class^=c],
.highlights-alltable-2nd tr:nth-child(2n+1) td[class^=c],
.haitou-table-2nd tr:nth-child(2n+1) td[class^=c],
.htCore tr:nth-child(2n+1) td:not(.tableRowHead):not(.tableColumnHead),
.tbCore tr:nth-child(2n+1) td:not(.tbRowHead):not(.tbColumnHead),
.icell tr:nth-child(2n) td {
  /*	background-color: #ededed; */
}

/* 見出し列 */
/* 背景色と文字色を指定 */
.form-summary table td:first-child,
.highlights-table tr td:first-child,
.highlights-alltable-2nd tr td:first-child,
.haitou-table-2nd td.t1,
.haitou-table-2nd td.t2,
.haitou-table-2nd td.t12,
.shwTable table tr td.tableColumnHead,
.shwTable table.tbCore .tbColumnHead,
.uni-table.style1 .tbColumnHead,
.vtable-item > table > tbody > tr > th,
table.icell th {
  text-align: left;
  vertical-align: middle;
  background-color: #f5f5f5;
  color: inherit;
  font-weight: bold;
}

/* 見出し行 */
/* 背景色と文字色を指定 */
.highlights-table tr.r0 th,
.highlights-alltable-2nd tr.r0 th,
.haitou-table-2nd th,
.shwTable table tr td.tableRowHead,
.shwTable table.tbCore .tbRowHead,
.uni-table.style1 .tbRowHead,
.ircalendar-title > table > tbody > tr > th,
table.icell thead th {
  text-align: center;
  vertical-align: top;
  background-color: #eee;
  color: inherit;
  font-weight: bold;
}

/* マルチセル スタイルB */
/* 見出し列 */
.uni-table.style2 .tbColumnHead {
  text-align: left;
  vertical-align: middle;
  background-color: #eee;
  color: inherit;
  font-weight: bold;
}

/* 見出しセル中の太字 */
/* thはboldが基本設定なので、thをnormalに設定する場合は、要変更 */
.vtable-item > table > tbody > tr > th .strong,
.ircalendar-title > table > tbody > tr > th .strong {
  /*	font-weight: normal; */
}

/* テーブル縦・横の枠線を重ねる */
.vtable-item > table,
.ircalendar-title > table,
.ircalendar-item > table {
  margin-top: -1px;
}

/*-------------- テーブル縦 --------------*/
/* デフォルト比率 */
.vtable-item > table > tbody > tr > th,
.vtable-item > table > tbody > tr > td {
  width: 20%;
}

/*-------------- テーブル横 --------------*/
/* デフォルト比率 */
.ircalendar-title > table > tbody > tr > th,
.ircalendar-item > table > tbody > tr > td {
  width: 20%;
}

/*-------------- 表組 --------------*/
/* 表タイトル */
.shwTableTitle h2 {
  font-weight: bold;
  margin-top: 5px;
}

/* 表組 */
/* 単位（表組の外）*/
.shwTable td.shw-table-row {
  color: inherit;
}

/*-------------- マルチセル --------------*/
/*-------------- 財務ハイライト表組 --------------*/
/* 単位 */
/* 年度 */
.highlights-table tr.r0 th,
.highlights-alltable-2nd tr.r0 th {
  white-space: nowrap;
}

/*-------------- 配当 表組 --------------*/
/* 配当予想セル */
/*------------------------------------- 
 グラフ・財務ハイライト(グラフ)・配当金(グラフ)
-------------------------------------*/
/* important付きは、html上のスタイルを上書きする必要があるもの */
/*-------------- グラフ --------------*/
@media screen and (max-width: 768px) {
  /* グラフをタップしてもツールチップが出ない様にする代わりに */
  /* グラフ部分をドラッグしてのスクロールを可能にする */
  .graph > div {
    position: relative;
    width: auto !important;
    margin: auto;
  }
  .highlights-2nd .highlights-graph .highcharts-container,
  .graph .highcharts-container {
    position: static !important;
  }
  .highlights-2nd .highlights-graph::before,
  .graph::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .highcharts-tooltip {
    display: none !important;
  }
  .highcharts-container .highcharts-legend,
  .highcharts-container input[type=checkbox] {
    z-index: 2;
  }
  .highcharts-title {
    white-space: normal !important;
  }
  /* 横スワイプを可能にする */
  /* 横幅はUIで設定する必要がある */
  .lx_graph_sp_swipe .graph {
    overflow-x: scroll;
  }
  .lx_graph_sp_swipe .graph > div {
    display: inline-block;
  }
  .ux_graph_sp_swipe .icon-swip::before {
    content: "";
    position: absolute;
    top: calc(5% + 30px);
    left: calc(50% - 30px);
    display: block;
    width: 60px;
    height: 60px;
    background: #fff url("../../../../../../resources/sw_img/default/icon_swip.png") no-repeat center center;
    background-size: contain;
    border: 3px solid #fff;
    border-radius: 5px;
    z-index: 50;
    opacity: 0.85;
  }
}
/* 財務ハイライトver2 グラフ (凡例を含むエリア) */
.highlights-2nd > div:not(.highlights-table) {
  /*	height: auto !important; */
}

/* 財務ハイライトver2 グラフ (凡例を含まないエリア) */
.highlights-2nd .highlights-graph {
  /*	width: 100% !important; */
  /*	min-width: auto !important; */
  /*	max-width: none !important; */
  /*	height: 400px !important; */
}

/* 財務ハイライトver2 グラフ 凡例 */
.highlights-2nd .legend {
  /*	margin: auto !important; */
  /*	width: auto !important; */
  /*	min-width: auto !important; */
  /*	max-width: none !important; */
  /*	text-align: center; */
}

.highlights-2nd .legend-item-box {
  /*	float: none !important; */
  /*	display: inline-block !important; */
  /*	margin-left: -5px; */
}

.multiColumn1 .graph .highlights-graph,
.multiColumn1 .highlights-2nd .highlights-graph,
.multiColumn1 .haitou-graph-2nd .graph {
  height: 500px !important;
}

/*-------------- 配当グラフ --------------*/
.haitou-graph-2nd .graph {
  /*	min-width: auto !important; */
  /*	max-width: none !important; */
  /*	height: 400px !important; */
}

/*------------------------------------- 
 RSS
-------------------------------------*/
/*-------------- rss --------------*/
.rss-content::after {
  content: "";
  display: block;
  clear: both;
}

.rss-content em {
  position: relative;
  font-style: normal;
  float: right;
  margin-bottom: 10px;
  z-index: 1;
}

.rss-content a {
  text-decoration: none;
}

/*
.rss-content em {
	padding: 0 !important;
	background: none !important;
	margin-top: -16px;
}

.rss-content a {
	display: block;
	width: 16px;
	height: 16px;
	background: url("../../../../../../.resources/feed.gif") no-repeat left top;
}

.rss-content a:hover {
	opacity: 0.7;
}
*/
/*------------------------------------- 
 マルチ３
-------------------------------------*/
/* リストがない場合 */
.basic-list2 > ul:not(.tabItems) > p:empty::before {
  content: "表示する項目がありません";
}

html:lang(en) .basic-list2 > ul:not(.tabItems) > p:empty::before {
  content: "There are no items to display.";
}

/* 年(セレクトボックス) */
.basic-list2 .yearTabs select {
  display: block;
  font-size: 1.8rem;
}

.basic-list2 .yearTabs select option {
  display: block;
}

.basic-list2 .yearTabs > div {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.basic-list2 .yearTabs select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  outline: 0;
  cursor: pointer;
  min-width: 180px;
  min-height: 44px;
  padding: 5px 40px 5px 20px;
  color: var(--text-color);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: var(--text-letter-spacing);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: 0.2s ease all;
}

.basic-list2 .yearTabs select:active,
.basic-list2 .yearTabs select:focus,
.basic-list2 .yearTabs select:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.basic-list2 .yearTabs select option:checked {
  color: #fff;
  background: var(--key-color);
}

.basic-list2 .yearTabs > div::after {
  content: "";
  top: 45%;
  right: 24px;
  position: absolute;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid var(--key-color);
  border-right: 2px solid var(--key-color);
}

/* 年・カテゴリタブ(絞込み) */
.basic-list2 .yearTabs {
  margin-bottom: 20px;
  padding: 0px 0px 1px;
}

.basic-list2 .tabs {
  margin-bottom: 40px;
}

.basic-list2 .tabs > ul > li {
  display: block;
  margin-bottom: 10px;
  padding: 0px 0px 1px;
}

.basic-list2 .yearTabs span,
.basic-list2 .tabs span {
  position: relative;
  display: inline-flex;
  vertical-align: top;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-right: -1px;
  margin-bottom: -1px;
  min-width: 110px;
  padding: 5px 10px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0;
  background: #fff;
  border: 1px solid #ddd;
}

.basic-list2 .tabs span {
  min-width: 160px;
  padding: 10px 10px;
  font-size: 1.5rem;
  font-weight: bold;
}

.basic-list2 .yearTabs span[active],
.basic-list2 .tabs span[active],
.basic-list2 .yearTabs span:hover,
.basic-list2 .tabs span:hover {
  color: #fff;
  font-weight: bold;
  background: var(--key-color);
  border-color: var(--key-color);
  z-index: 1;
}

.basic-list2 .yearTabs span:focus,
.basic-list2 .tabs span:focus,
.basic-list2 .yearTabs span:active,
.basic-list2 .tabs span:active {
  z-index: 2;
}

/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list2 .tabs > ul > li > span {
  display: none;
}

/* 全ての全てタブは、デフォルト非表示 */
.basic-list2 .tabs li.allall {
  display: none;
}

/* 年・カテゴリ見出しを表示する場合 */
.lx_style_multi3_tab_title .basic-list2 .yearTabs::before {
  content: "掲載年";
}

.lx_style_multi3_tab_title .basic-list2 .tabs > ul > li {
  position: relative;
}

.lx_style_multi3_tab_title .basic-list2 .tabs > ul > li.allall,
.lx_style_multi3_tab_title .basic-list2 .tabs > ul > li.pickup {
  display: none;
}

.lx_style_multi3_tab_title .basic-list2 .tabs > ul > li > span:not(.allall) {
  padding: 0;
  margin: 0;
  min-width: auto;
  height: auto;
  line-height: inherit;
  font-size: 1.8rem;
  color: inherit;
  background: none;
  border: none;
}

.lx_style_multi3_tab_title .basic-list2 .yearTabs::before,
.lx_style_multi3_tab_title .basic-list2 .tabs > ul > li > span:not(.allall) {
  display: inline-flex;
  justify-content: center;
  text-align: left;
  width: 105px;
  padding: 10px 0;
  font-size: 1.4rem;
  font-weight: bold;
  pointer-events: none;
}

@media print, screen and (min-width: 769px) {
  .lx_style_multi3_tab_title .basic-list2 .yearTabs,
  .lx_style_multi3_tab_title .basic-list2 .tabs {
    padding-left: 105px;
  }
  .lx_style_multi3_tab_title .basic-list2 .yearTabs::before,
  .lx_style_multi3_tab_title .basic-list2 .tabs > ul > li > span:not(.allall) {
    margin-left: -105px;
  }
}
@media screen and (max-width: 768px) {
  .lx_style_multi3_tab_title .basic-list2 .yearTabs::before,
  .lx_style_multi3_tab_title .basic-list2 .tabs > ul > li > span:not(.allall) {
    display: block;
    margin-top: -10px;
  }
}
/*----------- 情報パネル -----------*/
.basic-list2 .infoPanel {
  position: relative;
  margin-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .basic-list2 .infoPanel {
    margin-top: 20px;
    padding-bottom: 40px;
  }
}
.basic-list2 .infoPanel .clearTab {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 0;
}

.basic-list2 .infoPanel .clearTab span {
  display: inline-block;
  padding: 1px 0px;
  text-align: center;
  color: inherit;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: var(--text-letter-spacing);
  border-bottom: 1px solid #666;
}

.basic-list2 .infoPanel .countTab {
  display: block;
  text-align: center;
  color: inherit;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: var(--text-letter-spacing);
}

.basic-list2 .infoPanel .countTab .total,
.basic-list2 .infoPanel .countTab .view {
  vertical-align: baseline;
  font-size: 2.4rem;
  letter-spacing: 0;
}

/*----------- ページャー-----------*/
.basic-list2 .pager {
  margin: 0 auto;
}

/* moreボタン */
.basic-list2 .pager .moreBtn {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
}

.basic-list2 .pager .moreBtn > span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 5px 20px;
  font-size: 1.4rem;
  letter-spacing: var(--text-letter-spacing);
  background: #eee;
}

.basic-list2 .pager .moreBtn > span:hover {
  background: #ccc;
}

/* pageボタン */
.basic-list2 .pager .pageBtn {
  margin: 40px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .basic-list2 .pager .pageBtn {
    flex-flow: row nowrap;
  }
}
@media screen and (max-width: 768px) {
  .basic-list2 .pager .pageBtn {
    flex-flow: row wrap;
    justify-content: center;
  }
}

.basic-list2 .pager .pageBtn > span {
  position: relative;
  display: inline-flex;
  vertical-align: top;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 5px;
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--key-color);
  background: #fff;
  border: 1px solid var(--key-color);
  border-radius: 4px;
}

.basic-list2 .pager .pageBtn > span[active],
.basic-list2 .pager .pageBtn > span:hover {
  color: #fff;
  background: var(--key-color);
}

.basic-list2 .pager .pageBtn > span[data-page=prev],
.basic-list2 .pager .pageBtn > span[data-page=next] {
  background: var(--key-color);
}

.basic-list2 .pager .pageBtn > span[data-page=prev]::before,
.basic-list2 .pager .pageBtn > span[data-page=next]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 15px;
  height: 19px;
  background: url("../../../../../../resources/sw_img/icon/icon_arr01_white.svg") no-repeat center center;
  background-size: contain;
}

.basic-list2 .pager .pageBtn > span[data-page=prev]::before {
  transform: translate(-50%, -50%) scaleX(-1);
}

.basic-list2 .pager .pageBtn > span[data-page=prev]:hover,
.basic-list2 .pager .pageBtn > span[data-page=next]:hover {
  background: #fff;
}

.basic-list2 .pager .pageBtn > span[data-page=prev]:hover::before,
.basic-list2 .pager .pageBtn > span[data-page=next]:hover::before {
  background-image: url("../../../../../../resources/sw_img/icon/icon_arr01.svg");
}

/*----------- サムネイルなし -----------*/
.basic-list2:not(.thumnail) .tabItems {
  /*	border-top: 1px solid #dfdfdf; */
}

/* リリース1件分 */
.basic-list2:not(.thumnail) .tabItems > li {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
}

/* 偶数・奇数件目の背景色(10件分) */
/*
.basic-list2:not(.thumnail) .tabItems > li:not(.hidden) ,
.basic-list2:not(.thumnail) .tabItems > li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ,
.basic-list2:not(.thumnail) .tabItems > li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ,
.basic-list2:not(.thumnail) .tabItems > li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ,
.basic-list2:not(.thumnail) .tabItems > li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) {
	background: #f7f7f7;
}

.basic-list2:not(.thumnail) .tabItems > li:not(.hidden) ~ li:not(.hidden) ,
.basic-list2:not(.thumnail) .tabItems > li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ,
.basic-list2:not(.thumnail) .tabItems > li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ,
.basic-list2:not(.thumnail) .tabItems > li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ,
.basic-list2:not(.thumnail) .tabItems > li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) ~ li:not(.hidden) {
}
*/
.basic-list2:not(.thumnail) .item {
  position: relative;
  display: block;
  padding-top: 2em;
  padding-left: 0;
}

.basic-list2:not(.thumnail) .item::after {
  content: "";
  display: block;
  clear: both;
}

.basic-list2:not(.thumnail) .item > a,
.basic-list2:not(.thumnail) .item > span {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

/* リリースのテキスト */
.basic-list2:not(.thumnail) .item > a .news_tx {
  color: inherit;
}

.basic-list2:not(.thumnail) .item > a:hover .news_tx {
  color: var(--key-color);
  text-decoration: underline;
}

/* 日付 */
.basic-list2:not(.thumnail) .item .date {
  position: absolute;
  top: 0;
  left: 0;
}

/* カテゴリアイコン */
.basic-list2:not(.thumnail) .item .c_icon {
  text-decoration: none;
  display: flex;
  flex-flow: row wrap;
  margin-top: -33px;
  min-height: 30px;
  padding-left: 8.8em;
}

/* ファイルアイコン */
.basic-list2:not(.thumnail) .item .d_icon {
  vertical-align: baseline;
  margin-left: 0.5em;
  order:4;
 
}
@media screen and (min-width:769px) {
  .basic-list2:not(.thumnail) .item .d_icon {
   position: relative;
  left: -60px;
  }
  
}
/* NEWアイコン */
/* js制御される為、displayの設定は不可 */
.basic-list2:not(.thumnail) .item .n_icon {
  margin: 0 0.5em;
}

.basic-list2:not(.thumnail) .item .n_icon::before {
  content: "NEW";
  display: inline-block;
  vertical-align: middle;
  color: #ff3333;
  font-size: 1rem;
  font-weight: bold;
}

/* もっと読む・詳細（ニュース概要） */
.basic-list2:not(.thumnail) .item .det_tx {
  display: none;
}

/* 説明文 */
/* ファイル */
/*----------- カテゴリアイコン -----------*/
/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list2:not(.thumnail) .item .c_icon span[data-category-level="1"] {
  display: none;
}

.basic-list2:not(.thumnail) .item .c_icon span {
  position: relative;
  display: inline-flex;
  vertical-align: top;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-bottom: 5px;
  min-width: 100px;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0;
  text-align: center;
  padding: 4px 5px;
  color: #fff;
  background: var(--key-color);
}

/* カテゴリアイコン個別に背景色等を設定する */
/*
.basic-list2:not(.thumnail) .item .c_icon span[data-category-group="renkei"] {
	background: #996464;
}

.basic-list2:not(.thumnail) .item .c_icon span.result {
	background: #FF5358;
}
.basic-list2:not(.thumnail) .item .c_icon span.gyouseki {
	background: #0082C8;
}
.basic-list2:not(.thumnail) .item .c_icon span.tekiji {
	background: #7C1A7C;
}
.basic-list2:not(.thumnail) .item .c_icon span.pr {
	background: #BE7846;
}
.basic-list2:not(.thumnail) .item .c_icon span.ir {
	background: #000;
}
.basic-list2:not(.thumnail) .item .c_icon span.governance {
	background: #50BE50;
}
.basic-list2:not(.thumnail) .item .c_icon span.meeting {
	background: #F064A0;
}
.basic-list2:not(.thumnail) .item .c_icon span.yuho {
	background: #FF7800;
}
*/
@media print, screen and (min-width: 769px) {
  /*== 日付～本文を横並びにする ==*/
  /* １カラム時。２カラム以上はSPと同じ表示 */
  /*	[role="main"] > .multiColumn1 >*> .basic-list2:not(.thumnail) .item , */
  .lx_multi3_news_col1pc .basic-list2:not(.thumnail) .item {
    padding-top: 0px;
    padding-left: 15em;
  }
  /*	html:lang(en) [role="main"] > .multiColumn1 >*> .basic-list2:not(.thumnail) .item , */
  /*	[role="main"] > .multiColumn1 >*> .basic-list2:not(.thumnail) .item .c_icon , */
  .lx_multi3_news_col1pc .basic-list2:not(.thumnail) .item .c_icon {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    vertical-align: top;
    margin-top: 3px;
    margin-bottom: -5px;
    /* 縦並び */
    width: 120px;
    float: left;
    margin-left: -120px;
    /* 横並び */
    /*
    	min-width: 120px;
    	margin-left: -120px;
    */
  }
}
/*== カテゴリアイコン無し ==*/
.lx_multi3_no_c_icon .basic-list2.thumnail .item {
  padding-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  /*	[role="main"] > .multiColumn1.lx_multi3_no_c_icon >*> .basic-list2:not(.thumnail) .item , */
  .lx_multi3_news_col1pc.lx_multi3_no_c_icon .basic-list2:not(.thumnail) .item {
    padding-left: 8.8em;
  }
  /*	html:lang(en) [role="main"] > .multiColumn1.lx_multi3_no_c_icon >*> .basic-list2:not(.thumnail) .item , */
}
/*----------- サムネイルあり -----------*/
.basic-list2.thumnail .tabItems {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 30px 30px;
}

/* リリース1件分 */
/* PCでは１行に３つづつで、画像が上側、テキストは下側に配置 */
.basic-list2.thumnail .tabItems > li {
  margin: 0;
  padding: 0;
  border: none;
  text-align: left;
  position: relative;
  display: block;
  width: calc((100% - 60px) / 3);
}

.basic-list2.thumnail .item {
  overflow: hidden;
  padding-bottom: 40px;
  font-size: 1.4rem;
  letter-spacing: var(--text-letter-spacing);
}

@media screen and (max-width: 768px) {
  .basic-list2.thumnail .tabItems {
    gap: 20px 20px;
  }
  .basic-list2.thumnail .tabItems > li {
    width: calc(50% - 10px);
  }
  .basic-list2.thumnail .item {
    padding-bottom: 70px;
  }
}
.basic-list2.thumnail li.lazy .item > span::before,
.basic-list2.thumnail li.lazy .item > a::before,
.basic-list2.thumnail li.no-img .item > span::before,
.basic-list2.thumnail li.no-img .item > a::before,
.basic-list2.thumnail .item .n_img {
  position: relative;
  display: block;
  width: auto;
  aspect-ratio: 320/240;
  border: 1px solid #eee;
  margin-bottom: 10px;
}

.basic-list2.thumnail li.no-img .item > span::before,
.basic-list2.thumnail li.no-img .item > a::before {
  content: "";
  background: url(../../../../../../resources/sw_img/image/noimg.jpg) no-repeat center center;
  background-size: cover;
}

.basic-list2.thumnail .item .n_img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.basic-list2.thumnail .item > a,
.basic-list2.thumnail .item > span {
  color: inherit;
  text-decoration: none;
}

.basic-list2.thumnail .item > a:hover {
  opacity: 0.7;
}

/* リリースのテキスト */
/* NEWアイコン */
/* js制御される為、displayの設定は不可 */
.basic-list2.thumnail .item .n_icon {
  position: absolute;
  top: 0;
  right: 0;
}

.basic-list2.thumnail .item .n_icon::before {
  content: "NEW";
  display: block;
  padding: 3px 10px;
  font-size: 1.2rem;
  color: #fff;
  background: #ff3333;
}

/* 概要テキスト */
.basic-list2.thumnail .item .det_tx {
  display: block;
}

/* 説明文 */
/* ファイル */
/* 日付 */
.basic-list2.thumnail .item .date {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* カテゴリアイコン */
.basic-list2.thumnail .item .c_icon {
  position: absolute;
  bottom: -5px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .basic-list2.thumnail .item .date {
    bottom: 32px;
  }
  .basic-list2.thumnail .item .c_icon {
    right: auto;
    left: 0;
  }
}
/*----------- カテゴリアイコン -----------*/
/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list2.thumnail .item .c_icon span[data-category-level="1"] {
  display: none;
}

.basic-list2.thumnail .item .c_icon span {
  position: relative;
  display: inline-flex;
  vertical-align: top;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-bottom: 5px;
  min-width: 100px;
  height: 20px;
  line-height: 1.25;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0;
  text-align: center;
  padding: 3px 5px 0;
  color: #000;
  background: #fff;
  border: 1px solid #999;
}

/* カテゴリアイコン個別に背景色等を設定する */
/*
.basic-list2.thumnail .item .c_icon span[data-category-group="renkei"] {
	background: #996464;
}

.basic-list2.thumnail .item .c_icon span.result {
	background: #FF5358;
}
.basic-list2.thumnail .item .c_icon span.gyouseki {
	background: #0082C8;
}
.basic-list2.thumnail .item .c_icon span.tekiji {
	background: #7C1A7C;
}
.basic-list2.thumnail .item .c_icon span.pr {
	background: #BE7846;
}
.basic-list2.thumnail .item .c_icon span.ir {
	background: #000;
}
.basic-list2.thumnail .item .c_icon span.governance {
	background: #50BE50;
}
.basic-list2.thumnail .item .c_icon span.meeting {
	background: #F064A0;
}
.basic-list2.thumnail .item .c_icon span.yuho {
	background: #FF7800;
}
*/
/*== マルチ３一覧 カテゴリをフラット選択に ==*/
.ux_multi3_flat_category .basic-list2 .tabs li.allall {
  display: inline;
}

.ux_multi3_flat_category .basic-list2 .tabs span.allall {
  display: inline-flex;
}

.ux_multi3_flat_category .basic-list2 .tabs li.all {
  display: none;
}

.ux_multi3_flat_category .basic-list2 .tabs > ul > li {
  display: inline;
  margin: 0;
  padding: 0;
  border: none;
}

.ux_multi3_flat_category .basic-list2 .tabs {
  padding: 0 0 5px;
}

/*== IR統合アイコン ==*/
.lx_multi3_combine_tab_ir .basic-list2 .tabs li.renkei > span,
.lx_multi3_combine_ir .basic-list2 .tabs li.renkei > span {
  display: inline-flex;
}

.lx_multi3_combine_tab_ir .basic-list2 .tabs li.renkei ul,
.lx_multi3_combine_ir .basic-list2 .tabs li.renkei ul {
  display: none;
}

.lx_multi3_combine_ir .basic-list2 .item .c_icon span[data-category-group=renkei] {
  display: none;
}

.lx_multi3_combine_ir .basic-list2 .item .c_icon span.renkei {
  display: inline-flex;
}

/*==== マルチ３一覧をリスト風に ====*/
.lx_multi3_list_style .basic-list2:not(.thumnail) .note_tx,
.lx_multi3_list_style .basic-list2:not(.thumnail) .item .date,
.lx_multi3_list_style .basic-list2:not(.thumnail) .item .c_icon {
  display: none !important;
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .tabItems {
  border: none;
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .tabItems li {
  margin: 0;
  padding: 0;
  border: none;
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .tabItems .item {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  margin-bottom: 5px;
  padding-left: 30px;
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .tabItems .item::before {
  content: "";
  position: absolute;
  top: calc(5px + 0.875em - 9.5px);
  left: 2px;
  display: inline-block;
  width: 15px;
  height: 19px;
  background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
  background-size: contain;
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .tabItems .item > a {
  color: var(--key-color);
}

.lx_multi3_list_style .basic-list2:not(.thumnail) .tabItems .titleOnly .item::before {
  content: "";
  position: absolute;
  top: calc(5px + 0.875em - 4px);
  left: 6px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 100%;
}

/*==== マルチ３一覧 テーブル風に (アイコン後ろ) ====*/
.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .tabItems {
  border: none;
}

.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .tabItems > li {
  padding: 0;
  margin: 0;
  border: none;
  border: 1px solid #ccc;
  margin-bottom: -1px;
}

.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .item {
  position: relative;
  padding: 0;
  padding: 20px;
}

.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .item > a,
.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .item > span {
  display: inline;
}

.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .item > a .news_tx {
  color: var(--key-color);
}

.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .item::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 19px;
  background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
  background-size: contain;
  margin-top: -10px;
  margin-right: 3px;
}

.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .item .date {
  display: none;
}

.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .item .c_icon {
  padding: 0;
  margin: 0;
  float: right;
  width: 150px;
  margin: -20px -20px -20px 20px;
  padding: 10px 10px 10px 20px;
  text-align: center;
}

.lx_multi3_tablestyle01 .basic-list2:not(.thumnail) .item .c_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  margin-left: -20px;
  display: block;
  width: 1px;
  height: 100%;
  background: #ccc;
}

/*==== マルチ３一覧 パネルスタイル ====*/
.lx_multi3_teaser_style .basic-list2.thumnail .item {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 0;
}

.lx_multi3_teaser_style .basic-list2.thumnail .item .n_img {
  padding: 0;
  border: none;
  aspect-ratio: auto;
}

.lx_multi3_teaser_style .basic-list2.thumnail .item .n_img img {
  position: static;
}

.lx_multi3_teaser_style .basic-list2.thumnail .item .date,
.lx_multi3_teaser_style .basic-list2.thumnail .item .c_icon {
  display: none;
}

.lx_multi3_teaser_style .basic-list2.thumnail .item .news_tx {
  position: relative;
  display: block;
  padding-left: 30px;
}

.lx_multi3_teaser_style .basic-list2.thumnail .tabItems .item .news_tx::before {
  content: "";
  position: absolute;
  top: calc(0px + 0.875em - 9.5px);
  left: 2px;
  display: inline-block;
  width: 15px;
  height: 19px;
  background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") no-repeat center center;
  background-size: contain;
}

.lx_multi3_teaser_style .basic-list2.thumnail .tabItems .titleOnly .item .news_tx::before {
  content: "";
  position: absolute;
  top: calc(0px + 0.875em - 4px);
  left: 6px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 100%;
}

.lx_multi3_teaser_style .basic-list2.thumnail .tabItems .item > a {
  color: var(--key-color);
}

/*------------------------------------- 
 メディア
-------------------------------------*/
/*-------------- 動画 --------------*/
/* .videoとしてはいけない */
/*-------------- 音声 --------------*/
/* .audioとしてはいけない */
/*-------------- GoogleMap（地図埋め込み） --------------*/
div.map {
  position: relative;
}

div.map::after {
  content: "";
  display: block;
  /*	padding-top: 56.25%; */ /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
  padding-top: 75%; /* 高さと幅の比を4:3に固定。3/4*100=75 */
}

div.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media print, screen and (min-width: 769px) {
  /* １カラムの場合、地図が画面端まであるとスクロールさせずらいので余白を設ける */
  .multiColumn1 div.map {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  /* 地図が画面端まであるとスクロールさせずらいので余白を設ける */
  div.map {
    padding: 0 10px;
  }
}
/*------------------------------------- 
 サイトマップ
-------------------------------------*/
/* 共通 */
#sharewithmain .lx_style_sitemap .index-map .item > a {
  color: var(--key-color);
}

#sharewithmain .lx_style_sitemap .index-map .item > a[target=_blank] .news_tx::after {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.203%22%20height%3D%2217.203%22%20viewBox%3D%220%200%2017.203%2017.203%22%3E%0A%20%20%3Cg%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20227%22%20transform%3D%22translate(-2%20-1.586)%22%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%20168%22%20d%3D%22M13.5%2C9.162%2C19.662%2C3%22%20transform%3D%22translate(-1.873)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20%20data-name%3D%22%E3%83%91%E3%82%B9%20169%22%20d%3D%22M16%2C3h4.108V7.108%22%20transform%3D%22translate(-2.319)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%20170%22%20d%3D%22M17.789%2C12.038v4.108a1.643%2C1.643%2C0%2C0%2C1-1.643%2C1.643H4.643A1.643%2C1.643%2C0%2C0%2C1%2C3%2C16.146V4.643A1.643%2C1.643%2C0%2C0%2C1%2C4.643%2C3H8.751%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") center center no-repeat;
  /* background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat; */
  background-size: contain;
  margin: 0 5px;
}

#sharewithmain .lx_style_sitemap .index-map .item > a:hover .news_tx {
  text-decoration: underline;
}

#sharewithmain .lx_style_sitemap .index-map .item a:focus-visible {
  outline: 2px ridge #000;
}

/* 第１階層(ja・en)・第２階層 */
#sharewithmain .lx_style_sitemap .index-map > ul {
  display: flex;
  flex-flow: row wrap;
  gap: 30px 30px;
}

#sharewithmain .lx_style_sitemap .index-map > ul > li {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  #sharewithmain .lx_style_sitemap .index-map > ul > li {
    width: calc((100% - 30px) / 2);
  }
}
#sharewithmain .lx_style_sitemap .index-map > ul:first-of-type > li > .item .news_tx {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 5px 10px;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: var(--text-letter-spacing);
  background: var(--key-color);
  border: 1px solid var(--key-color);
  text-decoration: none;
  border-radius: 4px;
}

#sharewithmain .lx_style_sitemap .index-map > ul:first-of-type > li > .item .news_tx::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 25px;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 19px;
  background: url("../../../../../../resources/sw_img/icon/icon_arr01_white.svg") center center no-repeat;
  background-size: contain;
}

#sharewithmain .lx_style_sitemap .index-map > ul:first-of-type > li > .item > a[target=_blank] .news_tx::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.203%22%20height%3D%2217.203%22%20viewBox%3D%220%200%2017.203%2017.203%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_227%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20227%22%20transform%3D%22translate(-2%20-1.586)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_168%22%20data-name%3D%22%E3%83%91%E3%82%B9%20168%22%20d%3D%22M13.5%2C9.162%2C19.662%2C3%22%20transform%3D%22translate(-1.873)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_169%22%20data-name%3D%22%E3%83%91%E3%82%B9%20169%22%20d%3D%22M16%2C3h4.108V7.108%22%20transform%3D%22translate(-2.319)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_170%22%20data-name%3D%22%E3%83%91%E3%82%B9%20170%22%20d%3D%22M17.789%2C12.038v4.108a1.643%2C1.643%2C0%2C0%2C1-1.643%2C1.643H4.643A1.643%2C1.643%2C0%2C0%2C1%2C3%2C16.146V4.643A1.643%2C1.643%2C0%2C0%2C1%2C4.643%2C3H8.751%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}

#sharewithmain .lx_style_sitemap .index-map > ul:first-of-type > li > .item > a:hover .news_tx {
  color: var(--key-color);
  background: #fff;
}

#sharewithmain .lx_style_sitemap .index-map > ul:first-of-type > li > .item > a:hover .news_tx::before {
  background-image: url("../../../../../../resources/sw_img/icon/icon_arr01.svg");
}

/* 第３階層 */
#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_2 {
  margin-top: 20px;
  display: flex;
  flex-flow: row wrap;
  gap: 5px 30px;
}

#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_2 > li {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  #sharewithmain .lx_style_sitemap .index-map ul.indexLevel_2 > li {
    width: calc((100% - 30px) / 2);
  }
}
#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_2 > li > .item {
  position: relative;
  display: block;
  padding-left: 25px;
  font-size: 1.6rem;
}

#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_2 > li > .item > a::before {
  content: "";
  position: absolute;
  top: calc(0.875em - 10px);
  left: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 19px;
  background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") center center no-repeat;
  background-size: contain;
}

/* 第４階層 */
#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_3 {
  margin-top: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 5px 30px;
}

#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_3 > li {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  #sharewithmain .lx_style_sitemap .index-map ul.indexLevel_3 > li {
    /*		width: calc((100% - 30px) / 2); */
  }
}
#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_3 > li > .item {
  position: relative;
  display: block;
  padding-left: 25px;
  font-size: 1.6rem;
  margin-left: 20px;
}

#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_3 > li > .item > a::before {
  content: "";
  position: absolute;
  top: calc(0.875em - 10px);
  left: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 19px;
  background: url("../../../../../../resources/sw_img/icon/icon_arr01.svg") center center no-repeat;
  background-size: contain;
}

/* 第５階層以降は非表示 */
#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_4 {
  display: none;
}

/* --------------------------------------
 フォーム
-------------------------------------- */
/* 枠線と背景色 */
@media print, screen and (min-width: 769px) {
  .form-wrapper .form-edit,
  .form-wrapper .form-selection,
  .form-wrapper .form-edit::before,
  .form-wrapper .form-selection::before,
  .form-wrapper .form-edit > label,
  .form-wrapper .form-selection > label {
    color: inherit;
    padding: 15px 30px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
  }
  .form-wrapper .form-edit::before,
  .form-wrapper .form-selection::before,
  .form-wrapper .form-edit > label,
  .form-wrapper .form-selection > label {
    text-align: left;
    vertical-align: middle;
    /*		background-color: #fafafa; */
    color: inherit;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .form-wrapper .form-edit {
    /*		margin-top: 20px; */
  }
  .form-wrapper .form-edit,
  .form-wrapper .form-selection,
  .form-wrapper .form-edit > label,
  .form-wrapper .form-selection > label {
    color: inherit;
    padding: 10px 10px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }
  /* 見出し部分、カウンターマージンを設定する */
  .form-wrapper .form-edit > label,
  .form-wrapper .form-selection > label {
    border: none;
    margin: -5px -10px 0px;
    text-align: left;
    vertical-align: middle;
    /*		background-color: #fafafa; */
    color: inherit;
    font-weight: bold;
  }
}
.form-box {
  margin: 40px auto 0;
}

@media print, screen and (min-width: 769px) {
  /* FORMS
  -------------------- */
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .form-wrapper {
    clear: both;
    margin: auto;
  }
  .form-wrapper div::after {
    content: "";
    display: block;
    clear: both;
  }
  .form-wrapper fieldset {
    border: none;
    margin: 5px 0 30px 0;
  }
  .form-wrapper fieldset > h2 {
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #222;
    background-color: #CCCCCC;
  }
  .form-row {
    clear: both;
    zoom: 1;
    border-bottom: 1px dotted #b3b3b3;
    padding: 10px 0 15px 0;
  }
  .form-row div {
    width: auto;
    border-bottom: none;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .form-row .form-item {
    margin: 0;
    clear: none;
  }
  .form-wrapper label {
    position: relative;
    display: block;
    cursor: inherit;
  }
  .form-wrapper fieldset .multiple-labels fieldset input,
  .form-wrapper input,
  .form-wrapper textarea,
  .form-wrapper div.mod input.mod {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 3px 0 0 0;
    border: 1px solid #c2c2c2;
    padding: 10px 3px 10px 3px;
    background: #ffffff;
  }
  .form-wrapper input[type=submit] {
    display: inline;
    border: 1px solid #c2c2c2;
  }
  .step-controls {
    position: relative;
    top: 2px;
  }
  .input-datetime-local .step-controls {
    top: auto;
  }
  .form-item-hidden,
  .form-wrapper input[type=hidden] {
    display: none;
  }
  .form-wrapper .multiple-labels fieldset input.a11y-focus,
  .form-wrapper .multiple-labels fieldset input:focus,
  .form-wrapper input:focus,
  .form-wrapper textarea:focus,
  .form-wrapper input.a11y-focus,
  .form-wrapper textarea.a11y-focus {
    border: 1px solid #000;
    background: #FFFFFF;
  }
  .form-wrapper input[type=radio].a11y-focus,
  .form-wrapper input[type=checkbox].a11y-focus {
    background: transparent;
    border: none;
  }
  .form-wrapper textarea {
    width: 100%;
  }
  .form-wrapper select {
    display: block;
    width: 310px;
    margin: 5px 0 0 0;
  }
  .form-wrapper div span.input-datetime-local {
    font-size: 100%;
  }
  .form-wrapper h4 {
    padding: 0 0 10px 0;
    color: #000;
    font-size: 130%;
    font-weight: bold;
  }
  .form-wrapper div.multiple-labels label span {
    color: #555;
    font-size: 110%;
    font-weight: normal;
  }
  .form-row label span {
    display: inline;
  }
  .form-row label.m span {
    clear: both;
    padding: 0 0 5px 0;
  }
  .form-row span.help a {
    background: url("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") 0 -651px no-repeat;
    padding-left: 15px;
  }
  /* multiple inputs in one row */
  .form-row .form-item-s,
  .form-row .form-item-m,
  .form-row .form-item-l {
    float: left;
    margin: 0;
    clear: none;
    width: 92px;
  }
  .form-row .form-item-m {
    width: 161px;
    padding: 0;
  }
  .form-row .form-item-l {
    width: 363px;
  }
  .form-row .form-item-s input {
    width: 70px;
  }
  .form-wrapper .form-row .form-item-m input {
    width: 139px;
  }
  .form-row .form-item-l input {
    width: 209px;
  }
  /* checkboxes & radiobuttons */
  .form-wrapper fieldset fieldset {
    margin: 0;
    padding: 0;
  }
  .form-wrapper fieldset fieldset .form-item {
    float: none;
    display: block;
    clear: both;
  }
  .form-wrapper fieldset fieldset input {
    width: auto;
    display: inline;
    background: transparent;
    border: none;
  }
  #main .form-wrapper fieldset fieldset legend {
    text-indent: -9999px;
    font-size: 0;
  }
  .form-wrapper fieldset fieldset div.form-item label {
    display: inline;
  }
  .form-wrapper fieldset fieldset:not(.mod) .form-item {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  /* mod for short elements */
  .form-wrapper fieldset fieldset.mod .form-item {
    float: left;
    clear: none;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 30px;
  }
  .form-wrapper fieldset fieldset.mod .form-item label {
    display: inline;
  }
  /* table date-picker */
  .input-date-datepicker-control td:hover {
    background-color: #BBEEFF;
    border: none;
    box-shadow: 0 3px 9px rgba(255, 255, 255, 0.9) inset;
  }
  .input-date-datepicker-control td.ui-datepicker-today {
    border: none;
    background: #EC1549;
  }
  .input-date-datepicker-control td.ui-datepicker-today a {
    color: #fff;
  }
  .input-date-datepicker-control td.ui-datepicker-current-day {
    border: none;
    background: #999;
  }
  /* 確認ページ */
  .form-summary {
    margin: 0 auto 50px;
  }
  .form-summary table td {
    width: 70%;
    border-left: none;
    border-right: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .form-summary table td:first-child {
    width: 30%;
    padding-left: 30px;
  }
  /* link-Button */
  /*
  	a.button {
  		background: #b90834 url("../../../../../../resources/templating-kit/themes/pop/img/bgs/submit.png") 0 0 repeat-x;
  		min-width: 60px;
  		width: auto;
  		border: 1px solid #f19eb2;
  		border-right: 1px solid #920728;
  		border-bottom: 1px solid #920728;
  		padding: 3px 20px 2px 20px;
  		text-align: center;
  		text-decoration: none;
  		font-size: 110%;
  		font-weight: bold;
  		color: #fff;
  		text-transform: uppercase;
  	}
  	a.button span {
  		position: absolute;
  	}
  	a.button:hover ,
  	a.button:active ,
  	a.button:focus {
  		color: #fac4d1;
  	}
  */
  /* お問い合わせページ　設定例 */
  .form-wrapper div.form-edit,
  .form-wrapper div.form-selection {
    background: none;
    position: relative;
    padding: 0;
    margin: 0;
    margin-bottom: -1px;
  }
  /* 左セル */
  .form-wrapper div.form-edit::before,
  .form-wrapper div.form-selection::before {
    border-top: none;
    border-bottom: none;
    border-left: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30%;
    height: 100%;
  }
  .form-wrapper div.form-edit > label,
  .form-wrapper div.form-selection > label {
    border: none;
    background: none;
    float: left;
    width: 30%;
    padding: 24px 30px;
  }
  /* 右セル */
  .form-wrapper div.form-edit > input[type=text],
  .form-wrapper div.form-edit > textarea,
  .form-wrapper div.form-edit > span,
  .form-wrapper div.form-selection > fieldset {
    margin: 0;
    float: right;
    width: 65%;
    width: calc(70% - 20px) !important;
    margin-right: 10px;
  }
  /* 入力フィールド */
  .form-wrapper div.form-edit > input[type=text],
  .form-wrapper div.form-edit > textarea {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 10px 10px;
    background: #f5f5f5;
    border: none;
    line-height: 1.5;
  }
  .form-wrapper div.form-edit > input[type=text][disabled],
  .form-wrapper div.form-edit > textarea[disabled] {
    background: #fff;
    border: 1px solid #ddd;
  }
  .form-wrapper div.form-edit > span {
    padding: 0;
    font-size: 87.5%;
    margin-top: -12px;
    margin-bottom: 12px;
  }
  /* セレクトボタン(チェックボックス・ラジオボタン・セレクトボックス) */
  .form-wrapper div.form-selection > fieldset {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .form-wrapper div.form-selection > fieldset > legend {
    font-size: 87.5%;
  }
  .form-wrapper div.form-selection > fieldset > select {
    margin: 0;
    width: auto;
    display: block;
    padding: 0.25em 0.25em;
    border: 1px solid #c2c2c2;
  }
  .form-wrapper div.form-selection > fieldset > select[disabled] {
    background: #fff;
    border: 1px solid #ddd;
  }
  .form-wrapper .form-selection > fieldset > select option:first-child {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* Forms */
  .form-wrapper div.form-edit,
  .form-wrapper div.form-selection {
    position: relative;
  }
  .form-wrapper div.form-edit > input[type=text],
  .form-wrapper div.form-edit > textarea {
    border-radius: 0;
    border: none;
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 10px;
    background: #f5f5f5;
    border: none;
    line-height: 1.5;
    font-size: 1.6rem; /* iOSで、フォーカス時にズームしない */
  }
  .form-wrapper div.form-edit > input[type=text][disabled],
  .form-wrapper div.form-edit > textarea[disabled] {
    background: #fff;
    border: 1px solid #ddd;
  }
  .form-wrapper textarea {
    border: 1px solid #aaa;
  }
  .form-wrapper input[type=checkbox],
  .form-wrapper input[type=radio] {
    width: auto;
  }
  .form-wrapper input[type=submit] {
    width: auto;
    font-size: 1.8rem;
  }
  .form-wrapper fieldset fieldset {
    border: none;
    padding: 0;
  }
  .form-wrapper label {
    display: block;
  }
  .form-wrapper .form-item {
    display: block;
    float: none;
    margin: 0 0.5em;
  }
  .form-wrapper fieldset fieldset:not(.mod) .form-item {
    margin: 0;
    margin-bottom: 3px;
  }
  .form-wrapper fieldset fieldset.mod .form-item {
    float: left;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 1em;
  }
  .form-wrapper .form-item label {
    display: inline;
  }
  .form-wrapper .form-item input {
    padding: 0 3px 0 0;
  }
  .form-wrapper div span {
    /*	display: block; */
  }
  /* お問い合わせページ */
  .form-wrapper .form-edit,
  .form-wrapper .form-selection {
    margin-bottom: -1px;
  }
  .form-wrapper .form-edit > span {
    padding: 0;
    font-size: 87.5%;
  }
  .form-wrapper .form-selection > fieldset > legend {
    font-size: 87.5%;
  }
  .form-wrapper .form-selection > fieldset > select {
    margin: 0;
    width: 100%;
    display: block;
    padding: 0.25em 0.25em;
  }
  .form-wrapper div.form-selection > fieldset > select[disabled] {
    background: #fff;
    border: 1px solid #ddd;
  }
  .form-wrapper .form-selection > fieldset > select option:first-child {
    display: none;
  }
  .form-wrapper .button-wrapper {
    margin: 5px auto 20px;
    text-align: center;
  }
  .form-summary {
    margin-bottom: 50px;
  }
  .form-summary table tr {
    display: block;
    margin-top: -1px;
    border: 1px solid #CCC;
  }
  .form-summary table td {
    border: none;
    display: block;
    /*		padding: 5px 0; */
    max-width: calc(100vw - 20px);
  }
  .form-summary table td:first-child {
    /*		border-bottom: 1px solid #CCC; */
    /*		font-size: 87.5%; */
    background: none;
    padding-bottom: 5px;
  }
}
.form-summary table caption {
  display: none;
}

/* 必須項目 */
.form-wrapper p.required {
  margin: 10px 5px;
  text-align: right;
}

.form-wrapper p.required span {
  display: inline;
}

.form-wrapper p.required span,
.form-wrapper dfn {
  color: #ec1549;
  font-weight: normal;
  font-style: normal;
}

/* 必須項目(枠線付き・凡例なし) */
.form-wrapper p.required {
  display: none;
}

.form-wrapper form[id=Inquiry] p.required {
  display: block;
}

.form-wrapper p.required span,
.form-wrapper dfn {
  white-space: nowrap;
  display: inline-block;
  font-size: 1.1rem;
  padding: 2px 9px;
  border: 1px solid #c03b37;
}

.form-wrapper dfn {
  margin-left: 20px;
}

/* Submit */
.form-wrapper div.button-wrapper {
  position: relative;
  padding: 10px 0 20px;
  text-align: center;
}

.form-wrapper fieldset div.button-wrapper em {
  float: right;
  margin-top: -24px;
  font-size: 140%;
}

/* 基本、矢印アイコンは付けない */
.form-wrapper div.button-wrapper input {
  position: relative;
  width: auto;
  border: none;
  padding: 16px 70px;
  margin: 20px 10px 0;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: var(--text-letter-spacing);
  background: #222;
  text-decoration: none;
  border-radius: 4px;
}

.form-wrapper div.button-wrapper input:hover,
.form-wrapper div.button-wrapper input:active,
.form-wrapper div.button-wrapper input:focus {
  background: #999;
}

/* error messages */
.error {
  color: #ec1549;
  font-weight: bold;
}

.error a,
.error a:hover {
  color: #222;
  text-decoration: none;
  cursor: default;
}

.form-box div.error {
  margin: 20px 0;
  font-weight: bold;
}

.form-box .error h1 {
  background: url("../../../../../../resources/templating-kit/themes/pop/img/icons/../../img/bgs/error.png") 0 8px no-repeat;
  margin-bottom: 10px;
  padding: 5px 0 0 30px;
  color: #ec1549;
}

.form-box div.error ul {
  margin: 0 0 0 45px;
}

.form-box div.error li {
  color: #ec1549;
}

.form-box div.error li a,
.form-box div.error label span {
  color: #ec1549;
}

.form-wrapper div.error {
  margin: 0;
}

.form-ui-invalid {
  border-color: #ec1549;
}

.form-wrapper div.error input,
.form-wrapper div.error select,
.form-wrapper div.error textarea,
.form-wrapper div input.form-ui-invalid,
.form-wrapper div textarea.form-ui-invalid,
.form-wrapper div select.form-ui-invalid {
  border: 1px solid #ec1549;
}

/* success messages */
.form-box .success {
  margin: 10px 0;
}

.form-box .success h1 {
  background: url("../../../../../../resources/templating-kit/themes/pop/img/bgs/confirmed.png") 0 8px no-repeat;
  margin-bottom: 10px;
  padding: 5px 0 0 30px;
  color: #afaf00;
}

.form-wrapper .form-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタンスタイル */
.form-wrapper input[type=checkbox],
.form-wrapper input[type=radio] {
  margin: 0;
  padding: 0;
  float: left;
  width: 0;
  height: 0;
  opacity: 0;
}

.form-wrapper input[type=checkbox] + label::before {
  content: "";
  flex: 0 0 auto;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url("../../../../../../resources/sw_img/default/icon_check_off.png") no-repeat center center;
  background-size: contain;
  margin-right: 12px;
}

.form-wrapper input[type=checkbox]:checked + label::before {
  background-image: url("../../../../../../resources/sw_img/default/icon_check_on.png");
}

.form-wrapper input[type=radio] + label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background: url("../../../../../../resources/sw_img/default/icon_radio_off.png") no-repeat center center;
  background-size: contain;
  margin-right: 12px;
}

.form-wrapper input[type=radio]:checked + label::before {
  background-image: url("../../../../../../resources/sw_img/default/icon_radio_on.png");
}

@media screen and (max-width: 768px) {
  .form-wrapper input[type=radio] + label::before {
    width: 18px;
    height: 18px;
  }
}
/*==== お問い合わせフォーム ====*/
/* 同意確認チェック、規約ボックス */
.form-box .text-section h2 {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: var(--text-letter-spacing);
  margin-bottom: 10px;
}

.form-box .text-section h2::before {
  content: none;
}

.form-box .text-section.highlight > div {
  padding: 30px;
  background: #f7f7f7;
}

.form-box .text-section.highlight {
  margin-bottom: 30px;
}

.form-box .text-section.highlight h2 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.form-box .text-section.highlight + .text-section {
  height: 240px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 30px;
  border: 1px solid #dedede;
  margin-bottom: 30px;
}

.form-box .text-section.highlight + .form-selection,
.form-box .text-section.highlight + * + .form-selection {
  border: none;
  background: none;
  margin-bottom: 50px;
  text-align: center;
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: center;
}

.form-box .text-section.highlight + .form-selection::before,
.form-box .text-section.highlight + * + .form-selection::before {
  content: none;
}

.form-box .text-section.highlight + .form-selection > *,
.form-box .text-section.highlight + * + .form-selection > * {
  margin: 0;
  padding: 0;
  border: none;
  float: none;
  display: inline-block;
  width: auto !important;
}

.form-box .text-section.highlight + .form-selection > label span,
.form-box .text-section.highlight + * + .form-selection > label span {
  font-size: 0;
}

.form-box .text-section.highlight + .form-selection > fieldset,
.form-box .text-section.highlight + * + .form-selection > fieldset {
  /*	text-align: center; */
}

.form-box .text-section.highlight + .form-selection > fieldset input + label,
.form-box .text-section.highlight + * + .form-selection > fieldset input + label {
  font-weight: bold;
  margin-left: 0.5em;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  text-align: left;
}

.form-box .text-section.highlight + .form-selection dfn,
.form-box .text-section.highlight + * + .form-selection dfn {
  /*	margin-left: 0; */
}

@media screen and (max-width: 768px) {
  .form-box .text-section h2 {
    font-size: 1.6rem;
    font-weight: normal;
  }
  .form-box .text-section.highlight {
    margin-bottom: 35px;
  }
  .form-box .text-section.highlight h2 {
    margin-top: 45px;
  }
  .form-box .text-section.highlight > div {
    padding: 20px;
    font-size: 1.3rem;
  }
  .form-box .text-section.highlight + .text-section {
    position: static;
    padding: 20px;
    height: 180px;
  }
  .form-box .text-section.highlight + .text-section div {
    min-height: 200px;
    outline: none;
  }
  .form-box .text-section.highlight + .text-section {
    margin-bottom: 15px;
  }
  .form-box .text-section.highlight + .form-selection,
  .form-box .text-section.highlight + * + .form-selection {
    margin-bottom: 10px;
  }
}
/*------------------------------------- 
 ヘッダー・フッター・メニュー
-------------------------------------*/
/* メニュー用 */
#panel2-sw,
.panel2-sw,
#panel2-btn,
.panel2-btn {
  display: none;
}

:root {
  --header-height-pc: 112px;
  --header-gnavi-height-pc: 55px;
  --header-height-sp: 60px;
}

@media print, screen and (min-width: 1399px) {
  :root {
    --header-height: var(--header-height-pc);
  }
  .on-sp > .column1:nth-child(1),
  .on-sp > .column2:nth-child(2),
  .on-sp > .column3:nth-child(3),
  .on-sp > .column4:nth-child(4),
  .on-sp > .column5:nth-child(5),
  #site-info .on-sp > .column > * > *:not(.mgnlEditor),
  #header-wrapper .on-sp > .column,
  .on-sp > .h-column1:nth-child(1),
  .on-sp > .h-column2:nth-child(2),
  .on-sp > .h-column3:nth-child(3),
  .on-sp > .h-column4:nth-child(4),
  .on-sp > .h-column5:nth-child(5),
  #site-info .on-sp > .h-column > * > *:not(.mgnlEditor),
  #header-wrapper .on-sp > .h-column,
  body:not(.in-editor) .on-sp {
    display: none !important;
  }
}
@media screen and (max-width: 1400px) {
  :root {
    --header-height: var(--header-height-sp);
  }
  .on-pc > .column1:nth-child(1),
  .on-pc > .column2:nth-child(2),
  .on-pc > .column3:nth-child(3),
  .on-pc > .column4:nth-child(4),
  .on-pc > .column5:nth-child(5),
  #site-info .on-pc > .column > * > *:not(.mgnlEditor),
  #header-wrapper .on-pc > .column,
  .on-pc > .h-column1:nth-child(1),
  .on-pc > .h-column2:nth-child(2),
  .on-pc > .h-column3:nth-child(3),
  .on-pc > .h-column4:nth-child(4),
  .on-pc > .h-column5:nth-child(5),
  #site-info .on-pc > .h-column > * > *:not(.mgnlEditor),
  #header-wrapper .on-pc > .h-column,
  body:not(.in-editor) .on-pc {
    display: none !important;
  }
}
#pagetop {
  transition: 0.3s;
}

#header,
#footer {
  display: block;
}

#pagetop {
  position: relative;
  height: var(--header-height);
}

/* スキップボタン */
.bg-skip {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: #ccc;
  text-align: center;
  transition: 0.3s;
}

.skip-button {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 33%;
  height: 40px;
  margin: 0px auto;
  background-color: var(--key-color);
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 5px 30px;
  border-radius: 5px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.skip-button::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-top: -5px;
}

.bg-skip:focus-within ~ #pagetop {
  margin-top: 60px;
}

.bg-skip:focus-within ~ * #header .on-pc .hx_panel,
.bg-skip:focus-within ~ * #header .on-sp .hx_panel {
  top: 60px;
}

.bg-skip:focus-within ~ * #header .panel2-btn,
.bg-skip:focus-within ~ * #panel2-btn {
  top: 60px;
}

/*------------- デスクトップ用ヘッダー -------------*/
/* ヘッダーパネル */
#header .on-pc .hx_panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height-pc);
  background: #fff;
  border-bottom: 1px solid #eee;
  z-index: 1001;
}

/* ヘッダーパネルをページ上部に固定(編集時・印刷時を除く） */
@media screen {
  body:not(.in-editor) #pagetop.pad ~ * #header .on-pc .hx_panel {
    position: fixed;
  }
}
#header .on-pc .hx_panel > * > * {
  position: relative;
}

/* グロナビをページ上部に固定 */
#header .on-pc .hx_gnavi_box {
  position: absolute;
  top: var(--header-height-pc);
  left: 0;
  width: 100%;
  transform: translateY(-100%);
}

/* ロゴ */
#header .on-pc .hx_logo {
  position: relative;
  /*	ロゴをコンテンツエリア端に */
  /*
  	max-width: calc(var(--mainarea-width) + 40px);
  	padding: 0 20px;
  	margin: auto;
  */
}

#header .on-pc .hx_logo > * {
  position: absolute;
  top: 0;
  left: 20px;
  height: 100px;
  z-index: 1;
}

#header .on-pc .hx_logo > * > * > * > * {
  position: absolute;
  top: calc(var(--header-height-pc) / 2);
  left: 0;
  transform: translate(0, -50%);
}

#header .on-pc .hx_logo > * > * > * > .h-column2 {
  display: none;
}

#header .on-pc .hx_logo .h-panel a {
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: flex-end;
}

#header .on-pc .hx_logo .h-panel a {
  display: block;
  width: 317px;
}

html:lang(en) #header .on-pc .hx_logo .h-panel a {
  width: 317px;
}

#header .on-pc .hx_logo .h-panel a img {
  display: block;
  width: 100%;
  margin: 0;
  opacity: 1;
}

#header .on-pc .hx_logo .h-panel a .text {
  white-space: nowrap;
  display: block;
  vertical-align: baseline;
  margin-left: 20px;
  padding-left: 16px;
  border-left: 1px solid rgba(10, 62, 135, 0.2);
  color: inherit;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: var(--text-letter-spacing);
  text-decoration: none;
}

#header .on-pc .hx_logo .h-panel a:hover {
  opacity: 0.7;
}

/* サブパネル */
#header .on-pc .hx_sub_panel {
  position: relative;
  /*	サブパネルをコンテンツエリア端に */
  /*
  	max-width: calc(var(--mainarea-width) + 40px);
  	padding: 0 20px;
  	margin: auto;
  */
}

#header .on-pc .hx_sub_panel > * {
  position: absolute;
  top: 15px;
  right: 20px;
  transition: 0.3s;
}

#header .on-pc .hx_sub_panel > * > * {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

/* 検索窓 */
#header .on-pc .hx_search_box {
  font-size: 1.6rem;
}

/* 検索ダイアログ */
#header .on-pc .hx_search_btn .search_btn {
  cursor: pointer;
}

#header .on-pc .hx_search_btn .search_btn:hover {
  opacity: 0.7;
}

#header .on-pc .hx_search_btn .search_btn span {
  display: block;
  width: 32px;
  height: 32px;
  background: rgba(0, 128, 1, 0.05) url("../../../../../../resources/sw_img/icon/icon_search.svg") no-repeat center center;
  background-size: 18px 18px;
  border-radius: 100%;
}

/* 言語ナビ */
#header .on-pc .hx_lang_navi .h-link-list ul {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0 6px;
}

#header .on-pc .hx_lang_navi .h-link-list ul::before {
  content: "|";
  color: #B6B6B6;
  font-size: 1.4rem;
  font-weight: normal;
}

#header .on-pc .hx_lang_navi .h-link-list li {
  position: relative;
}

#header .on-pc .hx_lang_navi .h-link-list li.highlight {
  /*	display: none; */
}

#header .on-pc .hx_lang_navi .h-link-list li > a,
#header .on-pc .hx_lang_navi .h-link-list li > span {
  color: #666;
  font-size: 14px;
  letter-spacing: var(--text-letter-spacing);
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

#header .on-pc .hx_lang_navi .h-link-list li > a:hover,
#header .on-pc .hx_lang_navi .h-link-list li.highlight > a,
#header .on-pc .hx_lang_navi .h-link-list li.highlight > span {
  color: var(--key-color);
  border-bottom-color: var(--key-color);
}

/* ヘッダーユーティリティリンク */
#header .on-pc .hx_utility_link .h-link-list li {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}

#header .on-pc .hx_utility_link .h-link-list li > a,
#header .on-pc .hx_utility_link .h-link-list li > span {
  color: inherit;
  font-size: 14px;
  letter-spacing: var(--text-letter-spacing);
}

#header .on-pc .hx_utility_link .h-panel {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}

#header .on-pc .hx_utility_link .h-panel a {
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: center;
}

#header .on-pc .hx_utility_link .h-panel a > * {
  order: 0;
  flex: 0 0 auto;
}

#header .on-pc .hx_utility_link .h-panel .text {
  margin-left: 5px;
  font-size: 14px;
  font-weight: bold;
}

/* お問い合わせリンク・エントリーボタン */
#header .on-pc .hx_contact_link .h-link-list ul li,
#header .on-pc .hx_contact_link .h-index-map > ul > li {
  display: inline-block;
}

#header .on-pc .hx_contact_link .h-link-list ul li > span,
#header .on-pc .hx_contact_link .h-link-list ul li > a,
#header .on-pc .hx_contact_link .h-index-map > ul > li > .item > span,
#header .on-pc .hx_contact_link .h-index-map > ul > li > .item > a {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  min-width: 145px;
  min-height: 40px;
  padding: 5px 35px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  letter-spacing: var(--text-letter-spacing);
  background: var(--key-color);
  border: 1px solid var(--key-color);
  text-decoration: none;
  border-radius: 4px;
}

#header .on-pc .hx_contact_link .h-link-list ul li > a::before,
#header .on-pc .hx_contact_link .h-index-map > ul > li > .item > a::before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

#header .on-pc .hx_contact_link .h-link-list ul li > a:hover,
#header .on-pc .hx_contact_link .h-index-map > ul > li > .item > a:hover {
  color: var(--key-color);
  background: #fff;
}

#header .on-pc .hx_contact_link .h-link-list ul li > a:hover::before,
#header .on-pc .hx_contact_link .h-index-map > ul > li > .item > a:hover::before {
  border-color: var(--key-color);
}

/* グロナビ */
#header .on-pc .hx_gnavi_box {
  /* 左側のロゴ領域 */
  padding-left: 340px;
  /* 右側のユーティリティエリア */
  padding-right: 30px;
}

#header .on-pc .hx_gnavi_box > * {
  /* グロナビをコンテンツエリア端に */
  /*
  	max-width: calc(var(--mainarea-width) + 40px);
  	padding: 0 20px;
  */
  margin: auto;
}

#header .on-pc .hx_gnavi_box > * > * {
  display: flex;
  flex-flow: row nowrap;
  /* 中央揃え */
  /*
  	justify-content: space-between;
  */
  /* 右揃え */
  justify-content: flex-end;
  height: var(--header-gnavi-height-pc);
  gap: 0 5px;
}

/* グロナビで非公開等の理由で空の項目は非表示 */
#header .on-pc .hx_gnavi_box > * > * > *.empty {
  display: none;
}

/* グロナビ要素同士の間隔 */
#header .on-pc .hx_gnavi_box > * > * > * {
  display: inline-block;
}

/* グロナビの区切り文字 */
/*
#header .on-pc .hx_gnavi:not(:first-child) >*> .h-panel.no-img {
	position: relative;
	padding-left: 50px;
}

#header .on-pc .hx_gnavi:not(:first-child) >*> .h-panel.no-img::before {
	content: "|";
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: var(--header-gnavi-height-pc);
	text-align: center;
	color: #b6b6b6;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.25;
}
*/
/* グロナビ要素 */
#header .on-pc .hx_gnavi > * > .h-panel.no-img a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 25px;
  text-align: center;
  font-size: clamp(1.4rem, 1.1762rem + 0.4656vw, 1.7rem);
  color: inherit;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: var(--text-letter-spacing);
  text-decoration: none;
  font-size: 16px;
}

#header .on-pc .hx_gnavi > * > .h-panel.no-img a {
  height: var(--header-gnavi-height-pc);
}

@media screen and (max-width: 1460px) {
  #header .on-pc .hx_gnavi > * > .h-panel.no-img a {
    font-size: 16px;
    padding: 5px 20px;
  }
}
#header .on-pc .hx_gnavi > * > .h-panel.no-img a::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 20px);
}

#header .on-pc .hx_gnavi > * > .h-panel.no-img a[target=_blank] .icon_rear {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.203%22%20height%3D%2217.203%22%20viewBox%3D%220%200%2017.203%2017.203%22%3E%0A%20%20%3Cg%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20227%22%20transform%3D%22translate(-2%20-1.586)%22%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%20168%22%20d%3D%22M13.5%2C9.162%2C19.662%2C3%22%20transform%3D%22translate(-1.873)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20%20data-name%3D%22%E3%83%91%E3%82%B9%20169%22%20d%3D%22M16%2C3h4.108V7.108%22%20transform%3D%22translate(-2.319)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%20170%22%20d%3D%22M17.789%2C12.038v4.108a1.643%2C1.643%2C0%2C0%2C1-1.643%2C1.643H4.643A1.643%2C1.643%2C0%2C0%2C1%2C3%2C16.146V4.643A1.643%2C1.643%2C0%2C0%2C1%2C4.643%2C3H8.751%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") center center no-repeat;
  /* background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat; */
  background-size: contain;
  margin-left: 5px;
}

#header .on-pc .hx_gnavi > * > .h-panel.no-img a .text span {
  display: none;
}

/* マウスオーバー */
#header .on-pc .hx_gnavi:focus-within > * > .h-panel.no-img a::before,
#header .on-pc .hx_gnavi:hover > * > .h-panel.no-img a::before {
  /* background: rgba(0,128,1, 0.05); */
}

/* 現在地 */
#header .on-pc .hx_gnavi > * > .h-panel.no-img a.act::before,
#header .on-pc .hx_gnavi > * > .h-panel.no-img a.within::before {
  /* background: rgba(0,128,1, 0.05); */
}

/* メガドロップメニュー 開閉機構・アニメーション */
#header .on-pc .ux_gnavi_megamenu > * > .reuse-main-area {
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: 0.3s;
}

#header .on-pc .ux_gnavi_megamenu.state-open > * > .reuse-main-area {
  opacity: 1;
  visibility: visible;
}

#header .on-pc .ux_gnavi_megamenu > * > .reuse-main-area .gnavi-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  padding-right: 24px;
  z-index: 1;
  vertical-align: baseline;
  font-size: 12px;
  line-height: 16px;
}

#header .on-pc .ux_gnavi_megamenu > * > .reuse-main-area .gnavi-close-btn::before {
  content: "閉じる";
}

html:lang(en) #header .on-pc .ux_gnavi_megamenu > * > .reuse-main-area .gnavi-close-btn::before {
  content: "Close";
}

#header .on-pc .ux_gnavi_megamenu > * > .reuse-main-area .gnavi-close-btn span {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 16px;
  height: 16px;
}

#header .on-pc .ux_gnavi_megamenu > * > .reuse-main-area .gnavi-close-btn span::before,
#header .on-pc .ux_gnavi_megamenu > * > .reuse-main-area .gnavi-close-btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 3px;
  background-color: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}

#header .on-pc .ux_gnavi_megamenu > * > .reuse-main-area .gnavi-close-btn span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* メガドロップメニュー スタイル */
#header .on-pc .hx_gnavi > * > .reuse-main-area {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 30px 0;
  color: #273846;
  z-index: 100;
  overflow-y: scroll;
}

#header .on-pc .hx_gnavi > * > .reuse-main-area::after {
  content: "";
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 60px);
  /* height:100% だと ドロップシャドーが付けられない */
  padding: 0;
  /* background: var(--key-color); */
  background: #F7F9FD;
  /*	box-shadow: 0 10px 25px rgba(0,0,0, 0.1); */
  z-index: -1;
}

/* メガドロップ カラム割 */
#header .on-pc .hx_gnavi * * .h-multiColumn {
  display: flex;
  flex-flow: row nowrap;
  align-items: normal;
  justify-content: flex-start;
  width: 100%;
  gap: 0 var(--column-side-margin);
}

#header .on-pc .hx_gnavi * * .h-multiColumn > .h-column {
  flex: 0 0 auto;
}

#header .on-pc .hx_gnavi * * .h-multiColumn1 > .h-column {
  width: calc(100% * var(--mainarea-base));
  max-width: var(--mainarea-width);
}

#header .on-pc .hx_gnavi * * .h-multiColumn2 > .h-column {
  width: calc((100% * var(--mainarea-base) - var(--column-side-margin)) / 2);
  max-width: calc((var(--mainarea-width) - var(--column-side-margin)) / 2);
}

#header .on-pc .hx_gnavi * * .h-multiColumn3 > .h-column {
  width: calc((100% * var(--mainarea-base) - 2 * var(--column-side-margin)) / 3);
  max-width: calc((var(--mainarea-width) - 2 * var(--column-side-margin)) / 3);
}

#header .on-pc .hx_gnavi * * .h-multiColumn4 > .h-column {
  width: calc((100% * var(--mainarea-base) - 3 * var(--column-side-margin)) / 4);
  max-width: calc((var(--mainarea-width) - 3 * var(--column-side-margin)) / 4);
}

#header .on-pc .hx_gnavi * * .h-multiColumn5 > .h-column {
  width: calc((100% * var(--mainarea-base) - 4 * var(--column-side-margin)) / 5);
  max-width: calc((var(--mainarea-width) - 4 * var(--column-side-margin)) / 5);
}

#header .on-pc .hx_gnavi * * .lx_mcol3_ratio1on1.h-multiColumn3 > .h-column1,
#header .on-pc .hx_gnavi * * .lx_mcol3_ratio1on1.h-multiColumn3 > .h-column3 {
  width: calc(100% * var(--mainarea-base));
  max-width: var(--mainarea-width);
}

/* メガドロップ マージン設定 */
#header .on-pc .hx_gnavi > * > .reuse-main-area > .h-multiColumn.empty {
  display: none;
}

#header .on-pc .hx_gnavi > * > .reuse-main-area > .h-multiColumn {
  position: relative;
  width: calc(100% - 40px);
  max-width: var(--mainarea-width);
  margin: 0 auto;
}

#header .on-pc .hx_gnavi > * > .reuse-main-area > a:first-child + .h-multiColumn,
#header .on-pc .hx_gnavi > * > .reuse-main-area > .h-multiColumn:first-child {
  margin-top: 10px;
}

/* #header .on-pc .hx_gnavi >* > .reuse-main-area > .h-multiColumn:last-child {
	margin-bottom: 60px;
} */
/*== メガドロップの中身 ==*/
/* 区切り線 */
#header .on-pc .hx_gnavi * * .lx_menu_hairline {
  padding-top: 35px;
}

#header .on-pc .hx_gnavi * * .lx_menu_hairline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background: #747474;
}

/* テキストバナー(スタイルB) on メガドロップ */
#header .on-pc .hx_gnavi * * .h-panel.no-img.style2 {
  margin-bottom: 20px;
}

#header .on-pc .hx_gnavi * * .h-panel.no-img.style2 a {
  position: relative;
  display: inline-block;
  color: inherit;
  font-size: 3rem;
  line-height: 1.25;
}

/* 画像バナー on メガドロップ */
#header .on-pc .hx_gnavi * * .h-panel.has-img.style1 a {
  position: relative;
  display: flex;
  flex-direction: column;
}

#header .on-pc .hx_gnavi * * .h-panel.has-img.style1 a > * {
  flex: 0 0 auto;
  margin: 0;
}

#header .on-pc .hx_gnavi * * .h-panel.has-img.style1 a .text {
  order: 2;
  position: relative;
  font-size: 1.4rem;
  color: inherit;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  padding-left: 20px;
}

#header .on-pc .hx_gnavi * * .h-panel.has-img.style1 .icon_front {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 10px;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

#header .on-pc .hx_gnavi * * .h-internal-panel.has-img.style1 a[target=_blank] .icon_rear,
#header .on-pc .hx_gnavi * * .h-external-panel.has-img.style1 a[target=_blank] .icon_rear {
  border: none;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.203%22%20height%3D%2217.203%22%20viewBox%3D%220%200%2017.203%2017.203%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_227%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20227%22%20transform%3D%22translate(-2%20-1.586)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_168%22%20data-name%3D%22%E3%83%91%E3%82%B9%20168%22%20d%3D%22M13.5%2C9.162%2C19.662%2C3%22%20transform%3D%22translate(-1.873)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_169%22%20data-name%3D%22%E3%83%91%E3%82%B9%20169%22%20d%3D%22M16%2C3h4.108V7.108%22%20transform%3D%22translate(-2.319)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_170%22%20data-name%3D%22%E3%83%91%E3%82%B9%20170%22%20d%3D%22M17.789%2C12.038v4.108a1.643%2C1.643%2C0%2C0%2C1-1.643%2C1.643H4.643A1.643%2C1.643%2C0%2C0%2C1%2C3%2C16.146V4.643A1.643%2C1.643%2C0%2C0%2C1%2C4.643%2C3H8.751%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") center center no-repeat;
  background-size: contain;
}

#header .on-pc .hx_gnavi * * .h-download-panel.has-img.style1 a[href*=".pdf"] .icon_rear {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 23px;
  background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
  background-size: contain;
  margin-left: 5px;
}

#header .on-pc .hx_gnavi * * .h-panel.has-img.style1 .text + figure {
  order: 1;
  display: block;
  margin-bottom: 5px;
}

#header .on-pc .hx_gnavi * * .h-panel.has-img.style1 .text + figure img {
  display: block;
}

#header .on-pc .hx_gnavi * * .h-panel.has-img.style1 a:hover .text {
  text-decoration: underline;
}

#header .on-pc .hx_gnavi * * .h-panel.has-img.style1 a:hover img {
  opacity: 0.7;
}

/* インデックス・サイトマップ・リンクリスト on メガドロップ */
#header .on-pc .hx_gnavi * * .h-link-list,
#header .on-pc .hx_gnavi * * .h-index-map {
  font-size: 0;
}

/* 折り返し(逆N型) */
#header .on-pc .hx_gnavi * * .h-link-list ul,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_0,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 10px;
}

/* 折り返し(逆N型2列) */
/*#header .on-pc .hx_gnavi * * .ux_fold_imap_col2 .h-link-list ul ,*/
#header .on-pc .hx_gnavi * * .ux_fold_imap_col2 .h-index-map > ul.indexLevel_1 {
  width: calc(50% - 10px);
  margin-right: 10px;
}

/* 折り返し(逆N型3列) */
/*#header .on-pc .hx_gnavi * * .ux_fold_imap_col3 .h-link-list ul ,*/
#header .on-pc .hx_gnavi * * .ux_fold_imap_col3 .h-index-map > ul.indexLevel_1 {
  width: calc(33.33% - 10px);
  margin-right: 10px;
}

/* 折り返し(逆N型4列) */
/*#header .on-pc .hx_gnavi * * .ux_fold_imap_col4 .h-link-list ul ,*/
#header .on-pc .hx_gnavi * * .ux_fold_imap_col4 .h-index-map > ul.indexLevel_1 {
  width: calc(25% - 10px);
  margin-right: 10px;
}

/* インデックス・サイトマップ・リンクリスト on メガドロップ */
/* 第２階層 */
#header .on-pc .hx_gnavi * * .h-link-list li.highlight,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_0 {
  margin-top: 20px;
  /* border-bottom: 1px solid currentColor; */
  padding-bottom: 5px;
}

#header .on-pc .hx_gnavi * * .h-link-list li.highlight > a,
#header .on-pc .hx_gnavi * * .h-link-list li.highlight > span,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_0 > li > .item > a,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_0 > li > .item > span {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: var(--text-letter-spacing);
}

/* 第３階層 */
#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight),
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li {
  position: relative;
  margin-top: 5px;
  display: block;
  vertical-align: top;
  padding: 10px;
  border-bottom: 1px solid #E2E2E2;
  /* padding-left: 50px; */
}
#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight) a,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li a {
  position: relative;
}
#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight) a::after,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li a::after {
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.541%22%20height%3D%228.295%22%20viewBox%3D%220%200%2010.541%208.295%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51734%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051734%22%20transform%3D%22translate(0%200.354)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31888%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031888%22%20d%3D%22M-2354.1%2C794h9.347%22%20transform%3D%22translate(2354.104%20-790.206)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31889%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031889%22%20d%3D%22M-2342.064%2C787.95l3.794%2C3.794-3.794%2C3.794%22%20transform%3D%22translate(2348.104%20-787.95)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li:nth-child(1) {
  border-top: 1px solid #E2E2E2;
}

/* #header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight)::before ,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li::before {
	content: "|";
	position: absolute;
	top: auto;
	left: 0;
	width: 50px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
} */
#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight):first-child,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li:first-child {
  padding-left: 0;
}

#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight):first-child::before,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li:first-child::before {
  content: none;
}

#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight) > a,
#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight) > span,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li > .item > a,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li > .item > span {
  display: block;
  /* text-align: center; */
  color: inherit;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: var(--text-letter-spacing);
}

#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight) > a[target=_blank]::after,
#header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li > .item > a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.203%22%20height%3D%2217.203%22%20viewBox%3D%220%200%2017.203%2017.203%22%3E%0A%20%20%3Cg%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20227%22%20transform%3D%22translate(-2%20-1.586)%22%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%20168%22%20d%3D%22M13.5%2C9.162%2C19.662%2C3%22%20transform%3D%22translate(-1.873)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20%20data-name%3D%22%E3%83%91%E3%82%B9%20169%22%20d%3D%22M16%2C3h4.108V7.108%22%20transform%3D%22translate(-2.319)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%20170%22%20d%3D%22M17.789%2C12.038v4.108a1.643%2C1.643%2C0%2C0%2C1-1.643%2C1.643H4.643A1.643%2C1.643%2C0%2C0%2C1%2C3%2C16.146V4.643A1.643%2C1.643%2C0%2C0%2C1%2C4.643%2C3H8.751%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") center center no-repeat;
  /* background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat; */
  background-size: contain;
  margin-left: 5px;
}

/* 第４階層 */
#header .on-pc .hx_gnavi * * .h-index-map ul.indexLevel_2 {
  display: none;
}

/* コンパクトヘッダー */
#header .on-pc .hx_panel,
#header .on-pc .hx_gnavi_box,
#header .on-pc .hx_sub_panel,
#header .on-pc .hx_logo > * > * > * > * {
  transition: 0.3s;
}

#pagetop.float ~ * #header {
  --header-height-pc: 75px;
  /*	--header-gnavi-height-pc: 55px; */
}

#pagetop.float ~ * #header .on-pc .hx_sub_panel {
  opacity: 0;
  z-index: -1;
}

/*------------- スマホ用ヘッダー -------------*/
@media screen and (max-width: 1400px) {
  /* ハンバーガーアイコン */
  #header .panel2-btn,
  #panel2-btn {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 44px;
    margin: 8px 9px;
    border-radius: 10%;
    background: #fff;
    z-index: 1111;
  }
  #header .panel2-btn:hover,
  #panel2-btn:hover {
    background: #FFF;
    background: rgba(255, 255, 255, 0.8);
  }
  .panel2-btn-icon1,
  .panel2-btn-icon2,
  .panel2-btn-icon3 {
    display: block;
    position: absolute;
    top: 17px;
    left: 9px;
    width: 22px;
    height: 2px;
    margin: 0;
    background: #000;
    transition: 0.2s 0.2s;
  }
  .panel2-btn-icon1 {
    margin-top: -7px;
  }
  .panel2-btn-icon2 {
    margin-top: 0px;
  }
  .panel2-btn-icon3 {
    margin-top: 7px;
  }
  .panel2-btn-icon1::before,
  .panel2-btn-icon3::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 2px;
    background: #000;
    transition: 0.2s;
  }
  .panel2-btn-title {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 31px;
    left: 0;
    width: 40px;
    height: 12px;
    display: none !important;
  }
  .panel2-btn-title li {
    display: block;
    width: 40px;
    height: 15px;
    line-height: 1;
    font-size: 1rem;
    color: #000;
    text-align: center;
    transform: scale(0.8);
  }
  .panel2-btn-title li:first-child {
    margin-top: -15px;
    transition: 0.4s 0.2s;
  }
  /* open時 */
  #panel2-sw.open ~ * .panel2-btn-icon1,
  #panel2-sw.open ~ * .panel2-btn-icon2,
  #panel2-sw.open ~ * .panel2-btn-icon3,
  #panel2-sw:checked ~ * .panel2-btn-icon1,
  #panel2-sw:checked ~ * .panel2-btn-icon2,
  #panel2-sw:checked ~ * .panel2-btn-icon3 {
    background: transparent;
    margin-top: 0;
    transition: 0.2s;
  }
  #panel2-sw.open ~ * .panel2-btn-icon1::before,
  #panel2-sw.open ~ * .panel2-btn-icon3::before,
  #panel2-sw:checked ~ * .panel2-btn-icon1::before,
  #panel2-sw:checked ~ * .panel2-btn-icon3::before {
    width: 30px;
    left: -4px;
    transition: 0.2s 0.2s;
  }
  #panel2-sw.open ~ * .panel2-btn-icon1::before,
  #panel2-sw:checked ~ * .panel2-btn-icon1::before {
    transform: rotate(-225deg);
  }
  #panel2-sw.open ~ * .panel2-btn-icon3::before,
  #panel2-sw:checked ~ * .panel2-btn-icon3::before {
    transform: rotate(-135deg);
  }
  #panel2-sw.open ~ * .panel2-btn-title li:first-child,
  #panel2-sw:checked ~ * .panel2-btn-title li:first-child {
    margin-top: 0px;
    transition: 0.4s 0.2s;
  }
}
/*------------------ ヘッダー ------------------*/
/* ヘッダーパネル */
#header .on-sp .hx_panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height-sp);
  background: #fff;
  border-bottom: 1px solid #eee;
  z-index: 1010;
}

/* ロゴ */
#header .on-sp .hx_logo > * > * > * > * {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

#header .on-sp .hx_logo > * > * > * > .h-column2 {
  display: none;
}

#header .on-sp .hx_logo a {
  display: block;
  width: min(300px, 100%);
}

#header .on-sp .hx_logo a img {
  display: block;
  max-width: calc(100% - 50px);
  margin: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}

/* 検索窓 */
#header .on-sp .hx_search_box {
  font-size: 1.6rem;
}

/* 検索ダイアログ */
#header .on-sp .hx_search_btn {
  position: absolute;
  top: 10px;
  right: 50px;
}

#header .on-sp .hx_search_btn .search_btn {
  cursor: pointer;
}

#header .on-sp .hx_search_btn .search_btn span {
  display: block;
  width: 32px;
  height: 32px;
  background: rgba(0, 128, 1, 0.05) url("../../../../../../resources/sw_img/icon/icon_search.svg") no-repeat center center;
  background-size: 18px 18px;
  border-radius: 100%;
}

/* メニュー */
/* ヘッダーの下に表示 */
#header .on-sp .hx_menu {
  font-size: 0;
  position: fixed;
  top: var(--header-height-sp);
  left: 0;
  width: 100vw;
  height: calc(100% - var(--header-height-sp));
  max-height: 100%;
  overflow: hidden;
  z-index: 1000;
  transition: 0.6s;
  /*	max-height: 0; */
  left: 100%;
}

#panel2-sw.open ~ * #header .on-sp .hx_menu,
#panel2-sw:checked ~ * #header .on-sp .hx_menu {
  /*	max-height: 100%; */
  left: 0;
}

#header .on-sp .hx_menu > * {
  position: absolute;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  background: #fff;
  transition: 0.3s;
}

#header .on-sp .hx_menu > * > * {
  /*	background: rgba(255, 255, 255, 0.9); */
  transition: 0.5s;
}

/* クリックオープンメニュー */
#header .on-sp .ux_click_open .hx_gnavi_box {
  padding: 0;
}

/* 共通 */
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map .item {
  color: #fff;
  background: #585757;
  border-bottom: 1px solid #494949;
}

#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li > a,
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li > span,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map .item > a,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map .item > span {
  position: relative;
  display: block;
  color: inherit;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: var(--text-letter-spacing);
  padding: 15px 20px;
  text-align: left;
}

#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li > a[target=_blank]::after,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map .item > a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.203%22%20height%3D%2217.203%22%20viewBox%3D%220%200%2017.203%2017.203%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_227%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20227%22%20transform%3D%22translate(-2%20-1.586)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_168%22%20data-name%3D%22%E3%83%91%E3%82%B9%20168%22%20d%3D%22M13.5%2C9.162%2C19.662%2C3%22%20transform%3D%22translate(-1.873)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_169%22%20data-name%3D%22%E3%83%91%E3%82%B9%20169%22%20d%3D%22M16%2C3h4.108V7.108%22%20transform%3D%22translate(-2.319)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_170%22%20data-name%3D%22%E3%83%91%E3%82%B9%20170%22%20d%3D%22M17.789%2C12.038v4.108a1.643%2C1.643%2C0%2C0%2C1-1.643%2C1.643H4.643A1.643%2C1.643%2C0%2C0%2C1%2C3%2C16.146V4.643A1.643%2C1.643%2C0%2C0%2C1%2C4.643%2C3H8.751%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") center center no-repeat;
  background-size: contain;
  margin: 0 8px;
}

/* 親階層 */
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li.highlight > a,
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li.highlight > span,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_0 > li > .item > a,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_0 > li > .item > span {
  padding-right: 50px;
}

#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li.highlight > a::before,
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li.highlight > span::before,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_0 > li > .item > a::before,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_0 > li > .item > span::before {
  content: "";
  position: absolute;
  right: 35px;
  top: calc(50% - 3px);
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(135deg);
}

/* 子階層 */
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li:not(.highlight) > a,
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li:not(.highlight) > span,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_1 > li > .item > a,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_1 > li > .item > span {
  padding: 10px 30px;
  padding-right: 60px;
}

#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li:not(.highlight) > a::before,
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li:not(.highlight) > span::before,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_1 > li > .item > a::before,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_1 > li > .item > span::before {
  content: "";
  position: absolute;
  right: 45px;
  top: calc(50% - 3px);
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(135deg);
}

#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li:not(.highlight) > a br,
#header .on-sp .ux_click_open .hx_gnavi_box .h-link-list li:not(.highlight) > span br,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_1 > li > .item > a br,
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_1 > li > .item > span br {
  display: none;
}

/* 孫階層(非表示) */
#header .on-sp .ux_click_open .hx_gnavi_box .h-index-map ul.indexLevel_2 {
  display: none;
}

/* 開閉ボタン */
#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 {
  position: relative;
}

#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-title4 {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 70px;
  height: 100%;
  z-index: 1;
  color: transparent;
  font-size: 0;
}

#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-title4 h4 {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
}

#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-title4 h4::before,
#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-title4 h4::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-title4 h4::after {
  transform: rotate(90deg);
}

#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion.open > .h-column1 .h-title4 h4::after {
  opacity: 0;
}

#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-link-list li > a,
#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-link-list li > span,
#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-index-map .item > a,
#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-index-map .item > span {
  margin-right: 70px;
  border-right: 1px solid #494949;
}

#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-link-list li > a::before,
#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-link-list li > span::before,
#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-index-map .item > a::before,
#header .on-sp .ux_click_open .hx_gnavi_box .ux_accordion > .h-column1 .h-index-map .item > span::before {
  content: none;
}

/* 3way-navi */
/* フォルダ開閉 */
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  background: #fff;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map ul.open {
  left: 0;
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map ul.active {
  overflow-y: scroll;
}

/* 開いている階層以外は透過 */
/*
#header .on-sp .ux_navi_3way >*:not(.active) ,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map ul:not(.active) {
	background: transparent;
}

#header .on-sp .ux_navi_3way > *:not(.active) .hx_sub_menu ,
#header .on-sp .ux_navi_3way > *:not(.active) .hx_gnavi_box .h-index-map > .item > a ,
#header .on-sp .ux_navi_3way > *:not(.active) .hx_gnavi_box .h-index-map > .item > span ,
#header .on-sp .ux_navi_3way > *:not(.active) .hx_gnavi_box .h-link-list li > a ,
#header .on-sp .ux_navi_3way > *:not(.active) .hx_gnavi_box .h-link-list li > span {
	opacity: 0;
}
*/
/* 各要素共通 */
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item > a,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item > span,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > a,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
  text-align: left;
  margin: 0 10px;
  padding: 10px 10px;
  padding-left: 30px;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: var(--text-letter-spacing);
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item > a[target=_blank]::after,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.203%22%20height%3D%2217.203%22%20viewBox%3D%220%200%2017.203%2017.203%22%3E%0A%20%20%3Cg%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20227%22%20transform%3D%22translate(-2%20-1.586)%22%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%20168%22%20d%3D%22M13.5%2C9.162%2C19.662%2C3%22%20transform%3D%22translate(-1.873)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20%20data-name%3D%22%E3%83%91%E3%82%B9%20169%22%20d%3D%22M16%2C3h4.108V7.108%22%20transform%3D%22translate(-2.319)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%20170%22%20d%3D%22M17.789%2C12.038v4.108a1.643%2C1.643%2C0%2C0%2C1-1.643%2C1.643H4.643A1.643%2C1.643%2C0%2C0%2C1%2C3%2C16.146V4.643A1.643%2C1.643%2C0%2C0%2C1%2C4.643%2C3H8.751%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") center center no-repeat;
  /* background: url("../../../../../../resources/sw_img/icon/linkout.svg") no-repeat center center; */
  background-size: contain;
  margin: 0 5px;
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item > a[href*=".pdf"]::after,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > a[href*=".pdf"]::after {
  content: none;
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item > a .filesize,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > a em {
  font-style: normal;
  font-size: 75%;
}

/* 通常リンク */
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item:not(.gn-to-folder):not(.gn-folder-top):not(.gn-back) > a,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > a {
  color: var(--key-color);
  font-weight: bold;
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item:not(.gn-to-folder):not(.gn-folder-top):not(.gn-back) > a::before,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-link-list li > a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: calc(50% - 5px);
  width: 7px;
  height: 7px;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
  transform: rotate(135deg);
}

/* 現在地表示 */
/* ↓階層フォルダへ */
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-to-folder > a,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-to-folder > span {
  padding-right: 30px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-to-folder > a::before,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-to-folder > span::before {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 5px);
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
  transform: rotate(135deg);
}

/* ↑階層へ(BACK) */
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-back > a {
  padding-left: 30px;
  color: #000;
  font-weight: bold;
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-back > a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: calc(50% - 5px);
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
  transform: rotate(-45deg);
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-back > a span {
  display: inline;
}

/*
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-back > a span {
	display: none;
}
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-back > a::after {
	content: "戻る"
}
html:lang(en) #header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-back > a::after {
	content: "BACK";
}
*/
/* フォルダトップ */
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-folder-top > a,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-folder-top > span {
  /*	padding-left: 30px; */
  font-size: 16px;
  color: var(--key-color);
  font-weight: bold;
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-folder-top > a::after,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-folder-top > span::after {
  content: "TOP";
}

#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-folder-top > a::before,
#header .on-sp .ux_navi_3way .hx_gnavi_box .h-index-map .item.gn-folder-top > span::before {
  /*
  	content: "";
  	position: absolute;
  	left: 10px;
  	top: calc(50% - 5px);
  	display: block;
  	width: 9px;
  	height: 9px;
  	border-top: 2px solid var(--key-color);
  	border-left: 2px solid var(--key-color);
  	transform: rotate(-45deg);
  */
}

/* 第２階層 */
/* 第３階層以下 */
/* メニュー内サブエリア */
/* お問い合わせリンク・エントリーボタン */
#header .on-sp .hx_contact_link {
  float: left;
  width: 50%;
}

#header .on-sp .hx_contact_link .h-link-list ul li,
#header .on-sp .hx_contact_link .h-index-map > ul > li {
  position: relative;
}

#header .on-sp .hx_contact_link .h-link-list ul li > a,
#header .on-sp .hx_contact_link .h-link-list ul li > span,
#header .on-sp .hx_contact_link .h-index-map > ul > li > .item > a,
#header .on-sp .hx_contact_link .h-index-map > ul > li > .item > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 45px;
  padding: 3px 30px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: var(--text-letter-spacing);
  line-height: 1.5;
  background: var(--key-color);
}

#header .on-sp .hx_contact_link .h-link-list ul li > span::before,
#header .on-sp .hx_contact_link .h-link-list ul li > a::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

#header .on-sp .hx_contact_link .h-link-list ul li > a[target=_blank]::before {
  content: none;
}

#header .on-sp .hx_contact_link .h-link-list ul li > a[target=_blank]::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.203%22%20height%3D%2217.203%22%20viewBox%3D%220%200%2017.203%2017.203%22%3E%0A%20%20%3Cg%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20227%22%20transform%3D%22translate(-2%20-1.586)%22%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%20168%22%20d%3D%22M13.5%2C9.162%2C19.662%2C3%22%20transform%3D%22translate(-1.873)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20%20data-name%3D%22%E3%83%91%E3%82%B9%20169%22%20d%3D%22M16%2C3h4.108V7.108%22%20transform%3D%22translate(-2.319)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%20170%22%20d%3D%22M17.789%2C12.038v4.108a1.643%2C1.643%2C0%2C0%2C1-1.643%2C1.643H4.643A1.643%2C1.643%2C0%2C0%2C1%2C3%2C16.146V4.643A1.643%2C1.643%2C0%2C0%2C1%2C4.643%2C3H8.751%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") center center no-repeat;
  /* background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat; */
  background-size: contain;
  margin-left: 5px;
}

/* ヘッダーユーティリティリンク集 */
#header .on-sp .hx_utility_link {
  float: left;
  width: 50%;
}

#header .on-sp .hx_utility_link .h-link-list ul li {
  position: relative;
}

#header .on-sp .hx_utility_link .h-link-list ul li > a,
#header .on-sp .hx_utility_link .h-link-list ul li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 45px;
  padding: 3px 30px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: var(--text-letter-spacing);
  background: #444;
}

#header .on-sp .hx_utility_link .h-link-list ul li > span::before,
#header .on-sp .hx_utility_link .h-link-list ul li > a::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

#header .on-sp .hx_utility_link .h-link-list ul li > a[target=_blank]::before {
  content: none;
}

#header .on-sp .hx_utility_link .h-link-list ul li > a[target=_blank]::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.203%22%20height%3D%2217.203%22%20viewBox%3D%220%200%2017.203%2017.203%22%3E%0A%20%20%3Cg%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20227%22%20transform%3D%22translate(-2%20-1.586)%22%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%20168%22%20d%3D%22M13.5%2C9.162%2C19.662%2C3%22%20transform%3D%22translate(-1.873)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20%20data-name%3D%22%E3%83%91%E3%82%B9%20169%22%20d%3D%22M16%2C3h4.108V7.108%22%20transform%3D%22translate(-2.319)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%20170%22%20d%3D%22M17.789%2C12.038v4.108a1.643%2C1.643%2C0%2C0%2C1-1.643%2C1.643H4.643A1.643%2C1.643%2C0%2C0%2C1%2C3%2C16.146V4.643A1.643%2C1.643%2C0%2C0%2C1%2C4.643%2C3H8.751%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") center center no-repeat;
  /* background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat; */
  background-size: contain;
  margin-left: 5px;
}

#header .on-sp .hx_utility_link .h-panel {
  position: relative;
  display: inline-block;
}

#header .on-sp .hx_utility_link .h-panel a {
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 20px;
}

#header .on-sp .hx_utility_link .h-panel a > * {
  order: 0;
  flex: 0 0 auto;
}

#header .on-sp .hx_utility_link .h-panel .text {
  margin-left: 5px;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: var(--text-letter-spacing);
}

/* 言語リンク */
#header .on-sp .hx_lang_navi {
  padding: 15px 0;
  background: #eee;
}

#header .on-sp .hx_lang_navi .h-link-list ul {
  display: flex;
  flex-flow: row nowrap;
}

#header .on-sp .hx_lang_navi .h-link-list ul li {
  width: 50%;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

#header .on-sp .hx_lang_navi .h-link-list ul li.highlight {
  /*		display: none; */
}

#header .on-sp .hx_lang_navi .h-link-list ul li > a,
#header .on-sp .hx_lang_navi .h-link-list ul li > span {
  display: block;
  padding: 15px 10px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: var(--text-letter-spacing);
  color: inherit;
  background: #fff;
  border-bottom: 2px solid transparent;
}

/*#header .on-sp .hx_lang_navi .h-link-list ul li > a.act , */
/*#header .on-sp .hx_lang_navi .h-link-list ul li > a.within , */
#header .on-sp .hx_lang_navi .h-link-list ul li.highlight > span,
#header .on-sp .hx_lang_navi .h-link-list ul li.highlight > a {
  color: var(--key-color);
  background: #F2F9F3;
  border-bottom-color: var(--key-color);
}

/*== 画面内固定 上に戻るリンク ==*/
#site-info .ux_to_page_top {
  position: relative;
}

#site-info .topcontrol {
  position: fixed;
  left: 0;
  bottom: -80px;
  width: 100%;
  height: 0;
  font-size: 0;
  opacity: 0;
  z-index: 200;
  transition: 0.3s;
}

#site-info .topcontrol.visible {
  bottom: 15px;
  opacity: 1;
}

#site-info .topcontrol > div {
  position: relative;
  width: 100%;
  margin: auto;
}

#site-info .topcontrol a {
  position: absolute;
  bottom: 0;
  right: 15px;
}

/* 画像を使用する場合 */
#site-info .topcontrol a {
  display: block;
  width: 44px;
  height: 44px;
  background: url("../../../../../../resources/sw_img/common/pagetop.svg") no-repeat center center;
  background-size: contain;
}

#site-info .topcontrol a:hover {
  /*	background-image: url("../../../../../../resources/sw_img/default/pagetop_hover.png");*/
  opacity: 0.7;
}

/* 画像を使用しない場合 */
/*
#site-info .topcontrol a {
	display: block;
	width: 51px;
	height: 42px;
	background: rgba(0,0,0, 0.53);
}

#site-info .topcontrol a::before {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 9px);
	display: block;
	width: 17px;
	height: 17px;
	border-top: 3px solid #FFF;
	border-left: 3px solid #FFF;
	transform: rotate(45deg);
}
*/
/* ページ内設置 上に戻るリンク */
#site-info .toTop {
  text-align: right;
  margin: 3em 20px 80px;
}

#site-info .toTop a {
  padding-left: 1.44em;
  display: inline-block;
  position: relative;
  overflow: visible;
}

#site-info .toTop a::before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 0;
  margin-top: -0.3em;
  display: block;
  width: 0.7em;
  height: 0.7em;
  border-top: 0.1em solid #e50000;
  border-right: 0.1em solid #e50000;
  transform: rotate(315deg);
}

#site-info .toTop {
  display: none;
}

/* PC:コンテンツエリアから一定距離以上離れない */
/* SP:常に画面内右下 */
/* 印刷時:非表示 */
@media print, screen and (min-width: 769px) {
  #site-info .topcontrol > div {
    max-width: calc(var(--mainarea-width) + 202px);
  }
  /* フッターより下に行かない設定 */
  #site-info .topcontrol.fix-bottom {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  #site-info .topcontrol {
    bottom: -50px;
  }
  #site-info .toTop {
    margin: 2em 20px 40px;
  }
}
@media print {
  #site-info .topcontrol {
    display: none !important;
  }
}
/*------------- レスポンシブフッター -------------*/
#footer {
  /* border-top: 10px solid #f7f7f7; */
}

/* 各背景色 */
#footer .fx_frame4 {
  color: #fff;
  background: #353E45;
}

#footer .fx_frame3 {
  color: #fff;
  background: #353E45;
}

#footer .fx_frame2 {
  background: #fff;
}

#footer .fx_frame1 {
  background: #333030;
  color: #fff;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  #footer .fx_frame5 > *,
  #footer .fx_frame4 > *,
  #footer .fx_frame3 > *,
  #footer .fx_frame2 > *,
  #footer .fx_frame1 > * {
    max-width: calc(var(--mainarea-width-pc) + 40px);
    padding: 0 20px;
    margin: auto;
  }
  #footer .fx_frame3 > * > * {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #footer .fx_frame5 > *,
  #footer .fx_frame4 > *,
  #footer .fx_frame3 > *,
  #footer .fx_frame2 > *,
  #footer .fx_frame1 > * {
    max-width: calc(var(--mainarea-width-sp) + 30px);
    padding: 0 15px;
    margin: auto;
  }
}
/* フッターバナー*/
#footer .fx_banner .f-text-section {
  font-size: 1.8rem;
}

@media print, screen and (min-width: 769px) {
  #footer .fx_banner {
    padding: 25px 0 5px;
  }
  /* カラム割 */
  #footer .fx_banner > * > * > * {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 0 var(--column-side-margin);
    width: calc(100% - 40px);
    max-width: var(--mainarea-width);
    margin: 0 auto;
  }
  #footer .fx_banner > * > * > * > * {
    display: block;
  }
  #footer .fx_banner > * > * > .f-multiColumn1 > * {
    width: 100%;
  }
  #footer .fx_banner > * > * > .f-multiColumn2 > * {
    width: calc((100% - var(--column-side-margin)) / 2);
  }
  #footer .fx_banner > * > * > .f-multiColumn3 > * {
    width: calc((100% - var(--column-side-margin) * 2) / 3);
  }
  #footer .fx_banner > * > * > .f-multiColumn4 > * {
    width: calc((100% - var(--column-side-margin) * 3) / 4);
  }
  #footer .fx_banner > * > * > .f-multiColumn5 > * {
    width: calc((100% - var(--column-side-margin) * 4) / 5);
  }
}
@media screen and (max-width: 768px) {
  #footer .fx_banner {
    padding: 35px 10px 40px;
  }
  #footer .fx_banner > * > * > * {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 0 var(--column-side-margin);
    width: calc(100% - 30px);
    max-width: var(--mainarea-width);
    margin: 0 auto;
  }
  #footer .fx_banner > * > * > * > * {
    display: block;
  }
  #footer .fx_banner > * > * > .f-multiColumn1 > *,
  #footer .fx_banner > * > * > .f-multiColumn2 > *,
  #footer .fx_banner > * > * > .f-multiColumn3 > * {
    width: 100%;
  }
  #footer .fx_banner > * > * > .f-multiColumn4 > *,
  #footer .fx_banner > * > * > .f-multiColumn5 > * {
    width: calc((100% - var(--column-side-margin)) / 2);
  }
}
/* フッターサイトマップ */
@media print, screen and (min-width: 769px) {
  #footer .fx_sitemap {
    padding: 40px 0 60px;
  }
  /* 枠 */
  /* なりゆき、または、折り返すケース */
  #footer .fx_sitemap > * > * {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  #footer .fx_sitemap > * > * > * {
    width: fit-content;
    margin: 0;
  }
  #footer .fx_sitemap > * > * > *:last-child {
    /*		margin-right: auto; */
  }
  #footer .fx_sitemap > * > * > .fx_sitemap_w100 {
    width: 26.5%;
  }
  /* 等分で、折り返さないケース */
  /*
  	#footer .fx_sitemap >* {
  		display: table;
  		width: 100%;
  		table-layout: fixed;
  	}
  	#footer .fx_sitemap >* >* {
  		display: table-row;
  	}
  	#footer .fx_sitemap >* >* >* {
  		display: table-cell;
  		vertical-align: top;
  		width: 10%;
  	}

  	#footer .fx_sitemap >* >* >* >* {
  		margin-right: 20px;
  	}
  */
  /* 共通 */
  #footer .fx_sitemap .f-link-list > ul,
  #footer .fx_sitemap .f-index-map > ul {
    display: inline-block;
    vertical-align: top;
  }
  #footer .fx_sitemap .f-link-list li,
  #footer .fx_sitemap .f-index-map li > .item {
    position: relative;
    line-height: 1.2;
  }
  #footer .fx_sitemap .f-link-list li > a,
  #footer .fx_sitemap .f-link-list li > span,
  #footer .fx_sitemap .f-index-map .item > a,
  #footer .fx_sitemap .f-index-map .item > span {
    display: inline-block;
    color: inherit;
    line-height: 1.5;
    letter-spacing: var(--text-letter-spacing);
    text-decoration: none;
    /*		border-bottom: 1px solid transparent; */
  }
  #footer .fx_sitemap .f-link-list li > a:hover,
  #footer .fx_sitemap .f-index-map .item > a:hover {
    text-decoration: underline;
    color: inherit !important;
    /*		border-bottom-color: currentColor; */
  }
  #footer .fx_sitemap .f-link-list li > a[target=_blank]::after,
  #footer .fx_sitemap .f-index-map .item > a[target=_blank]::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.203%22%20height%3D%2217.203%22%20viewBox%3D%220%200%2017.203%2017.203%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_227%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20227%22%20transform%3D%22translate(-2%20-1.586)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_168%22%20data-name%3D%22%E3%83%91%E3%82%B9%20168%22%20d%3D%22M13.5%2C9.162%2C19.662%2C3%22%20transform%3D%22translate(-1.873)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_169%22%20data-name%3D%22%E3%83%91%E3%82%B9%20169%22%20d%3D%22M16%2C3h4.108V7.108%22%20transform%3D%22translate(-2.319)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_170%22%20data-name%3D%22%E3%83%91%E3%82%B9%20170%22%20d%3D%22M17.789%2C12.038v4.108a1.643%2C1.643%2C0%2C0%2C1-1.643%2C1.643H4.643A1.643%2C1.643%2C0%2C0%2C1%2C3%2C16.146V4.643A1.643%2C1.643%2C0%2C0%2C1%2C4.643%2C3H8.751%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 5px;
  }
  /* 第２階層(カテゴリトップ) */
  #footer .fx_sitemap .f-link-list li.highlight,
  #footer .fx_sitemap .f-index-map ul.indexLevel_0 > li > .item {
    /* margin-top: 15px;
    padding-left: 18px;
    border-left: 2px solid var(--key-color);
    margin-bottom: 5px; */
    font-size: 14px;
    font-weight: 600;
    margin: 2em 0;
  }
  #footer .fx_sitemap .f-link-list li.highlight > a,
  #footer .fx_sitemap .f-link-list li.highlight > span,
  #footer .fx_sitemap .f-index-map ul.indexLevel_0 > li > .item > a,
  #footer .fx_sitemap .f-index-map ul.indexLevel_0 > li > .item > span {
    /* color: var(--key-color);
    font-size: 1.8rem; */
    font-size: 14px;
    font-weight: 600;
    font-weight: bold;
  }
  /* 第３階層 */
  #footer .fx_sitemap .f-link-list li:not(.highlight),
  #footer .fx_sitemap .f-index-map ul.indexLevel_1 > li > .item {
    margin-top: 8px;
  }
  #footer .fx_sitemap .f-link-list li:not(.highlight) > a,
  #footer .fx_sitemap .f-link-list li:not(.highlight) > span,
  #footer .fx_sitemap .f-index-map ul.indexLevel_1 > li > .item > a,
  #footer .fx_sitemap .f-index-map ul.indexLevel_1 > li > .item > span {
    /* font-size: 1.6rem; */
    margin-top: 0.25em;
    font-size: 12px;
  }
  /* 第４階層 */
  #footer .fx_sitemap .f-index-map ul.indexLevel_2 {
    display: none;
  }
  #footer .fx_sitemap .f-title4 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #footer .fx_sitemap {
    padding: 40px 0 10px;
  }
  /* 共通 */
  #footer .fx_sitemap .f-link-list li > a,
  #footer .fx_sitemap .f-link-list li > span,
  #footer .fx_sitemap .f-index-map .item > a,
  #footer .fx_sitemap .f-index-map .item > span {
    display: inline-block;
    color: inherit;
    font-size: 12px;
    letter-spacing: var(--text-letter-spacing);
    text-decoration: none;
  }
  #footer .fx_sitemap .f-link-list li > a[target=_blank]::after,
  #footer .fx_sitemap .f-index-map .item > a[target=_blank]::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.203%22%20height%3D%2217.203%22%20viewBox%3D%220%200%2017.203%2017.203%22%3E%0A%20%20%3Cg%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20227%22%20transform%3D%22translate(-2%20-1.586)%22%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%20168%22%20d%3D%22M13.5%2C9.162%2C19.662%2C3%22%20transform%3D%22translate(-1.873)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20%20data-name%3D%22%E3%83%91%E3%82%B9%20169%22%20d%3D%22M16%2C3h4.108V7.108%22%20transform%3D%22translate(-2.319)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%20170%22%20d%3D%22M17.789%2C12.038v4.108a1.643%2C1.643%2C0%2C0%2C1-1.643%2C1.643H4.643A1.643%2C1.643%2C0%2C0%2C1%2C3%2C16.146V4.643A1.643%2C1.643%2C0%2C0%2C1%2C4.643%2C3H8.751%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") center center no-repeat;
    /* background: url("../../../../../../resources/sw_img/icon/linkout.svg") center center no-repeat; */
    background-size: contain;
    margin-left: 5px;
  }
  #footer .fx_sitemap .f-link-list li > a:hover,
  #footer .fx_sitemap .f-index-map .item > a:hover {
    text-decoration: underline;
  }
  /* 第２階層(カテゴリトップ) */
  #footer .fx_sitemap .f-link-list li.highlight,
  #footer .fx_sitemap .f-index-map ul.indexLevel_0 > li > .item {
    margin-bottom: 25px;
  }
  #footer .fx_sitemap .f-link-list li.highlight > a::before,
  #footer .fx_sitemap .f-index-map ul.indexLevel_0 > li > .item > a::before {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 19px;
    background: url("../../../../../../resources/sw_img/icon/icon_arr01_white.svg") center center no-repeat;
    background-size: contain;
  }
  #footer .fx_sitemap .f-link-list li.highlight > a,
  #footer .fx_sitemap .f-link-list li.highlight > span,
  #footer .fx_sitemap .f-index-map ul.indexLevel_0 > li > .item > a,
  #footer .fx_sitemap .f-index-map ul.indexLevel_0 > li > .item > span {
    border: none;
    position: relative;
    display: block;
    padding: 12px 15px;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  /* 第３階層 */
  #footer .fx_sitemap .f-index-map ul.indexLevel_1 {
    padding: 15px 0;
  }
  #footer .fx_sitemap .f-link-list li:not(.highlight),
  #footer .fx_sitemap .f-index-map ul.indexLevel_1 > li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
  }
  /* 第４階層 */
  #footer .fx_sitemap .f-index-map ul.indexLevel_2 {
    display: none;
  }
  /* アコーディオン */
  #footer .fx_sitemap .ux_accordion > .f-column1 {
    position: relative;
  }
  #footer .fx_sitemap .ux_accordion > .f-column1 .f-title4 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  #footer .fx_sitemap .ux_accordion > .f-column1 .f-title4 h4 {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    font-size: 0;
  }
  #footer .fx_sitemap .ux_accordion > .f-column1 .f-title4 h4::before,
  #footer .fx_sitemap .ux_accordion > .f-column1 .f-title4 h4::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: currentColor;
  }
  #footer .fx_sitemap .ux_accordion > .f-column1 .f-title4 h4::after {
    transform: rotate(90deg);
  }
  #footer .fx_sitemap .ux_accordion.open > .f-column1 .f-title4 h4::after {
    opacity: 0;
  }
  #footer .fx_sitemap .ux_accordion .f-link-list li.highlight > a,
  #footer .fx_sitemap .ux_accordion .f-link-list li.highlight > span,
  #footer .fx_sitemap .ux_accordion .f-index-map ul.indexLevel_0 > li > .item > a,
  #footer .fx_sitemap .ux_accordion .f-index-map ul.indexLevel_0 > li > .item > span {
    margin-right: 50px;
  }
  #footer .fx_sitemap .ux_accordion .f-link-list li.highlight > a::before,
  #footer .fx_sitemap .ux_accordion .f-index-map ul.indexLevel_0 > li > .item > a::before {
    content: none;
  }
}
/* フッターサイトロゴ */
#footer .fx_logo {
  padding: 20px 0 40px;
}

#footer .fx_logo a {
  display: block;
  width: 160px;
  height: 34px;
}

#footer .fx_logo a img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #footer .fx_logo {
    padding: 0 0 20px;
  }
}
/* お問い合わせリンク・エントリーボタン */
#footer .fx_contact_link {
  padding: 25px 0;
}

#footer .fx_contact_link .f-link-list ul,
#footer .fx_contact_link .f-index-map > ul {
  text-align: center;
}

#footer .fx_contact_link .f-link-list ul li,
#footer .fx_contact_link .f-index-map > ul > li {
  display: inline-block;
}

#footer .fx_contact_link .f-link-list ul li > span,
#footer .fx_contact_link .f-link-list ul li > a,
#footer .fx_contact_link .f-index-map > ul > li > .item > span,
#footer .fx_contact_link .f-index-map > ul > li > .item > a {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 60px;
  padding: 5px 35px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: var(--text-letter-spacing);
  background: var(--key-color);
  border: 1px solid var(--key-color);
  text-decoration: none;
  border-radius: 4px;
}

#footer .fx_contact_link .f-link-list ul li > a::before,
#footer .fx_contact_link .f-index-map > ul > li > .item > a::before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

#footer .fx_contact_link .f-link-list ul li > a:hover,
#footer .fx_contact_link .f-index-map > ul > li > .item > a:hover {
  color: var(--key-color);
  background: #fff;
}

@media screen and (max-width: 768px) {
  #footer .fx_contact_link {
    padding-top: 0;
  }
}
/* フッターリンク集2 */
#footer .fx_link2 {
  padding: 10px 0;
}

#footer .fx_link2 .f-link-list ul {
  padding: 10px 0;
  text-align: center;
}

#footer .fx_link2 .f-link-list li {
  display: inline-block;
  line-height: 1.2;
}

#footer .fx_link2 .f-link-list li + li {
  padding-left: 14px;
  margin-left: 14px;
  border-left: 1px solid currentColor;
}

#footer .fx_link2 .f-link-list li > a,
#footer .fx_link2 .f-link-list li > span {
  color: inherit;
  font-size: 13px;
  font-weight: bold;
  word-break: break-word;
  letter-spacing: 0.1px;
}

#footer .fx_link2 .f-link-list li > a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.203%22%20height%3D%2217.203%22%20viewBox%3D%220%200%2017.203%2017.203%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_227%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20227%22%20transform%3D%22translate(-2%20-1.586)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_168%22%20data-name%3D%22%E3%83%91%E3%82%B9%20168%22%20d%3D%22M13.5%2C9.162%2C19.662%2C3%22%20transform%3D%22translate(-1.873)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_169%22%20data-name%3D%22%E3%83%91%E3%82%B9%20169%22%20d%3D%22M16%2C3h4.108V7.108%22%20transform%3D%22translate(-2.319)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_170%22%20data-name%3D%22%E3%83%91%E3%82%B9%20170%22%20d%3D%22M17.789%2C12.038v4.108a1.643%2C1.643%2C0%2C0%2C1-1.643%2C1.643H4.643A1.643%2C1.643%2C0%2C0%2C1%2C3%2C16.146V4.643A1.643%2C1.643%2C0%2C0%2C1%2C4.643%2C3H8.751%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") center center no-repeat;
  background-size: contain;
  margin-left: 5px;
}

#footer .fx_link2 .f-link-list li > a:hover {
  text-decoration: underline;
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  #footer .fx_link2 .f-link-list li > a,
  #footer .fx_link2 .f-link-list li > span {
    font-size: 12px;
  }
}
/* フッターリンク集1 */
#footer .fx_link1 {
  padding: 10px 0;
}

#footer .fx_link1 .f-link-list ul {
  padding: 10px 0;
  display: flex;
  flex-flow: row wrap;
  gap: 0 20px;
  align-items: center;
  justify-content: center;
}

#footer .fx_link1 .f-link-list li > a,
#footer .fx_link1 .f-link-list li > span {
  color: inherit;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: var(--text-letter-spacing);
}

#footer .fx_link1 .f-link-list li > a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.203%22%20height%3D%2217.203%22%20viewBox%3D%220%200%2017.203%2017.203%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_227%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20227%22%20transform%3D%22translate(-2%20-1.586)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_168%22%20data-name%3D%22%E3%83%91%E3%82%B9%20168%22%20d%3D%22M13.5%2C9.162%2C19.662%2C3%22%20transform%3D%22translate(-1.873)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_169%22%20data-name%3D%22%E3%83%91%E3%82%B9%20169%22%20d%3D%22M16%2C3h4.108V7.108%22%20transform%3D%22translate(-2.319)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_170%22%20data-name%3D%22%E3%83%91%E3%82%B9%20170%22%20d%3D%22M17.789%2C12.038v4.108a1.643%2C1.643%2C0%2C0%2C1-1.643%2C1.643H4.643A1.643%2C1.643%2C0%2C0%2C1%2C3%2C16.146V4.643A1.643%2C1.643%2C0%2C0%2C1%2C4.643%2C3H8.751%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") center center no-repeat;
  background-size: contain;
  margin-left: 5px;
}

#footer .fx_link1 .f-link-list li > a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #footer .fx_link1 .f-link-list li > a,
  #footer .fx_link1 .f-link-list li > span {
    font-size: 1.2rem;
  }
}
/* コピーライト */
#footer .fx_copyright {
  padding: 15px 0 0;
}

#footer .fx_copyright .f-text-section {
  font-size: 1.4rem;
  letter-spacing: var(--text-letter-spacing);
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footer .fx_copyright .f-text-section {
    font-size: 1.2rem;
  }
}
/*------------- お問い合わせ ページ -------------*/
[data-page-path^="/form"] body,
[data-page-path^="/form"] body {
  color: #222;
  background: #fff;
}

[data-page-path^="/form"] .page-intro-wrapper,
[data-page-path^="/form"] .page-intro,
[data-page-path^="/form"] .page-intro > h1 {
  min-height: auto;
  height: auto;
  padding: 0;
  margin: 0;
  width: auto;
  border: none;
  background: none;
  display: block;
}

[data-page-path^="/form"] .page-intro-wrapper {
  background: #f7f7f7;
}

[data-page-path^="/form"] .page-intro > h1 {
  display: block;
  padding: 40px 0;
  text-align: left;
  color: inherit;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0;
}

[data-page-path^="/form"] .page-intro > h1::before [data-page-path^="/form"] .page-intro > h1::after {
  content: none;
}

@media print, screen and (min-width: 768px) {
  [data-page-path^="/form"] .page-intro {
    max-width: calc(var(--mainarea-width) + 40px);
    padding: 0 20px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  [data-page-path^="/form"] .page-intro {
    padding: 0 15px;
  }
  [data-page-path^="/form"] .page-intro > h1 {
    padding: 25px 0;
    font-size: 2.5rem;
  }
}
/* お問い合わせ用バナー */
/* 基本、矢印アイコンは付けない */
[data-page-path^="/form"] .panel.no-img.style1 a {
  position: relative;
  width: auto;
  height: auto;
  min-height: auto;
  border: none;
  padding: 16px 25px;
  margin: 20px 10px 0;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 0.05em;
  background: #222;
  text-decoration: none;
  border-radius: 4px;
}

[data-page-path^="/form"] .panel.no-img.style1 a .text {
  justify-content: center;
}

[data-page-path^="/form"] .panel.no-img.style1 a .icon_front,
[data-page-path^="/form"] .panel.no-img.style1 a .icon_rear {
  display: none;
}

[data-page-path^="/form"] .panel.no-img.style1 a:hover {
  border: none;
  color: #fff;
  background: #999;
}

/*------------- お問い合わせヘッダー -------------*/
@media screen {
  body:not(.in-editor) #pagetop.pad.contact ~ * #header .on-contact .hx_panel {
    /*		position: fixed; */
  }
}
@media print, screen and (min-width: 768px) {
  #pagetop.contact {
    height: 110px;
  }
  #header .on-contact .hx_panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background: #fff;
    z-index: 1001;
    transition: 0.3s;
  }
  #header .on-contact .hx_panel > * > * {
    position: relative;
  }
  /* ロゴ */
  #header .on-contact .hx_logo {
    position: relative;
    /*	ロゴをコンテンツエリア端に */
    /*
    	max-width: calc(var(--mainarea-width) + 40px);
    	padding: 0 20px;
    	margin: auto;
    */
  }
  #header .on-contact .hx_logo > * {
    position: absolute;
    top: 10px;
    left: 20px;
    height: 100px;
    z-index: 1;
  }
  #header .on-contact .hx_logo > * > * > * > * {
    position: absolute;
    top: 0;
    left: 0;
    /*	transform: translate(0, -50%); */
  }
  #header .on-contact .hx_logo > * > * > * > .h-column2 {
    display: none;
  }
  #header .on-contact .hx_logo .h-panel a {
    display: flex;
    flex-flow: row-reverse nowrap;
    align-items: center;
  }
  #header .on-contact .hx_logo .h-panel a {
    display: block;
    width: 463px;
  }
  #header .on-contact .hx_logo .h-panel a img {
    display: block;
    width: 100%;
    margin: 0;
    opacity: 1;
  }
  #header .on-contact .hx_logo .h-panel a .text {
    white-space: nowrap;
    display: block;
    vertical-align: baseline;
    padding-left: 16px;
    color: #383838;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.075em;
    text-decoration: none;
  }
  #header .on-contact .hx_logo .h-panel a:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  #pagetop.contact {
    height: 75px;
  }
  /* ヘッダーパネル */
  #header .on-contact .hx_panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: #fff;
    z-index: 1010;
  }
  /* ロゴ */
  #header .on-contact .hx_logo > * > * > * > * {
    position: absolute;
    top: 0;
    left: 60px;
    width: calc(100% - 120px);
  }
  #header .on-contact .hx_logo > * > * > * > .h-column1 {
    display: none;
  }
  #header .on-contact .hx_logo a {
    display: block;
    width: auto;
    height: 75px;
    padding: 13px 5px;
  }
  #header .on-contact .hx_logo a img {
    display: block;
    max-width: none;
    max-height: 100%;
    margin: 0 auto;
  }
}
/*------------- お問い合わせフッター -------------*/
#pagetop.contact ~ * #footer {
  border: 1px solid #eee;
  color: inherit;
  background: #fff;
}

@media print, screen and (min-width: 769px) {
  #footer .fx_frame_contact > * {
    max-width: calc(var(--mainarea-width) + 40px);
    padding: 0 20px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #footer .fx_frame_contact > * {
    max-width: calc(var(--mainarea-width) + 30px);
    margin: auto;
  }
}
#footer .fx_copyright_contact {
  padding: 15px 0;
}

#footer .fx_copyright_contact .f-text-section {
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footer .fx_copyright_contact .f-text-section {
    font-size: 1.2rem;
  }
}
/*==== 印刷設定 ====*/
@media print {
  #footer {
    /*		margin: 0; */
  }
  #footer .ax_footer {
    /*		display: none; */
  }
  [data-page-marker~=for-print-pdf] #pagetop {
    height: 0 !important;
  }
  [data-page-marker~=for-print-pdf] #header .on-pc > *,
  [data-page-marker~=for-print-pdf] .page-intro-wrapper,
  [data-page-marker~=for-print-pdf] #nav-box,
  [data-page-marker~=for-print-pdf] #footer {
    display: none !important;
  }
  [data-page-marker~=for-print-pdf] #wrapper-2 {
    margin-bottom: 0 !important;
  }
  [data-page-marker~=for-print-pdf] #wrapper-3 {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
/*==== スクロールエフェクト ====*/
/* 出現アニメーション(新) */
/* クラス名はfadeObjX1～9まで */
.fadeObjX {
  opacity: 0;
  transition: none;
  transform: translate3d(0, -30px, 0);
}

.fadeObjX.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s 1.5s;
}

.fadeObjX.visible.fadeObjX1 {
  transition-delay: 0s;
}

.fadeObjX.visible.fadeObjX2 {
  transition-delay: 0.3s;
}

.fadeObjX.visible.fadeObjX3 {
  transition-delay: 0.6s;
}

.fadeObjX.visible.fadeObjX4 {
  transition-delay: 0.9s;
}

.fadeObjX.visible.fadeObjX5 {
  transition-delay: 1.2s;
}

/* 印刷時はスクロールエフェクトoff */
@media print {
  .fadeObjX {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
    transition: 0s 0s !important;
  }
}
/*==== プラグインエリア ====*/
/* マルチ３カテゴリ設定用 */
#site-info .ox_multi3_listing > *:not(.mgnlEditor) {
  display: none;
}

/*===== 検索ダイアログ =====*/
.close_btn {
  position: absolute;
  top: 40px;
  right: 30px;
  display: block;
  width: 38px;
  height: 38px;
  margin: 8px;
  border-radius: 100%;
  background: #FFF;
  z-index: 10000;
  cursor: pointer;
}

.close_btn:hover {
  opacity: 0.7;
}

.close2-btn-icon1,
.close2-btn-icon2,
.close2-btn-icon3 {
  display: block;
  position: absolute;
  top: 17px;
  left: 9px;
  width: 22px;
  height: 2px;
  margin: 0;
  background: #004831;
  /*	transition: .2s .4s; */
}

.close2-btn-icon1 {
  margin-top: -7px;
}

.close2-btn-icon2 {
  margin-top: 0px;
}

.close2-btn-icon3 {
  margin-top: 7px;
}

.close2-btn-icon1::before,
.close2-btn-icon3::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 22px;
  height: 2px;
  background: var(--text-color);
  /*	transition: .3s .1s; */
}

.close2-btn-title {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 31px;
  left: 0;
  width: 40px;
  height: 12px;
  display: none !important;
}

.close2-btn-title li {
  display: block;
  width: 40px;
  height: 15px;
  line-height: 1;
  font-size: 10px;
  color: var(--text-color);
  text-align: center;
  transform: scale(0.8);
}

.close2-btn-title li:first-child {
  margin-top: -15px;
  /*	transition: .5s .1s; */
}

/* -- open時 -- */
.close_btn .close2-btn-icon1,
.close_btn .close2-btn-icon2,
.close_btn .close2-btn-icon3 {
  background: transparent;
  margin-top: 0;
  /*	transition: .2s .1s; */
}

.close_btn .close2-btn-icon1::before,
.close_btn .close2-btn-icon3::before {
  height: 3px;
  /*	transition: .3s .3s; */
}

.close_btn .close2-btn-icon1::before {
  transform: rotate(-225deg);
}

.close_btn .close2-btn-icon3::before {
  transform: rotate(-135deg);
}

.close_btn .close2-btn-title li:first-child {
  margin-top: 0px;
  /*	transition: .5s .25s; */
}

#dialog_search {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-top: var(--header-height-pc) solid rgba(255, 255, 255, 0.9);
  transition: 0.2s;
  z-index: 5000;
  opacity: 0;
  visibility: hidden;
}

#dialog_search.open {
  opacity: 1;
  visibility: visible;
}

#dialog_search .close_box {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#dialog_search .search_inputbox {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
}

#dialog_search .search_inputbox > h2 {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: var(--text-letter-spacing);
  margin-top: 40px;
}

#dialog_search .search_inputbox .sitesearch {
  max-width: 1210px;
  padding: 40px 80px 100px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .close_btn {
    top: 30px;
    right: 30px;
  }
  #dialog_search {
    border-top: var(--header-height-sp) solid #fff;
  }
  #dialog_search .search_inputbox {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  #dialog_search .search_inputbox h2 {
    text-align: center;
    font-size: 18px;
    letter-spacing: var(--text-letter-spacing);
  }
  #dialog_search .search_inputbox .sitesearch {
    padding-left: 20px;
    padding-right: 20px;
  }
}
[id=dialog_search] th,
[id=dialog_search] td {
  padding: 0;
  border: none;
  background: none;
}

/*** 検索ダミー ***/
/* 検索窓 */
/*
#dialog_search .search_inputbox.sw-dummy form {
	font-size: 0;
}

#dialog_search .search_inputbox.sw-dummy input[type="text"] {
	width: calc(100% - 45px);
	font-size: 1.8rem;
	padding: 10px 20px;

}

#dialog_search .search_inputbox.sw-dummy input[type="submit"] {
	padding: 0;
	box-sizing: content-box;
	vertical-align: top;
	width: 20px;
	height: calc(1.15rem + 0px);
	border: 12px solid #000;
	background: #000 url("../../../../../../resources/sw_img/default/icon_glass_white.svg") center center no-repeat;
}
*/
#dialog_search .search_inputbox.sw-dummy form {
  font-size: 0;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

#dialog_search .search_inputbox.sw-dummy input[type=text] {
  width: calc(100% - 45px);
  font-size: 16px;
  padding: 0;
  border: none;
  outline: none;
  line-height: 1em;
}

#dialog_search .search_inputbox.sw-dummy input[type=submit] {
  padding: 0;
  vertical-align: middle;
  border: none;
  outline: none;
  width: 19px;
  height: 19px;
  background: url(../../../../../../resources/sw_img/default/icon_glass.svg) no-repeat center center;
  background-size: contain;
}

/*** google custom search ***/
/* ベース */
.gsc-control-cse,
.gsc-control-cse * {
  box-sizing: content-box;
}

.gsc-control-cse {
  line-height: 1;
}

.gsc-search-box td,
.gsc-search-box th,
.gsc-control-cse td,
.gsc-control-cse th {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
}

.gsc-control-cse {
  padding: 0 !important;
  border: none !important;
  background: none !important;
}

/* 検索窓 */
#dialog_search .search_inputbox.sw-gcs form {
  font-size: 0;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

#dialog_search .search_inputbox.sw-gcs input[type=text] {
  width: calc(100% - 45px);
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  line-height: 1em;
}

#dialog_search .search_inputbox.sw-gcs input[type=submit] {
  padding: 0;
  box-sizing: content-box;
  vertical-align: top;
  width: 20px;
  height: calc(1.15rem + 0px);
  border: 12px solid #000;
  background: #000 url("../../../../../../resources/sw_img/default/icon_glass_white.svg") center center no-repeat;
}

[id=dialog_search] .gsst_b {
  font-size: 0;
}

[id=dialog_search] input.gsc-input {
  min-height: 27px;
}

[id=dialog_search] .gsc-search-button-v2 {
  margin: 0;
}

#dialog_search .gsc-input-box {
  border: none;
}

#dialog_search .gsc-search-button-v2 {
  margin: 0;
  padding: 0;
  border: none;
  width: 19px;
  height: 19px;
  background: url(../../../../../../resources/sw_img/default/icon_glass.svg) no-repeat center center;
  background-size: contain;
}

#dialog_search .gsc-search-button-v2 * {
  display: none;
}

@media screen and (max-width: 768px) {
  .gsc-results-wrapper-overlay {
    left: 5% !important;
    width: 90% !important;
    box-sizing: border-box;
  }
  #dialog_search .search_inputbox.sw-gcs .sitesearch {
    padding: 40px 20px 0;
  }
  #dialog_search .search_inputbox.sw-gcs form {
    padding: 0 10px;
    border-radius: 10px;
  }
}
/* 検索(MARS FINDER) */
.mf_finder_searchBox_items .mf_finder_searchBox_submit span {
  margin: 0;
}

.mf_finder_searchBox_submit {
  color: #fff !important;
  font-size: 2.4rem !important;
}

.mf_finder_searchBox_doctype,
.mf_finder_searchBox_selects {
  display: none !important;
}

.mf_finder_searchBox_query_input {
  border: none !important;
}

div.mf_finder_organic_doc_body {
  height: auto;
}

#sharewithmain .mf_finder_searchBox {
  margin-bottom: 18px;
}

/*** popfind(GENIEE SEARCH for コーポレート) ***/
/* 検索窓 */
#dialog_search .search_inputbox.sw-popfind .sitesearch > form {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  height: 35px;
  border: 1px solid #000;
  padding: 0 0 0 15px;
  background: #fff;
}

#dialog_search .search_inputbox.sw-popfind .sitesearch > form input[type=text] {
  padding: 0;
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
  color: #000;
}

#dialog_search .search_inputbox.sw-popfind .sitesearch > form input[type=submit] {
  padding: 0;
  border: none;
  font-size: 0;
  width: 35px;
  height: 35px;
  background: #000 url("../../../../../../resources/sw_img/icon/icon_search.svg") no-repeat center center;
  cursor: pointer;
}

#dialog_search .search_inputbox.sw-popfind .sitesearch > form > div.poplink.pcia {
  top: 35px;
}

@media screen and (max-width: 768px) {
  #dialog_search .search_inputbox.sw-popfind .sitesearch form input[type=text] {
    width: 70%;
  }
  #dialog_search .search_inputbox.sw-popfind .sitesearch form input[type=submit] {
    width: 23%;
    padding: 10px 0;
  }
}
/* 検索結果 */
.sitesearch_result.sw-popfind .sitesearch > form > div.poplink.pcia {
  top: 100%;
}

.sitesearch_result.sw-popfind {
  background: #E3F3F5;
  border-radius: 20px;
  padding: 40px 20px 10px;
}

.sitesearch_result.sw-popfind form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.5em 1.5em;
  margin: 0.5em 0 1em 0;
}

.sitesearch_result.sw-popfind form ._label {
  padding-right: 5px;
  font-weight: bold;
  font-size: 1em;
  width: 220px;
}

.sitesearch_result.sw-popfind form input[type=text] {
  margin-right: 15px;
  border: 1px solid #DDDDDD;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
  max-width: 400px;
}

.sitesearch_result.sw-popfind form input[type=submit] {
  background: #008FA0;
  border: none;
  color: #fff;
  border-radius: 10em;
  padding: 10px 20px;
  cursor: pointer;
}

._sitesearch_component ._countselector {
  justify-content: flex-start !important;
}

._sitesearch_component ._countselector ._label {
  font-size: 16px;
}

._sitesearch_component ._countselector ._label {
  width: 220px;
  flex: none !important;
}

._sitesearch_component ._countselector select {
  max-width: 300px;
  border: 1px solid #DDDDDD;
  padding: 6px 10px !important;
  border-radius: 4px;
}

._sitesearch_component ._attributegroup {
  display: flex;
  align-items: center;
}

._sitesearch_component ._attributegroup ._group {
  width: 220px;
  font-size: 1em !important;
}

._sitesearch_component ._attributegroup ._attributes {
  display: flex;
}

._sitesearch_component ._attributegroup ._attributes ._attribute {
  margin-right: 10px !important;
}

._sitesearch_component ._attributegroup ._attributes ._attribute input {
  margin-right: 5px !important;
  border: 1px solid #DDDDDD !important;
}

._sitesearch_component ._searchstatus {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

._sitesearch_component ._searchstatus ._hits {
  font-size: 24px;
}

._sitesearch_component ._pagenator {
  flex-wrap: wrap;
}

._sitesearch_component ._pagenator ._nav {
  flex: none !important;
}

._sitesearch_component ._pagenator ._nav ._disable {
  font-size: 0;
}

._sitesearch_component ._pagenator > ._nav._page {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin: 0 4px !important;
}

._sitesearch_component ._pagenator > ._nav._page a,
._sitesearch_component ._pagenator ._nav._page._current {
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #008FA0;
  display: flex;
  width: 40px;
  height: 40px;
  color: #008FA0;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

._sitesearch_component ._pagenator ._nav._page._current {
  background: #E4F3F4;
}

._sitesearch_component ._pagenator ._nav._first a,
._sitesearch_component ._pagenator ._nav._prev a,
._sitesearch_component ._pagenator ._nav._next a {
  font-size: 0;
  border-radius: 4px !important;
  border: 1px solid #008FA0;
  background: #008FA0 !important;
  display: flex;
  width: 40px;
  height: 40px;
  color: #008FA0 !important;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 0 4px !important;
}

._sitesearch_component ._pagenator ._nav._first a:before,
._sitesearch_component ._pagenator ._nav._first a:after,
._sitesearch_component ._pagenator ._nav._prev a:before,
._sitesearch_component ._pagenator ._nav._next a:before {
  content: "";
  border: 1px solid #fff;
  border-right: none;
  border-bottom: none;
  display: block;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
}

._sitesearch_component ._pagenator ._nav._next a:before {
  transform: rotate(-225deg);
}

._sitesearch_component ._pagenator ._nav._first a:after {
  margin-left: 3px;
}

._sitesearch_component ._pagenator ._nav._first, ._sitesearch_component ._pagenator ._nav._prev, ._sitesearch_component ._pagenator ._nav._next {
  margin: 0 !important;
}

._sitesearch_component ._items > ._item {
  border-top: 1px solid #DDDDDD;
  padding-top: 40px !important;
  margin-bottom: 40px !important;
}

._sitesearch_component ._items > ._item ._wrap ._sitesearch_group1 {
  margin-bottom: 30px !important;
}

._sitesearch_component ._items > ._item ._wrap ._sitesearch_group1 ._seq {
  color: #008FA0 !important;
  line-height: 1.3;
}

._sitesearch_component ._items ._item ._wrap ._title a,
._sitesearch_component ._items ._item ._wrap ._link_title a {
  text-decoration: underline;
}

._sitesearch_component ._items > ._item ._wrap ._sitesearch_group1 ._title a em,
._sitesearch_component ._items ._item ._wrap ._snippet em {
  background: #8ADCE5 !important;
}

._sitesearch_component ._items ._item ._wrap ._snippet {
  font-size: 16px;
}

._sitesearch_component ._items > ._item ._wrap ._sitesearch_group2 ._thumbnail {
  margin-right: 30px;
}

._sitesearch_component ._items ._item ._wrap ._thumbnail a {
  height: auto !important;
}

._sitesearch_component ._items > ._item ._wrap ._sitesearch_group4 a {
  color: #008FA0;
}

@media screen and (max-width: 768px) {
  .sitesearch_wrap {
    padding: 10px !important;
  }
  .sitesearch form {
    display: block;
  }
  .sitesearch form input[type=text] {
    width: 70%;
  }
  .sitesearch form input[type=submit] {
    width: 23%;
    padding: 10px 0;
  }
  ._sitesearch_component ._countselector {
    display: block !important;
  }
  ._sitesearch_component ._countselector ._label {
    margin-bottom: 5px;
  }
  ._sitesearch_component ._items > ._item ._wrap ._sitesearch_group1 {
    margin-bottom: 20px !important;
  }
  ._sitesearch_component ._items > ._item ._wrap ._sitesearch_group1 ._seq {
    white-space: nowrap;
  }
  ._sitesearch_component ._items > ._item ._wrap ._sitesearch_group2 {
    display: block !important;
  }
  ._sitesearch_component ._items > ._item ._wrap ._sitesearch_group2 ._thumbnail {
    margin-right: 0;
    margin-bottom: 20px;
    min-height: auto !important;
  }
  ._sitesearch_component ._items ._item ._wrap ._thumbnail a {
    height: auto !important;
    position: relative !important;
  }
  ._sitesearch_component ._items ._item ._wrap ._thumbnail:before {
    content: none !important;
  }
  ._sitesearch_component ._attributegroup {
    display: block !important;
  }
}
/*==== カルーセル：スライドMV html1・メイン用 （縦横比固定型・動画対応版） ====*/
/* スライドエリアと画像サイズに合わせて、各設定値を変更する事 */
/* 下の例: */
/* スライドエリアwidth: 100%(画面いっぱい) */
/* 画像height: 440px */
/* 画像width: 1280px */
/* アロー・ドットを含む枠 */
#html1 .ux_slick_mcol_mv {
  position: relative;
  margin-bottom: 60px;
}

#html1 .ux_slick_mcol_mv > .column1 {
  width: 100%;
  max-width: none;
  margin: 0;
}

/* オープニング オーバーレイ */
#html1 .ux_slick_mcol_mv:not(.ready) > .column1 {
  opacity: 0;
}

#html1 .ux_slick_mcol_mv > .column2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  margin: 0;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

#html1 .ux_slick_mcol_mv.animate > .column2 {
  transition-delay: 1s;
  opacity: 0;
  visibility: hidden;
}

#html1 .ux_slick_mcol_mv > .column2 > *,
#html1 .ux_slick_mcol_mv > .column2 img {
  margin: 0;
}

#html1 .ux_slick_mcol_mv > .column3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  transform: none;
  transition: 0.3s 0.3s opacity;
}

#html1 .ux_slick_mcol_mv.ready > .column3 {
  opacity: 0;
  visibility: hidden;
}

#html1 .ux_slick_mcol_mv > .column3 > * {
  position: static;
}

#html1 .ux_slick_mcol_mv > .column3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

#html1 .ux_slick_mcol_mv.ready > .column3 {
  opacity: 0;
  visibility: hidden;
}

/* 各スライドの枠 */
#html1 .ux_slick_mcol_mv .slick-slider {
  overflow: hidden;
}

/* 縦横比の設定 */
/* 各スライド要素の枠 */
#html1 .ux_slick_mcol_mv .slick-slide {
  overflow: hidden;
  aspect-ratio: 1280/440;
}

@media screen and (max-width: 768px) {
  #html1 .ux_slick_mcol_mv .slick-slide {
    aspect-ratio: 750/900;
  }
}
#html1 .ux_slick_mcol_mv .slick-slide > div {
  position: absolute;
  /*
  	top: 50%;
  	left: 50%;
  	width: 100%;
  	max-width: none;
  	margin: 0;
  	transform: translate(-50%, -50%);
  */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
}

/* PCを第１カラム、SPを第２カラム、用とする場合 */
@media print, screen and (min-width: 769px) {
  #html1 .ux_slick_mcol_mv .slick-slide.multiColumn2 > .column2 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #html1 .ux_slick_mcol_mv .slick-slide.multiColumn2 > .column1 {
    display: none;
  }
}
#html1 .ux_slick_mcol_mv .slick-slide img {
  width: 100%;
}

#html1 .ux_slick_mcol_mv .slick-slide > * > *:first-child,
#html1 .ux_slick_mcol_mv .slick-slide img {
  margin-top: 0;
}

#html1 .ux_slick_mcol_mv .slick-slide > * > *:last-child,
#html1 .ux_slick_mcol_mv .slick-slide img {
  margin-bottom: 0;
}

/* パーツを１つのみ設置した場合 */
#html1 .ux_slick_mcol_mv .slick-slide > * > *:only-child {
  height: 100%;
}

#html1 .ux_slick_mcol_mv .slick-slide > * > .text-section:only-child img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* youtube動画 */
@media print, screen and (min-width: 769px) {
  /* MVエリアの方が横に長い場合 */
  #html1 .ux_slick_mcol_mv .slick-slide .youtube {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    max-width: none;
    margin: 0;
    aspect-ratio: 560/315;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 768px) {
  /* MVエリアの方が縦に長い場合 */
  #html1 .ux_slick_mcol_mv .slick-slide .youtube {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    max-width: none;
    margin: 0;
    aspect-ratio: 560/315;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translate(-50%, 0);
  }
}
/* ビデオパーツ動画 */
#html1 .ux_slick_mcol_mv .slick-slide div.video,
#html1 .ux_slick_mcol_mv .slick-slide video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* chrome対策：下端5pxに目隠し */
/*
#html1 .ux_slick_mcol_mv .slick-slide video {
	bottom: -5px;
	height: calc(100% + 5px);
}
*/
/* アローをドットの左右に配置する */
#html1 .ux_slick_mcol_mv .arrow-dots {
  position: absolute;
  left: 50%;
  bottom: -50px;
  display: inline-block;
  padding: 5px 25px;
  transform: translate(-50%, 0);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0 10px;
}

/* ドット */
#html1 .ux_slick_mcol_mv .slick-dots {
  position: static;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0 10px;
  display: none;
}

#html1 .ux_slick_mcol_mv .slick-dots[style*="display: block"] {
  display: flex !important;
}

#html1 .ux_slick_mcol_mv .slick-dots:not([style*="display: block;"]) ~ * {
  display: none !important;
}

#html1 .ux_slick_mcol_mv .slick-dots li {
  flex: 0 0 auto;
}

#html1 .ux_slick_mcol_mv .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid var(--key-color);
  background: #fff;
  border-radius: 100%;
}

#html1 .ux_slick_mcol_mv .slick-dots li button::before {
  content: none;
}

#html1 .ux_slick_mcol_mv .slick-dots li.slick-active button {
  background: var(--key-color);
}

/* アロー */
#html1 .ux_slick_mcol_mv .slick-prev,
#html1 .ux_slick_mcol_mv .slick-next,
#html1 .ux_slick_mcol_mv .slick-pause {
  top: auto;
  flex: 0 0 auto;
  position: relative;
  width: 30px;
  height: 30px;
  z-index: 1;
  opacity: 1;
  margin: 0;
}

#html1 .ux_slick_mcol_mv .slick-prev {
  order: -1;
  background: url("../../../../../../resources/sw_img/slide/slide-prev.svg") no-repeat center center;
  background-size: contain;
}

#html1 .ux_slick_mcol_mv .slick-next {
  order: 2;
  background: url("../../../../../../resources/sw_img/slide/slide-prev.svg") no-repeat center center;
  background-size: contain;
  transform: scaleX(-1);
}

#html1 .ux_slick_mcol_mv .slick-pause {
  order: 3;
  background: url("../../../../../../resources/sw_img/slide/slide-pause.svg") no-repeat center center;
  background-size: contain;
  transform: scaleX(-1);
}

#html1 .ux_slick_mcol_mv .slick-pause[data-state~=pause] {
  background: url("../../../../../../resources/sw_img/slide/slide-play.svg") no-repeat center center;
  background-size: contain;
  transform: scaleX(1);
}

#html1 .ux_slick_mcol_mv .slick-prev:hover,
#html1 .ux_slick_mcol_mv .slick-prev:focus,
#html1 .ux_slick_mcol_mv .slick-next:hover,
#html1 .ux_slick_mcol_mv .slick-next:focus,
#html1 .ux_slick_mcol_mv .slick-pause:hover,
#html1 .ux_slick_mcol_mv .slick-pause:focus {
  opacity: 0.7;
  transition: 0.3s;
}

/* スライドしない場合は、ポーズボタン非表示 */
#html1 .ux_slick_mcol_mv .slick-slider:not(.slick-dotted) + * .slick-pause {
  display: none !important;
}

@media print, screen and (min-width: 769px) {
  #html1 .ux_slick_mcol_mv {
    /* ヘッダーの背景にも見える様にする */
    /*		margin-top: calc(-1 * var(--header-height-pc)); */
  }
}
/* 印刷時は、スライド機能をオフって、アクティブ画像をそのまま配置 */
@media print {
  #html1 .ux_slick_mcol_mv .slick-slide {
    left: 0 !important;
    min-height: auto !important;
    width: 100% !important;
    display: none !important;
  }
  #html1 .ux_slick_mcol_mv .slick-slide.slick-active {
    display: block !important;
  }
  #html1 .ux_slick_mcol_mv .slick-slide > div {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    min-width: auto !important;
    transform: none !important;
    margin: 0 !important;
  }
  #html1 .ux_slick_mcol_mv .slick-slide::before {
    content: none !important;
  }
  #html1 .ux_slick_mcol_mv .slick-list {
    height: auto !important;
  }
  #html1 .ux_slick_mcol_mv .slick-track {
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }
}
/*==== マルチ３一覧(サムネイルなし) ニュースティッカー ====*/
#sharewithmain .ux_slick_multi3_ticker .slick-slide {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding-bottom: 15px;
}

/*==== マルチ３一覧(サムネイル付き) タイル型ニューススライド ====*/
/* 設定resetしない、はみ出し対策必須 */
#sharewithmain .ux_slick_multi3_tile {
  overflow: hidden;
}

#sharewithmain .ux_slick_multi3_tile .basic-list2.thumnail {
  overflow: visible;
  position: relative;
  padding-bottom: 60px;
}

#sharewithmain .ux_slick_multi3_tile .basic-list2.thumnail .slick-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 15px;
}

/* アローをドット配置する */
#sharewithmain .ux_slick_multi3_tile .arrow-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  padding: 5px 25px;
  transform: translate(-50%, 0);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0 10px;
}

#sharewithmain .ux_slick_multi3_tile .slick-dots {
  position: static;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0 10px;
  display: none;
}

/* ドット */
#sharewithmain .ux_slick_multi3_tile .slick-dots[style*="display: block"] {
  display: flex !important;
}

#sharewithmain .ux_slick_multi3_tile .slick-dots li {
  flex: 0 0 auto;
}

#sharewithmain .ux_slick_multi3_tile .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid var(--key-color);
  background: #fff;
  border-radius: 100%;
}

#sharewithmain .ux_slick_multi3_tile .slick-dots li button::before {
  content: none;
}

#sharewithmain .ux_slick_multi3_tile .slick-dots li.slick-active button {
  background: var(--key-color);
}

/* ポーズ */
#sharewithmain .ux_slick_multi3_tile .slick-pause {
  top: auto;
  flex: 0 0 auto;
  order: 1;
  position: relative;
  width: 30px;
  height: 30px;
  z-index: 1;
  opacity: 1;
  margin: 0;
  background: url("../../../../../../resources/sw_img/slide/slide-pause.svg") no-repeat center center;
  background-size: contain;
  transform: scaleX(-1);
}

#sharewithmain .ux_slick_multi3_tile .slick-pause[data-state~=pause] {
  background: url("../../../../../../resources/sw_img/slide/slide-play.svg") no-repeat center center;
  background-size: contain;
  transform: scaleX(1);
}

#sharewithmain .ux_slick_multi3_tile .slick-slider:not(.slick-dotted) ~ * .slick-pause {
  display: none;
}

/* アロー */
#sharewithmain .ux_slick_multi3_tile .slick-prev,
#sharewithmain .ux_slick_multi3_tile .slick-next {
  position: absolute;
  top: 110px;
  width: 50px;
  height: 50px;
  z-index: 1;
  opacity: 1;
  margin: 0;
  background: url("../../../../../../resources/sw_img/slide/slide-prev2.svg") no-repeat center center;
  background-size: contain;
}

#sharewithmain .ux_slick_multi3_tile .slick-prev {
  left: -20px;
}

#sharewithmain .ux_slick_multi3_tile .slick-next {
  right: -20px;
  transform: scaleX(-1);
}

#sharewithmain .ux_slick_multi3_tile .slick-prev:hover,
#sharewithmain .ux_slick_multi3_tile .slick-prev:focus,
#sharewithmain .ux_slick_multi3_tile .slick-next:hover,
#sharewithmain .ux_slick_multi3_tile .slick-next:focus,
#sharewithmain .ux_slick_multi3_tile .slick-pause:hover,
#sharewithmain .ux_slick_multi3_tile .slick-pause:focus {
  opacity: 0.7;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  #sharewithmain .ux_slick_multi3_tile .slick-prev,
  #sharewithmain .ux_slick_multi3_tile .slick-next {
    width: 35px;
    height: 35px;
  }
}
/*==== 別エリア表示パーツ内 マルチカラム タイル型スライド ====*/
/* 設定resetしない、はみ出し対策必須 */
.ux_slick_mcol_tile {
  overflow: hidden;
}

.ux_slick_mcol_tile > * > .reuse-main-area {
  position: relative;
}

#sharewithmain .ux_slick_mcol_tile .slide-frame {
  position: relative;
  margin-top: 30px;
  padding-bottom: 50px;
}

#sharewithmain .ux_slick_mcol_tile .slide-frame .slick-slide {
  position: relative;
  width: 100%;
  margin: 0 10px;
}

/* アローをドット配置する */
#sharewithmain .ux_slick_mcol_tile .arrow-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  padding: 5px 25px;
  transform: translate(-50%, 0);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0 10px;
}

#sharewithmain .ux_slick_mcol_tile .slick-dots {
  position: static;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0 10px;
  display: none;
}

/* ドット */
#sharewithmain .ux_slick_mcol_tile .slick-dots[style*="display: block"] {
  display: flex !important;
}

#sharewithmain .ux_slick_mcol_tile .slick-dots li {
  flex: 0 0 auto;
}

#sharewithmain .ux_slick_mcol_tile .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid var(--key-color);
  background: #fff;
  border-radius: 100%;
}

#sharewithmain .ux_slick_mcol_tile .slick-dots li button::before {
  content: none;
}

#sharewithmain .ux_slick_mcol_tile .slick-dots li.slick-active button {
  background: var(--key-color);
}

/* ポーズ */
#sharewithmain .ux_slick_mcol_tile .slick-pause {
  top: auto;
  flex: 0 0 auto;
  order: 1;
  position: relative;
  width: 30px;
  height: 30px;
  z-index: 1;
  opacity: 1;
  margin: 0;
  background: url("../../../../../../resources/sw_img/slide/slide-pause.svg") no-repeat center center;
  background-size: contain;
  transform: scaleX(-1);
}

#sharewithmain .ux_slick_mcol_tile .slick-pause[data-state~=pause] {
  background: url("../../../../../../resources/sw_img/slide/slide-play.svg") no-repeat center center;
  background-size: contain;
  transform: scaleX(1);
}

#sharewithmain .ux_slick_mcol_tile .slick-slider:not(.slick-dotted) ~ * .slick-pause {
  display: none;
}

/* アロー */
#sharewithmain .ux_slick_mcol_tile .slick-prev,
#sharewithmain .ux_slick_mcol_tile .slick-next {
  position: absolute;
  top: 110px;
  width: 50px;
  height: 50px;
  z-index: 1;
  opacity: 1;
  margin: 0;
  background: url("../../../../../../resources/sw_img/slide/slide-prev2.svg") no-repeat center center;
  background-size: contain;
}

#sharewithmain .ux_slick_mcol_tile .slick-prev {
  left: -20px;
}

#sharewithmain .ux_slick_mcol_tile .slick-next {
  right: -20px;
  transform: scaleX(-1);
}

#sharewithmain .ux_slick_mcol_tile .slick-prev:hover,
#sharewithmain .ux_slick_mcol_tile .slick-prev:focus,
#sharewithmain .ux_slick_mcol_tile .slick-next:hover,
#sharewithmain .ux_slick_mcol_tile .slick-next:focus,
#sharewithmain .ux_slick_mcol_tile .slick-pause:hover,
#sharewithmain .ux_slick_mcol_tile .slick-pause:focus {
  opacity: 0.7;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  #sharewithmain .ux_slick_mcol_tile .slick-prev,
  #sharewithmain .ux_slick_mcol_tile .slick-next {
    width: 35px;
    height: 35px;
  }
}
/*==== クッキー警告ダイアログ ====*/
#page404 #site-info .ux_popup_cookie_warning {
  display: none !important;
}

#site-info .ux_popup_cookie_warning {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 3100;
  transition: 0.3s;
}

#site-info .ux_popup_cookie_warning.agree {
  max-height: 0;
  visibility: hidden;
}

#site-info .ux_popup_cookie_warning > * {
  display: block;
  width: 100%;
  padding: 20px 20px;
  margin: auto;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
}

#site-info .ux_popup_cookie_warning .text-section {
  margin: 0;
  flex-grow: 1;
}

#site-info .ux_popup_cookie_warning .text-section .strong {
  display: inline-block;
  margin-bottom: 10px;
}

#site-info .ux_popup_cookie_warning .text-section a {
  color: inherit;
  text-decoration: underline;
}

#site-info .ux_popup_cookie_warning .text-section a::before {
  content: "→";
  display: inline-block;
  margin-right: 0.4em;
}

#site-info .ux_popup_cookie_warning .text-section a[target=_blank]::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.203%22%20height%3D%2217.203%22%20viewBox%3D%220%200%2017.203%2017.203%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_227%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20227%22%20transform%3D%22translate(-2%20-1.586)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_168%22%20data-name%3D%22%E3%83%91%E3%82%B9%20168%22%20d%3D%22M13.5%2C9.162%2C19.662%2C3%22%20transform%3D%22translate(-1.873)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_169%22%20data-name%3D%22%E3%83%91%E3%82%B9%20169%22%20d%3D%22M16%2C3h4.108V7.108%22%20transform%3D%22translate(-2.319)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_170%22%20data-name%3D%22%E3%83%91%E3%82%B9%20170%22%20d%3D%22M17.789%2C12.038v4.108a1.643%2C1.643%2C0%2C0%2C1-1.643%2C1.643H4.643A1.643%2C1.643%2C0%2C0%2C1%2C3%2C16.146V4.643A1.643%2C1.643%2C0%2C0%2C1%2C4.643%2C3H8.751%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}

#site-info .ux_popup_cookie_warning .text-section a:hover {
  text-decoration: none;
}

#site-info .ux_popup_cookie_warning .title4 {
  white-space: nowrap;
  flex-shrink: 0;
  display: block;
  width: auto;
  margin: auto;
  min-width: 100px;
  color: #000;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.375;
  cursor: pointer;
}

#site-info .ux_popup_cookie_warning p {
  font-size: 16px;
}

#site-info .ux_popup_cookie_warning .title4 h4 {
  padding: 8px;
  font-size: 16px;
}

@media print, screen and (min-width: 769px) {
  #site-info .ux_popup_cookie_warning {
    /*		min-width: calc(var(--mainarea-width) + 40px); */
  }
  #site-info .ux_popup_cookie_warning > div {
    max-width: calc(var(--mainarea-width) + 40px);
    margin: auto;
  }
  #site-info .ux_popup_cookie_warning > * > * > * > * {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #site-info .ux_popup_cookie_warning > div {
    padding: 20px 20px;
  }
  #site-info .ux_popup_cookie_warning .text-section {
    font-size: 1.1rem;
    color: #fff;
    margin-top: 0;
  }
  #site-info .ux_popup_cookie_warning .title4 {
    margin: 10px auto 0;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.1rem;
  }
  #site-info .ux_popup_cookie_warning .title4 h4 {
    padding: 6px 40px;
  }
}
/*==== 言語切り替えリンク ====*/
/* 対応するページがない場合、リンク非表示 */
.ax_lang_link.hidden,
.ax_lang_link .hidden {
  display: none !important;
}

.ax_lang_link {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  z-index: 6;
}

.ax_lang_link > div {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .ax_lang_link {
    display: block;
    left: 50%;
    max-width: calc(var(--mainarea-width) + 40px);
    width: calc(100% - 20px);
    transform: translateX(-50%);
    margin: 0 auto;
  }
  [data-page-intro~=has-bg-video] .ax_lang_link > div,
  [data-page-intro~=has-bg-image] .ax_lang_link > div {
    bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ax_lang_link > div {
    right: 10px;
  }
  [data-page-intro~=has-bg-video] .ax_lang_link > div,
  [data-page-intro~=has-bg-image] .ax_lang_link > div {
    bottom: 10px;
  }
}
/* 言語切り替えボタンスタイル */
.ax_lang_link ul {
  display: flex;
  flex-flow: row nowrap;
  line-height: 1.5;
  overflow: hidden;
}

.ax_lang_link li {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
}

.ax_lang_link li:not(:first-child)::before {
  content: "|";
  display: block;
  width: 40px;
  text-align: center;
  color: #B6B6B6;
  font-size: 1.8rem;
  font-weight: inherit;
}

.ax_lang_link li > span,
.ax_lang_link li > a {
  display: block;
  padding: 0px 5px;
  font-size: 1.8rem;
  font-weight: inherit;
  line-height: inherit;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
  outline: none;
  border-bottom: 2px solid transparent;
}

.ax_lang_link li.active > span,
.ax_lang_link li.active > a {
  color: var(--key-color);
  border-bottom-color: var(--key-color);
}

.ax_lang_link a:hover {
  color: var(--key-color);
  border-bottom-color: var(--key-color);
}

@media screen and (max-width: 768px) {
  .ax_lang_link li > span,
  .ax_lang_link li > a {
    font-size: 1.2rem;
  }
}
/* 旧スタイル */
/*
.ax_lang_link li {
	display: inline-block;
	vertical-align: top;
}

.ax_lang_link li > span ,
.ax_lang_link li > a {
	display: block;
	padding: 5px 10px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: inherit;
	white-space: nowrap;
	color: inherit;
	text-decoration: none;
	background: #fff;
}

.ax_lang_link li:not(:last-child) {
	border-right: 1px solid #eee;
}

.ax_lang_link li:first-child > span ,
.ax_lang_link li:first-child > a{
	padding-left: 15px;
}

.ax_lang_link li:last-child > span ,
.ax_lang_link li:last-child > a {
	padding-right: 15px;
}

.ax_lang_link li.active > span ,
.ax_lang_link li.active > a {
	background: rgba(255,255,255, 0.9);
}
.ax_lang_link .inactive {
}

.ax_lang_link a:hover {
	background: rgba(255,255,255, 0.7);
}

@media screen and (max-width: 768px) {
	.ax_lang_link li > span ,
	.ax_lang_link li > a {
		font-size: 1.2rem;
	}
}
*/
/*==== 決算資料 アコーディオン ====*/
/* #sharewithmain .ux_accordion_result , */
#sharewithmain .lx_accordion_02 {
  align-items: normal;
}

.ux_accordion_result .news-result h2,
.ux_accordion_result .news-yuho h2,
.ux_accordion_result .news-presentation h2,
.ux_accordion_result .news-material h2 {
  cursor: pointer;
  padding-right: 50px;
}

.ux_accordion_result .news-result h2.open::after,
.ux_accordion_result .news-result h2.close::after,
.ux_accordion_result .news-yuho h2.open::after,
.ux_accordion_result .news-yuho h2.close::after,
.ux_accordion_result .news-presentation h2.open::after,
.ux_accordion_result .news-presentation h2.close::after,
.ux_accordion_result .news-material h2.open::after,
.ux_accordion_result .news-material h2.close::after {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  left: auto;
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  right: 20px;
  display: block;
  width: 40px;
  height: 40px;
  background: url("../../../../../../resources/sw_img/icon/icon_close.svg") center center no-repeat;
  background-size: contain;
}

.ux_accordion_result .news-result h2.open::after,
.ux_accordion_result .news-yuho h2.open::after,
.ux_accordion_result .news-presentation h2.open::after,
.ux_accordion_result .news-material h2.open::after {
  background-image: url("../../../../../../resources/sw_img/icon/icon_open.svg");
}

.lx_accordion_02 > .column2,
.lx_accordion_02 > .column3,
.lx_accordion_02 > .column4,
.lx_accordion_02 > .column5,
.ux_accordion_result .news-result h2.open + .group_year,
.ux_accordion_result .news-result h2.close + .group_year,
.ux_accordion_result .news-yuho h2.open + .group_year,
.ux_accordion_result .news-yuho h2.close + .group_year,
.ux_accordion_result .news-presentation h2.open + .group_year,
.ux_accordion_result .news-presentation h2.close + .group_year,
.ux_accordion_result .news-material h2.open + .group_year,
.ux_accordion_result .news-material h2.close + .group_year {
  margin-top: 20px;
  position: relative;
  color: inherit;
  padding: 1px 25px 20px;
  background: #f5f5f5;
}

.ux_accordion_result .news-material dl:first-child dt {
  margin-top: 20px;
}

/*==== タブ風スタイル ====*/
/* 高さ合わせが必要ならux_justify_list_itemも共に設定する */
/* リンクリスト(非ハイライト)：現在ページがアクティブ */
/* リンクリスト(ハイライト)：サブアイテム(ハイライト)がアクティブ */
.lx_list_tabstyle01 .link-list:not(.highlight),
.lx_list_tabstyle01 .link-list.highlight {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 30px;
  padding-bottom: 20px;
}

.lx_list_tabstyle01 .link-list:not(.highlight) ul,
.lx_list_tabstyle01 .link-list.highlight ul {
  display: table-row;
  margin: 0;
}

.lx_list_tabstyle01 .link-list:not(.highlight) ul li,
.lx_list_tabstyle01 .link-list.highlight ul li {
  margin: 0;
  padding: 0;
  background: none;
  display: table-cell;
  height: 76px;
}

.lx_list_tabstyle01 .link-list ul li:not(.highlight)::before,
.lx_list_tabstyle01 .link-list ul li:not(.highlight)::after,
.lx_list_tabstyle01 .link-list ul li.highlight::before,
.lx_list_tabstyle01 .link-list ul li.highlight::after {
  content: none;
}

.lx_list_tabstyle01 .link-list ul li:not(.highlight) > span,
.lx_list_tabstyle01 .link-list ul li:not(.highlight) > a,
.lx_list_tabstyle01 .link-list ul li.highlight > span,
.lx_list_tabstyle01 .link-list ul li.highlight > a {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  margin: 0;
  margin-right: 1px;
  padding: 5px 5px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
  text-decoration: none;
  background: var(--key-color);
  border-bottom: 1px solid #e4e4e4;
}

.lx_list_tabstyle01 .link-list ul li:not(.highlight) > span::before,
.lx_list_tabstyle01 .link-list ul li:not(.highlight) > a::before,
.lx_list_tabstyle01 .link-list ul li.highlight > span::before,
.lx_list_tabstyle01 .link-list ul li.highlight > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: none;
}

.lx_list_tabstyle01 .link-list:not(.highlight) ul li.act > span,
.lx_list_tabstyle01 .link-list:not(.highlight) ul li.act > a,
.lx_list_tabstyle01 .link-list:not(.highlight) ul li > span:hover,
.lx_list_tabstyle01 .link-list:not(.highlight) ul li > a:hover,
.lx_list_tabstyle01 .link-list.highlight ul li.highlight > span,
.lx_list_tabstyle01 .link-list.highlight ul li.highlight > a,
.lx_list_tabstyle01 .link-list.highlight ul li > span:hover,
.lx_list_tabstyle01 .link-list.highlight ul li > a:hover {
  color: #222;
  background: none;
  border-color: transparent;
}

.lx_list_tabstyle01 .link-list:not(.highlight) ul li.act > span::before,
.lx_list_tabstyle01 .link-list:not(.highlight) ul li.act > a::before,
.lx_list_tabstyle01 .link-list:not(.highlight) ul li > span:hover::before,
.lx_list_tabstyle01 .link-list:not(.highlight) ul li > a:hover::before,
.lx_list_tabstyle01 .link-list.highlight ul li.highlight > span::before,
.lx_list_tabstyle01 .link-list.highlight ul li.highlight > a::before,
.lx_list_tabstyle01 .link-list.highlight ul li > span:hover::before,
.lx_list_tabstyle01 .link-list.highlight ul li > a:hover::before {
  background: var(--key-color);
}

.lx_list_tabstyle01 .link-list ul li:not(.highlight).empty-tab > span,
.lx_list_tabstyle01 .link-list ul li:not(.highlight).empty-tab > a,
.lx_list_tabstyle01 .link-list ul li.highlight.empty-tab > span,
.lx_list_tabstyle01 .link-list ul li.highlight.empty-tab > a {
  color: #ccc;
}

/* 2つ目（ページ下部に配置） */
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list ul li:not(.highlight) > span,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list ul li:not(.highlight) > a,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list ul li.highlight > span,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list ul li.highlight > a {
  /*	border-bottom: none; */
  /*	border-top: 1px solid #e4e4e4; */
}

.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list ul li:not(.highlight) > span::before,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list ul li:not(.highlight) > a::before,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list ul li.highlight > span::before,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list ul li.highlight > a::before {
  /*	top: auto; */
  /*	bottom: 0; */
}

.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list:not(.highlight) ul li.act > span,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list:not(.highlight) ul li.act > a,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list:not(.highlight) ul li > span:hover,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list:not(.highlight) ul li > a:hover,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list.highlight ul li.highlight > span,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list.highlight ul li.highlight > a,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list.highlight ul li > span:hover,
.lx_list_tabstyle01 ~ .lx_list_tabstyle01 .link-list.highlight ul li > a:hover {
  /*	border-color: transparent; */
}

/* 編集画面	 */
.lx_list_tabstyle01 .link-list .mgnlEditorBar[aria-hidden=false] + ul,
.lx_list_tabstyle01 .link-list .mgnlEditorBar[aria-hidden=false] + ul li {
  display: block;
  margin-bottom: 10px;
}

/*==== お問い合わせフォーム進捗表示スタイル ====*/
.lx_list_inquiry_step .link-list:not(.highlight) ul {
  padding: 20px 20px 25px;
  background: #777;
}

.lx_list_inquiry_step .link-list:not(.highlight) li {
  display: block;
  padding: 5px 0;
  margin: 0;
}

.lx_list_inquiry_step .link-list:not(.highlight) li.text-without-link::before {
  content: none;
}

.lx_list_inquiry_step .link-list:not(.highlight) li > span,
.lx_list_inquiry_step .link-list:not(.highlight) li > a {
  color: #ccc;
  border-bottom: 1px solid transparent;
}

.lx_list_inquiry_step .link-list:not(.highlight) li.highlight > span,
.lx_list_inquiry_step .link-list:not(.highlight) li.highlight > a,
.lx_list_inquiry_step .link-list:not(.highlight) li > a:hover {
  color: #fff;
}

.lx_list_inquiry_step .link-list:not(.highlight) li.highlight > span,
.lx_list_inquiry_step .link-list:not(.highlight) li.highlight > a {
  border-bottom-color: #fff;
}

.lx_list_inquiry_step .link-list:not(.highlight) li.text-without-link:first-child ~ li:nth-child(even) > span {
  position: static;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  color: inherit;
  font-size: inherit;
  font-weight: normal;
  transform: none;
  display: inline-block;
  width: 5px;
  height: 20px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  transform: skewY(-45deg);
  margin-left: 30px;
}

.lx_list_inquiry_step div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden=false] + ul,
.lx_list_inquiry_step div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden=false] + ul li {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .lx_list_inquiry_step .link-list:not(.highlight) ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px 35px;
  }
  .lx_list_inquiry_step .link-list:not(.highlight) li {
    display: inline-block;
    padding: 0 10px;
  }
  .lx_list_inquiry_step .link-list:not(.highlight) li.text-without-link:first-child ~ li:nth-child(even) > span {
    margin: 0;
    display: inline-block;
    width: 40px;
    height: 5px;
    border-left: none;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    transform: skewX(45deg);
    margin-bottom: 3px;
  }
}
/*==== お問い合わせフォーム進捗表示スタイル type02 ====*/
#sharewithmain .lx_list_inquiry_step02 .link-list ul {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 20px;
}

#sharewithmain .lx_list_inquiry_step02 .link-list .mgnlEditorBar[aria-hidden=false] + ul {
  display: block;
}

#sharewithmain .lx_list_inquiry_step02 .link-list ul li {
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  background: #777;
  padding-right: 45px;
  margin-right: 20px;
}

#sharewithmain .lx_list_inquiry_step02 .link-list ul li:last-child {
  margin-right: 0;
}

#sharewithmain .lx_list_inquiry_step02 .link-list ul li::before {
  border: none;
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: -40px;
  display: block;
  width: 200px;
  height: 200px;
  background: #777;
  border-top: 100px solid #fff;
  border-right: 100px solid #fff;
  transform-origin: right top;
  transform: translateX(50%) rotate(45deg);
}

#sharewithmain .lx_list_inquiry_step02 .link-list ul li.highlight,
#sharewithmain .lx_list_inquiry_step02 .link-list ul li.highlight::before {
  background: #333;
}

#sharewithmain .lx_list_inquiry_step02 .link-list ul li > span {
  position: relative;
  display: flex;
  height: 100%;
  min-height: 80px;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 10px;
  color: #fff;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #sharewithmain .lx_list_inquiry_step02 .link-list ul li {
    padding-right: 15px;
    margin-right: 5px;
  }
  #sharewithmain .lx_list_inquiry_step02 .link-list ul li::before {
    right: -20px;
    width: 200px;
    height: 200px;
    border-top: 100px solid #fff;
    border-right: 100px solid #fff;
    transform: scaleX(0.5) translateX(50%) rotate(45deg);
  }
  #sharewithmain .lx_list_inquiry_step02 .link-list ul li > span {
    padding: 5px 5px;
    font-size: 1.2rem;
  }
}
/*==== お問い合わせフォーム進捗表示スタイル type03 ====*/
#sharewithmain .lx_list_inquiry_step03 .link-list ul {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 20px;
}

#sharewithmain .lx_list_inquiry_step03 .link-list ul li {
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  background: #D8D8D8;
}

#sharewithmain .lx_list_inquiry_step03 .link-list ul li:not(:first-child) {
  margin-left: -80px;
  padding-left: 30px;
}

#sharewithmain .lx_list_inquiry_step03 .link-list ul li:not(:last-child) {
  padding-right: 30px;
}

#sharewithmain .lx_list_inquiry_step03 .link-list ul li > span {
  position: relative;
  display: flex;
  height: 100%;
  height: 70px;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 10px;
  color: #333;
  z-index: 10;
}

#sharewithmain .lx_list_inquiry_step03 .link-list ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: -40px;
  display: block;
  width: 100px;
  height: 100px;
  background: #D8D8D8;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: scaleX(0.75) rotate(45deg);
  transform-origin: right top;
}

#sharewithmain .lx_list_inquiry_step03 .link-list ul li.highlight {
  background: #595959;
}

#sharewithmain .lx_list_inquiry_step03 .link-list ul li.highlight span {
  color: #fff;
}

#sharewithmain .lx_list_inquiry_step03 .link-list ul li.highlight + .mgnlEditorBar + li:before,
#sharewithmain .lx_list_inquiry_step03 .link-list ul li.highlight + li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: -40px;
  display: block;
  width: 100px;
  height: 100px;
  background: #595959;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: scaleX(0.75) rotate(45deg);
  transform-origin: right top;
}

#sharewithmain .lx_list_inquiry_step03 .link-list ul .mgnlEditor:first-child + li::before,
#sharewithmain .lx_list_inquiry_step03 .link-list ul li:first-child::before {
  content: none;
}

#sharewithmain .lx_list_inquiry_step03 .link-list .mgnlEditorBar[aria-hidden=false] + ul,
#sharewithmain .lx_list_inquiry_step03 .link-list .mgnlEditorBar[aria-hidden=false] + ul li {
  display: block;
  margin: 0 !important;
}

/*==== IR TOP > 最新イベント ====*/
/*
.lx_style_ir_latest_event {
}

.lx_style_ir_latest_event >*> .link-list {
	margin-top: 30px;
	padding: 20px;
	background: #f5f5f5;
	margin-bottom: 20px;
}

.lx_style_ir_latest_event >*> .link-list h2 {
	margin-top: 0;
	padding-left: 0;
}

.lx_style_ir_latest_event >*> .link-list h2::before ,
.lx_style_ir_latest_event >*> .link-list h2::after {
	content: none;
}

.lx_style_ir_latest_event >*> .link-list ul li {
	font-size: 1.8rem;
}
*/
/* 最新決算資料 */
#sharewithmain .lx_style_ir_latest_earnings > div {
  margin-top: 30px;
  padding: 10px 30px 30px;
  background: #f5f5f5;
}

.lx_style_ir_latest_earnings .title2 {
  margin-top: 0;
}

.lx_style_ir_latest_earnings .title2::before,
.lx_style_ir_latest_earnings .title2::after {
  content: none;
}

.lx_style_ir_latest_earnings .news-material .group_year ~ h2,
.lx_style_ir_latest_earnings .news-material .group_year ~ .group_year,
.lx_style_ir_latest_earnings .news-material dl ~ h2,
.lx_style_ir_latest_earnings .news-material dl ~ dl,
.lx_style_ir_latest_earnings .news-result .group_year ~ h2,
.lx_style_ir_latest_earnings .news-result .group_year ~ .group_year,
.lx_style_ir_latest_earnings .news-result dl ~ h2,
.lx_style_ir_latest_earnings .news-result dl ~ dl,
.lx_style_ir_latest_earnings .merged_list ~ .multiColumn {
  display: none;
}

.lx_style_ir_latest_earnings .news-result dl dt,
.lx_style_ir_latest_earnings .news-material h2 {
  display: none;
}

.lx_style_ir_latest_earnings .news-result dl,
.lx_style_ir_latest_earnings .news-material dl {
  margin-top: 0;
}

.lx_style_ir_latest_earnings .news-material dl dt .result-word {
  display: none;
}

.lx_style_ir_latest_earnings .news-result dl dd .filesize,
.lx_style_ir_latest_earnings .news-material dl dd .filesize {
  display: none;
}

/* h4と同等のスタイル */
.lx_style_ir_latest_earnings .news-result h2,
.lx_style_ir_latest_earnings .news-material dl dt {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  padding-bottom: 5px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 5px;
}

.lx_style_ir_latest_earnings .news-result h2::before,
.lx_style_ir_latest_earnings .news-result h2::after,
.lx_style_ir_latest_earnings .news-material dl dt::before,
.lx_style_ir_latest_earnings .news-material dl dt::after {
  content: none;
}

.lx_style_ir_latest_earnings .news-result dl dt .title-quater,
.lx_style_ir_latest_earnings .news-material dl dt .title-quater {
  display: inline;
}

/*------------------ HOMEページ 設定サンプル ------------------*/
/*==== HOME共通 ====*/
/*----- マルチカラムの上下に線を引く、連続した時は線を重ねる ----*/
#sharewithmain .lx_sample_mcol_topline_01 {
  padding-top: 40px;
  border-top: 1px solid #eee;
}

#sharewithmain .lx_sample_mcol_bottomline_01 {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

#sharewithmain .lx_sample_mcol_bottomline_01 + .lx_sample_mcol_topline_01 {
  margin-top: -1px;
}

/*---- マルチカラムに背景色をつける -----*/
#sharewithmain .lx_sample_mcol_bg_gray01 {
  background: #fafbfb;
}

/*----- 複数マルチカラム灰色背景 ----*/
#sharewithmain .lx_sample_mcol_bg_gray02 {
  padding: 25px 25px 0;
  background: #ccc;
  margin-bottom: 50px;
}

#sharewithmain .lx_sample_mcol_bg_gray02 + .lx_sample_mcol_bg_gray02 {
  margin-top: -50px;
}

/* 囲み線テキストを置いた場合は、そこが白色背景 */
.lx_sample_mcol_bg_gray02 .highlight-quoted-text {
  background: #fff;
}

/*== 重要なお知らせ ==*/
.ux_multi3_notice.no-news {
  display: none !important;
}

#sharewithmain .lx_top_mcol_notice {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

#sharewithmain .lx_top_mcol_notice > .column1 {
  padding: 0px 30px 30px;
  border: 3px solid red;
}

.lx_top_mcol_notice .basic-list2:not(.thumnail) .tabItems > li {
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.lx_top_mcol_notice .basic-list2:not(.thumnail) .item {
  padding: 0 !important;
}

.lx_top_mcol_notice .basic-list2:not(.thumnail) .item .date,
.lx_top_mcol_notice .basic-list2:not(.thumnail) .item .c_icon {
  display: none;
}

/*== ニュースティッカー ==*/
#sharewithmain .lx_style_news_ticker {
  padding-top: 0;
  padding-bottom: 0;
}

.lx_style_news_ticker .basic-list2:not(.thumnail) {
  margin-top: 0;
}

.lx_style_news_ticker .basic-list2:not(.thumnail) .tabItems {
  border: none;
  padding-top: 0;
}

/*== comboニュース ==*/
#sharewithmain .lx_sample_combo_twin_news {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  #sharewithmain .lx_sample_combo_twin_news::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 50%;
    height: 100%;
    background: #fafbfb;
    z-index: -1;
  }
  #sharewithmain .lx_sample_combo_twin_news > .column1 {
    padding: 40px 40px 100px 20px;
    margin-right: -1px;
    border-right: 1px solid #eee;
    margin-bottom: 0;
  }
  #sharewithmain .lx_sample_combo_twin_news > .column2 {
    padding: 40px 20px 100px 40px;
    margin-left: 0;
    border-left: 1px solid #eee;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #sharewithmain .lx_sample_combo_twin_news > .column {
    padding: 40px 0px 20px 0px;
  }
  #sharewithmain .lx_sample_combo_twin_news > .column2 {
    position: relative;
  }
  #sharewithmain .lx_sample_combo_twin_news > .column2::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    display: block;
    width: calc(100% + 20px);
    height: 100%;
    background: #fafbfb;
    z-index: -1;
  }
}
/*==== ブロークングリッド03 ====*/
/* PC:第１カラムが左端中段に配置、SP:第１カラムが上で左端に配置。PC/SP:第２カラムは第１カラムにオーバーラップ */
#sharewithmain .lx_sample_col_grid_03 {
  position: relative;
  padding: 40px 0 20px;
  background: #bbb;
}

/* PC:第１カラムが右端中段に配置、SP:第１カラムが上で右端に配置。PC/SP:第２カラムは第１カラムにオーバーラップ */
.lx_sample_col_grid_03 > .column1 .text-section:not(.highlight) img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  #sharewithmain .lx_sample_col_grid_03 {
    align-items: center;
    justify-content: flex-start;
  }
  #sharewithmain .lx_sample_col_grid_03.lx_mcol_rtl {
    justify-content: flex-end;
  }
  #sharewithmain .lx_sample_col_grid_03 > .column1 {
    vertical-align: middle;
    max-width: none;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  #sharewithmain .lx_sample_col_grid_03 > .column2 {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    max-width: 650px;
    width: 65%;
    margin-left: -150px;
    margin-bottom: 0;
  }
  #sharewithmain .lx_sample_col_grid_03.lx_mcol_rtl > .column1 {
    margin-left: 0;
    margin-right: 0;
  }
  #sharewithmain .lx_sample_col_grid_03.lx_mcol_rtl > .column2 {
    margin-left: auto;
    margin-right: -150px;
  }
}
@media screen and (max-width: 768px) {
  #sharewithmain .lx_sample_col_grid_03 {
    padding-left: 0;
    padding-right: 0;
  }
  #sharewithmain .lx_sample_col_grid_03 > .column1 {
    margin-left: 0;
    margin-right: 10%;
    max-width: none;
    width: 90%;
    margin-bottom: 0;
  }
  #sharewithmain .lx_sample_col_grid_03 > .column2 {
    position: relative;
    margin-top: -60px;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
    margin-bottom: 0;
  }
  #sharewithmain .lx_sample_col_grid_03.lx_mcol_rtl > .column1 {
    margin-left: 10%;
    margin-right: 0;
  }
}
/*==== ブロークングリッド04 ====*/
/* PC:第１カラムが左中段に配置、SP:第１カラムが上で左端に配置。PC/SP:第２カラムは第１カラムにオーバーラップ */
#sharewithmain .lx_sample_col_grid_04 {
  position: relative;
  padding: 40px 0 20px;
}

/* PC:第１カラムが右中段に配置、SP:第１カラムが上で右端に配置。PC/SP:第２カラムは第１カラムにオーバーラップ */
.lx_sample_col_grid_04 > .column1 .text-section:not(.highlight) img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  #sharewithmain .lx_sample_col_grid_04 {
    align-items: center;
  }
  #sharewithmain .lx_sample_col_grid_04 > .column1 {
    vertical-align: middle;
    max-width: 500px;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  #sharewithmain .lx_sample_col_grid_04 > .column2 {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    max-width: 650px;
    width: 65%;
    margin-left: -150px;
    margin-right: 0;
    margin-bottom: 0;
  }
  #sharewithmain .lx_sample_col_grid_04.lx_mcol_rtl > .column2 {
    margin-left: 0;
    margin-right: -150px;
  }
}
@media screen and (max-width: 768px) {
  #sharewithmain .lx_sample_col_grid_04 {
    padding-left: 0;
    padding-right: 0;
  }
  #sharewithmain .lx_sample_col_grid_04 > .column1 {
    margin-left: 0;
    margin-right: 10%;
    max-width: none;
    width: 90%;
    margin-bottom: 0;
  }
  #sharewithmain .lx_sample_col_grid_04 > .column2 {
    position: relative;
    margin-top: -60px;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
    margin-bottom: 0;
  }
  #sharewithmain .lx_sample_col_grid_04.lx_mcol_rtl > .column1 {
    margin-left: 10%;
    margin-right: 0;
  }
}
/*==== グリッドレイアウト05 ====*/
/* SP: そのまま */
/* PC: 第1・3カラムを左に、第2カラムを右に配置 */
@media print, screen and (min-width: 769px) {
  #sharewithmain .lx_sample_col_grid_05 {
    display: grid;
    grid-template-columns: 20px 1fr minmax(auto, calc((var(--mainarea-width) - 30px) / 2)) 30px minmax(auto, calc((var(--mainarea-width) - 30px) / 2)) 1fr 20px;
    grid-template-rows: auto auto auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }
  .lx_sample_col_grid_05:not(.lx_mcol_rtl) > .column1 {
    grid-column: 3/4;
    grid-row: 2/3;
    padding-left: 20px;
  }
  .lx_sample_col_grid_05:not(.lx_mcol_rtl) > .column3 {
    grid-column: 3/4;
    grid-row: 3/4;
    padding-left: 20px;
  }
  .lx_sample_col_grid_05:not(.lx_mcol_rtl) > .column2 {
    grid-column: 5/6;
    grid-row: 2/4;
  }
  .lx_sample_col_grid_05.lx_mcol_rtl > .column1 {
    grid-column: -4/-3;
    grid-row: 2/3;
    padding-right: 20px;
  }
  .lx_sample_col_grid_05.lx_mcol_rtl > .column3 {
    grid-column: -4/-3;
    grid-row: 3/4;
    padding-right: 20px;
  }
  .lx_sample_col_grid_05.lx_mcol_rtl > .column2 {
    grid-column: -6/-5;
    grid-row: 2/4;
  }
  .lx_sample_col_grid_05 > .mgnlEditor.component {
    grid-column: 1/-1;
    grid-row: 1;
  }
  .lx_sample_col_grid_05 > .column1,
  .lx_sample_col_grid_05 > .column2,
  .lx_sample_col_grid_05 > .column3 {
    width: auto;
    max-width: none;
    margin: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: normal;
    height: 100%;
  }
  .lx_sample_col_grid_05 > .column1 {
    justify-content: flex-end;
  }
  .lx_sample_col_grid_05 > .column2 {
    justify-content: center;
  }
  .lx_sample_col_grid_05 > .column1 > *,
  .lx_sample_col_grid_05 > .column2 > *,
  .lx_sample_col_grid_05 > .column3 > * {
    flex: 0 0 auto;
  }
}
/*==== グリッドレイアウト06 ====*/
/* SP: そのまま */
/* PC: 第1・3カラムを左に、第2カラムを右に配置 */
/*	   第2カラムの画像を若干拡大・高さ制限 */
@media print, screen and (min-width: 769px) {
  #sharewithmain .lx_sample_col_grid_06 {
    display: grid;
    grid-template-columns: 20px 1fr minmax(auto, calc((var(--mainarea-width) - 30px) / 2)) 70px 50px 30px 50px 70px minmax(auto, calc((var(--mainarea-width) - 30px) / 2)) 1fr 20px;
    grid-template-rows: auto auto 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }
  .lx_sample_col_grid_06 > .column1,
  .lx_sample_col_grid_06 > .column2,
  .lx_sample_col_grid_06 > .column3 {
    width: auto;
    max-width: none;
    margin: 0;
  }
  .lx_sample_col_grid_06:not(.lx_mcol_rtl) > .column1 {
    grid-column: 3/4;
    grid-row: 2/3;
    padding-left: 20px;
  }
  .lx_sample_col_grid_06:not(.lx_mcol_rtl) > .column3 {
    grid-column: 3/4;
    grid-row: 3/4;
    padding-left: 20px;
  }
  .lx_sample_col_grid_06:not(.lx_mcol_rtl) > .column2 {
    grid-column: 5/-1;
    grid-row: 2/4;
  }
  .lx_sample_col_grid_06.lx_mcol_rtl > .column1 {
    grid-column: -4/-3;
    grid-row: 2/3;
    padding-right: 20px;
  }
  .lx_sample_col_grid_06.lx_mcol_rtl > .column3 {
    grid-column: -4/-3;
    grid-row: 3/4;
    padding-right: 20px;
  }
  .lx_sample_col_grid_06.lx_mcol_rtl > .column2 {
    grid-column: 1/-5;
    grid-row: 2/4;
  }
  .lx_sample_col_grid_06 > .column2 {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    overflow: hidden;
  }
  .lx_sample_col_grid_06 > .column2 > * {
    min-width: calc((var(--mainarea-width) - 30px) / 2 + 30px + 50px);
    max-width: 1025px;
  }
  .lx_sample_col_grid_06:not(.lx_mcol_rtl) > .column2 > * {
    margin-left: 0;
  }
  .lx_sample_col_grid_06.lx_mcol_rtl > .column2 > * {
    margin-right: 0;
  }
  .lx_sample_col_grid_06 > .mgnlEditor.component {
    grid-column: 1/-1;
    grid-row: 1;
  }
}
/*==== IR calendar type01 ====*/
.lx_sample_table_calendar01 div.shwTable::before {
  content: none;
}

.lx_sample_table_calendar01 div.shwTable .tbCore {
  margin: 0 33px;
  width: auto;
}

.lx_sample_table_calendar01 div.shwTable .tbCore,
.lx_sample_table_calendar01 div.shwTable .tbCore tbody,
.lx_sample_table_calendar01 div.shwTable .tbCore tr,
.lx_sample_table_calendar01 div.shwTable .tbCore td {
  display: block;
  border: none;
  background: none;
}

.lx_sample_table_calendar01 div.shwTable .tbCore::after {
  content: "";
  display: block;
  clear: both;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr {
  position: relative;
  float: left;
  width: 8%;
  padding: 0;
  margin: 80px 0 120px;
  border: none;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr td {
  padding: 0;
  height: auto;
}

/* 月表示 */
.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(1) {
  display: block;
  margin: 0;
  margin-right: 1px;
  padding: 10px 0;
  text-align: center;
  font-size: 3.8rem;
  font-weight: normal;
  line-height: 1.5;
  font-family: "Saira Extra Condensed", sans-serif;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr:nth-child(odd) td:nth-child(1) {
  background: #aa0000;
  color: #FFF;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr:nth-child(even) td:nth-child(1) {
  background: #e4524e;
  color: #FFF;
}

/* 上下キャプション */
.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(2),
.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(3),
.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(4) {
  position: absolute;
  width: 166%;
  left: 50%;
  margin-left: 3px;
  color: #222;
  padding: 2px;
  font-size: 1.4rem;
  line-height: 1.3;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr:last-child td:nth-child(2),
.lx_sample_table_calendar01 div.shwTable .tbCore tr:last-child td:nth-child(3),
.lx_sample_table_calendar01 div.shwTable .tbCore tr:last-child td:nth-child(4) {
  width: 120%;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(2) {
  bottom: 100%;
  /*	margin-bottom: 1px; */
  padding-bottom: 10px;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(3) {
  top: 100%;
  /*	margin-top: 1px; */
  padding-top: 10px;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(4) {
  top: 100%;
  /*	margin-top: 1px; */
  padding-top: 55px;
}

/* キャプション左の縦棒 */
.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(2)::before,
.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(3)::before,
.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(4)::before {
  content: "";
  position: absolute;
  left: -5px;
  width: 1px;
  height: 100%;
  border-right: 1px solid #000;
  z-index: -1;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(2)::before {
  top: 0;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(3)::before,
.lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(4)::before {
  bottom: 0;
}

.lx_sample_table_calendar01 div.shwTable .tbCore tr td:empty {
  display: none;
}

/* 上旬 */
.lx_sample_table_calendar01 div.shwTable .tbCore tr td.tbTop:nth-child(2),
.lx_sample_table_calendar01 div.shwTable .tbCore tr td.tbTop:nth-child(3),
.lx_sample_table_calendar01 div.shwTable .tbCore tr td.tbTop:nth-child(4) {
  left: 16%;
}

/* 下旬 */
.lx_sample_table_calendar01 div.shwTable .tbCore tr td.tbBottom:nth-child(2),
.lx_sample_table_calendar01 div.shwTable .tbCore tr td.tbBottom:nth-child(3),
.lx_sample_table_calendar01 div.shwTable .tbCore tr td.tbBottom:nth-child(4) {
  left: 84%;
}

@media screen and (max-width: 768px) {
  .lx_sample_table_calendar01 div.shwTable {
    overflow: visible;
  }
  .lx_sample_table_calendar01 div.shwTable .tbCore {
    margin: 0 5%;
  }
  .lx_sample_table_calendar01 div.shwTable .tbCore tr {
    width: 16.5%;
    width: calc(16.6666666667% - 0.5px);
    margin: 50px 0 75px;
  }
  .lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(1) {
    font-size: 2.8rem;
  }
  .lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(2),
  .lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(3),
  .lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(4) {
    font-size: 1rem;
  }
  .lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(2) {
    padding-bottom: 8px;
  }
  .lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(3) {
    padding-top: 8px;
  }
  .lx_sample_table_calendar01 div.shwTable .tbCore tr td:nth-child(4) {
    padding-top: 48px;
  }
}
/*==== IR calendar type02 ====*/
/* 02は欠番 */
/*==== IR calendar type03 ====*/
.lx_sample_table_calendar03 div.shwTable {
  padding-left: 20px;
  padding-right: 40px;
}

.lx_sample_table_calendar03 div.shwTable .tbCore,
.lx_sample_table_calendar03 div.shwTable .tbCore * {
  display: block;
  border: none;
  background: none;
  padding-left: 0;
  padding-right: 0;
}

.lx_sample_table_calendar03 div.shwTable .tbCore {
  border-top: 1px solid #7e7e7e;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr {
  border-bottom: 1px solid #7e7e7e;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr::after {
  content: "";
  display: block;
  clear: both;
}

.lx_sample_table_calendar03 div.shwTable .tbCore td {
  position: relative;
  float: left;
  width: 8.333%;
  height: calc(1.75rem + 30px);
  background: none;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr {
  /*	border-left: 1px solid #7e7e7e; */
  /*	border-right: 1px solid #7e7e7e; */
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed:first-child {
  border-left: 1px solid #7e7e7e;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed {
  border-right: 1px dotted #7e7e7e;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed:last-child {
  border-right: 1px solid #7e7e7e;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed p {
  position: absolute;
  left: 50%;
  margin-left: -0.5em;
  top: 50%;
  /*	top: calc( (10px + 1.8em + 10px) /2); */
  transform: translate(0, -50%);
  padding-left: 1.2em;
  text-align: left;
  line-height: 1.2;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed:last-child p {
  max-width: 100%;
  overflow: hidden;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed p::before {
  content: "●";
  position: absolute;
  top: 50%;
  left: 0;
  color: var(--key-color);
  margin-top: -0.6em;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed.tbLeft:not(.tbCenter) p {
  left: 10%;
  margin-left: 0;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed.tbRight:not(.tbCenter) p {
  left: 90%;
  margin-left: -1em;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:first-child td {
  white-space: nowrap;
  color: #fff;
  background: var(--key-color);
  font-weight: bold;
  padding: 12px 0;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:last-child td {
  white-space: nowrap;
  background: #ddd;
  font-weight: bold;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:first-child td,
.lx_sample_table_calendar03 div.shwTable .tbCore tr:last-child td {
  border-right: 1px solid #7e7e7e;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:first-child td:first-child,
.lx_sample_table_calendar03 div.shwTable .tbCore tr:last-child td:first-child {
  border-left: 1px solid #7e7e7e;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:last-child td[colspan="3"],
.lx_sample_table_calendar03 div.shwTable .tbCore tr:last-child td[colspan="3"] + td {
  border-right: none;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:last-child td[colspan="3"] + td,
.lx_sample_table_calendar03 div.shwTable .tbCore tr:last-child td[colspan="3"] + td + td {
  display: block !important;
  border-left: none;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:last-child td[colspan="3"] p {
  position: absolute;
  left: 150%;
  top: 50%;
  /*	top: calc( (10px + 1.8em + 10px) /2); */
  transform: translate(-50%, -50%);
  line-height: 1.2;
  white-space: nowrap;
  z-index: 1;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:first-child th {
  position: relative;
  float: left;
  width: 8.333%;
  height: calc(1.75rem + 30px);
  white-space: nowrap;
  color: #fff;
  background: var(--key-color);
  font-weight: bold;
  padding: 12px 0;
  text-align: center;
  border-right: 1px solid #7e7e7e;
}

.lx_sample_table_calendar03 div.shwTable .tbCore tr:first-child th:first-child {
  border-left: 1px solid #7e7e7e;
}

@media screen and (max-width: 768px) {
  .lx_sample_table_calendar03 div.shwTable {
    overflow-x: scroll;
  }
  .lx_sample_table_calendar03 div.shwTable .tbCore {
    width: 750px;
  }
}
/*==== IR calendar type04 ====*/
.lx_sample_table_calendar04 .uni-table {
  padding-left: 20px;
  padding-right: 40px;
}

.lx_sample_table_calendar04 .uni-table .tbCore,
.lx_sample_table_calendar04 .uni-table .tbCore * {
  display: block;
  border: none;
  background: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.6rem;
  font-family: inherit;
}

.lx_sample_table_calendar04 .uni-table .tbCore {
  border-top: 1px solid #7e7e7e;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr {
  border-bottom: 1px solid #7e7e7e;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr::after {
  content: "";
  display: block;
  clear: both;
}

.lx_sample_table_calendar04 .uni-table .tbCore td {
  position: relative;
  float: left;
  width: 8.3333333333%;
  /* height: calc(1.75rem + 12px * 2); */
  height: auto;
  background: none;
}

.lx_sample_table_calendar04 .uni-table .tbCore td[colspan="2"] {
  width: 16.6666666667%;
}

.lx_sample_table_calendar04 .uni-table .tbCore td[colspan="3"] {
  width: 25%;
}

.lx_sample_table_calendar04 .uni-table .tbCore td[colspan="4"] {
  width: 33.3333333333%;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr {
  /*	border-left: 1px solid #7e7e7e; */
  /*	border-right: 1px solid #7e7e7e; */
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:not(:last-child) td.tbDimmed:first-child {
  border-left: 1px solid #7e7e7e;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:not(:last-child) td.tbDimmed {
  border-right: 1px dotted #7e7e7e;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:not(:last-child) td.tbDimmed:last-child {
  border-right: 1px solid #7e7e7e;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:not(:last-child) td.tbDimmed p {
  position: relative;
  left: 50%;
  margin-left: -0.5em;
  padding-left: 1.2em;
  text-align: left;
  line-height: 1.2;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:not(:last-child) td.tbDimmed:last-child p {
  max-width: 100%;
  overflow: hidden;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:not(:last-child) td.tbDimmed p::before {
  content: "●";
  position: absolute;
  top: 50%;
  left: 0;
  color: var(--key-color);
  margin-top: -0.6em;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:not(:last-child) td.tbDimmed p + p::before {
  display: none;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:not(:last-child) td.tbDimmed.tbLeft:not(.tbCenter) p {
  left: 10%;
  margin-left: 0;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:not(:last-child) td.tbDimmed.tbRight:not(.tbCenter) p {
  left: 90%;
  margin-left: -1em;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:first-child td {
  white-space: nowrap;
  color: #fff;
  background: var(--key-color);
  font-weight: bold;
  padding: 12px 0;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:last-child td {
  white-space: nowrap;
  background: #ddd;
  font-weight: bold;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:first-child td,
.lx_sample_table_calendar04 .uni-table .tbCore tr:last-child td {
  border-right: 1px solid #7e7e7e;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:first-child td:first-child,
.lx_sample_table_calendar04 .uni-table .tbCore tr:last-child td:first-child {
  border-left: 1px solid #7e7e7e;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:first-child th {
  position: relative;
  float: left;
  width: 8.3333333333%;
  white-space: nowrap;
  color: #fff;
  background: var(--key-color);
  font-weight: bold;
  padding: 12px 0;
  text-align: center;
  border-right: 1px solid #7e7e7e;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:first-child th:first-child {
  border-left: 1px solid #7e7e7e;
}

/*
.lx_sample_table_calendar04 .uni-table .tbCore tr:last-child td[colspan="3"] ,
.lx_sample_table_calendar04 .uni-table .tbCore tr:last-child td[colspan="3"] + td {
	border-right: none;
}

.lx_sample_table_calendar04 .uni-table .tbCore tr:last-child td[colspan="3"] + td ,
.lx_sample_table_calendar04 .uni-table .tbCore tr:last-child td[colspan="3"] + td + td {
	display: block !important;
	border-left: none;
}
*/
.lx_sample_table_calendar04 .uni-table .tbCore tr:last-child td[colspan="3"] p {
  /*	position: relative; */
  /*	left: 150%; */
  /*	top: 50%; */
  /*	transform: translate(-50%, -50%); */
  text-align: center;
  line-height: 1.2;
  /*	white-space: nowrap; */
  /*	z-index: 1; */
}

@media screen and (max-width: 768px) {
  .lx_sample_table_calendar04 .uni-table {
    /*		overflow-x: scroll; */
  }
  .lx_sample_table_calendar04 .uni-table .tbCore {
    width: 750px;
  }
}
/*==== IR calendar type05 ====*/
.lx_sample_table_calendar05 {
  overflow: hidden;
}

.lx_sample_table_calendar05 .uni-table::before {
  content: none;
}

.lx_sample_table_calendar05 .uni-table .tbCore {
  margin: 0 33px;
  width: auto;
}

.lx_sample_table_calendar05 .uni-table .tbCore,
.lx_sample_table_calendar05 .uni-table .tbCore tbody,
.lx_sample_table_calendar05 .uni-table .tbCore tr,
.lx_sample_table_calendar05 .uni-table .tbCore td {
  display: block;
  border: none;
  background: none;
}

.lx_sample_table_calendar05 .uni-table .tbCore::after {
  content: "";
  display: block;
  clear: both;
}

.lx_sample_table_calendar05 .uni-table .tbCore tr {
  position: relative;
  float: left;
  width: 8%;
  padding: 0;
  margin: 80px 0 80px;
  border: none;
}

.lx_sample_table_calendar05 .uni-table .tbCore tr td {
  padding: 0;
  height: auto;
}

/* 月表示 */
.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(1) {
  display: block;
  margin: 0;
  margin-right: 1px;
  padding: 10px 0;
  text-align: center;
  font-size: 3.8rem;
  font-weight: normal;
  line-height: 1.5;
  font-family: "Saira Extra Condensed", sans-serif;
}

.lx_sample_table_calendar05 .uni-table .tbCore tr:nth-child(odd) td:nth-child(1) {
  background: #aa0000;
  color: #FFF;
}

.lx_sample_table_calendar05 .uni-table .tbCore tr:nth-child(even) td:nth-child(1) {
  background: #e4524e;
  color: #FFF;
}

/* 上下キャプション */
.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(2) p:empty,
.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(3) p:empty,
.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(4) p:empty {
  display: none;
}

.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(2),
.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(3),
.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(4) {
  position: absolute;
  width: 166%;
  left: 50%;
  margin-left: 3px;
  color: #222;
  padding: 2px;
  font-size: 1.4rem;
  line-height: 1.3;
}

.lx_sample_table_calendar05 .uni-table .tbCore tr:last-child td:nth-child(2),
.lx_sample_table_calendar05 .uni-table .tbCore tr:last-child td:nth-child(3),
.lx_sample_table_calendar05 .uni-table .tbCore tr:last-child td:nth-child(4) {
  width: 120%;
}

.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(2) {
  bottom: 100%;
  /*	margin-bottom: 1px; */
  padding-bottom: 10px;
}

.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(3) {
  top: 100%;
  /*	margin-top: 1px; */
  padding-top: 10px;
}

.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(4) {
  top: 100%;
  /*	margin-top: 1px; */
  padding-top: 55px;
}

/* キャプション左の縦棒 */
.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(2) p:first-child::before,
.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(3) p:first-child::before,
.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(4) p:first-child::before {
  content: "";
  position: absolute;
  left: -5px;
  width: 1px;
  height: 100%;
  border-right: 1px solid #000;
  z-index: -1;
}

.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(2) p:first-child::before {
  top: 0;
}

.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(3) p:first-child::before,
.lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(4) p:first-child::before {
  bottom: 0;
}

.lx_sample_table_calendar05 .uni-table .tbCore tr td:empty {
  display: none;
}

/* 上旬 */
.lx_sample_table_calendar05 .uni-table .tbCore tr td.tbTop:nth-child(2),
.lx_sample_table_calendar05 .uni-table .tbCore tr td.tbTop:nth-child(3),
.lx_sample_table_calendar05 .uni-table .tbCore tr td.tbTop:nth-child(4) {
  left: 16%;
}

/* 下旬 */
.lx_sample_table_calendar05 .uni-table .tbCore tr td.tbBottom:nth-child(2),
.lx_sample_table_calendar05 .uni-table .tbCore tr td.tbBottom:nth-child(3),
.lx_sample_table_calendar05 .uni-table .tbCore tr td.tbBottom:nth-child(4) {
  left: 84%;
}

@media screen and (max-width: 768px) {
  .lx_sample_table_calendar05 .uni-table {
    overflow: visible;
  }
  .lx_sample_table_calendar05 .uni-table .tbCore {
    margin: 0 5%;
  }
  .lx_sample_table_calendar05 .uni-table .tbCore tr {
    width: 16.5%;
    width: calc(16.6666666667% - 0.5px);
    margin: 50px 0 50px;
  }
  .lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(1) {
    font-size: 2.8rem;
  }
  .lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(2),
  .lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(3),
  .lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(4) {
    font-size: 1rem;
  }
  .lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(2) {
    padding-bottom: 8px;
  }
  .lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(3) {
    padding-top: 8px;
  }
  .lx_sample_table_calendar05 .uni-table .tbCore tr td:nth-child(4) {
    padding-top: 48px;
  }
}
/*==== 製品 > 販売終了製品・サービス ====*/
/* .tbCore クラスが付いたテーブル自体への指定 */
.eol_eos_layout > table.tbCore {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

/* 各列の幅指定 */
.eol_eos_layout .tbCore th:nth-child(1),
.eol_eos_layout .tbCore td:nth-child(1) {
  width: 20%;
}

.eol_eos_layout .tbCore th:nth-child(2),
.eol_eos_layout .tbCore td:nth-child(2) {
  width: 40%;
}

.eol_eos_layout .tbCore th:nth-child(3),
.eol_eos_layout .tbCore td:nth-child(3) {
  width: 20%;
}

.eol_eos_layout .tbCore th:nth-child(4),
.eol_eos_layout .tbCore td:nth-child(4) {
  width: 20%;
}
.eol_eos_layout .tbCore th{
  text-align: left !important;
}
.eol_eos_layout .tbCore td {
  word-wrap: break-word; /* 長い英単語がある場合に改行させる */
  overflow: hidden;
}

/*==== 会社情報 > 沿革 ====*/
/* 沿革03 */
.lx_sample_table_history03 .ircalendar {
  margin-top: 40px;
  margin-bottom: 20px;
}

.lx_sample_table_history03 tr td,
.lx_sample_table_history03 tr th {
  border: none;
  background: none;
}

.lx_sample_table_history03 .ircalendar-title,
.lx_sample_table_history03 .ircalendar-item {
  position: relative;
  margin-bottom: -10px;
}

.lx_sample_table_history03 .ircalendar-title1,
.lx_sample_table_history03 .ircalendar-item1 {
  position: relative;
}

.lx_sample_table_history03 .ircalendar-item1:not(:empty)::before {
  content: "●";
  position: absolute;
  top: -14px;
  right: -8px;
  color: #ade0ee;
  font-size: 1.4rem;
}

.lx_sample_table_history03 .ircalendar-item:last-child .ircalendar-item1::after {
  content: "▼";
  position: absolute;
  bottom: -15px;
  right: -9px;
  color: #ade0ee;
  font-size: 1.5rem;
}

.lx_sample_table_history03 .ircalendar-title1 th,
.lx_sample_table_history03 .ircalendar-item1 td {
  position: absolute;
  left: 0;
  top: -30px;
}

.lx_sample_table_history03 .ircalendar-title1 > p,
.lx_sample_table_history03 .ircalendar-item1 > p {
  top: -25px;
  right: 20px;
  position: absolute;
  font-size: 3rem;
  font-style: italic;
  font-family: inherit;
  transform: scale(1.2, 1);
  color: #c0c0c0;
}

.lx_sample_table_history03 .ircalendar-title2,
.lx_sample_table_history03 .ircalendar-title3,
.lx_sample_table_history03 .ircalendar-item2,
.lx_sample_table_history03 .ircalendar-item3 {
  padding-bottom: 40px;
  top: -20px;
}

.lx_sample_table_history03 .ircalendar-title2,
.lx_sample_table_history03 .ircalendar-item2 {
  border-left: 2px solid #ade0ee;
  position: relative;
}

.lx_sample_table_history03 .ircalendar-title3.has-img > p,
.lx_sample_table_history03 .ircalendar-item3.has-img > p {
  padding-left: 40px;
}

/*==== 沿革04 ====*/
.lx_sample_table_history04 {
  margin-top: 20px;
}

.lx_sample_table_history04 + .lx_sample_table_history04 {
  margin-top: 0px;
}

@media print, screen and (min-width: 769px) {
  .lx_sample_table_history04 > * {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    /*		align-items: flex-start; */
    justify-content: flex-start;
  }
  .lx_sample_table_history04 .ircalendar {
    display: flex;
    flex-flow: row wrap;
    width: calc(10% + 1px);
    margin: 0;
    margin-right: -1px;
  }
  .lx_sample_table_history04 .ircalendar > * {
    display: flex;
    flex-flow: row wrap;
  }
  .lx_sample_table_history04 .ircalendar-title > table,
  .lx_sample_table_history04 .ircalendar-item > table {
    height: 100%;
  }
  .lx_sample_table_history04 .ircalendar-title > table > tbody > tr > th,
  .lx_sample_table_history04 .ircalendar-item > table > tbody > tr > td {
    vertical-align: middle;
    text-align: left;
  }
  .lx_sample_table_history04 .vertical-table {
    width: 90%;
    margin: 0;
  }
  .lx_sample_table_history04 .vtable-item > table > tbody > tr > th {
    width: 11.25% !important;
  }
  .lx_sample_table_history04 .vtable-item > table > tbody > tr > td {
    width: 88.75% !important;
  }
  /* 左列がデフォルト２行の場合の高さ保証 */
  .lx_sample_table_history04 .vtable-item:only-child > table > tbody > tr > th,
  .lx_sample_table_history04 .vtable-item:only-child > table > tbody > tr > td {
    height: 93px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  .lx_sample_table_history04 .ircalendar {
    margin-top: 0;
  }
}
/*==== 会社情報 > 役員紹介 ====*/
/* 役員紹介2 (アコーディオン) */
#sharewithmain .lx_sample_combo_officer02 {
  margin-top: 40px;
}

#sharewithmain .lx_sample_combo_officer02 > .column1 {
  margin-bottom: 2px;
}

#sharewithmain .lx_sample_combo_officer02 > .column3 {
  background: #f7f7f7;
  padding: 40px 40px 20px;
  margin-bottom: 0;
}

.lx_sample_combo_officer02 > .column1 .title2.highlight {
  position: relative;
  background: #f7f7f7;
  margin-bottom: 0;
  cursor: pointer;
}

.lx_sample_combo_officer02 > .column1 .title2.highlight h2 {
  padding: 40px 40px;
  color: #222;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 80px;
}

.lx_sample_combo_officer02 > .column1 .title2.highlight::before,
.lx_sample_combo_officer02 > .column1 .title2.highlight::after {
  content: "";
  position: absolute;
  display: block;
  background: #999;
  transition: 0.3s;
}

.lx_sample_combo_officer02 > .column1 .title2.highlight::before {
  top: 50%;
  right: 50px;
  width: 24px;
  height: 2px;
  transform: translate(50%, -50%);
}

.lx_sample_combo_officer02 > .column1 .title2.highlight::after {
  top: 50%;
  right: 50px;
  width: 2px;
  height: 24px;
  transform: translate(50%, -50%);
}

.lx_sample_combo_officer02.open > .column1 .title2.highlight::after {
  background-color: transparent;
}

/*==== 会社情報 > 拠点案内 ====*/
.lx_sample_table_basemap01 a[href*="//www.google.co.jp/maps/"],
.lx_sample_table_basemap01 a[href*="//goo.gl/maps/"] {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 20px;
  color: #fff;
  background: #00359f;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
}

.lx_sample_table_basemap01 a[href*="//www.google.co.jp/maps/"]::before,
.lx_sample_table_basemap01 a[href*="//goo.gl/maps/"]::before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 10px;
  height: 14px;
  background: url("../../../../../../resources/sw_img/default/icon_map.png") center center no-repeat;
  background-size: contain;
  margin-right: 1em;
}

.lx_sample_table_basemap01 a[href*="//www.google.co.jp/maps/"]::after,
.lx_sample_table_basemap01 a[href*="//goo.gl/maps/"]::after {
  content: none;
}

@media screen and (max-width: 768px) {
  .lx_sample_table_basemap01 a[href*="//www.google.co.jp/maps/"],
  .lx_sample_table_basemap01 a[href*="//goo.gl/maps/"] {
    padding: 8px 12px;
    font-size: 0;
  }
}
/*==== promo3 > ページ一覧 ====*/
[data-current-level="3"] #promos3 .lx_sample_multi3_promos3_pagelist01 {
  display: none;
}

#promos3 .lx_sample_multi3_promos3_pagelist01 {
  border: 1px #ccc solid;
  padding: 20px;
}

#promos3 .lx_sample_multi3_promos3_pagelist01 > .column1 {
  margin-bottom: 0;
}

#promos3 .lx_sample_multi3_promos3_pagelist01 .title2.style1 h2 {
  padding: 0;
  font-size: 2.4rem;
  min-height: 0;
}

#promos3 .lx_sample_multi3_promos3_pagelist01 .title2.style1 h2::before {
  content: none;
}

#promos3 .lx_sample_multi3_promos3_pagelist01 .index-map,
#promos3 .lx_sample_multi3_promos3_pagelist01 .index-map ul {
  margin-bottom: 0;
}

#promos3 .lx_sample_multi3_promos3_pagelist01 .index-map .indexLevel_0 {
  display: none;
}

.lx_sample_multi3_promos3_pagelist01 .index-map > ul:only-of-type > li > ul > li,
.lx_sample_multi3_promos3_pagelist01 .index-map > ul + ul.indexLevel_1 > li {
  display: inline-block;
  width: 25%;
}

@media screen and (max-width: 768px) {
  #promos3 .lx_sample_multi3_promos3_pagelist01 {
    width: calc(100% - 20px);
    padding: 10px 0 10px 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    margin-left: 10px;
  }
  #promos3 .lx_sample_multi3_promos3_pagelist01 .title2.style1 h2 {
    font-size: 2rem;
  }
  .lx_sample_multi3_promos3_pagelist01 .index-map > ul:only-of-type > li > ul > li,
  .lx_sample_multi3_promos3_pagelist01 .index-map > ul + ul.indexLevel_1 > li {
    display: inline-block;
    width: 50%;
    padding-right: 10px;
  }
}
/*==== テーブル風カラム ====*/
/* lx_col_mr0必須、4・5カラムはlx_col_sp100推奨 */
.lx_mcol_table_style01 {
  align-items: normal;
  --column-side-margin: 0px;
}

.lx_mcol_table_style01 > .column {
  margin-top: -1px;
  margin-right: -1px;
}

.lx_mcol_table_style01:not(.lx_table_no_pad) > .column {
  padding: 15px 15px;
}

.lx_mcol_table_style01:not(.lx_table_no_border) > .column {
  border: 1px solid #dfe0e4;
}

.lx_mcol_table_style01:not(.lx_table_no_bg) > .column {
  background-color: #fff;
}

/* 見出し列 */
.lx_mcol_table_style01:not(.thead):not(.lx_table_no_bg) > .column1 {
  background-color: #f5f5f5;
  font-weight: bold;
}

.lx_mcol_table_style01:not(.lx_table_no_bg) > .column1 {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

/* 見出し行 */
.lx_mcol_table_style01.thead:not(.lx_table_no_bg) > .column {
  background-color: #eee;
  font-weight: bold;
}

.lx_mcol_table_style01 .link-list ul,
.lx_mcol_table_style01 .text-section:first-child,
.lx_mcol_table_style01 .panel.no-img:first-child,
.lx_mcol_table_style01 .panel.has-img:first-child {
  margin-top: 0;
}

.lx_mcol_table_style01 .link-list ul li {
  padding-top: 0;
}

.lx_mcol_table_style01 .text-section.highlight img {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  #sharewithmain .lx_mcol_table_style01 {
    align-items: normal;
  }
  .lx_mcol_table_style01 > .column2,
  .lx_mcol_table_style01 > .column3,
  .lx_mcol_table_style01 > .column4,
  .lx_mcol_table_style01 > .column5 {
    border-left: none;
  }
}
/* テーブル風カラム SPスワイプ設定 */
@media screen and (max-width: 768px) {
  .lx_mcol_table_swipable > .column1 {
    overflow-x: scroll;
  }
  .lx_mcol_table_swipable > * > .reuse-main-area {
    width: var(--mainarea-width-pc);
    padding-top: 1px;
  }
  .lx_mcol_table_swipable > * > .reuse-main-area > .lx_mcol_table_style01 {
    display: flex;
    align-items: normal;
  }
  .lx_mcol_table_swipable > * > .reuse-main-area > .lx_mcol_table_style01 > .column2,
  .lx_mcol_table_swipable > * > .reuse-main-area > .lx_mcol_table_style01 > .column3,
  .lx_mcol_table_swipable > * > .reuse-main-area > .lx_mcol_table_style01 > .column4,
  .lx_mcol_table_swipable > * > .reuse-main-area > .lx_mcol_table_style01 > .column5 {
    border-left: none;
  }
  .lx_mcol_table_swipable > * > .reuse-main-area .multiColumn2 > .column {
    width: 50%;
    max-width: none;
  }
  .lx_mcol_table_swipable > * > .reuse-main-area .multiColumn3 > .column {
    width: 33.3333%;
    max-width: none;
  }
  .lx_mcol_table_swipable > * > .reuse-main-area .multiColumn4 > .column {
    width: 25%;
    max-width: none;
  }
  .lx_mcol_table_swipable > * > .reuse-main-area .multiColumn5 > .column {
    width: 20%;
    max-width: none;
  }
  /* カラム分割比率 1:1:2・1:2:1・2:1:1 */
  .lx_mcol_table_swipable > * > .reuse-main-area .lx_mcol3_ratio112.multiColumn3 > .column1,
  .lx_mcol_table_swipable > * > .reuse-main-area .lx_mcol3_ratio112.multiColumn3 > .column2,
  .lx_mcol_table_swipable > * > .reuse-main-area .lx_mcol3_ratio121.multiColumn3 > .column1,
  .lx_mcol_table_swipable > * > .reuse-main-area .lx_mcol3_ratio121.multiColumn3 > .column3,
  .lx_mcol_table_swipable > * > .reuse-main-area .lx_mcol3_ratio211.multiColumn3 > .column2,
  .lx_mcol_table_swipable > * > .reuse-main-area .lx_mcol3_ratio211.multiColumn3 > .column3 {
    width: 25%;
  }
  .lx_mcol_table_swipable > * > .reuse-main-area .lx_mcol3_ratio112.multiColumn3 > .column3,
  .lx_mcol_table_swipable > * > .reuse-main-area .lx_mcol3_ratio121.multiColumn3 > .column2,
  .lx_mcol_table_swipable > * > .reuse-main-area .lx_mcol3_ratio211.multiColumn3 > .column1 {
    width: 50%;
  }
  /* カラム分割比率 1:2:2・2:1:2・2:2:1 */
  .lx_mcol_table_swipable > * > .reuse-main-area .lx_mcol3_ratio122.multiColumn3 > .column1,
  .lx_mcol_table_swipable > * > .reuse-main-area .lx_mcol3_ratio212.multiColumn3 > .column2,
  .lx_mcol_table_swipable > * > .reuse-main-area .lx_mcol3_ratio221.multiColumn3 > .column3 {
    width: 20%;
  }
  .lx_mcol_table_swipable > * > .reuse-main-area .lx_mcol3_ratio122.multiColumn3 > .column2,
  .lx_mcol_table_swipable > * > .reuse-main-area .lx_mcol3_ratio122.multiColumn3 > .column3,
  .lx_mcol_table_swipable > * > .reuse-main-area .lx_mcol3_ratio212.multiColumn3 > .column1,
  .lx_mcol_table_swipable > * > .reuse-main-area .lx_mcol3_ratio212.multiColumn3 > .column3,
  .lx_mcol_table_swipable > * > .reuse-main-area .lx_mcol3_ratio221.multiColumn3 > .column1,
  .lx_mcol_table_swipable > * > .reuse-main-area .lx_mcol3_ratio221.multiColumn3 > .column2 {
    width: 40%;
  }
}
/*==== スクロールボックス ====*/
.lx_col1_scrollbox > .column1,
.lx_col2_scrollbox > .column2,
.lx_col3_scrollbox > .column3,
.lx_col4_scrollbox > .column4,
.lx_col5_scrollbox > .column5 {
  max-height: 200px;
  overflow-y: scroll;
}

/*==== サステナベース ====*/
/* ボックス（枠線・背景色） */
[role=main] .lx_esg_box_topics,
[role=main] .lx_esg_box_topics_top,
[role=main] .lx_esg_box_topics_bottom {
  border-right: 2px solid #999;
  border-left: 2px solid #999;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #FDFDFD;
}

[role=main] .lx_esg_box_topics_top {
  border-top: 2px solid #999;
  border-radius: 15px 15px 0 0;
}

[role=main] .lx_esg_box_topics_bottom {
  border-bottom: 2px solid #999;
  border-radius: 0 0 15px 15px;
  margin-bottom: 20px;
}

.lx_esg_box_topics.lx_esg_box_topics_e,
.lx_esg_box_topics_top.lx_esg_box_topics_e,
.lx_esg_box_topics_bottom.lx_esg_box_topics_e {
  border-color: #629222;
  background-color: #FBFDF9;
}

.lx_esg_box_topics.lx_esg_box_topics_s,
.lx_esg_box_topics_top.lx_esg_box_topics_s,
.lx_esg_box_topics_bottom.lx_esg_box_topics_s {
  border-color: #076793;
  background-color: #F8FCFE;
}

.lx_esg_box_topics.lx_esg_box_topics_g,
.lx_esg_box_topics_top.lx_esg_box_topics_g,
.lx_esg_box_topics_bottom.lx_esg_box_topics_g {
  border-color: #C28724;
  background-color: #FEFDFC;
}

@media screen and (max-width: 768px) {
  [role=main] .lx_esg_box_topics,
  [role=main] .lx_esg_box_topics_top,
  [role=main] .lx_esg_box_topics_bottom {
    padding-right: 10px;
    padding-left: 10px;
  }
  [role=main] .lx_esg_box_topics_top {
    border-radius: 10px 10px 0 0;
  }
  [role=main] .lx_esg_box_topics_bottom {
    border-radius: 0 0 10px 10px;
  }
}
/* 見出し */
.lx_esg_box_topics_top .title2.style1 {
  margin: auto;
  padding: 0;
  border: none;
  background: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 50%;
  text-align: center;
  padding: 10px 40px;
  color: #fff;
  font-size: 3.2rem;
  background: #999;
  border-radius: 0 0 10px 10px;
}

.lx_esg_box_topics_top.lx_esg_box_topics_e .title2.style1 {
  background: #629222;
}

.lx_esg_box_topics_top.lx_esg_box_topics_s .title2.style1 {
  background: #076793;
}

.lx_esg_box_topics_top.lx_esg_box_topics_g .title2.style1 {
  background: #C28724;
}

.lx_esg_box_topics_top .title2.style1 p {
  font-size: 1.8rem;
}

.lx_esg_box_topics_top .title2.style1:before {
  content: none;
}

@media screen and (max-width: 768px) {
  .lx_esg_box_topics_top .title2.style1 h2 {
    padding: 6px 20px;
    font-size: 1.8rem;
  }
}
/*==== ESG タブ風スタイル ====*/
.lx_esg_list_tabstyle02 div.link-list:not(.highlight) {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 20px;
  padding-bottom: 20px;
}

.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul {
  margin: 0;
  display: table-row;
}

.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li {
  margin: 0;
  padding: 0;
  background: none;
  display: table-cell;
}

.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li::before,
.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li::after {
  content: none;
}

.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li > span,
.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li > a {
  position: relative;
  overflow: visible;
  display: block;
  margin: 0 10px;
  padding: 15px 5px 30px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: var(--text-letter-spacing);
  text-decoration: none;
  background: #629222;
}

.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li + li > span,
.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li + li > a {
  background: #076793;
}

.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li + li + li > span,
.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li + li + li > a {
  background: #C28724;
}

.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li > span::before,
.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li > a::before {
  background: none;
  top: auto;
  content: "";
  position: absolute;
  bottom: 15px;
  left: calc(50% - 8px);
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li > span:hover,
.lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li > a:hover {
  opacity: 0.7;
}

.lx_esg_list_tabstyle02 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden=false] + ul,
.lx_esg_list_tabstyle02 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden=false] + ul li {
  display: block;
  margin-bottom: 10px;
}

/*
.lx_esg_list_tabstyle02 ~ .lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li > span ,
.lx_esg_list_tabstyle02 ~ .lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li > a {
	border-bottom: none;
	border-top: 1px solid #e4e4e4;
}
.lx_esg_list_tabstyle02 ~ .lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li > span::before ,
.lx_esg_list_tabstyle02 ~ .lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li > a::before {
	top: auto;
	bottom: 0;
}

.lx_esg_list_tabstyle02 ~ .lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li > span:hover ,
.lx_esg_list_tabstyle02 ~ .lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li.highlight > span ,
.lx_esg_list_tabstyle02 ~ .lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li > a:hover ,
.lx_esg_list_tabstyle02 ~ .lx_esg_list_tabstyle02 div.link-list:not(.highlight) ul li.act > a {
	border-color: transparent;
}
*/
/*==== ストックウェザー 株価表示 ====*/
.stock-frame {
  margin-top: 30px;
}

.stock-price {
  padding: 30px 20px;
  background: #fafafa;
  border-radius: 4px;
}

.stock-price img {
  width: 100%;
  max-width: none;
}

.stock-price p {
  display: none;
}

.stock-price p a {
  display: inline-block;
}

/*----custom 20251016 admuse----*/
.panel .note_tx, .h-panel .note_tx, .f-panel .note_tx, .teaser .note_tx, .h-teaser .note_tx, .f-teaser .note_tx, .internal-link-area .note_tx, .internal-link-text .note_tx {
  display: none;
}

/*----------------------------------------
heaeder
-----------------------------------------*/
#header .on-pc .hx_lang_navi .h-link-list ul::before {
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.064%22%20height%3D%2213.064%22%20viewBox%3D%220%200%2013.064%2013.064%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26735%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026735%22%20d%3D%22M106.532-846.936a6.326%2C6.326%2C0%2C0%2C1-2.535-.515%2C6.622%2C6.622%2C0%2C0%2C1-2.079-1.4%2C6.621%2C6.621%2C0%2C0%2C1-1.4-2.079%2C6.324%2C6.324%2C0%2C0%2C1-.515-2.535%2C6.313%2C6.313%2C0%2C0%2C1%2C.515-2.541%2C6.64%2C6.64%2C0%2C0%2C1%2C1.4-2.074%2C6.624%2C6.624%2C0%2C0%2C1%2C2.079-1.4%2C6.325%2C6.325%2C0%2C0%2C1%2C2.535-.515%2C6.313%2C6.313%2C0%2C0%2C1%2C2.541.515%2C6.641%2C6.641%2C0%2C0%2C1%2C2.074%2C1.4%2C6.64%2C6.64%2C0%2C0%2C1%2C1.4%2C2.074%2C6.313%2C6.313%2C0%2C0%2C1%2C.515%2C2.541%2C6.324%2C6.324%2C0%2C0%2C1-.515%2C2.535%2C6.621%2C6.621%2C0%2C0%2C1-1.4%2C2.079%2C6.639%2C6.639%2C0%2C0%2C1-2.074%2C1.4A6.314%2C6.314%2C0%2C0%2C1%2C106.532-846.936Zm0-1.046a9.4%2C9.4%2C0%2C0%2C0%2C.886-1.408%2C8.045%2C8.045%2C0%2C0%2C0%2C.586-1.552H105.06a8.784%2C8.784%2C0%2C0%2C0%2C.593%2C1.579A8.047%2C8.047%2C0%2C0%2C0%2C106.532-847.982Zm-1.331-.189a7.461%2C7.461%2C0%2C0%2C1-.71-1.29%2C8.436%2C8.436%2C0%2C0%2C1-.489-1.482h-2.332a5.39%2C5.39%2C0%2C0%2C0%2C1.461%2C1.8A4.909%2C4.909%2C0%2C0%2C0%2C105.2-848.171Zm2.663%2C0a4.909%2C4.909%2C0%2C0%2C0%2C2.071-.972%2C5.391%2C5.391%2C0%2C0%2C0%2C1.461-1.8h-2.332a10.8%2C10.8%2C0%2C0%2C1-.522%2C1.488A8.925%2C8.925%2C0%2C0%2C1%2C107.863-848.171Zm-6.627-3.8h2.556q-.065-.383-.094-.752t-.029-.742q0-.374.029-.742t.094-.752h-2.556a5.421%2C5.421%2C0%2C0%2C0-.152.728%2C5.516%2C5.516%2C0%2C0%2C0-.053.766%2C5.517%2C5.517%2C0%2C0%2C0%2C.053.766A5.425%2C5.425%2C0%2C0%2C0%2C101.236-851.974Zm3.587%2C0h3.417q.065-.383.094-.745t.029-.749q0-.387-.029-.749t-.094-.745h-3.417q-.065.383-.094.745t-.029.749q0%2C.387.029.749T104.823-851.974Zm4.448%2C0h2.556a5.423%2C5.423%2C0%2C0%2C0%2C.152-.728%2C5.516%2C5.516%2C0%2C0%2C0%2C.053-.766%2C5.515%2C5.515%2C0%2C0%2C0-.053-.766%2C5.419%2C5.419%2C0%2C0%2C0-.152-.728h-2.556q.065.383.094.752t.029.742q0%2C.374-.029.742T109.272-851.974Zm-.209-4.02H111.4a5.376%2C5.376%2C0%2C0%2C0-1.451-1.8%2C5.066%2C5.066%2C0%2C0%2C0-2.081-.978%2C8.54%2C8.54%2C0%2C0%2C1%2C.7%2C1.313A9.446%2C9.446%2C0%2C0%2C1%2C109.063-855.993Zm-4%2C0H108a8.844%2C8.844%2C0%2C0%2C0-.6-1.589%2C8.028%2C8.028%2C0%2C0%2C0-.869-1.372%2C8.028%2C8.028%2C0%2C0%2C0-.869%2C1.372A8.844%2C8.844%2C0%2C0%2C0%2C105.06-855.993Zm-3.391%2C0H104a9.446%2C9.446%2C0%2C0%2C1%2C.5-1.465%2C8.541%2C8.541%2C0%2C0%2C1%2C.7-1.313%2C5.015%2C5.015%2C0%2C0%2C0-2.084.982A5.445%2C5.445%2C0%2C0%2C0%2C101.669-855.993Z%22%20transform%3D%22translate(-100%20860)%22%20fill%3D%22%23273846%22%2F%3E%0A%3C%2Fsvg%3E");
  color: #B6B6B6;
  font-size: 0;
  font-weight: normal;
}

.l-header-search .mf_finder_searchBox_submit {
  background-image: url("../../../../../../resources/sw_img/default/icon_searchBk.svg");
}

@media print, screen and (min-width: 1025px) {
  .l-Header__SearchBtn {
    display: none;
    text-align: left;
  }
  .l-header-search__box, .l-header-search .mf_finder_header {
    position: relative;
  }
  .l-header .l-header-search .mf_finder_searchBox {
    margin-left: 0;
  }
  .l-header-search .p-Icon--Search {
    width: 0.87rem;
    display: inline-block;
  }
}
.p-Icon__Svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: visible;
  z-index: -1;
}

.mf_finder_searchBox_useSelects {
  position: relative;
}

.mf_finder_searchBox {
  margin-right: 0 !important;
}

#internal-link-text-3-ajax6 a {
  background: #FF9D00;
  padding: 2px 10px;
}

#internal-link-text-4-ajax6 a {
  background: #1BC2FF;
  padding: 2px 10px;
}

#multiColumn1-10-ajax6 {
  /* display:none; */
}

#header .on-pc .hx_sub_panel > * > * {
  padding-right: 244px;
}

#html-paragraph-1-ajax8 {
  position: relative;
  top: -20px;
}

body:not(.in-editor) #pagetop.pad.float ~ * #header .on-pc #html-paragraph-1-ajax8 {
  top: 0;
}

/*----------------------------------------
見出しパーツ
-----------------------------------------*/
/*----- h2見出し------- */
.title2 h2 {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .title2 h2 {
    font-size: 2.2rem;
  }
}

/*スタイルA*/
.title2.style1 {
  padding-left: 0;
}

.title2.style1::before {
  display: none;
}

.title2.style1 h2 span {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: inherit;
  line-height: 1.25;
  color: #273846;
  font-style: italic;
  margin-bottom: 8px;
  position: relative;
  display: block;
  letter-spacing: 0;
}
.title2.style1 h2 span::before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: linear-gradient(to right, #2A65F5 0 50%, #31E3F7 50% 100%);
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateX(-50%);
}
.title2.style1 h2 span + span {
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .title2.style1 h2 span + span {
    font-size: clamp(1.4rem, 1.2286rem + 0.8571vw, 2rem);
  }
}
.title2.style1 h2 span + span::before {
  display: none;
}

/*スタイルB*/
.title2.style2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  margin-top: 3.5em;
}
@media screen and (max-width: 768px) {
  .title2.style2 {
    font-size: 2.2rem;
  }
}

/*スタイルC*/
.title2.style3 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  margin-top: 3.5em;
  background: #000;
  padding: 6px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .title2.style3 {
    font-size: 2.2rem;
  }
}
.title2.style3 h2 {
  color: #fff;
  width: calc(100% * var(--mainarea-base));
  max-width: var(--mainarea-width);
  margin: auto;
}
.title2.style3 h2 span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  display: block;
}

/*----- h3見出し------- */
/*スタイルA*/
.title3 h3 {
  font-size: 24px;
  margin-top: 2.5em;
  margin-bottom: 0;
  line-height: 1.7;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .title3 h3 {
    font-size: 2rem;
  }
}

.title3.style1 {
  margin-top: 0.25em;
  padding: 10px 0;
  font-size: 2.6rem;
  font-weight: 600;
  border-bottom: none;
}

/*スタイルB*/
.title3.style2 {
  position: relative;
  padding-left: 30px;
}
.title3.style2::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #2A65F5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*スタイルC*/
.title3.style3 h3 span {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.25;
  font-style: italic;
  margin-bottom: 8px;
  letter-spacing: 0.025em;
  display: block;
}

/*----- h4見出し------- */
.title4 {
  font-size: 20px;
  line-height: 1.7;
}

/*スタイルA*/
.title4.style1 {
  margin: 3em 0 0 0;
}

/*スタイルB*/
.title4.style2 {
  margin: 1.5em 0 0 0;
}

/*スタイルC*/
.title4.style3 {
  margin: 1.9em 0 0 0;
}
.title4.style3 h4 {
  padding-left: 16px;
  border-left: 6px solid #2A65F5;
}

/*----------------------------------------
見出し
-----------------------------------------*/
/*----- h2------- */
.text-section h2, .link-list h2, .link-list-url h2, .news-result h2, .news-yuho h2, .news-presentation h2, .news-material h2 {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-bottom: 40px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .text-section h2, .link-list h2, .link-list-url h2, .news-result h2, .news-yuho h2, .news-presentation h2, .news-material h2 {
    font-size: 2.2rem;
  }
}
.text-section h2::before, .link-list h2::before, .link-list-url h2::before, .news-result h2::before, .news-yuho h2::before, .news-presentation h2::before, .news-material h2::before {
  display: none;
}
.text-section h2 span, .link-list h2 span, .link-list-url h2 span, .news-result h2 span, .news-yuho h2 span, .news-presentation h2 span, .news-material h2 span {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  color: #273846;
  font-style: italic;
  margin-bottom: 8px;
  position: relative;
  display: block;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .text-section h2 span, .link-list h2 span, .link-list-url h2 span, .news-result h2 span, .news-yuho h2 span, .news-presentation h2 span, .news-material h2 span {
    font-size: 1.8rem;
  }
}
.text-section h2 span::before, .link-list h2 span::before, .link-list-url h2 span::before, .news-result h2 span::before, .news-yuho h2 span::before, .news-presentation h2 span::before, .news-material h2 span::before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: linear-gradient(to right, #2A65F5 0 50%, #31E3F7 50% 100%);
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateX(-50%);
}

/*-------------------------------------------
キャッチコピー
--------------------------------------------*/
.lead-section.catch .rich-text {
  font-size: 3.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lead-section.catch .rich-text {
    font-size: 2.6rem;
  }
}

.lead-section.lead .rich-text {
  font-size: 1.6rem;
}

/*------------------------------------------

メインビジュアル
--------------------------------------------*/
.page-intro-wrapper .intro-bg > div span,
.page-intro-wrapper .intro-bg > div .main-title {
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 768px) {
  .page-intro-wrapper .intro-bg > div span,
  .page-intro-wrapper .intro-bg > div .main-title {
    font-size: 2.6rem;
  }
}
/*-------------------------------------------
下部cta
--------------------------------------------*/
.solution-cta {
  padding-top: 120px;
  max-width: var(--mainarea-width);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .solution-cta {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 4rem;
  }
}
.solution-cta .solution-cta-inner {
  margin: auto;
  color: #273846;
}
.solution-cta .solution-cta-inner h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin-bottom: 23px;
}
.solution-cta .solution-cta-inner h2 + p {
  font-size: 18px;
  margin-bottom: 40px;
}
.solution-cta .solution-cta-inner .cta-box {
  display: flex;
  gap: 38px;
}
@media screen and (max-width: 768px) {
  .solution-cta .solution-cta-inner .cta-box {
    flex-direction: column;
  }
}
.solution-cta .solution-cta-inner .cta-box a {
  display: flex;
  padding: 46px;
  background: #1CC2FF;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .solution-cta .solution-cta-inner .cta-box a {
    flex-direction: column;
    padding: 30px 20px;
    gap: 20px;
  }
  .solution-cta .solution-cta-inner .cta-box a br {
    display: none;
  }
}
.solution-cta .solution-cta-inner .cta-box a .cta-box--text h3 {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
}
.solution-cta .solution-cta-inner .cta-box a .cta-box--text h3 .en {
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.solution-cta .solution-cta-inner .cta-box a .cta-box--text h3 .ja {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.025em;
}
.solution-cta .solution-cta-inner .cta-box a .cta-box--text h3 + p {
  font-size: 18px;
}
.solution-cta .solution-cta-inner .cta-box a.contact:hover {
  color: #fff !important;
}
.solution-cta .solution-cta-inner .cta-box a.contact:hover .cta-box--text {
  color: #fff !important;
}
.solution-cta .solution-cta-inner .cta-box a.contact:hover .cta-box--text h3, .solution-cta .solution-cta-inner .cta-box a.contact:hover .cta-box--text p {
  color: #fff;
}
.solution-cta .solution-cta-inner .cta-box a .arrow {
  margin-top: auto;
  margin-left: auto;
}
.solution-cta .solution-cta-inner .cta-box a .arrow svg circle {
  stroke: #273846;
  transition: all 0.3s ease;
}
.solution-cta .solution-cta-inner .cta-box a .arrow svg path {
  stroke: #273846;
  transition: all 0.3s ease;
}
.solution-cta .solution-cta-inner .cta-box a:hover {
  background: #2A65F5;
  color: #fff !important;
}
.solution-cta .solution-cta-inner .cta-box a:hover .arrow svg circle {
  fill: #fff;
}
.solution-cta .solution-cta-inner .cta-box a:hover .arrow svg g path {
  stroke: #013593;
}
.solution-cta .solution-cta-inner .cta-box a.dl {
  background: #FF9D00;
}
.solution-cta .solution-cta-inner .cta-box a.dl:hover {
  background: #EB6112;
}
.solution-cta .solution-cta-inner .cta-box a.dl:hover .arrow svg circle {
  fill: #fff;
}

/*ニュース一覧パーツ*/
.basic-list2 .yearTabs ul, .basic-list2 .yearTabs li, .basic-list2 .tabs ul, .basic-list2 .tabs li {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .basic-list2 .yearTabs ul, .basic-list2 .yearTabs li, .basic-list2 .tabs ul, .basic-list2 .tabs li {
    flex-direction: column;
  }
}

#basic-list2-1 > div.tabs > ul {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  #basic-list2-1 > div.tabs > ul {
    flex-direction: column;
  }
}
#basic-list2-1 > div.tabs > ul li {
  min-width: 232px;
  height: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #basic-list2-1 > div.tabs > ul li {
    width: 100%;
    height: auto;
  }
}
#basic-list2-1 > div.tabs > ul li span {
  width: 100%;
  height: 100%;
  background: #F7F7F7;
  border: none;
  transition: all 0.3s ease-in-out;
}
#basic-list2-1 > div.tabs > ul li span:hover {
  background: var(--key-color);
  color: #fff;
}
#basic-list2-1 > div.tabs > ul li span[active] {
  background: var(--key-color);
  border: 1px solid var(--key-color);
}
#basic-list2-1 > div.tabs > ul li span[active]:hover {
  background: #fff;
  color: var(--key-color);
}

.basic-list2:not(.thumnail) .tabItems {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
@media screen and (max-width: 768px) {
  .basic-list2:not(.thumnail) .tabItems {
    flex-direction: column;
  }
}

.basic-list2:not(.thumnail) .tabItems > li {
  background: #fff;
  padding: 0;
  display: flex;
  align-items: center;
  border: 1px solid #E3ECF7;
  position: relative;
}
.basic-list2:not(.thumnail) .tabItems > li a {
  padding: 30px;
}

.basic-list2:not(.thumnail) .tabItems > li::after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2234%22%20viewBox%3D%220%200%2034%2034%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_502%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20502%22%20transform%3D%22translate(-1239%20-5171.038)%22%3E%0A%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_21254%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2021254%22%20width%3D%2234%22%20height%3D%2234%22%20transform%3D%22translate(1239%205171.038)%22%20fill%3D%22%23f7f7f7%22%2F%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51612%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051612%22%20transform%3D%22translate(-1)%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1386%22%20data-name%3D%22%E3%83%91%E3%82%B9%201386%22%20d%3D%22M4469.535%2C5694h11.751%22%20transform%3D%22translate(-3218.411%20-506)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1387%22%20data-name%3D%22%E3%83%91%E3%82%B9%201387%22%20d%3D%22M4489.059%2C5684.5l6.029%2C6.029-6.029%2C6.028%22%20transform%3D%22translate(-3232.212%20-502.529)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.basic-list2:not(.thumnail) .item .c_icon span {
  background: #E3ECF7;
  border-radius: 5px;
  font-size: 13px;
}

.basic-list2:not(.thumnail) .item > span, .basic-list2:not(.thumnail) .item > a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .basic-list2:not(.thumnail) .item > span, .basic-list2:not(.thumnail) .item > a {
    flex-direction: column;
  }
}
.basic-list2:not(.thumnail) .item > span .date, .basic-list2:not(.thumnail) .item > a .date {
  font-size: 16px;
  white-space: nowrap;
}
.basic-list2:not(.thumnail) .item > span .c_icon, .basic-list2:not(.thumnail) .item > a .c_icon {
  margin: 0;
  padding: 0;
  display: inline-flex;
  vertical-align: top;
  margin-top: 3px;
  margin-bottom: -5px;
  width: fit-content;
  float: none;
  margin-left: 0;
}

.basic-list2:not(.thumnail) .item .date {
  position: static;
  margin: 0 10px 0;
  display: inline-block;
  font-size: 16px;
  flex-shrink: 0;
}

.basic-list2:not(.thumnail) .item a > .news_tx {
  padding: 0;
  order: 3;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .basic-list2:not(.thumnail) .item .news_tx {
    padding: 0;
  }
}

.lx_multi3_news_col1pc .basic-list2:not(.thumnail) .item {
  padding-left: 0;
}
.lx_multi3_news_col1pc .basic-list2:not(.thumnail) .item .c_icon li{
	display:none;
}
.lx_multi3_news_col1pc .basic-list2:not(.thumnail) .item .c_icon li:has(span[data-category-path*="/press"]){
	display:block;
}
.lx_multi3_news_col1pc .basic-list2:not(.thumnail) .item .c_icon {
  width: auto;
  float: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  vertical-align: top;
  margin-top: 3px;
  margin-bottom: -5px;
  width: fit-content;
  margin-left: 0;
}

.basic-list2:not(.thumnail) .item .c_icon span {
  position: relative;
  display: inline-flex;
  vertical-align: top;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-bottom: 5px;
  min-width: 140px;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0;
  width: fit-content;
  text-align: center;
  padding: 4px 5px;
  color: #273846;
  display: flex;
  align-items: center;
  justify-content: center;
}

.basic-list2:not(.thumnail) .item > a, .basic-list2:not(.thumnail) .item {
  padding-top: 0;
}

.basic-list2:not(.thumnail) .item > a, .basic-list2:not(.thumnail) .item > span {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .basic-list2:not(.thumnail) .item > a, .basic-list2:not(.thumnail) .item > span {
    padding: 30px 50px 30px 30px;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
  }
}

.basic-list2:not(.thumnail) .item .date {
  position: static;
  flex: 0 0 auto;
  order: 2;
  width: 120px;
}

.basic-list2:not(.thumnail) .item .c_icon {
  order: 1;
}

#footer #multiColumn2-1-ajax9 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5em;
  margin-bottom: 5em;
  gap: 2em;
}
@media screen and (max-width: 768px) {
  #footer #multiColumn2-1-ajax9 {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#footer #multiColumn2-1-ajax9 .f-column {
  width: 100%;
  max-width: 356px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer #multiColumn1-12-ajax9 {
  /* margin:auto; */
}

#multiColumn2-2-ajax9 {
  display: flex;
  align-items: center;
  padding: 1.4rem 0 1rem;
  justify-content: space-between;
  margin: auto;
  gap: 10px;
}
#multiColumn2-2-ajax9 #text-section-1-ajax9 p {
  font-size: 12px;
}

#multiColumn1-13-ajax9 {
  /* margin-bottom: 45px; */
}

.intro-bg h2, .intro-bg p {
  display: flex !important;
  flex-direction: column;
  gap: 4px;
}
.intro-bg h2:nth-child(2), .intro-bg p:nth-child(2) {
  margin-bottom: 30px;
}
.intro-bg h2 .en, .intro-bg p .en {
  font-size: 18px !important;
  font-weight: 500 !important;
  font-style: italic !important;
  font-family: "Poppins", sans-serif !important;
  letter-spacing: 0 !important;
}
.intro-bg h2 .main-title, .intro-bg p .main-title {
  font-size: 38px !important;
  font-weight: 600 !important;
  color: #fff !important;
  letter-spacing: 0.025em !important;
}
@media screen and (max-width: 768px) {
  .intro-bg h2 .main-title, .intro-bg p .main-title {
    font-size: 2.6rem !important;
  }
}
.intro-bg p {
  font-size: 16px !important;
}
.intro-bg div > p {
  font-size: 38px !important;
  font-weight: 600 !important;
}
@media screen and (max-width: 768px) {
  .intro-bg div > p {
    font-size: 2.6rem !important;
  }
}

.lx_column-deetail--index .column2 .text-section {
  display: flex;
  gap: 20px;
  background: #f7f7f7;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .lx_column-deetail--index .column2 .text-section {
    flex-direction: column;
    align-items: center;
  }
}
.lx_column-deetail--index .column2 .text-section .media {
  flex: 0 0 auto;
  align-self: center;
  margin: 0;
}
.lx_column-deetail--index .column2 .text-section .rich-text {
  margin-top: 0;
}
.lx_column-deetail--index .column2 .text-section .rich-text p {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
  padding-left: 0;
  margin-top: 0;
}
.lx_column-deetail--index .column2 .text-section .rich-text p + p {
  font-size: 16px;
  font-weight: normal;
}

.lx_column-deetail--index .title3.style1 {
  margin-top: 0;
  padding: 0;
}

.lx_column-detail--lead {
  background: #f7f7f7;
  padding: 60px;
}
.lx_column-detail--lead .text-section {
  margin-top: 0;
}

.lx_column-external-panel .panel.has-img.style1 .text + figure img {
  width: auto;
  margin-right: auto;
  margin-left: 0;
}

.basic-list2.thumnail .item .news_tx {
  font-size: 20px;
  margin-top: 1em;
  line-height: 1.7;
  font-weight: 600;
}

.basic-list2.thumnail .item > a, .basic-list2.thumnail .item > span {
  margin-bottom: 30px;
}

.c-SnsButton {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
}

.c-CmsArticle .c-SnsButton {
  padding-left: 0;
  list-style-type: none;
}

.c-SnsButton__Item:last-child {
  margin-right: 0;
}

@media print, screen and (min-width: 769px) {
  .c-SnsButton__Item {
    margin-right: 0.62rem;
  }
}
@media screen and (max-width: 768px) {
  .c-SnsButton__Item {
    margin-right: 2.66vw;
  }
}
.lx_seminar-table--overview table tr td {
  border-right: none;
  border-top: none;
  border-left: none;
}

.lx_seminar-table--timetable table tr td {
  border-right: none;
  border-top: none;
  border-left: none;
}
.lx_seminar-table--timetable table tr td:nth-child(1) {
  width: 20%;
}
.lx_seminar-table--timetable table tr td:nth-child(2) {
  width: 80%;
}

.lx_column-detail--summary .highlight-quoted-text {
  background: transparent;
  border: 1px solid #CECECE;
  padding: 40px;
  font-size: 16px;
}

.lx_casestudy-before-after {
  gap: 60px;
}
.lx_casestudy-before-after .column .text-section {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 20px 20px;
}
.lx_casestudy-before-after .column .text-section h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  margin: 0 auto;
}
.lx_casestudy-before-after .column .text-section .rich-text {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: #fff;
  height: 100%;
}
.lx_casestudy-before-after .column .text-section .rich-text ul {
  padding-left: 0;
}
.lx_casestudy-before-after .column .text-section .rich-text ul li:not(:last-child) {
  margin-bottom: 16px;
}
.lx_casestudy-before-after .column.column1 {
  position: relative;
}
.lx_casestudy-before-after .column.column1::after {
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2232%22%20viewBox%3D%220%200%2024%2032%22%3E%0A%20%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_5%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%205%22%20d%3D%22M16%2C0%2C32%2C24H0Z%22%20transform%3D%22translate(24)%20rotate(90)%22%20fill%3D%22%232965f5%22%2F%3E%0A%3C%2Fsvg%3E");
  width: 32px;
  height: 24px;
  position: absolute;
  margin: auto 18px;
  top: 50%;
  right: -70px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1284px) {
  .lx_casestudy-before-after .column.column1::after {
    margin: auto;
    top: 100%;
    right: 50%;
    transform: rotate(90deg) translate(16px, -26px);
  }
}
.lx_casestudy-before-after .column.column1 .text-section {
  background: #EAEAEA;
}
.lx_casestudy-before-after .column.column1 .text-section .rich-text ul {
  list-style: none;
}
.lx_casestudy-before-after .column.column1 .text-section .rich-text ul li {
  display: flex;
  gap: 16px;
}
.lx_casestudy-before-after .column.column1 .text-section .rich-text ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #273846;
  flex-shrink: 0;
  position: relative;
  top: 0.8em;
}
.lx_casestudy-before-after .column.column2 .text-section {
  background: linear-gradient(45deg, #01A0FF 0%, #0B48DD 100%);
}
.lx_casestudy-before-after .column.column2 .text-section h2 {
  color: #fff;
}
.lx_casestudy-before-after .column.column2 .text-section .rich-text ul {
  list-style: none;
}
.lx_casestudy-before-after .column.column2 .text-section .rich-text ul li {
  display: flex;
  gap: 12px;
}
.lx_casestudy-before-after .column.column2 .text-section .rich-text ul li::before {
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.974%22%20height%3D%2214.345%22%20viewBox%3D%220%200%2016.974%2014.345%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_32224%22%20data-name%3D%22%E3%83%91%E3%82%B9%2032224%22%20d%3D%22M-616%2C3343.444l4.788%2C5.453%2C9.212-10%22%20transform%3D%22translate(617.503%20-3337.542)%22%20fill%3D%22none%22%20stroke%3D%22%232965f5%22%20stroke-width%3D%224%22%2F%3E%0A%3C%2Fsvg%3E");
  display: block;
  width: 14px;
  height: 10px;
}

.lx_casestudy-before-after2 {
  gap: 60px;
}
.lx_casestudy-before-after2 .column .text-section {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 20px 20px;
}
.lx_casestudy-before-after2 .column .text-section h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  margin: 0 auto;
}
.lx_casestudy-before-after2 .column .text-section .rich-text {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: #fff;
  height: 100%;
}
.lx_casestudy-before-after2 .column .text-section .rich-text ul {
  padding-left: 0;
}
.lx_casestudy-before-after2 .column .text-section .rich-text ul li:not(:last-child) {
  margin-bottom: 16px;
}
.lx_casestudy-before-after2 .column.column1 {
  position: relative;
}
.lx_casestudy-before-after2 .column.column1::after {
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2232%22%20viewBox%3D%220%200%2024%2032%22%3E%0A%20%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_5%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%205%22%20d%3D%22M16%2C0%2C32%2C24H0Z%22%20transform%3D%22translate(24)%20rotate(90)%22%20fill%3D%22%232965f5%22%2F%3E%0A%3C%2Fsvg%3E");
  width: 32px;
  height: 24px;
  position: absolute;
  margin: auto 18px;
  top: 50%;
  right: -70px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1284px) {
  .lx_casestudy-before-after2 .column.column1::after {
    margin: auto;
    top: 100%;
    right: 50%;
    transform: rotate(90deg) translate(16px, 0);
  }
}
.lx_casestudy-before-after2 .column.column1 .text-section {
  background: #EAEAEA;
}
.lx_casestudy-before-after2 .column.column1 .text-section .rich-text ul {
  list-style: none;
}
.lx_casestudy-before-after2 .column.column1 .text-section .rich-text ul li {
  display: flex;
  gap: 16px;
}
.lx_casestudy-before-after2 .column.column1 .text-section .rich-text ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #273846;
  flex-shrink: 0;
  position: relative;
  top: 0.8em;
}
.lx_casestudy-before-after2 .column.column2 .text-section {
  background: linear-gradient(45deg, #01A0FF 0%, #0B48DD 100%);
}
.lx_casestudy-before-after2 .column.column2 .text-section h2 {
  color: #fff;
}
.lx_casestudy-before-after2 .column.column2 .text-section .rich-text {
  /* 1. 全体を縦並びにする */
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* 左寄せ */
  padding: 40px;
  /* 直接入力されている1行目のテキスト用 */
}
.lx_casestudy-before-after2 .column.column2 .text-section .rich-text p, .lx_casestudy-before-after2 .column.column2 .text-section .rich-text span, .lx_casestudy-before-after2 .column.column2 .text-section .rich-text div:first-child {
  width: 100%;
  text-align: left;
  margin-bottom: 20px; /* 箇条書きとの間隔 */
}
.lx_casestudy-before-after2 .column.column2 .text-section .rich-text ul {
  list-style: none; /* デフォルトの「・」を消す */
  padding-left: 0;
  margin: 0;
  width: 100%;
}
.lx_casestudy-before-after2 .column.column2 .text-section .rich-text ul li {
  display: flex; /* チェックアイコンとテキストを横に並べる */
  align-items: flex-start; /* アイコンを上揃えに */
  gap: 12px;
  text-align: left;
}
.lx_casestudy-before-after2 .column.column2 .text-section .rich-text ul li:not(:last-child) {
  margin-bottom: 16px;
}
.lx_casestudy-before-after2 .column.column2 .text-section .rich-text ul li::before {
  /* SVGアイコンの表示 */
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.974%22%20height%3D%2214.345%22%20viewBox%3D%220%200%2016.974%2014.345%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_32224%22%20data-name%3D%22%E3%83%91%E3%82%B9%2032224%22%20d%3D%22M-616%2C3343.444l4.788%2C5.453%2C9.212-10%22%20transform%3D%22translate(617.503%20-3337.542)%22%20fill%3D%22none%22%20stroke%3D%22%232965f5%22%20stroke-width%3D%224%22%2F%3E%0A%3C%2Fsvg%3E");
  display: block;
  width: 17px; /* SVGの幅に合わせて指定 */
  height: 14px;
  flex-shrink: 0; /* アイコンが潰れないように固定 */
  margin-top: 4px; /* テキストの1行目と高さを合わせる微調整 */
}

.lx_casestudy-profile-table table tr td {
  border: none;
  padding: 6px;
}
.lx_casestudy-profile-table table tr td:nth-child(1) {
  width: 20%;
  font-size: 16px;
  font-weight: 600;
  color: rgba(39, 56, 70, 0.6);
  vertical-align: top;
}
.lx_casestudy-profile-table table tr td:nth-child(2) {
  width: 80%;
  font-size: 14px;
}
.lx_casestudy-profile-table dl.photo dd {
  text-align: left;
  font-size: 14px;
}

.lx_casestudy-item-wrap {
  background: rgba(227, 236, 247, 0.3);
  padding: 120px 0;
}
@media screen and (max-width: 1240px) {
  .lx_casestudy-item-wrap {
    padding: 60px 20px;
  }
}
.lx_casestudy-item-wrap .casestudy-tag {
  background: #013593;
  padding: 10px 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 100vh;
}
.lx_casestudy-item-wrap .html-paragraph + .title2.style1 {
  margin-top: 20px;
}
.lx_casestudy-item-wrap .column .html-paragraph:nth-child(n+2) {
  margin-top: 60px;
}

.link-list .internal-link-text a::before {
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51549%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051549%22%20transform%3D%22translate(-1270%20-2637)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_759%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20759%22%20transform%3D%22translate(1270%202637)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20stroke%3D%22none%22%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20fill%3D%22none%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31983%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031983%22%20d%3D%22M4566.065%2C4932.18l2.812%2C2.812-2.812%2C2.812%22%20transform%3D%22translate(-3287.079%20-2287.991)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  margin-right: 12px;
  position: relative;
  top: 4px;
}
.link-list .internal-link-text a:hover {
  text-decoration: underline;
}
.link-list .internal-link-text a:hover::before {
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51549%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051549%22%20transform%3D%22translate(-1270%20-2637)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_759%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20759%22%20transform%3D%22translate(1270%202637)%22%20fill%3D%22%23273846%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20stroke%3D%22none%22%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20fill%3D%22none%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31983%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031983%22%20d%3D%22M4566.065%2C4932.18l2.812%2C2.812-2.812%2C2.812%22%20transform%3D%22translate(-3287.079%20-2287.991)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}

/*==== 製品 > 販売終了製品・サービス ====*/
/* 親の ul を横並びにする */
.eol_eos_layout .link-list ul {
  display: flex !important;
  flex-wrap: wrap; /* 指定幅を超えたら折り返す */
  gap: 10px 5px; /* 縦の隙間を10px、横を5pxに調整 */
  list-style: none !important;
  padding: 0;
  margin: 0 0 30px;
  width: 100%; /* 親いっぱいに広げる */
}

/* li の幅を計算して「1行あたりの個数」を決める */
.eol_eos_layout .link-list li.internal-link-text {
  /* 1行に13個並べる場合 (100% / 13 = 約7.6%) */
  /* gapの分を考慮して calc で計算する */
  width: calc((100% - 120px) / 13);
  list-style: none !important;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center; /* 中央に寄せる */
}
@media screen and (max-width: 768px) {
  .eol_eos_layout .link-list li.internal-link-text {
    width: auto;
  }
}

/* 四角いボタンの設定 */
.eol_eos_layout .link-list li.internal-link-text a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #0056b3;
  text-decoration: none;
  color: #0056b3;
  font-weight: bold;
  background: #fff;
  border-radius: 2px;
  transition: 0.2s;
}

/* 矢印アイコンを消す（念のため） */
.eol_eos_layout .link-list li.internal-link-text::before,
.eol_eos_layout .link-list li.internal-link-text a::before {
  display: none !important;
}

/* --- 追加：非アクティブ（non-targeted）の状態 --- */
.eol_eos_layout .link-list li.internal-link-text a.non-targeted {
  border-color: #f0f0f0 !important; /* 枠線を極めて薄く */
  color: #e0e0e0 !important; /* 文字を薄いグレーに */
  pointer-events: none; /* クリック（リンク移動）を無効化 */
  cursor: default; /* カーソルを普通の矢印に */
}

/* ホバー時の演出（通常時のみに効くようにする） */
.eol_eos_layout .link-list li.internal-link-text a:not(.non-targeted):hover {
  background-color: #f0f0f0;
  border-color: #007bff;
  color: #007bff;
}

html[data-current-level="3"][data-page-path^="/ja/casestudy/"] div:not(.admincentral) #nav #nav-box {
  display: none;
}
html[data-current-level="3"][data-page-path^="/ja/casestudy/"] #wrapper-3 {
  padding-top: 0;
}
html[data-current-level="3"][data-page-path^="/ja/casestudy/"] .page-intro-wrapper {
  height: 360px;
}
@media screen and (max-width: 768px) {
  html[data-current-level="3"][data-page-path^="/ja/casestudy/"] .page-intro-wrapper {
    height: auto;
  }
}
html[data-current-level="3"][data-page-path^="/ja/casestudy/"] .page-intro-wrapper .intro-bg {
  display: flex;
  flex-direction: row-reverse;
  background: url("../../../../../../resources/sw_img/common/mvcase.png") no-repeat center/cover;
  align-items: center;
  justify-content: center;
  gap: 130px;
}
@media screen and (min-width: 1280px) {
  html[data-current-level="3"][data-page-path^="/ja/casestudy/"] .page-intro-wrapper .intro-bg {
    padding-right: calc(50vw - var(--mainarea-width) / 2);
    padding-left: calc(50vw - var(--mainarea-width) / 2);
  }
}
@media screen and (max-width: 768px) {
  html[data-current-level="3"][data-page-path^="/ja/casestudy/"] .page-intro-wrapper .intro-bg {
    position: static;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
html[data-current-level="3"][data-page-path^="/ja/casestudy/"] .page-intro-wrapper .intro-bg img:not([src*="logo-transparent.png"]) {
  position: static;
  display: block;
  width: 266px;
  height: 266px;
  margin: 0;
  flex-shrink: 0;
  object-fit: contain;
  background: #fff;
  padding: 30px;
}

@media screen and (max-width: 1240px) {
  html[data-current-level="3"][data-page-path^="/ja/casestudy/"] .page-intro-wrapper .intro-bg img {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  html[data-current-level="3"][data-page-path^="/ja/casestudy/"] .page-intro-wrapper .intro-bg img {
    margin-right: 0px;
  }
}
html[data-current-level="3"][data-page-path^="/ja/casestudy/"] .page-intro-wrapper .intro-bg .rich-text {
  position: static;
  transform: translate(0, 0);
  overflow: unset !important;
}
html[data-current-level="3"][data-page-path^="/ja/casestudy/"] .page-intro-wrapper .intro-bg .rich-text > p:nth-child(1) {
  font-size: 16px !important;
  padding: 8px 28px;
  border: 1px solid #013593;
  color: #013593;
  font-weight: 600 !important;
  display: inline-block !important;
  margin-bottom: 20px;
}
html[data-current-level="3"][data-page-path^="/ja/casestudy/"] .page-intro-wrapper .intro-bg .rich-text > p:nth-child(2) {
  color: #273846;
  font-size: 34px !important;
  letter-spacing: 0.025em;
}
html[data-current-level="3"][data-page-path^="/ja/casestudy/"] .page-intro-wrapper .intro-bg .rich-text > p:last-child {
  font-size: 20px !important;
  margin-top: 20px;
  color: #273846 !important;
}
@media screen and (max-width: 768px) {
html[data-current-level="3"][data-page-path^="/ja/casestudy/"] .page-intro-wrapper .intro-bg .rich-text > p:nth-child(2) {
  font-size: 2rem !important;
}
}

.lx_megamenu-link .link-lv0 {
  font-size: 22px;
  font-weight: 600;
  display: flex;
  gap: 20px;
}
.lx_megamenu-link .link-lv0 a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #CECECE;
  font-size: 12px;
  border-radius: 100vh;
}
.lx_megamenu-link .link-lv0 a:hover {
  background: #CECECE;
}

.lx_column-sidebar .title3 {
  margin-top: 0;
}
.lx_column-sidebar #column-side_002 {
  margin-top: 60px;
}
.lx_column-sidebar h3 {
  margin-top: 0;
  margin-bottom: 3rem;
}
.lx_column-sidebar .category-list li {
  margin-bottom: 1.5rem;
}
.lx_column-sidebar .category-list .category-level-1 {
  font-size: 18px;
  font-weight: 600;
}
.lx_column-sidebar .category-list .category-level-1 .cat-lv1 a {
  color: #273846;
  text-decoration: none;
}
.lx_column-sidebar .category-list .category-level-1 .cat-lv1 a:hover {
  text-decoration: underline;
}
.lx_column-sidebar .category-list .category-level-2 {
  font-size: 16px;
  font-weight: normal;
  margin-left: 1.5rem;
}
.lx_column-sidebar .category-list .category-level-2 .cat-lv2 a {
  color: #273846;
  text-decoration: none;
}
.lx_column-sidebar .category-list .category-level-2 .cat-lv2 a:hover {
  text-decoration: underline;
}

.column-pickup .splide__arrow {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  transition: opacity 0.3s;
}

.column-pickup .splide__arrow svg {
  width: 36px;
  height: 36px;
}

.column-pickup .splide__arrow--prev {
  left: -50px;
}

.column-pickup .splide__arrow--next {
  right: -50px;
}

.column-pickup .splide__arrow:hover {
  opacity: 0.8;
}

.column-pickup .splide__slide img {
  margin-bottom: 30px;
}
.column-pickup .news_tx {
  font-size: 20px;
  font-weight: 600;
  margin: 1em 0 1.5em;
}

#column-pickup_001 {
  margin-top: 0;
  font-family: "poppins", sans-serif;
  font-size: 34px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
  padding-left: 0;
  font-style: italic;
}

@media print, screen and (min-width: 1025px) {
  .l-header-search__box,
  .l-header-search .mf_finder_header {
    position: relative;
  }
  .l-header.is-change .l-header-search__box,
  .l-header.is-change .l-header-search .mf_finder_header {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15rem;
    padding: 1rem;
    background-color: #fff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .l-header.is-change .l-header-search__box.is-open,
  .l-header.is-change .l-header-search .mf_finder_header.is-open {
    display: block;
  }
}
@media print, screen and (max-width: 1024px) {
  .l-header-search__box,
  .l-header-search .mf_finder_header {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    padding: 2rem 35px;
    background-color: #fff;
  }
  .l-header-search__box input[type=text],
  .l-header-search .mf_finder_header input[type=text] {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 1024px) {
  .l-header-search__box,
  .l-header-search .mf_finder_header {
    top: 60px;
  }
}
@media print, screen and (max-width: 768px) {
  .l-header-search__box,
  .l-header-search .mf_finder_header {
    top: 15vw;
  }
}
.l-header-search__submit,
.l-header-search .mf_finder_searchBox_submit {
  display: block;
  position: absolute;
  top: 0;
  right: 0.5rem;
  bottom: 0;
  width: 1.25rem;
  background: url(../images/icon/searchBk.svg) no-repeat center;
  margin: auto;
  padding: 0;
  height: 1.25rem;
}

.l-header-search__submit::before,
.l-header-search .mf_finder_searchBox_submit::before {
  content: none;
}

@media print, screen and (max-width: 1024px) {
  .l-header-search__submit,
  .l-header-search .mf_finder_searchBox_submit {
    top: 2rem;
    bottom: 2rem;
    width: 2.5rem;
    right: 0.5rem;
  }
}
@media print, screen and (max-width: 768px) {
  .l-header-search__submit,
  .l-header-search .mf_finder_searchBox_submit {
    right: 0.5rem;
  }
  .l-header-search__submit::before,
  .l-header-search .mf_finder_searchBox_submit::before {
    content: none;
  }
}
@media print, screen and (min-width: 1025px) {
  .l-header.is-rev:not(.is-3rd) .l-header-search__submit,
  .l-header.is-rev:not(.is-3rd) .l-header-search .mf_finder_searchBox_submit {
    background-image: url(../images/icon/searchW.svg);
  }
}
@media print, screen and (min-width: 1025px) {
  .l-header.is-change .l-header-search__submit,
  .l-header.is-change .l-header-search .mf_finder_searchBox_submit {
    width: 1.25rem;
    height: 1.25rem;
    top: 1.4rem;
    right: 0.5rem;
    bottom: auto;
  }
}
[data-current-level="2"] .page-intro-wrapper:not(:has(.intro-bg)) {
  background: url("../../../../../../resources/sw_img/common/layer2-mvbg.jpg") no-repeat center/cover;
}
[data-current-level="2"] .page-intro-wrapper:not(:has(.intro-bg)) h1 {
  font-size: 38px !important;
  font-weight: 600 !important;
  color: #fff !important;
  letter-spacing: 0.025em !important;
}
@media screen and (max-width: 768px) {
  [data-current-level="2"] .page-intro-wrapper:not(:has(.intro-bg)) h1 {
    font-size: 2.6rem !important;
  }
}

[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .page-intro-wrapper:not(:has(.intro-bg)) {
  background: url("../../../../../../resources/sw_img/common/seminar-mvbg.jpg") no-repeat center/cover;
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .page-intro-wrapper:not(:has(.intro-bg)) h1 {
  font-size: 38px !important;
  font-weight: 600 !important;
  color: #fff !important;
  letter-spacing: 0.025em !important;
}
@media screen and (max-width: 768px) {
  [data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .page-intro-wrapper:not(:has(.intro-bg)) h1 {
    font-size: 2.6rem !important;
  }
}

[data-current-level="3"] .page-intro-wrapper:not(:has(.intro-bg)) {
  background: url("../../../../../../resources/sw_img/common/lower-mvbg.jpg") no-repeat center/cover;
}
[data-current-level="3"] .page-intro-wrapper:not(:has(.intro-bg)) h1 {
  font-size: 38px !important;
  font-weight: 600 !important;
  color: #fff !important;
  letter-spacing: 0.025em !important;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  [data-current-level="3"] .page-intro-wrapper:not(:has(.intro-bg)) h1 {
    font-size: 2.6rem !important;
  }
}
[data-current-level="3"] .page-intro-wrapper:not(:has(.intro-bg)) h1 span {
  display: block;
  font-size: 2rem;
  margin-top: 2rem;
}

html[data-current-level="4"][data-page-path^="/ja/solutions/"][data-page-intro=has-bg-image] .page-intro-wrapper {
  height: 470px;
  /* padding-top: 56px; */
}
@media screen and (max-width: 768px) {
  html[data-current-level="4"][data-page-path^="/ja/solutions/"][data-page-intro=has-bg-image] .page-intro-wrapper {
    height: auto;
    padding-top: 0;
  }
  html[data-current-level="4"][data-page-path^="/ja/solutions/"][data-page-intro=has-bg-image] .page-intro-wrapper .page-intro {
    display: none;
  }
}
html[data-current-level="4"][data-page-path^="/ja/solutions/"][data-page-intro=has-bg-image] .page-intro-wrapper .intro-bg {
  position: static !important;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/"][data-page-intro=has-bg-image] .page-intro-wrapper p:nth-child(1) {
  font-size: 38px !important;
  font-weight: 600 !important;
  color: #fff !important;
  letter-spacing: 0.025em !important;
}
@media screen and (max-width: 768px) {
  html[data-current-level="4"][data-page-path^="/ja/solutions/"][data-page-intro=has-bg-image] .page-intro-wrapper p:nth-child(1) {
    font-size: 2.6rem !important;
  }
}
html[data-current-level="4"][data-page-path^="/ja/solutions/"][data-page-intro=has-bg-image] .page-intro-wrapper p:nth-child(2) {
  font-size: 16px !important;
  font-weight: normal !important;
  color: #fff !important;
  letter-spacing: 0.025em !important;
  line-height: 1.9;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/"][data-page-intro=has-bg-image] .page-intro-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  html[data-current-level="4"][data-page-path^="/ja/solutions/"][data-page-intro=has-bg-image] .page-intro-wrapper ul {
    flex-direction: column;
  }
}
html[data-current-level="4"][data-page-path^="/ja/solutions/"][data-page-intro=has-bg-image] .page-intro-wrapper ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 245px;
  height: 70px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.025em;
  transition: all 0.3s;
  position: relative;
  text-decoration: none !important;
  color: #273846;
  font-weight: 600;
  font-size: 17px;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/"][data-page-intro=has-bg-image] .page-intro-wrapper ul a::before {
  content: "";
  display: block;
  margin-right: 15px;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/"][data-page-intro=has-bg-image] .page-intro-wrapper ul a.dl {
  background: #FF9D00;
  color: #273846;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/"][data-page-intro=has-bg-image] .page-intro-wrapper ul a.dl::before {
  width: 15px;
  height: 18px;
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.125%22%20height%3D%2218.438%22%20viewBox%3D%220%200%2015.125%2018.438%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10288%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010288%22%20transform%3D%22translate(-1041.438%20-19.172)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10287%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010287%22%20transform%3D%22translate(0%202)%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26640%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026640%22%20d%3D%22M190.993-818.556a1.642%2C1.642%2C0%2C0%2C1-1.208-.492%2C1.642%2C1.642%2C0%2C0%2C1-.492-1.208v-11.9a1.642%2C1.642%2C0%2C0%2C1%2C.492-1.208%2C1.642%2C1.642%2C0%2C0%2C1%2C1.208-.492h8.582a1.642%2C1.642%2C0%2C0%2C1%2C1.208.492%2C1.642%2C1.642%2C0%2C0%2C1%2C.492%2C1.208v11.9a1.642%2C1.642%2C0%2C0%2C1-.492%2C1.208%2C1.642%2C1.642%2C0%2C0%2C1-1.208.492Zm0-1.02h8.582a.649.649%2C0%2C0%2C0%2C.467-.213.65.65%2C0%2C0%2C0%2C.212-.467v-11.9a.649.649%2C0%2C0%2C0-.212-.467.649.649%2C0%2C0%2C0-.467-.212h-8.582a.649.649%2C0%2C0%2C0-.467.212.649.649%2C0%2C0%2C0-.213.467v11.9a.649.649%2C0%2C0%2C0%2C.213.467A.649.649%2C0%2C0%2C0%2C190.993-819.575Zm-3.144%2C4.164a1.642%2C1.642%2C0%2C0%2C1-1.208-.492%2C1.642%2C1.642%2C0%2C0%2C1-.492-1.208v-12.915h1.02v12.915a.649.649%2C0%2C0%2C0%2C.212.467.65.65%2C0%2C0%2C0%2C.467.212h9.6v1.02Zm2.464-4.164v0Z%22%20transform%3D%22translate(855.288%20851.022)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20d%3D%22M2.5%2C0%2C5%2C3H0Z%22%20transform%3D%22translate(1053%2029)%20rotate(180)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_17287%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2017287%22%20width%3D%221%22%20height%3D%225%22%20transform%3D%22translate(1050%2021)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-color: #273846;
  mask-size: contain;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/"][data-page-intro=has-bg-image] .page-intro-wrapper ul a.dl:hover {
  background: #EB6112;
  color: #fff !important;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/"][data-page-intro=has-bg-image] .page-intro-wrapper ul a.dl:hover::before {
  background: #fff;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/"][data-page-intro=has-bg-image] .page-intro-wrapper ul a.mail {
  background: #1BC2FF;
  border: 1px solid #1BC2FF;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/"][data-page-intro=has-bg-image] .page-intro-wrapper ul a.mail::before {
  width: 17px;
  height: 13px;
  mask-image: url("../../../../../../resources/sw_img/icon/icon-mail.svg");
  background-color: #273846;
  -webkit-mask-size: contain;
  mask-size: contain;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/"][data-page-intro=has-bg-image] .page-intro-wrapper ul a.mail:hover {
  background: #2965F5;
  border: 1px solid #2965F5;
  text-decoration: none;
  color: #fff !important;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/"][data-page-intro=has-bg-image] .page-intro-wrapper ul a.mail:hover::before {
  background: #fff;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/"][data-page-intro=has-bg-image] #wrapper-3 {
  padding-top: 16px;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/"][data-page-intro=has-bg-image] #multiColumn1-1 {
  padding-bottom: 0;
}

html[data-current-level="4"][data-page-path^="/ja/solutions/finance-credit/"] {
  /* div:not(.admincentral) #nav #nav-box{
  	display: none;
  } */
}
html[data-current-level="4"][data-page-path^="/ja/solutions/finance-credit/"] #wrapper-3 {
  padding-top: 0;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/finance-credit/"] .page-intro-wrapper {
  height: 360px;
}
@media screen and (max-width: 768px) {
  html[data-current-level="4"][data-page-path^="/ja/solutions/finance-credit/"] .page-intro-wrapper {
    height: auto;
  }
}
html[data-current-level="4"][data-page-path^="/ja/solutions/finance-credit/"] .page-intro-wrapper .intro-bg {
  display: flex;
  flex-direction: row-reverse;
  background: url("../../../../../../resources/sw_img/common/solutionmv-credit.jpg") no-repeat center/cover;
  align-items: center;
  justify-content: center;
  gap: 130px;
}
@media screen and (min-width: 1280px) {
  html[data-current-level="4"][data-page-path^="/ja/solutions/finance-credit/"] .page-intro-wrapper .intro-bg {
    padding-right: calc(50vw - var(--mainarea-width) / 2);
    padding-left: calc(50vw - var(--mainarea-width) / 2);
  }
}
@media screen and (max-width: 768px) {
  html[data-current-level="4"][data-page-path^="/ja/solutions/finance-credit/"] .page-intro-wrapper .intro-bg {
    position: static;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
html[data-current-level="4"][data-page-path^="/ja/solutions/finance-credit/"] .page-intro-wrapper .intro-bg img {
  display: none;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/finance-credit/"] .page-intro-wrapper .intro-bg .rich-text {
  position: static;
  transform: translate(0, 0);
}
html[data-current-level="4"][data-page-path^="/ja/solutions/finance-credit/"] .page-intro-wrapper .intro-bg .rich-text > p:nth-child(1) {
  color: #273846;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/finance-credit/"] .page-intro-wrapper .intro-bg .rich-text > p:nth-child(2) {
  font-size: 16px !important;
  margin-bottom: 36px;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/finance-credit/"] .page-intro-wrapper .intro-bg .rich-text > p:last-child {
  font-size: 20px !important;
  margin-top: 20px;
  color: #273846 !important;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/finance-credit/"] .page-intro-wrapper .intro-bg .rich-text > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  html[data-current-level="4"][data-page-path^="/ja/solutions/finance-credit/"] .page-intro-wrapper .intro-bg .rich-text > ul {
    flex-direction: column;
    justify-content: center;
  }
}
html[data-current-level="4"][data-page-path^="/ja/solutions/finance-credit/"] .page-intro-wrapper .intro-bg .rich-text > ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 245px;
  height: 70px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.025em;
  transition: all 0.3s;
  position: relative;
  text-decoration: none !important;
  color: #273846;
  font-weight: 600;
  font-size: 17px;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/finance-credit/"] .page-intro-wrapper .intro-bg .rich-text > ul a::before {
  content: "";
  display: block;
  margin-right: 15px;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/finance-credit/"] .page-intro-wrapper .intro-bg .rich-text > ul a.dl {
  background: #FF9D00;
  color: #273846;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/finance-credit/"] .page-intro-wrapper .intro-bg .rich-text > ul a.dl::before {
  width: 15px;
  height: 18px;
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.125%22%20height%3D%2218.438%22%20viewBox%3D%220%200%2015.125%2018.438%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10288%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010288%22%20transform%3D%22translate(-1041.438%20-19.172)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10287%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010287%22%20transform%3D%22translate(0%202)%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26640%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026640%22%20d%3D%22M190.993-818.556a1.642%2C1.642%2C0%2C0%2C1-1.208-.492%2C1.642%2C1.642%2C0%2C0%2C1-.492-1.208v-11.9a1.642%2C1.642%2C0%2C0%2C1%2C.492-1.208%2C1.642%2C1.642%2C0%2C0%2C1%2C1.208-.492h8.582a1.642%2C1.642%2C0%2C0%2C1%2C1.208.492%2C1.642%2C1.642%2C0%2C0%2C1%2C.492%2C1.208v11.9a1.642%2C1.642%2C0%2C0%2C1-.492%2C1.208%2C1.642%2C1.642%2C0%2C0%2C1-1.208.492Zm0-1.02h8.582a.649.649%2C0%2C0%2C0%2C.467-.213.65.65%2C0%2C0%2C0%2C.212-.467v-11.9a.649.649%2C0%2C0%2C0-.212-.467.649.649%2C0%2C0%2C0-.467-.212h-8.582a.649.649%2C0%2C0%2C0-.467.212.649.649%2C0%2C0%2C0-.213.467v11.9a.649.649%2C0%2C0%2C0%2C.213.467A.649.649%2C0%2C0%2C0%2C190.993-819.575Zm-3.144%2C4.164a1.642%2C1.642%2C0%2C0%2C1-1.208-.492%2C1.642%2C1.642%2C0%2C0%2C1-.492-1.208v-12.915h1.02v12.915a.649.649%2C0%2C0%2C0%2C.212.467.65.65%2C0%2C0%2C0%2C.467.212h9.6v1.02Zm2.464-4.164v0Z%22%20transform%3D%22translate(855.288%20851.022)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20d%3D%22M2.5%2C0%2C5%2C3H0Z%22%20transform%3D%22translate(1053%2029)%20rotate(180)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_17287%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2017287%22%20width%3D%221%22%20height%3D%225%22%20transform%3D%22translate(1050%2021)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-color: #273846;
  mask-size: contain;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/finance-credit/"] .page-intro-wrapper .intro-bg .rich-text > ul a.dl:hover {
  background: #EB6112;
  color: #fff !important;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/finance-credit/"] .page-intro-wrapper .intro-bg .rich-text > ul a.dl:hover::before {
  background: #fff;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/finance-credit/"] .page-intro-wrapper .intro-bg .rich-text > ul a.mail {
  background: #1BC2FF;
  border: 1px solid #1BC2FF;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/finance-credit/"] .page-intro-wrapper .intro-bg .rich-text > ul a.mail::before {
  width: 17px;
  height: 13px;
  mask-image: url("../../../../../../resources/sw_img/icon/icon-mail.svg");
  background-color: #273846;
  -webkit-mask-size: contain;
  mask-size: contain;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/finance-credit/"] .page-intro-wrapper .intro-bg .rich-text > ul a.mail:hover {
  background: #2965F5;
  border: 1px solid #2965F5;
  text-decoration: none;
  color: #fff !important;
}
html[data-current-level="4"][data-page-path^="/ja/solutions/finance-credit/"] .page-intro-wrapper .intro-bg .rich-text > ul a.mail:hover::before {
  background: #fff;
}

html[data-page-path^="/ja/products/"] {
  /* div:not(.admincentral) #nav #nav-box{
  	display: none;
  } */
}
html[data-page-path^="/ja/products/"] #wrapper-3 {
  padding-top: 0;
}
html[data-page-path^="/ja/products/"] .page-intro-wrapper {
  height: 416px;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  html[data-page-path^="/ja/products/"] .page-intro-wrapper {
    height: auto;
  }
}
html[data-page-path^="/ja/products/"] .page-intro-wrapper .intro-bg {
  display: flex;
  flex-direction: row-reverse;
  background: url("../../../../../../resources/sw_img/common/lower-mvbg.jpg") no-repeat center/cover;
  align-items: center;
  justify-content: center;
  gap: 130px;
  padding-block: 50px;
}
@media screen and (min-width: 1280px) {
  html[data-page-path^="/ja/products/"] .page-intro-wrapper .intro-bg {
    padding-right: calc(50vw - var(--mainarea-width) / 2);
    padding-left: calc(50vw - var(--mainarea-width) / 2);
  }
}
@media screen and (max-width: 768px) {
  html[data-page-path^="/ja/products/"] .page-intro-wrapper .intro-bg {
    position: static;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
html[data-page-path^="/ja/products/"] .page-intro-wrapper .intro-bg img {
  display: none;
}
html[data-page-path^="/ja/products/"] .page-intro-wrapper .intro-bg .rich-text {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}
html[data-page-path^="/ja/products/"] .page-intro-wrapper .intro-bg .rich-text > p:nth-child(1) {
  color: #fff;
  font-size: 38px !important;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  html[data-page-path^="/ja/products/"] .page-intro-wrapper .intro-bg .rich-text > p:nth-child(1) {
    font-size: 2.6rem !important;
  }
}
html[data-page-path^="/ja/products/"] .page-intro-wrapper .intro-bg p:has(sup) {
  display: block !important;
}
html[data-page-path^="/ja/products/"] .page-intro-wrapper .intro-bg p:has(sup) sup {
  font-size: 14px;
  top: -1.8rem;
  position: relative;
}
html[data-page-path^="/ja/products/"] .page-intro-wrapper .intro-bg .rich-text > p:nth-child(2) {
  font-size: 16px !important;
  margin-bottom: 36px;
}
html[data-page-path^="/ja/products/"] .page-intro-wrapper .intro-bg .rich-text > p:nth-child(3) {
  font-size: 16px !important;
}
html[data-page-path^="/ja/products/"] .page-intro-wrapper .intro-bg .rich-text > p:last-child {
  font-size: 20px !important;
  margin-top: 20px;
  color: #273846 !important;
}
html[data-page-path^="/ja/products/"] .page-intro-wrapper .intro-bg .rich-text > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  list-style: none;
  padding-left: 0;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  html[data-page-path^="/ja/products/"] .page-intro-wrapper .intro-bg .rich-text > ul {
    flex-direction: column;
    justify-content: center;
  }
}
html[data-page-path^="/ja/products/"] .page-intro-wrapper .intro-bg .rich-text > ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 245px;
  height: 70px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.025em;
  transition: all 0.3s;
  position: relative;
  text-decoration: none !important;
  color: #273846;
  font-weight: 600;
  font-size: 17px;
}
html[data-page-path^="/ja/products/"] .page-intro-wrapper .intro-bg .rich-text > ul a::before {
  content: "";
  display: block;
  margin-right: 15px;
}
html[data-page-path^="/ja/products/"] .page-intro-wrapper .intro-bg .rich-text > ul a.dl {
  background: #FF9D00;
  color: #273846;
}
html[data-page-path^="/ja/products/"] .page-intro-wrapper .intro-bg .rich-text > ul a.dl::before {
  width: 15px;
  height: 18px;
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.125%22%20height%3D%2218.438%22%20viewBox%3D%220%200%2015.125%2018.438%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10288%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010288%22%20transform%3D%22translate(-1041.438%20-19.172)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10287%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010287%22%20transform%3D%22translate(0%202)%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26640%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026640%22%20d%3D%22M190.993-818.556a1.642%2C1.642%2C0%2C0%2C1-1.208-.492%2C1.642%2C1.642%2C0%2C0%2C1-.492-1.208v-11.9a1.642%2C1.642%2C0%2C0%2C1%2C.492-1.208%2C1.642%2C1.642%2C0%2C0%2C1%2C1.208-.492h8.582a1.642%2C1.642%2C0%2C0%2C1%2C1.208.492%2C1.642%2C1.642%2C0%2C0%2C1%2C.492%2C1.208v11.9a1.642%2C1.642%2C0%2C0%2C1-.492%2C1.208%2C1.642%2C1.642%2C0%2C0%2C1-1.208.492Zm0-1.02h8.582a.649.649%2C0%2C0%2C0%2C.467-.213.65.65%2C0%2C0%2C0%2C.212-.467v-11.9a.649.649%2C0%2C0%2C0-.212-.467.649.649%2C0%2C0%2C0-.467-.212h-8.582a.649.649%2C0%2C0%2C0-.467.212.649.649%2C0%2C0%2C0-.213.467v11.9a.649.649%2C0%2C0%2C0%2C.213.467A.649.649%2C0%2C0%2C0%2C190.993-819.575Zm-3.144%2C4.164a1.642%2C1.642%2C0%2C0%2C1-1.208-.492%2C1.642%2C1.642%2C0%2C0%2C1-.492-1.208v-12.915h1.02v12.915a.649.649%2C0%2C0%2C0%2C.212.467.65.65%2C0%2C0%2C0%2C.467.212h9.6v1.02Zm2.464-4.164v0Z%22%20transform%3D%22translate(855.288%20851.022)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20d%3D%22M2.5%2C0%2C5%2C3H0Z%22%20transform%3D%22translate(1053%2029)%20rotate(180)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_17287%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2017287%22%20width%3D%221%22%20height%3D%225%22%20transform%3D%22translate(1050%2021)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-color: #273846;
  mask-size: contain;
}
html[data-page-path^="/ja/products/"] .page-intro-wrapper .intro-bg .rich-text > ul a.dl:hover {
  background: #EB6112;
  color: #fff !important;
}
html[data-page-path^="/ja/products/"] .page-intro-wrapper .intro-bg .rich-text > ul a.dl:hover::before {
  background: #fff;
}
html[data-page-path^="/ja/products/"] .page-intro-wrapper .intro-bg .rich-text > ul a.mail {
  background: #1BC2FF;
  border: 1px solid #1BC2FF;
}
html[data-page-path^="/ja/products/"] .page-intro-wrapper .intro-bg .rich-text > ul a.mail::before {
  width: 17px;
  height: 13px;
  mask-image: url("../../../../../../resources/sw_img/icon/icon-mail.svg");
  background-color: #273846;
  -webkit-mask-size: contain;
  mask-size: contain;
}
html[data-page-path^="/ja/products/"] .page-intro-wrapper .intro-bg .rich-text > ul a.mail:hover {
  background: #2965F5;
  border: 1px solid #2965F5;
  text-decoration: none;
  color: #fff !important;
}
html[data-page-path^="/ja/products/"] .page-intro-wrapper .intro-bg .rich-text > ul a.mail:hover::before {
  background: #fff;
}

[data-page-path="/ja/solutions"] .intro-bg .rich-text,
[data-page-path="/ja/subject"] .intro-bg .rich-text {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}
[data-page-path="/ja/solutions"] .intro-bg .rich-text > p:nth-child(1) em,
[data-page-path="/ja/subject"] .intro-bg .rich-text > p:nth-child(1) em {
  font-size: 18px !important;
  font-weight: 500 !important;
  font-style: italic !important;
  font-family: "Poppins", sans-serif !important;
  letter-spacing: 0 !important;
}
[data-page-path="/ja/solutions"] .intro-bg .rich-text > p:nth-child(2),
[data-page-path="/ja/subject"] .intro-bg .rich-text > p:nth-child(2) {
  color: #fff;
  font-size: 38px !important;
  letter-spacing: 0.025em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  [data-page-path="/ja/solutions"] .intro-bg .rich-text > p:nth-child(2),
  [data-page-path="/ja/subject"] .intro-bg .rich-text > p:nth-child(2) {
    font-size: 2.6rem !important;
  }
}
[data-page-path="/ja/solutions"] .intro-bg .rich-text > p:last-child span,
[data-page-path="/ja/subject"] .intro-bg .rich-text > p:last-child span {
  font-size: 16px !important;
  line-height: 1.75;
  font-weight: normal;
}

.lx_solution-pagelink a {
  border: 1px solid #013593;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 62px;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #013593;
  background: #fff;
  position: relative;
}
.lx_solution-pagelink a::before {
  display: none;
}
.lx_solution-pagelink a::after {
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.7%22%20height%3D%2220.7%22%20viewBox%3D%220%200%2020.7%2020.7%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51938%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051938%22%20transform%3D%22translate(20.7)%20rotate(90)%22%3E%0A%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_21253%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2021253%22%20width%3D%2220.7%22%20height%3D%2220.7%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23013593%22%2F%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51609%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051609%22%20transform%3D%22translate(5.711%206.63)%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26737%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026737%22%20d%3D%22M0%2C0%2C3.932%2C3.719%2C0%2C7.439%22%20transform%3D%22translate(5.345%200)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26738%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026738%22%20d%3D%22M0%2C0H9.277%22%20transform%3D%22translate(0%203.719)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0px;
}

.lx_solution-pagelink-large .column {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.lx_solution-pagelink-large .column p:nth-child(1) {
  display: flex;
  width: fit-content;
  background: #013593;
  border-radius: 50px;
  padding: 3px 17px;
  margin-bottom: 20px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 5;
  font-style: italic;
  font-family: "poppins", sans-serif;
}
.lx_solution-pagelink-large .column p:nth-child(2) {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 18px;
  color: #273846 !important;
}
.lx_solution-pagelink-large .column .link-area, .lx_solution-pagelink-large .column .text-section {
  background: #fff;
  padding: 40px;
  border: 1px solid #E6E6E6;
  box-shadow: 5px 5px 0px rgba(39, 56, 70, 0.3);
  width: calc((100% - 60px) / 3);
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .lx_solution-pagelink-large .column .link-area, .lx_solution-pagelink-large .column .text-section {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .lx_solution-pagelink-large .column .link-area, .lx_solution-pagelink-large .column .text-section {
    width: 100%;
  }
}
.lx_solution-pagelink-large .column a {
  position: relative;
  padding-bottom: 36px;
}
.lx_solution-pagelink-large .column a::after {
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.7%22%20height%3D%2220.7%22%20viewBox%3D%220%200%2020.7%2020.7%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51938%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051938%22%20transform%3D%22translate(20.7)%20rotate(90)%22%3E%0A%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_21253%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2021253%22%20width%3D%2220.7%22%20height%3D%2220.7%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23013593%22%2F%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51609%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051609%22%20transform%3D%22translate(5.711%206.63)%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26737%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026737%22%20d%3D%22M0%2C0%2C3.932%2C3.719%2C0%2C7.439%22%20transform%3D%22translate(5.345%200)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26738%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026738%22%20d%3D%22M0%2C0H9.277%22%20transform%3D%22translate(0%203.719)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  position: absolute;
  right: 20px;
  bottom: 0;
  font-size: 0px;
}

.lx_bg-E3ECF7 {
  background: rgba(227, 236, 247, 0.3);
  padding: 80px 0;
}
@media screen and (max-width: 1240px) {
  .lx_bg-E3ECF7 {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .lx_bg-E3ECF7 {
    padding: 40px 0;
  }
}
.lx_bg-E3ECF7.padding0 {
  padding: 0;
}
.lx_bg-E3ECF7.pt0 {
  padding-top: 0;
}
.lx_bg-E3ECF7.pb0 {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .lx_bg-E3ECF7 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.lx_bg-E3ECF7-p0 {
  background: rgba(227, 236, 247, 0.3);
  padding: 0px 0;
}
.lx_bg-E3ECF7-p0.padding0 {
  padding: 0;
}
.lx_bg-E3ECF7-p0.pt0 {
  padding-top: 0;
}
.lx_bg-E3ECF7-p0.pb0 {
  padding-bottom: 0;
}

.lx_solution-card .column {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.lx_solution-card .column .link-area, .lx_solution-card .column .text-section {
  width: calc((100% - 60px) / 3);
  background: #fff;
  box-shadow: 5px 5px 0px #E3ECF7;
  padding: 40px;
  margin: 0;
}
.lx_solution-card .column .link-area p:nth-child(1), .lx_solution-card .column .text-section p:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
  font-family: "poppins", sans-serif;
  font-style: italic;
  display: flex;
  width: fit-content;
  color: #013593;
  background: #fff;
  border: 1px solid #013593;
  border-radius: 50px;
  padding: 3px 17px;
  margin-bottom: 20px;
}
.lx_solution-card .column .link-area p:nth-child(2), .lx_solution-card .column .text-section p:nth-child(2) {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #273846 !important;
}
@media screen and (max-width: 1024px) {
  .lx_solution-card .column .link-area, .lx_solution-card .column .text-section {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .lx_solution-card .column .link-area, .lx_solution-card .column .text-section {
    width: 100%;
  }
}
.lx_solution-card.lx_solution-card-1col .link-area, .lx_solution-card.lx_solution-card-1col .text-section {
  width: 100%;
}
.lx_solution-card.lx_solution-card-1col .link-area .rich-text, .lx_solution-card.lx_solution-card-1col .text-section .rich-text {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .lx_solution-card.lx_solution-card-1col .link-area .rich-text, .lx_solution-card.lx_solution-card-1col .text-section .rich-text {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .lx_solution-card.lx_solution-card-1col .text-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .lx_solution-card.lx_solution-card-1col .text-section img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.lx_solution-card-2 .column {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.lx_solution-card-2 .column .link-area, .lx_solution-card-2 .column .text-section {
  width: calc((100% - 30px) / 2);
  background: #fff;
  box-shadow: 5px 5px 0px #E3ECF7;
  padding: 40px;
  margin: 0;
}
.lx_solution-card-2 .column .link-area p:nth-child(1), .lx_solution-card-2 .column .text-section p:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
  font-family: "poppins", sans-serif;
  font-style: italic;
  display: flex;
  width: fit-content;
  color: #013593;
  background: #fff;
  border: 1px solid #013593;
  border-radius: 50px;
  padding: 3px 17px;
  margin-bottom: 20px;
}
.lx_solution-card-2 .column .link-area p:nth-child(2), .lx_solution-card-2 .column .text-section p:nth-child(2) {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #273846 !important;
}
@media screen and (max-width: 1024px) {
  .lx_solution-card-2 .column .link-area, .lx_solution-card-2 .column .text-section {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .lx_solution-card-2 .column .link-area, .lx_solution-card-2 .column .text-section {
    width: 100%;
  }
}
.lx_solution-card-2.lx_solution-card-1col .link-area, .lx_solution-card-2.lx_solution-card-1col .text-section {
  width: 100%;
}
.lx_solution-card-2.lx_solution-card-1col .link-area .rich-text, .lx_solution-card-2.lx_solution-card-1col .text-section .rich-text {
  margin-top: 0;
}

.lx_solution-card-4 .column {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.lx_solution-card-4 .column .link-area, .lx_solution-card-4 .column .text-section {
  width: calc((100% - 90px) / 4);
  background: #fff;
  box-shadow: 5px 5px 0px #E3ECF7;
  padding: 40px;
  margin: 0;
}
.lx_solution-card-4 .column .link-area p:nth-child(1), .lx_solution-card-4 .column .text-section p:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
  font-family: "poppins", sans-serif;
  font-style: italic;
  display: flex;
  width: fit-content;
  color: #013593;
  background: #fff;
  border: 1px solid #013593;
  border-radius: 50px;
  padding: 3px 17px;
  margin-bottom: 20px;
}
.lx_solution-card-4 .column .link-area p:nth-child(2), .lx_solution-card-4 .column .text-section p:nth-child(2) {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #273846 !important;
}
@media screen and (max-width: 1024px) {
  .lx_solution-card-4 .column .link-area, .lx_solution-card-4 .column .text-section {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .lx_solution-card-4 .column .link-area, .lx_solution-card-4 .column .text-section {
    width: 100%;
  }
}
.lx_solution-card-4.lx_solution-card-1col .link-area, .lx_solution-card-4.lx_solution-card-1col .text-section {
  width: 100%;
}
.lx_solution-card-4.lx_solution-card-1col .link-area .rich-text, .lx_solution-card-4.lx_solution-card-1col .text-section .rich-text {
  margin-top: 0;
}

.lx_solution-usage-4cards {
  /* 親のコンテナ設定 */
}
.lx_solution-usage-4cards .column {
  display: flex;
  gap: 20px; /* 画像のイメージに合わせ、少し狭めの20pxに設定 */
  flex-wrap: wrap;
  justify-content: flex-start;
}
.lx_solution-usage-4cards .column .text-section {
  /* 1行に4つ並べる計算 (100% - 隙間20px * 3個) / 4 */
  width: calc((100% - 60px) / 4);
  background: #fff;
  border: 1px solid #E6E6E6; /* 外枠の線 */
  margin: 0;
  display: flex;
  flex-direction: column;
}
.lx_solution-usage-4cards .column .text-section .rich-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* ヘッダー部分（「これはテストです」の部分） */
}
.lx_solution-usage-4cards .column .text-section .rich-text p:first-child {
  background: #013593; /* 濃い青色 */
  color: #fff; /* 白文字 */
  text-align: center;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 600;
  margin: 0; /* 余白をリセット */
}
.lx_solution-usage-4cards .column .text-section .rich-text {
  /* リスト部分（ul/li） */
}
.lx_solution-usage-4cards .column .text-section .rich-text ul {
  padding: 25px 20px; /* 内側の余白 */
  margin: 0;
  list-style: none; /* デフォルトの丸を消す */
}
.lx_solution-usage-4cards .column .text-section .rich-text ul li {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 8px;
  /* リストの先頭に「・」を擬似要素で作成 */
}
.lx_solution-usage-4cards .column .text-section .rich-text ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #333;
}
.lx_solution-usage-4cards .column .text-section {
  /* レスポンシブ対応 */
}
@media screen and (max-width: 1024px) {
  .lx_solution-usage-4cards .column .text-section {
    width: calc(50% - 10px); /* タブレットで2列 */
  }
}
@media screen and (max-width: 768px) {
  .lx_solution-usage-4cards .column .text-section {
    width: 100%; /* スマホで1列 */
  }
}

.lx_solution-local-llm {
  display: flex;
  gap: 30px;
}
.lx_solution-local-llm .column {
  width: calc((100% - 30px) / 2);
  background: #fff;
  border: 1px solid #E3ECF7;
  display: flex;
  flex-direction: column;
  align-items: stretch; /* 子要素を横幅いっぱいに広げる */
}
.lx_solution-local-llm .column .title5 {
  background: #F8FAFC;
  border-bottom: 1px solid #E3ECF7;
  padding: 25px 20px;
  text-align: center;
  width: 100%;
  margin: 0 !important; /* ShareWithのデフォルトマージンを消す */
}
.lx_solution-local-llm .column .text-section {
  /* ★重要：ShareWithが勝手につけている左右マージンをゼロにする */
  margin: 0 !important;
  padding: 30px 25px; /* 代わりにパディングで内側の余白を作る */
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* 中身を左寄せにする */
}
.lx_solution-local-llm .column .text-section .rich-text {
  width: 100%;
}
.lx_solution-local-llm .column .text-section .rich-text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lx_solution-local-llm .column .text-section .rich-text ul li {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  position: relative;
  padding-left: 2.2em; /* アイコン分のスペース */
  margin-bottom: 8px;
  text-align: left;
}
.lx_solution-local-llm .column .text-section .rich-text ul li::before {
  position: absolute;
  left: 0;
}
.lx_solution-local-llm .column .text-section .rich-text ul li {
  /* 2番目以降のポッチ */
}
.lx_solution-local-llm .column .text-section .rich-text ul li:not(:first-child)::before {
  content: "•";
  left: 0.5em;
}
.lx_solution-local-llm .column .text-section .rich-text ul li {
  /* 1番目の項目（チェックアイコン） */
}
.lx_solution-local-llm .column .text-section .rich-text ul li:first-child {
  font-weight: 600;
}
.lx_solution-local-llm .column .text-section .rich-text ul li:first-child::before {
  content: "";
  top: 0.1em;
  width: 1.4em;
  height: 1.4em;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.974%22%20height%3D%2214.345%22%20viewBox%3D%220%200%2016.974%2014.345%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_32224%22%20data-name%3D%22%E3%83%91%E3%82%B9%2032224%22%20d%3D%22M-616%2C3343.444l4.788%2C5.453%2C9.212-10%22%20transform%3D%22translate(617.503%20-3337.542)%22%20fill%3D%22none%22%20stroke%3D%22%232965f5%22%20stroke-width%3D%224%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center/contain;
  background-size: contain;
}
.lx_solution-local-llm {
  /* スマホ対応 */
}
@media screen and (max-width: 768px) {
  .lx_solution-local-llm {
    flex-direction: column;
  }
  .lx_solution-local-llm .column {
    width: 100%;
  }
}

.lx_text_list_1st_mark .text-section {
  margin: 0 !important;
  padding: 30px 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lx_text_list_1st_mark .text-section .rich-text {
  width: 100%;
}
.lx_text_list_1st_mark .text-section .rich-text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lx_text_list_1st_mark .text-section .rich-text ul li {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  position: relative;
  /* ★全行共通：チェックマークの幅分だけインデントを確保 */
  padding-left: 2.2em;
  margin-bottom: 8px;
  text-align: left;
  /* --- 1番目の項目（チェックアイコンあり） --- */
}
.lx_text_list_1st_mark .text-section .rich-text ul li:first-child {
  font-weight: 600;
}
.lx_text_list_1st_mark .text-section .rich-text ul li:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 1.4em;
  height: 1.4em;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.974%22%20height%3D%2214.345%22%20viewBox%3D%220%200%2016.974%2014.345%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_32224%22%20data-name%3D%22%E3%83%91%E3%82%B9%2032224%22%20d%3D%22M-616%2C3343.444l4.788%2C5.453%2C9.212-10%22%20transform%3D%22translate(617.503%20-3337.542)%22%20fill%3D%22none%22%20stroke%3D%22%232965f5%22%20stroke-width%3D%224%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center/contain;
}
.lx_text_list_1st_mark .text-section .rich-text ul li {
  /* --- 2番目以降（インデントは残し、マークだけ消去） --- */
}
.lx_text_list_1st_mark .text-section .rich-text ul li:not(:first-child)::before {
  content: none; /* ポッチを非表示に */
}

/* 親のクラス名で指定 */
.lx_parts_recommend ul {
  /* 1. 標準のポッチを消す */
  list-style: none;
  padding: 0;
  margin: 0;
}
.lx_parts_recommend ul li {
  display: flex;
  align-items: flex-start; /* 上端揃え */
  gap: 10px; /* 青い■と文字の間隔 */
  margin-bottom: 12px; /* リスト同士の間隔 */
  font-size: 16px; /* 文字サイズ（適宜調整） */
  line-height: 1.6;
  /* 2. 青い■を擬似要素で作成 */
}
.lx_parts_recommend ul li::before {
  content: "";
  width: 12px; /* ■の横幅 */
  height: 12px; /* ■の高さ */
  background-color: #2965f5; /* 青色 */
  flex-shrink: 0; /* つぶれ防止 */
  margin-top: 0.4em; /* 1行目の中心に来るよう微調整 */
  display: block;
}

.lx_solution-resolves .title2 + div .rich-text {
  display: flex;
  gap: 15px;
  align-items: center;
}
.lx_solution-resolves .title2 + div .rich-text span {
  font-size: 16px;
  font-weight: 600;
  font-family: "poppins", sans-serif;
  font-style: italic;
  display: flex;
  width: fit-content;
  color: #013593;
  background: #fff;
  border: 1px solid #013593;
  border-radius: 50px;
  padding: 3px 17px;
  margin-right: 15px;
  align-items: center;
  flex-shrink: 0;
}
.lx_solution-resolves .title2 + div .rich-text {
  font-size: 24px;
  font-weight: 600;
}

.lx_solution-before-after .column {
  padding: 20px;
}
.lx_solution-before-after .column h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin: 0 auto 20px;
}
.lx_solution-before-after .column .text-section {
  margin-top: 0;
  background: #fff;
  padding: 30px 40px;
}
.lx_solution-before-after .column .text-section .rich-text {
  margin-top: 0;
}
.lx_solution-before-after .column .text-section .rich-text p:nth-child(1) {
  font-weight: 600;
}
.lx_solution-before-after .column .text-section .rich-text ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 0;
  margin-top: 20px;
}
.lx_solution-before-after .column .text-section .rich-text ul li {
  font-size: 16px;
}
.lx_solution-before-after .column .text-section .rich-text ul li:not(:last-child) {
  margin-bottom: 16px;
}
.lx_solution-before-after .column.column1 {
  max-width: 500px;
  position: relative;
  background: #EAEAEA;
}
@media screen and (max-width: 768px) {
  .lx_solution-before-after .column.column1 {
    margin-bottom: 60px;
  }
}
.lx_solution-before-after .column.column1::after {
  content: "";
  display: block;
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2232%22%20viewBox%3D%220%200%2024%2032%22%3E%0A%20%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_5%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%205%22%20d%3D%22M16%2C0%2C32%2C24H0Z%22%20transform%3D%22translate(24)%20rotate(90)%22%20fill%3D%22%232965f5%22%2F%3E%0A%3C%2Fsvg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 32px;
  height: 24px;
  background: #2965F5;
  position: absolute;
  right: -56px;
  top: 50%;
  margin: auto 18px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .lx_solution-before-after .column.column1::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -54px;
    margin: auto;
    transform: translateX(-50%) rotate(90deg);
  }
}
.lx_solution-before-after .column.column1 ul {
  padding-left: 20px !important;
}
.lx_solution-before-after .column.column1 ul li {
  text-indent: -1.5em;
}
.lx_solution-before-after .column.column2 {
  flex: 1;
  background: linear-gradient(135deg, #01A0FF, #0B48DD);
}
.lx_solution-before-after .column.column2 h3 {
  color: #fff;
}
.lx_solution-before-after .column.column2 .text-section {
  display: flex;
  gap: 20px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .lx_solution-before-after .column.column2 .text-section {
    flex-direction: column-reverse;
  }
}
.lx_solution-before-after .column.column2 .text-section img {
  align-self: flex-start;
  max-width: 160px;
}
.lx_solution-before-after .column.column2 ul {
  list-style: none;
}
.lx_solution-before-after .column.column2 ul li {
  display: flex;
  gap: 12px;
}
.lx_solution-before-after .column.column2 ul li::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.974%22%20height%3D%2214.345%22%20viewBox%3D%220%200%2016.974%2014.345%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_32224%22%20data-name%3D%22%E3%83%91%E3%82%B9%2032224%22%20d%3D%22M-616%2C3343.444l4.788%2C5.453%2C9.212-10%22%20transform%3D%22translate(617.503%20-3337.542)%22%20fill%3D%22none%22%20stroke%3D%22%232965f5%22%20stroke-width%3D%224%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center/contain;
  width: 14px;
  height: 10px;
  display: block;
  position: relative;
  top: 0.7em;
}

.lx_casestudy-before-after--img-bottom .column .text-section {
  height: auto;
}
.lx_casestudy-before-after--img-bottom .column .text-section:has(img) {
  padding: 20px 0 0;
}
.lx_casestudy-before-after--img-bottom .column .text-section:nth-child(n+2) {
  background: transparent;
}
.lx_casestudy-before-after--img-bottom .column .text-section .rich-text {
  height: auto;
  flex-direction: column;
  gap: 20px;
}
.lx_solution-before-after-02-title {
  margin-bottom: 30px;
}
.lx_solution-before-after-02-title .title3.style2::before {
  display: none;
}
.lx_solution-before-after-02-title .title3.style2 {
  padding-left: 0;
  padding-top: 30px;
  border-top: 1px solid #2965F5;
}
.lx_solution-before-after-02-title .title3.style2 h3 {
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 26px;
  font-weight: 600;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .lx_solution-before-after-02-title .title3.style2 h3 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.lx_solution-before-after-02-title .title3.style2 h3 span {
  font-family: "poppins", sans-serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #2965F5;
  padding: 2px 19px;
  border-radius: 50px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .lx_solution-before-after-02 {
    flex-direction: column;
  }
}
.lx_solution-before-after-02 .column h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto 20px;
  padding: 14px;
}
.lx_solution-before-after-02 .column .text-section {
  margin-top: 0;
  background: #fff;
  padding: 0;
}
.lx_solution-before-after-02 .column .text-section .rich-text {
  margin-top: 0;
}
.lx_solution-before-after-02 .column .text-section .rich-text p:nth-child(1) {
  font-weight: 600;
  margin-bottom: 30px;
}
.lx_solution-before-after-02 .column .text-section .rich-text p:nth-child(1) + p {
  font-size: 16px;
}
.lx_solution-before-after-02 .column.column1 {
  flex: 1;
}
.lx_solution-before-after-02 .column.column1 h3 {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22609%22%20height%3D%2256%22%20viewBox%3D%220%200%20609%2056%22%3E%0A%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_21289%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2021289%22%20width%3D%22570%22%20height%3D%2256%22%20fill%3D%22%23eaeaea%22%2F%3E%0A%20%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_13%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2013%22%20d%3D%22M28%2C0%2C56%2C39H0Z%22%20transform%3D%22translate(609)%20rotate(90)%22%20fill%3D%22%23eaeaea%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center right/cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lx_solution-before-after-02 .column.column1 {
    margin-bottom: 60px;
  }
}
.lx_solution-before-after-02 .column.column1 ul {
  padding-left: 20px !important;
}
.lx_solution-before-after-02 .column.column1 ul li {
  text-indent: -1.5em;
}
.lx_solution-before-after-02 .column.column2 {
  flex: 1;
}
.lx_solution-before-after-02 .column.column2 h3 {
  color: #fff;
  background: linear-gradient(135deg, #01A0FF, #0B48DD);
}
.lx_solution-before-after-02 .column.column2 .text-section h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
}
.lx_solution-before-after-02 .column.column2 .text-section h2 span {
  color: #013593;
  font-family: "noto sans jp", sans-serif;
  font-style: normal;
  display: inline-block;
}
.lx_solution-before-after-02 .column.column2 .text-section h2 span::before {
  display: none;
}
.lx_solution-before-after-02 .column.column2 .text-section p:nth-of-type(1) {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  border-left: 6px solid #2A65F5;
  padding-left: 16px;
}
.lx_solution-before-after-02 .column.column2 .text-section p:nth-of-type(1) + p {
  font-size: 16px;
}

.lx_solution-before-after-03-title .title3.style2::before {
  display: none;
}
.lx_solution-before-after-03-title .title3.style2 {
  padding: 21px 30px;
  background: linear-gradient(to right bottom, #013593, #2C65E5);
  margin-top: 0;
}
.lx_solution-before-after-03-title .title3.style2 h3 {
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 26px;
  font-weight: 600;
  margin-top: 0;
  color: #fff;
  flex-wrap: wrap;
}
.lx_solution-before-after-03-title .title3.style2 h3 span.label {
  font-family: "poppins", sans-serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
  color: #013593;
  background: #fff;
  padding: 2px 19px;
  border-radius: 50px;
  flex-shrink: 0;
}
.lx_solution-before-after-03-title .title3.style2 h3 span.com-name {
  border-right: 1px solid #fff;
  padding-right: 24px;
}
@media screen and (max-width: 768px) {
  .lx_solution-before-after-03-title .title3.style2 h3 span.com-name {
    width: 100%;
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
  }
}

.lx_solution-before-after-03 .title4.style1 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 1px solid #273846;
  margin-bottom: 24px;
}
.lx_solution-before-after-03 .title4.style1:nth-child(1) {
  margin-top: 30px;
  margin-top: 50px;
}
.lx_solution-before-after-03 .text-section {
  margin-top: 24px;
}
.lx_solution-before-after-03 .text-section p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.lx_solution-before-after-03 .title4.style1:nth-child(3) h4 {
  color: #2965F5;
}

.lx_solution-before-after-03_detail ul li {
  color: #2A65F5;
}
.lx_solution-before-after-03_detail ul li:not(:last-child) {
  margin-bottom: 30px;
}
.lx_solution-before-after-03_detail ul li span {
  display: block;
}
.lx_solution-before-after-03_detail ul li span:nth-child(1) {
  font-size: 18px;
  font-weight: 600;
}
.lx_solution-before-after-03_detail ul li span:nth-child(2) {
  color: #273846;
  font-size: 16px;
  font-weight: normal;
}

.lx_linklist_no_link ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lx_linklist_no_link ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.lx_linklist_no_link ul li::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.974%22%20height%3D%2214.345%22%20viewBox%3D%220%200%2016.974%2014.345%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_32224%22%20data-name%3D%22%E3%83%91%E3%82%B9%2032224%22%20d%3D%22M-616%2C3343.444l4.788%2C5.453%2C9.212-10%22%20transform%3D%22translate(617.503%20-3337.542)%22%20fill%3D%22none%22%20stroke%3D%22%232965f5%22%20stroke-width%3D%224%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center/contain;
  width: 14px;
  height: 10px;
  flex-shrink: 0;
  display: block;
  /* テキストの1行目の高さ(line-height)に合わせて微調整 */
  margin-top: 0.5em;
}
.lx_linklist_no_link ul li {
  /* spanタグの中身（テキスト）の装飾 */
}
.lx_linklist_no_link ul li span {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.faq-list {
  margin-top: 60px;
}

.ttl2-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .ttl2-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .ttl2-wrap .ttl2-list {
    width: 100%;
  }
}
.ttl2-wrap a.list-btn {
  flex-shrink: 0;
  font-size: 14px;
  min-width: 214px;
  border: 1px solid #273846;
  border-radius: 3em;
  padding: 0.75em 1.5em;
  color: #273846;
  background-color: #fff;
  position: relative;
  display: block;
  transition: 0.3s all ease;
}
@media screen and (max-width: 768px) {
  .ttl2-wrap a.list-btn {
    font-size: 13px;
    min-width: 0;
    padding: 0.5em 3.5em 0.5em 0.75em;
    margin-left: auto;
  }
}
.ttl2-wrap a.list-btn::before {
  content: "";
  position: absolute;
  right: 0.75em;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  display: block;
  width: 1.5em;
  height: 1.5em;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%200C4.5%200%200%204.5%200%2010s4.5%2010%2010%2010%2010-4.5%2010-10S15.5%200%2010%200m-.7%2013.2-.7-.7%202.5-2.5-2.5-2.5.7-.7%203.2%203.2z%22%20style%3D%22fill%3A%23273846%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
  background-color: #273846;
}
.ttl2-wrap a.list-btn:hover {
  background-color: #273846;
  color: #fff;
}
.ttl2-wrap a.list-btn:hover::before {
  background-color: #fff;
}

.ttl2-list {
  font-size: 34px !important;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .ttl2-list {
    font-size: 20px !important;
    line-height: 1.5;
  }
}
.ttl2-list .poppins {
  font-size: 22px !important;
  position: relative;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .ttl2-list .poppins {
    font-size: 12px !important;
  }
}
.ttl2-list .poppins::before {
  content: "";
  position: absolute;
  left: -1.5em;
  top: 0.8em;
  display: block;
  width: 1em;
  height: 1px;
  background: linear-gradient(to right, #2A65F5 0 50%, #31E3F7 50% 100%);
}
.ttl2-list + .desc {
  font-size: 16px;
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .ttl2-list + .desc {
    font-size: 14px;
    padding-top: 1em;
  }
}

.lx_solution-related-link .column.column1 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.lx_solution-related-link .column.column1 .title2 {
  width: 100%;
}
.lx_solution-related-link .column.column1 .link-area a {
  background: #fff;
  border: 1px solid #CECECE;
  padding: 30px;
  flex: 1 1 calc(50% - 15px);
  margin-top: 20px;
}
.lx_solution-related-link .column.column1 .link-area a p:first-of-type {
  font-size: 16px;
  padding-left: 16px;
  border-left: 6px solid #2A65F5;
  margin-bottom: 16px;
}
.lx_solution-related-link .column.column1 .link-area a p:nth-of-type(2) {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.lx_solution-related-link .column.column1 .link-area a p:last-child {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .lx_solution-related-link .column.column1 .link-area a {
    flex: 1 1 100%;
  }
}

#nav {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  background: #013593;
  z-index: 999;
}

#pagetop.float ~ * #nav {
  position: fixed;
  top: 60px;
}

@media print, screen and (min-width: 1401px) {
  #nav {
    position: fixed;
    top: 112px;
    left: 0;
    width: 100%;
    background: #013593;
    z-index: 999;
  }
  #pagetop.float ~ * #nav {
    position: fixed;
    top: 75px;
  }
}
@media print, screen and (min-width: 769px) {
  #nav-box li.on > a, #nav-box a.here {
    color: #fff !important;
  }
  #nav-box a:hover {
    color: #fff !important;
  }
}
/*-----------------ソリューションページ-----------------*/
/*-----------------導入事例-----------------*/
.lx_solution-case div.external-link-area {
  position: relative;
  width: calc((100% - 60px) / 3);
  float: left;
}
@media screen and (max-width: 768px) {
  .lx_solution-case div.external-link-area {
    width: 100%;
    float: none;
  }
}
.lx_solution-case div.external-link-area .img-alt-caption {
  background: #fff;
  padding: 8px 17px;
  border-radius: 60px;
  font-size: 13px;
  position: absolute;
  top: 16px;
  left: 16px;
  line-height: 1.2;
}
.lx_solution-case div.external-link-area p {
  padding-right: 30px;
  padding-left: 30px;
}
.lx_solution-case div.external-link-area p:nth-of-type(1) {
  margin-bottom: 20px;
  padding-top: 10px;
}
.lx_solution-case div.external-link-area p:nth-of-type(2) {
  margin-bottom: 30px;
}
.lx_solution-case div.external-link-area p:nth-of-type(3) {
  margin-left: 30px;
}
.lx_solution-case div.external-link-area p:nth-of-type(n+3) {
  display: inline;
  width: fit-content;
  border: 1px solid #273846;
  font-size: 13px;
  padding: 7px 17px;
  line-height: 1.2;
  margin-right: 7px;
  border-radius: 60px;
}
.lx_solution-case div.external-link-area a {
  position: relative;
  padding-bottom: 40px;
  border: 1px solid #E6E6E6;
}
.lx_solution-case div.external-link-area a::after {
  content: "";
  display: block;
  width: 127px;
  height: 38px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22126.432%22%20height%3D%2238%22%20viewBox%3D%220%200%20126.432%2038%22%3E%0A%20%20%3Cg%20transform%3D%22translate(-271%20-1516)%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22translate(-157%201)%22%3E%0A%20%20%20%20%20%20%3Cg%20transform%3D%22translate(428%201515)%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(-260%20-1515)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(140)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2.7%2C0-.048-8.868h1.68L2.868-4.416q.216.756.39%2C1.44t.39%2C1.452h.06q.228-.768.4-1.452t.384-1.44L5.712-8.868H7.32L4.584%2C0ZM9.6%2C0V-8.868h1.584V0Zm5.028%2C0V-8.868h5.34v1.332H16.212V-5.28h3.18v1.332h-3.18v2.616H20.1V0ZM24%2C0%2C22.248-8.868h1.62l.756%2C4.476q.12.7.234%2C1.4T25.08-1.56h.048q.144-.72.288-1.428t.288-1.4l1.08-4.476h1.38l1.08%2C4.476q.156.684.294%2C1.4t.294%2C1.434h.06q.1-.72.2-1.428t.2-1.4l.78-4.476h1.512L30.9%2C0H28.932L27.84-4.656q-.108-.516-.21-1.02T27.444-6.7H27.4q-.084.516-.192%2C1.02T27-4.656L25.932%2C0ZM39.084%2C0V-8.868h1.788l1.56%2C4.332q.144.408.288.852T43-2.808h.06q.144-.432.282-.876t.27-.852l1.536-4.332h1.788V0H45.48V-4.032q0-.42.036-.918t.084-1q.048-.5.084-.912h-.048L44.916-4.8%2C43.464-.828h-.948L41.064-4.8l-.708-2.064h-.048q.048.408.09.912t.078%2C1q.036.5.036.918V0ZM53.832.168A3.693%2C3.693%2C0%2C0%2C1%2C51.8-.4%2C3.8%2C3.8%2C0%2C0%2C1%2C50.418-2a5.651%2C5.651%2C0%2C0%2C1-.5-2.466%2C5.563%2C5.563%2C0%2C0%2C1%2C.5-2.46%2C3.655%2C3.655%2C0%2C0%2C1%2C1.38-1.56%2C3.816%2C3.816%2C0%2C0%2C1%2C2.034-.54%2C3.776%2C3.776%2C0%2C0%2C1%2C2.04.546%2C3.716%2C3.716%2C0%2C0%2C1%2C1.374%2C1.56%2C5.523%2C5.523%2C0%2C0%2C1%2C.5%2C2.454A5.651%2C5.651%2C0%2C0%2C1%2C57.246-2%2C3.812%2C3.812%2C0%2C0%2C1%2C55.872-.4%2C3.685%2C3.685%2C0%2C0%2C1%2C53.832.168Zm0-1.38a1.915%2C1.915%2C0%2C0%2C0%2C1.212-.4%2C2.563%2C2.563%2C0%2C0%2C0%2C.8-1.134%2C4.762%2C4.762%2C0%2C0%2C0%2C.282-1.716%2C4.653%2C4.653%2C0%2C0%2C0-.282-1.71%2C2.446%2C2.446%2C0%2C0%2C0-.8-1.1%2C1.974%2C1.974%2C0%2C0%2C0-1.212-.384%2C1.974%2C1.974%2C0%2C0%2C0-1.212.384%2C2.407%2C2.407%2C0%2C0%2C0-.792%2C1.1%2C4.745%2C4.745%2C0%2C0%2C0-.276%2C1.71%2C4.856%2C4.856%2C0%2C0%2C0%2C.276%2C1.716%2C2.523%2C2.523%2C0%2C0%2C0%2C.792%2C1.134A1.915%2C1.915%2C0%2C0%2C0%2C53.832-1.212ZM60.732%2C0V-8.868H63.72a5.282%2C5.282%2C0%2C0%2C1%2C1.674.246%2C2.314%2C2.314%2C0%2C0%2C1%2C1.164.822%2C2.569%2C2.569%2C0%2C0%2C1%2C.426%2C1.56%2C2.72%2C2.72%2C0%2C0%2C1-.426%2C1.578%2C2.5%2C2.5%2C0%2C0%2C1-1.164.912%2C4.493%2C4.493%2C0%2C0%2C1-1.674.294h-1.4V0Zm1.584-4.716h1.236a2.212%2C2.212%2C0%2C0%2C0%2C1.4-.384%2C1.365%2C1.365%2C0%2C0%2C0%2C.486-1.14A1.14%2C1.14%2C0%2C0%2C0%2C64.95-7.3a2.679%2C2.679%2C0%2C0%2C0-1.4-.3H62.316ZM65.556%2C0%2C63.42-3.876l1.14-.96L67.332%2C0Zm4.4%2C0V-8.868H75.3v1.332H71.544V-5.28h3.18v1.332h-3.18v2.616h3.888V0Z%22%20transform%3D%22translate(171%201540)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20width%3D%2238%22%20height%3D%2238%22%20transform%3D%22translate(120%201515)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(135.794%201529.174)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M-2354.1%2C794h17.417%22%20transform%3D%22translate(2348.294%20-789.219)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M-2342.064%2C787.95l4.781%2C4.781-4.781%2C4.781%22%20transform%3D%22translate(2349.505%20-787.95)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat left top;
  margin-top: 40px;
  margin-left: 30px;
}
.lx_solution-case .column > .external-link-area + .external-link-area {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .lx_solution-case .column > .external-link-area + .external-link-area {
    margin-left: 0px;
    margin-bottom: 30px;
  }
}

/*----------------- lx_solution-case を用いて作成（高さ揃え対応版）-----------------*/
.lx_column_same_height {
  /* 親要素をFlexbox化 */
}
.lx_column_same_height .column {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; /* カード間の隙間 */
  align-items: stretch; /* 高さを揃える */
  /* float用のマージンをリセット */
}
.lx_column_same_height .column > .external-link-area + .external-link-area {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .lx_column_same_height .column > .external-link-area + .external-link-area {
    margin-bottom: 0; /* gapで制御するため */
  }
}
.lx_column_same_height div.external-link-area {
  display: flex; /* カード自体もFlexbox化（中のaを伸ばすため） */
  position: relative;
  /* 幅計算からマージンを排除し、gapに任せる */
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 1024px) {
  .lx_column_same_height div.external-link-area {
    width: calc((100% - 30px) / 2); /* タブレット2段 */
  }
}
@media screen and (max-width: 768px) {
  .lx_column_same_height div.external-link-area {
    width: 100%;
  }
}
.lx_column_same_height div.external-link-area .img-alt-caption {
  background: #fff;
  padding: 8px 17px;
  border-radius: 60px;
  font-size: 13px;
  position: absolute;
  top: 16px;
  left: 16px;
  line-height: 1.2;
  z-index: 1;
}
.lx_column_same_height div.external-link-area {
  /* リンクエリアをカード一杯に広げる */
}
.lx_column_same_height div.external-link-area a {
  display: flex;
  flex-direction: column;
  flex: 1; /* 親の高さ一杯に伸びる */
  position: relative;
  padding-bottom: 80px; /* ボタン用の余白 */
  border: 1px solid #E6E6E6;
  background: #fff;
  text-decoration: none;
  /* 「VIEW MORE」ボタンを一番下に固定 */
}
.lx_column_same_height div.external-link-area a::after {
  content: "";
  display: block;
  width: 127px;
  height: 38px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22126.432%22%20height%3D%2238%22%20viewBox%3D%220%200%20126.432%2038%22%3E%0A%20%20%3Cg%20transform%3D%22translate(-271%20-1516)%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22translate(-157%201)%22%3E%0A%20%20%20%20%20%20%3Cg%20transform%3D%22translate(428%201515)%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(-260%20-1515)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(140)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2.7%2C0-.048-8.868h1.68L2.868-4.416q.216.756.39%2C1.44t.39%2C1.452h.06q.228-.768.4-1.452t.384-1.44L5.712-8.868H7.32L4.584%2C0ZM9.6%2C0V-8.868h1.584V0Zm5.028%2C0V-8.868h5.34v1.332H16.212V-5.28h3.18v1.332h-3.18v2.616H20.1V0ZM24%2C0%2C22.248-8.868h1.62l.756%2C4.476q.12.7.234%2C1.4T25.08-1.56h.048q.144-.72.288-1.428t.288-1.4l1.08-4.476h1.38l1.08%2C4.476q.156.684.294%2C1.4t.294%2C1.434h.06q.1-.72.2-1.428t.2-1.4l.78-4.476h1.512L30.9%2C0H28.932L27.84-4.656q-.108-.516-.21-1.02T27.444-6.7H27.4q-.084.516-.192%2C1.02T27-4.656L25.932%2C0ZM39.084%2C0V-8.868h1.788l1.56%2C4.332q.144.408.288.852T43-2.808h.06q.144-.432.282-.876t.27-.852l1.536-4.332h1.788V0H45.48V-4.032q0-.42.036-.918t.084-1q.048-.5.084-.912h-.048L44.916-4.8%2C43.464-.828h-.948L41.064-4.8l-.708-2.064h-.048q.048.408.09.912t.078%2C1q.036.5.036.918V0ZM53.832.168A3.693%2C3.693%2C0%2C0%2C1%2C51.8-.4%2C3.8%2C3.8%2C0%2C0%2C1%2C50.418-2a5.651%2C5.651%2C0%2C0%2C1-.5-2.466%2C5.563%2C5.563%2C0%2C0%2C1%2C.5-2.46%2C3.655%2C3.655%2C0%2C0%2C1%2C1.38-1.56%2C3.816%2C3.816%2C0%2C0%2C1%2C2.034-.54%2C3.776%2C3.776%2C0%2C0%2C1%2C2.04.546%2C3.716%2C3.716%2C0%2C0%2C1%2C1.374%2C1.56%2C5.523%2C5.523%2C0%2C0%2C1%2C.5%2C2.454A5.651%2C5.651%2C0%2C0%2C1%2C57.246-2%2C3.812%2C3.812%2C0%2C0%2C1%2C55.872-.4%2C3.685%2C3.685%2C0%2C0%2C1%2C53.832.168Zm0-1.38a1.915%2C1.915%2C0%2C0%2C0%2C1.212-.4%2C2.563%2C2.563%2C0%2C0%2C0%2C.8-1.134%2C4.762%2C4.762%2C0%2C0%2C0%2C.282-1.716%2C4.653%2C4.653%2C0%2C0%2C0-.282-1.71%2C2.446%2C2.446%2C0%2C0%2C0-.8-1.1%2C1.974%2C1.974%2C0%2C0%2C0-1.212-.384%2C1.974%2C1.974%2C0%2C0%2C0-1.212.384%2C2.407%2C2.407%2C0%2C0%2C0-.792%2C1.1%2C4.745%2C4.745%2C0%2C0%2C0-.276%2C1.71%2C4.856%2C4.856%2C0%2C0%2C0%2C.276%2C1.716%2C2.523%2C2.523%2C0%2C0%2C0%2C.792%2C1.134A1.915%2C1.915%2C0%2C0%2C0%2C53.832-1.212ZM60.732%2C0V-8.868H63.72a5.282%2C5.282%2C0%2C0%2C1%2C1.674.246%2C2.314%2C2.314%2C0%2C0%2C1%2C1.164.822%2C2.569%2C2.569%2C0%2C0%2C1%2C.426%2C1.56%2C2.72%2C2.72%2C0%2C0%2C1-.426%2C1.578%2C2.5%2C2.5%2C0%2C0%2C1-1.164.912%2C4.493%2C4.493%2C0%2C0%2C1-1.674.294h-1.4V0Zm1.584-4.716h1.236a2.212%2C2.212%2C0%2C0%2C0%2C1.4-.384%2C1.365%2C1.365%2C0%2C0%2C0%2C.486-1.14A1.14%2C1.14%2C0%2C0%2C0%2C64.95-7.3a2.679%2C2.679%2C0%2C0%2C0-1.4-.3H62.316ZM65.556%2C0%2C63.42-3.876l1.14-.96L67.332%2C0Zm4.4%2C0V-8.868H75.3v1.332H71.544V-5.28h3.18v1.332h-3.18v2.616h3.888V0Z%22%20transform%3D%22translate(171%201540)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20width%3D%2238%22%20height%3D%2238%22%20transform%3D%22translate(120%201515)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(135.794%201529.174)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M-2354.1%2C794h17.417%22%20transform%3D%22translate(2348.294%20-789.219)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M-2342.064%2C787.95l4.781%2C4.781-4.781%2C4.781%22%20transform%3D%22translate(2349.505%20-787.95)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat left top;
  position: absolute;
  bottom: 30px; /* 下からの位置を固定 */
  left: 30px;
}
.lx_column_same_height div.external-link-area p {
  padding-right: 30px;
  padding-left: 30px;
  color: #273846;
}
.lx_column_same_height div.external-link-area p:nth-of-type(1) {
  margin-bottom: 20px;
  padding-top: 10px;
}
.lx_column_same_height div.external-link-area p:nth-of-type(2) {
  margin-bottom: 30px;
  /* テキストが短くてもボタンを押し下げる魔法 */
  margin-bottom: auto;
  padding-bottom: 20px;
}
.lx_column_same_height div.external-link-area p:nth-of-type(n+3) {
  display: inline-block; /* inlineより安定します */
  width: fit-content;
  border: 1px solid #273846;
  font-size: 13px;
  padding: 7px 17px;
  line-height: 1.2;
  margin-right: 7px;
  margin-left: 30px;
  margin-bottom: 10px;
  border-radius: 60px;
}

/*-----------選ばれる理由-----------*/
.lx_solution-strength .column .external-link-area + .external-link-area,
.lx_solution-strength .column .text-section + .text-section {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .lx_solution-strength .column .external-link-area + .external-link-area,
  .lx_solution-strength .column .text-section + .text-section {
    margin-left: 0px;
    margin-bottom: 30px;
  }
}
.lx_solution-strength .external-link-area, .lx_solution-strength .text-section {
  position: relative;
  width: calc((100% - 60px) / 3);
  float: left;
}
@media screen and (max-width: 768px) {
  .lx_solution-strength .external-link-area, .lx_solution-strength .text-section {
    width: 100%;
    float: none;
  }
}
.lx_solution-strength .external-link-area a, .lx_solution-strength .text-section a {
  padding: 40px 35px;
  background: #fff;
  border: 1px solid #E2E2E2;
  position: relative;
}
.lx_solution-strength .external-link-area a::before, .lx_solution-strength .text-section a::before {
  content: "理由 ①";
  padding: 12px 26px;
  border-radius: 50px;
  border: 1px solid #273846;
  font-size: 16px;
  margin-bottom: 20px;
  display: inline-block;
}
.lx_solution-strength .external-link-area:not(:has(a)), .lx_solution-strength .text-section:not(:has(a)) {
  padding: 40px 35px;
  background: #fff;
  border: 1px solid #E2E2E2;
  position: relative;
}
.lx_solution-strength .external-link-area:not(:has(a)) .rich-text::before, .lx_solution-strength .text-section:not(:has(a)) .rich-text::before {
  content: "理由 ①";
  padding: 12px 26px;
  border-radius: 50px;
  border: 1px solid #273846;
  font-size: 16px;
  margin-bottom: 20px;
  display: inline-block;
}
.lx_solution-strength .external-link-area + .external-link-area a::before, .lx_solution-strength .external-link-area + .text-section .rich-text::before, .lx_solution-strength .text-section + .external-link-area a::before, .lx_solution-strength .text-section + .text-section .rich-text::before {
  content: "理由 ②";
}
.lx_solution-strength .external-link-area + .external-link-area + .external-link-area a::before, .lx_solution-strength .external-link-area + .text-section + .text-section .rich-text::before, .lx_solution-strength .text-section + .external-link-area + .external-link-area a::before, .lx_solution-strength .text-section + .text-section + .text-section .rich-text::before {
  content: "理由 ③";
}
.lx_solution-strength .external-link-area p:nth-of-type(1), .lx_solution-strength .text-section p:nth-of-type(1) {
  margin-bottom: 20px;
}
.lx_solution-strength .external-link-area p:nth-of-type(2), .lx_solution-strength .text-section p:nth-of-type(2) {
  margin-bottom: 30px;
}

.lx_solution-strength-1col .column .external-link-area + .external-link-area, .lx_solution-strength-1col .column .text-section + .text-section {
  margin-left: 0;
}
.lx_solution-strength-1col .external-link-area, .lx_solution-strength-1col .text-section {
  position: relative;
  width: 100%;
  float: none;
}
@media screen and (max-width: 768px) {
  .lx_solution-strength-1col .external-link-area .media.photo, .lx_solution-strength-1col .text-section .media.photo {
    float: none;
    max-width: 100%;
  }
}
.lx_solution-strength-1col .external-link-area .rich-text, .lx_solution-strength-1col .text-section .rich-text {
  margin-top: 0;
}

/*------------資料ダウンロード------------*/
.lx_solution-dl .column > .external-panel + .external-panel {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .lx_solution-dl .column > .external-panel + .external-panel {
    margin-left: 0px;
    margin-bottom: 30px;
  }
}
.lx_solution-dl .column .external-panel {
  position: relative;
  width: calc((100% - 60px) / 3);
  float: left;
}
@media screen and (max-width: 768px) {
  .lx_solution-dl .column .external-panel {
    width: 100%;
    float: none;
  }
}
.lx_solution-dl .column a {
  padding: 48px 56px;
  background: #fff;
  border: 1px solid #E2E2E2;
  position: relative;
  flex-direction: column-reverse !important;
  align-items: center;
}
@media screen and (max-width: 768px) {
.lx_solution-dl .column a {
  padding: 20px 30px;

}
}
.lx_solution-dl .column a::after {
  content: "";
  display: block;
  width: min(209px,100%);
  height: 60px;
  margin: 40px auto 0;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22209%22%20height%3D%2260%22%20viewBox%3D%220%200%20209%2060%22%3E%0A%20%20%3Cg%20transform%3D%22translate(-18.101%20-5.005)%22%3E%0A%20%20%20%20%3Crect%20width%3D%22209%22%20height%3D%2260%22%20rx%3D%225%22%20transform%3D%22translate(18.101%205.005)%22%20fill%3D%22%23ff9d00%22%2F%3E%0A%20%20%20%20%3Cg%20transform%3D%22translate(0%201.82)%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M-31.206-11.382q.182.252.392.595t.406.693q.2.35.336.63L-31-9.058q-.21-.434-.518-.987T-32.1-11Zm1.582-.588a6.491%2C6.491%2C0%2C0%2C1%2C.413.609q.217.357.42.7t.329.6l-.91.392q-.224-.448-.539-.987a9.811%2C9.811%2C0%2C0%2C0-.609-.931ZM-36.5-6.146q.658.378%2C1.414.868t1.512%2C1.008q.756.518%2C1.435%2C1.015t1.169.9L-32-1.106q-.476-.434-1.148-.973T-34.58-3.171q-.756-.553-1.505-1.071t-1.379-.91Zm6.482-2.478a2.339%2C2.339%2C0%2C0%2C0-.21.406q-.1.238-.182.448a11.273%2C11.273%2C0%2C0%2C1-.56%2C1.5%2C16.218%2C16.218%2C0%2C0%2C1-.854%2C1.638%2C12.969%2C12.969%2C0%2C0%2C1-1.12%2C1.6A14.023%2C14.023%2C0%2C0%2C1-35.308-.749a12.746%2C12.746%2C0%2C0%2C1-3.4%2C1.827L-39.97-.028A12.36%2C12.36%2C0%2C0%2C0-37.527-1.05a11.523%2C11.523%2C0%2C0%2C0%2C1.9-1.316%2C13.133%2C13.133%2C0%2C0%2C0%2C1.442-1.442%2C11.261%2C11.261%2C0%2C0%2C0%2C.952-1.33%2C12.187%2C12.187%2C0%2C0%2C0%2C.77-1.456A7.576%2C7.576%2C0%2C0%2C0-32-7.924h-4.984l.532-1.26H-32.2a4.624%2C4.624%2C0%2C0%2C0%2C.574-.035%2C2%2C2%2C0%2C0%2C0%2C.462-.105Zm-4.676-2.086q-.21.322-.413.679t-.315.567a16.309%2C16.309%2C0%2C0%2C1-1.141%2C1.729A17.154%2C17.154%2C0%2C0%2C1-38.15-5.9a14.181%2C14.181%2C0%2C0%2C1-1.96%2C1.645l-1.19-.91A11.576%2C11.576%2C0%2C0%2C0-39.207-6.8a13.548%2C13.548%2C0%2C0%2C0%2C1.463-1.7%2C12.031%2C12.031%2C0%2C0%2C0%2C.91-1.456%2C3.818%2C3.818%2C0%2C0%2C0%2C.3-.581%2C5.483%2C5.483%2C0%2C0%2C0%2C.245-.665Zm14.448-.6q-.042.378-.063.637t-.021.525v1.932H-21.84V-10.15q0-.266-.014-.525a5.121%2C5.121%2C0%2C0%2C0-.084-.637Zm4.76%2C2.828a3.95%2C3.95%2C0%2C0%2C0-.14.469q-.07.287-.1.483-.07.462-.189.973T-16.2-5.516q-.168.532-.385%2C1.064a10.271%2C10.271%2C0%2C0%2C1-.483%2C1.022%2C7.743%2C7.743%2C0%2C0%2C1-1.372%2C1.764%2C8.579%2C8.579%2C0%2C0%2C1-1.9%2C1.379A11.263%2C11.263%2C0%2C0%2C1-22.68.644l-1.148-1.33a8.493%2C8.493%2C0%2C0%2C0%2C.854-.2q.448-.126.826-.266a7.694%2C7.694%2C0%2C0%2C0%2C1.3-.6%2C7.155%2C7.155%2C0%2C0%2C0%2C1.232-.9A6.325%2C6.325%2C0%2C0%2C0-18.62-3.78%2C6.7%2C6.7%2C0%2C0%2C0-18-5.005a10.793%2C10.793%2C0%2C0%2C0%2C.427-1.351%2C10.571%2C10.571%2C0%2C0%2C0%2C.238-1.288H-24.78v2.3q0%2C.21.014.476t.042.448H-26.25q.028-.224.042-.5t.014-.5v-2.45q0-.224-.014-.56t-.042-.574q.322.028.651.049t.707.021H-17.5a4%2C4%2C0%2C0%2C0%2C.658-.042%2C2.386%2C2.386%2C0%2C0%2C0%2C.392-.1Zm4.746-1.946q.378.252.868.623t1%2C.791q.511.42.973.812a8.094%2C8.094%2C0%2C0%2C1%2C.742.7L-8.26-6.37q-.266-.28-.7-.679t-.931-.826q-.5-.427-.987-.812t-.882-.651ZM-12.18-1.064a15.872%2C15.872%2C0%2C0%2C0%2C2.17-.483%2C14.085%2C14.085%2C0%2C0%2C0%2C1.827-.686%2C15.448%2C15.448%2C0%2C0%2C0%2C1.5-.791A12.422%2C12.422%2C0%2C0%2C0-4.613-4.606%2C14.752%2C14.752%2C0%2C0%2C0-2.954-6.454%2C10.627%2C10.627%2C0%2C0%2C0-1.82-8.3l.854%2C1.526A12.706%2C12.706%2C0%2C0%2C1-2.2-4.956%2C15.259%2C15.259%2C0%2C0%2C1-3.864-3.213a13.816%2C13.816%2C0%2C0%2C1-2.016%2C1.5%2C17.267%2C17.267%2C0%2C0%2C1-1.533.84A14.944%2C14.944%2C0%2C0%2C1-9.2-.14a14.6%2C14.6%2C0%2C0%2C1-2.037.518Zm14.1-8.68q.434.014.763.021t.6.007h8.2q.357%2C0%2C.693-.014-.014.28-.021.6t-.007.609v6.874q0%2C.182.007.469t.007.581q0%2C.294.007.5t.007.252H10.64a2.162%2C2.162%2C0%2C0%2C0%2C.014-.336q0-.28.007-.658t.007-.7q0-.14%2C0-.574t0-1.05q0-.616%2C0-1.316t0-1.379q0-.679%2C0-1.232t0-.889q0-.336%2C0-.336H3.4s0%2C.11%2C0%2C.329%2C0%2C.516%2C0%2C.889%2C0%2C.784%2C0%2C1.232%2C0%2C.905%2C0%2C1.372%2C0%2C.905%2C0%2C1.316%2C0%2C.761%2C0%2C1.05%2C0%2C.485%2C0%2C.588q0%2C.2%2C0%2C.469t.007.532q.007.259.014.455T3.43.154H1.9q0-.042.007-.252t.014-.49q.007-.28.014-.567t.007-.5V-9.128Q1.946-9.464%2C1.918-9.744Zm9.31%2C7.714v1.4H2.688v-1.4Zm4.13-4.214.581.035q.343.021.742.035t.763.014H25.06q.5%2C0%2C.91-.035t.658-.049v1.736l-.672-.042q-.434-.028-.9-.028H17.444q-.574%2C0-1.148.021t-.938.049Zm21.98-3.976q.2.266.434.637t.462.756q.224.385.378.721l-.98.434q-.182-.406-.378-.763t-.406-.707q-.21-.35-.448-.672Zm1.764-.728q.2.252.434.616t.476.749q.238.385.406.693l-.966.476q-.2-.406-.4-.756t-.427-.686q-.224-.336-.462-.658ZM32.144-1.092V-9.184q0-.336-.035-.777t-.091-.791H33.74q-.028.336-.07.763t-.042.805v2.758q0%2C.84.007%2C1.687t.007%2C1.6v2.044q0%2C.21.007.532T33.691.1q.035.336.049.6H32.032q.042-.378.077-.882T32.144-1.092ZM33.32-7.1q.686.2%2C1.533.483t1.722.609q.875.322%2C1.652.651t1.323.6l-.616%2C1.512q-.588-.308-1.323-.637t-1.5-.637q-.77-.308-1.491-.56t-1.3-.434Z%22%20transform%3D%22translate(136.265%2039.003)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%20%20%3Cg%20transform%3D%22translate(-974.597%204.613)%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(0%202)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M190.993-818.556a1.642%2C1.642%2C0%2C0%2C1-1.208-.492%2C1.642%2C1.642%2C0%2C0%2C1-.492-1.208v-11.9a1.642%2C1.642%2C0%2C0%2C1%2C.492-1.208%2C1.642%2C1.642%2C0%2C0%2C1%2C1.208-.492h8.582a1.642%2C1.642%2C0%2C0%2C1%2C1.208.492%2C1.642%2C1.642%2C0%2C0%2C1%2C.492%2C1.208v11.9a1.642%2C1.642%2C0%2C0%2C1-.492%2C1.208%2C1.642%2C1.642%2C0%2C0%2C1-1.208.492Zm0-1.02h8.582a.649.649%2C0%2C0%2C0%2C.467-.213.65.65%2C0%2C0%2C0%2C.212-.467v-11.9a.649.649%2C0%2C0%2C0-.212-.467.649.649%2C0%2C0%2C0-.467-.212h-8.582a.649.649%2C0%2C0%2C0-.467.212.649.649%2C0%2C0%2C0-.213.467v11.9a.649.649%2C0%2C0%2C0%2C.213.467A.649.649%2C0%2C0%2C0%2C190.993-819.575Zm-3.144%2C4.164a1.642%2C1.642%2C0%2C0%2C1-1.208-.492%2C1.642%2C1.642%2C0%2C0%2C1-.492-1.208v-12.915h1.02v12.915a.649.649%2C0%2C0%2C0%2C.212.467.65.65%2C0%2C0%2C0%2C.467.212h9.6v1.02Zm2.464-4.164v0Z%22%20transform%3D%22translate(855.288%20851.022)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2.5%2C0%2C5%2C3H0Z%22%20transform%3D%22translate(1053%2029)%20rotate(180)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%3Crect%20width%3D%221%22%20height%3D%225%22%20transform%3D%22translate(1050%2021)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat center/contain;
}
.lx_solution-dl .panel.has-img.style1 .icon_front {
  display: none;
}
.lx_solution-dl .panel.has-img.style1 a[target=_blank] .icon_rear {
  display: none;
}
.lx_solution-dl .panel.has-img.style1 .text {
  margin-top: 0;
  padding-left: 0;
  text-align: center;
  margin-bottom: 20px;
}

/*------------資料ダウンロード------------*/
.lx_solution-download .column {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 30px !important;
  justify-content: flex-start;
  align-items: stretch; /* カード自体の高さを揃える */
  width: 100% !important;
}
.lx_solution-download .column > .external-panel + .external-panel {
  margin-left: 0 !important;
}
@media screen and (max-width: 768px) {
  .lx_solution-download .column {
    flex-direction: column !important;
    gap: 20px !important;
  }
}
.lx_solution-download .external-panel {
  position: relative;
  width: calc((100% - 60px) / 3) !important;
  margin: 0 !important;
  box-sizing: border-box;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .lx_solution-download .external-panel {
    width: calc((100% - 30px) / 2) !important;
  }
}
@media screen and (max-width: 768px) {
  .lx_solution-download .external-panel {
    width: 100% !important;
  }
}
.lx_solution-download {
  /* カード本体 */
}
.lx_solution-download a {
  padding: 48px 20px !important;
  background: #fff;
  border: 1px solid #E2E2E2;
  position: relative;
  /* デザイナーの意図：下から積み上げ */
  flex-direction: column-reverse !important;
  align-items: center;
  text-decoration: none !important;
  display: flex !important;
  height: 100% !important;
  width: 100%;
  box-sizing: border-box;
  /* 1. 見出しテキスト（HTML上の最後 = 画面上の一番上） */
}
.lx_solution-download a .text {
  /* ★最重要：
     上の余白を 0 にし、下の余白を auto にします。
     これで「見出しは天井に張り付き、残りの要素は下へ押し下げられる」挙動になります */
  margin-top: 0 !important;
  margin-bottom: auto !important;
  padding: 0 10px !important;
  text-align: center !important;
  color: #273846;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  flex-shrink: 0;
  width: 100%;
}
.lx_solution-download a {
  /* 2. 資料画像（真ん中） */
  /* ★重要：クラス名ではなく HTMLタグの figure を指定します */
}
.lx_solution-download a figure {
  /* ★変更点：画像を引き伸ばさない設定 */
  margin-top: 30px !important; /* 見出しとの距離を固定(30px) */
  margin-bottom: 30px !important; /* ボタンとの距離を固定(30px) */
  width: auto !important; /* ★変更：100%ではなく、画像の本来の幅にする */
  max-width: 100%; /* 念のためカードからはみ出さないように */
  display: flex;
  align-items: center;
  justify-content: center;
  /* ★変更：伸びる指定(flex-grow)を削除します */
  flex-shrink: 0;
  flex-grow: 0 !important;
}
.lx_solution-download a figure img {
  /* ★変更：img側も固定幅にする */
  max-width: 100%;
  width: auto !important; /* ★変更：画像の本来の幅にする */
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto; /* figureの中で中央寄せ */
}
.lx_solution-download a {
  /* 3. ダウンロードボタン（HTML上の最初 = 画面上の一番下：疑似要素） */
}
.lx_solution-download a::after {
  content: "";
  display: block;
  width: 209px;
  height: 60px;
  /* 中央寄せ */
  margin: 0 auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22209%22%20height%3D%2260%22%20viewBox%3D%220%200%20209%2060%22%3E%0A%20%20%3Cg%20transform%3D%22translate(-18.101%20-5.005)%22%3E%0A%20%20%20%20%3Crect%20width%3D%22209%22%20height%3D%2260%22%20rx%3D%225%22%20transform%3D%22translate(18.101%205.005)%22%20fill%3D%22%23ff9d00%22%2F%3E%0A%20%20%20%20%3Cg%20transform%3D%22translate(0%201.82)%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M-31.206-11.382q.182.252.392.595t.406.693q.2.35.336.63L-31-9.058q-.21-.434-.518-.987T-32.1-11Zm1.582-.588a6.491%2C6.491%2C0%2C0%2C1%2C.413.609q.217.357.42.7t.329.6l-.91.392q-.224-.448-.539-.987a9.811%2C9.811%2C0%2C0%2C0-.609-.931ZM-36.5-6.146q.658.378%2C1.414.868t1.512%2C1.008q.756.518%2C1.435%2C1.015t1.169.9L-32-1.106q-.476-.434-1.148-.973T-34.58-3.171q-.756-.553-1.505-1.071t-1.379-.91Zm6.482-2.478a2.339%2C2.339%2C0%2C0%2C0-.21.406q-.1.238-.182.448a11.273%2C11.273%2C0%2C0%2C1-.56%2C1.5%2C16.218%2C16.218%2C0%2C0%2C1-.854%2C1.638%2C12.969%2C12.969%2C0%2C0%2C1-1.12%2C1.6A14.023%2C14.023%2C0%2C0%2C1-35.308-.749a12.746%2C12.746%2C0%2C0%2C1-3.4%2C1.827L-39.97-.028A12.36%2C12.36%2C0%2C0%2C0-37.527-1.05a11.523%2C11.523%2C0%2C0%2C0%2C1.9-1.316%2C13.133%2C13.133%2C0%2C0%2C0%2C1.442-1.442%2C11.261%2C11.261%2C0%2C0%2C0%2C.952-1.33%2C12.187%2C12.187%2C0%2C0%2C0%2C.77-1.456A7.576%2C7.576%2C0%2C0%2C0-32-7.924h-4.984l.532-1.26H-32.2a4.624%2C4.624%2C0%2C0%2C0%2C.574-.035%2C2%2C2%2C0%2C0%2C0%2C.462-.105Zm-4.676-2.086q-.21.322-.413.679t-.315.567a16.309%2C16.309%2C0%2C0%2C1-1.141%2C1.729A17.154%2C17.154%2C0%2C0%2C1-38.15-5.9a14.181%2C14.181%2C0%2C0%2C1-1.96%2C1.645l-1.19-.91A11.576%2C11.576%2C0%2C0%2C0-39.207-6.8a13.548%2C13.548%2C0%2C0%2C0%2C1.463-1.7%2C12.031%2C12.031%2C0%2C0%2C0%2C.91-1.456%2C3.818%2C3.818%2C0%2C0%2C0%2C.3-.581%2C5.483%2C5.483%2C0%2C0%2C0%2C.245-.665Zm14.448-.6q-.042.378-.063.637t-.021.525v1.932H-21.84V-10.15q0-.266-.014-.525a5.121%2C5.121%2C0%2C0%2C0-.084-.637Zm4.76%2C2.828a3.95%2C3.95%2C0%2C0%2C0-.14.469q-.07.287-.1.483-.07.462-.189.973T-16.2-5.516q-.168.532-.385%2C1.064a10.271%2C10.271%2C0%2C0%2C1-.483%2C1.022%2C7.743%2C7.743%2C0%2C0%2C1-1.372%2C1.764%2C8.579%2C8.579%2C0%2C0%2C1-1.9%2C1.379A11.263%2C11.263%2C0%2C0%2C1-22.68.644l-1.148-1.33a8.493%2C8.493%2C0%2C0%2C0%2C.854-.2q.448-.126.826-.266a7.694%2C7.694%2C0%2C0%2C0%2C1.3-.6%2C7.155%2C7.155%2C0%2C0%2C0%2C1.232-.9A6.325%2C6.325%2C0%2C0%2C0-18.62-3.78%2C6.7%2C6.7%2C0%2C0%2C0-18-5.005a10.793%2C10.793%2C0%2C0%2C0%2C.427-1.351%2C10.571%2C10.571%2C0%2C0%2C0%2C.238-1.288H-24.78v2.3q0%2C.21.014.476t.042.448H-26.25q.028-.224.042-.5t.014-.5v-2.45q0-.224-.014-.56t-.042-.574q.322.028.651.049t.707.021H-17.5a4%2C4%2C0%2C0%2C0%2C.658-.042%2C2.386%2C2.386%2C0%2C0%2C0%2C.392-.1Zm4.746-1.946q.378.252.868.623t1%2C.791q.511.42.973.812a8.094%2C8.094%2C0%2C0%2C1%2C.742.7L-8.26-6.37q-.266-.28-.7-.679t-.931-.826q-.5-.427-.987-.812t-.882-.651ZM-12.18-1.064a15.872%2C15.872%2C0%2C0%2C0%2C2.17-.483%2C14.085%2C14.085%2C0%2C0%2C0%2C1.827-.686%2C15.448%2C15.448%2C0%2C0%2C0%2C1.5-.791A12.422%2C12.422%2C0%2C0%2C0-4.613-4.606%2C14.752%2C14.752%2C0%2C0%2C0-2.954-6.454%2C10.627%2C10.627%2C0%2C0%2C0-1.82-8.3l.854%2C1.526A12.706%2C12.706%2C0%2C0%2C1-2.2-4.956%2C15.259%2C15.259%2C0%2C0%2C1-3.864-3.213a13.816%2C13.816%2C0%2C0%2C1-2.016%2C1.5%2C17.267%2C17.267%2C0%2C0%2C1-1.533.84A14.944%2C14.944%2C0%2C0%2C1-9.2-.14a14.6%2C14.6%2C0%2C0%2C1-2.037.518Zm14.1-8.68q.434.014.763.021t.6.007h8.2q.357%2C0%2C.693-.014-.014.28-.021.6t-.007.609v6.874q0%2C.182.007.469t.007.581q0%2C.294.007.5t.007.252H10.64a2.162%2C2.162%2C0%2C0%2C0%2C.014-.336q0-.28.007-.658t.007-.7q0-.14%2C0-.574t0-1.05q0-.616%2C0-1.316t0-1.379q0-.679%2C0-1.232t0-.889q0-.336%2C0-.336H3.4s0%2C.11%2C0%2C.329%2C0%2C.516%2C0%2C.889%2C0%2C.784%2C0%2C1.232%2C0%2C.905%2C0%2C1.372%2C0%2C.905%2C0%2C1.316%2C0%2C.761%2C0%2C1.05%2C0%2C.485%2C0%2C.588q0%2C.2%2C0%2C.469t.007.532q.007.259.014.455T3.43.154H1.9q0-.042.007-.252t.014-.49q.007-.28.014-.567t.007-.5V-9.128Q1.946-9.464%2C1.918-9.744Zm9.31%2C7.714v1.4H2.688v-1.4Zm4.13-4.214.581.035q.343.021.742.035t.763.014H25.06q.5%2C0%2C.91-.035t.658-.049v1.736l-.672-.042q-.434-.028-.9-.028H17.444q-.574%2C0-1.148.021t-.938.049Zm21.98-3.976q.2.266.434.637t.462.756q.224.385.378.721l-.98.434q-.182-.406-.378-.763t-.406-.707q-.21-.35-.448-.672Zm1.764-.728q.2.252.434.616t.476.749q.238.385.406.693l-.966.476q-.2-.406-.4-.756t-.427-.686q-.224-.336-.462-.658ZM32.144-1.092V-9.184q0-.336-.035-.777t-.091-.791H33.74q-.028.336-.07.763t-.042.805v2.758q0%2C.84.007%2C1.687t.007%2C1.6v2.044q0%2C.21.007.532T33.691.1q.035.336.049.6H32.032q.042-.378.077-.882T32.144-1.092ZM33.32-7.1q.686.2%2C1.533.483t1.722.609q.875.322%2C1.652.651t1.323.6l-.616%2C1.512q-.588-.308-1.323-.637t-1.5-.637q-.77-.308-1.491-.56t-1.3-.434Z%22%20transform%3D%22translate(136.265%2039.003)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%20%20%3Cg%20transform%3D%22translate(-974.597%204.613)%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(0%202)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M190.993-818.556a1.642%2C1.642%2C0%2C0%2C1-1.208-.492%2C1.642%2C1.642%2C0%2C0%2C1-.492-1.208v-11.9a1.642%2C1.642%2C0%2C0%2C1%2C.492-1.208%2C1.642%2C1.642%2C0%2C0%2C1%2C1.208-.492h8.582a1.642%2C1.642%2C0%2C0%2C1%2C1.208.492%2C1.642%2C1.642%2C0%2C0%2C1%2C.492%2C1.208v11.9a1.642%2C1.642%2C0%2C0%2C1-.492%2C1.208%2C1.642%2C1.642%2C0%2C0%2C1-1.208.492Zm0-1.02h8.582a.649.649%2C0%2C0%2C0%2C.467-.213.65.65%2C0%2C0%2C0%2C.212-.467v-11.9a.649.649%2C0%2C0%2C0-.212-.467.649.649%2C0%2C0%2C0-.467-.212h-8.582a.649.649%2C0%2C0%2C0-.467.212.649.649%2C0%2C0%2C0-.213.467v11.9a.649.649%2C0%2C0%2C0%2C.213.467A.649.649%2C0%2C0%2C0%2C190.993-819.575Zm-3.144%2C4.164a1.642%2C1.642%2C0%2C0%2C1-1.208-.492%2C1.642%2C1.642%2C0%2C0%2C1-.492-1.208v-12.915h1.02v12.915a.649.649%2C0%2C0%2C0%2C.212.467.65.65%2C0%2C0%2C0%2C.467.212h9.6v1.02Zm2.464-4.164v0Z%22%20transform%3D%22translate(855.288%20851.022)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2.5%2C0%2C5%2C3H0Z%22%20transform%3D%22translate(1053%2029)%20rotate(180)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%3Crect%20width%3D%221%22%20height%3D%225%22%20transform%3D%22translate(1050%2021)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat center/contain;
  flex-shrink: 0;
}
.lx_solution-download .icon_front, .lx_solution-download .icon_rear {
  display: none !important;
}

/*-----------関連製品-----------*/
.lx_solution-products .title2,
.lx_solution-products--nolink .title2 {
  margin-top: 0;
}
.lx_solution-products .column,.lx_solution-products--nolink .column {
  position: relative;
  width: 100vw;
  padding: 4rem 2rem;
}
.lx_solution-products .column::before,
.lx_solution-products--nolink .column::before {
  content: "";
  display: block;
  background: #F9F9F9;
  position: absolute;
  top: -60px;
  left: -60px;
  width: calc(100% + 120px);
  height: calc(100% + 120px);
  z-index: -1;
}

.lx_solution-products .column::after,
.lx_solution-products--nolink .column::after {
  content: "";
  display: block;
  background: #F9F9F9;
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: calc(100% + 120px);
  height: calc(100% + 120px);
  z-index: -1;
}
@media screen and (max-width: 1360px) {
  .lx_solution-products .column::before ,
  .lx_solution-products--nolink .column::before,
  .lx_solution-products .column::after,
.lx_solution-products--nolink .column::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
  }
}
.lx_solution-products .column > .external-link-area:nth-of-type(2n),
.lx_solution-products--nolink .column > .text-section:nth-of-type(2n) {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .lx_solution-products .column > .external-link-area:nth-of-type(2n) ,
  .lx_solution-products--nolink .column > .text-section:nth-of-type(2n) {
    margin-right: 0px;
  }
}
.lx_solution-products .column .external-link-area {
  margin-bottom: 30px;
  width: calc((100% - 30px) / 2);
  float: left;
  margin-top: 0;
}
.lx_solution-products--nolink .column .text-section {
  margin-bottom: 30px;
  width: calc((100% - 30px) / 2);
  float: left;
  margin-top: 0;
  display: flex;
  gap: 50px;
  background-color: #fff;
  padding: 30px;
    border: 1px solid #CECECE;
}
@media screen and (max-width: 768px) {
  .lx_solution-products .column .external-link-area {
    width: 100%;
    float: none;
  }
  .lx_solution-products--nolink .column .text-section  {
    width: 100%;
    float: none;
    flex-direction: column;
    gap: 30px;
  }
}
.lx_solution-products .column .external-link-area a {
  display: flex;
  align-items: flex-start;
  padding: 30px;
  border: 1px solid #CECECE;
  background: #fff;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .lx_solution-products .column .external-link-area a {
    flex-direction: column;
  }
}
.lx_solution-products .column .external-link-area a img{
  width: 143px;
  flex: 0 0 143px;
  float: none;
  margin: 0;
}
.lx_solution-products--nolink .column .text-section img {
  width: 143px;
  flex: 0 0 143px;
  float: none;
  margin: 0;
  align-self: flex-start;
}

@media screen and (max-width: 768px) {
  .lx_solution-products .column .external-link-area a img,
  .lx_solution-products--nolink .column .text-section img {
   width:auto;
    margin: auto;
    float: none;
    flex: initial;
  }
}
.lx_solution-products .column .external-link-area a > :not(img),
.lx_solution-products--nolink .column .text-section > :not(img) {
  min-width: 0;
}
.lx_solution-products .column .external-link-area a .link-body ,
.lx_solution-products--nolink .column .text-section .rich-text {
  display: flex;
  flex-direction: column;
}
.lx_solution-products .column .external-link-area a .link-body .img-alt-caption-bottom {
  order: 1;
}
.lx_solution-products .column .external-link-area a .link-body p:nth-of-type(1) {
  order: 2;
}
.lx_solution-products .column .external-link-area a .link-body p:nth-of-type(2) {
  order: 3;
}
.lx_solution-products .column .external-link-area a .img-alt-caption-bottom {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.lx_solution-products .column .external-link-area a .img-alt-caption-bottom .icon-svg {
  display: inline-flex;
  margin-right: 16px;
}
.lx_solution-products .column .external-link-area a .img-alt-caption-bottom .text {
  display: inline-block;
}
.lx_solution-products .column .external-link-area a p:nth-of-type(1) {
  margin-bottom: 20px;
}

/*-----------トレンド-----------*/
@media screen and (max-width: 768px) {
  .lx_solution-trend .internal-panel.style2.no-img {
    padding: 0;
  }
}
.lx_solution-trend .title2 {
  margin-top: 0;
}
.lx_solution-trend .column {
  position: relative;
}
.lx_solution-trend .column::before {
  content: "";
  display: block;
  background: #F9F9F9;
  position: absolute;
  top: -60px;
  left: -60px;
  width: calc(100% + 120px);
  height: calc(100% + 120px);
  z-index: -1;
}
@media screen and (max-width: 1360px) {
  .lx_solution-trend .column::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
  }
}
.lx_solution-trend .column > .external-link-area + .external-link-area {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .lx_solution-trend .column > .external-link-area + .external-link-area {
    margin-left: 0px;
  }
}
.lx_solution-trend .column .external-link-area {
  width: calc((100% - 60px) / 3);
  float: left;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .lx_solution-trend .column .external-link-area {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
.lx_solution-trend .column .external-link-area a {
  border: 1px solid #CECECE;
  background: #fff;
  padding-bottom: 40px;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.lx_solution-trend .column .external-link-area a::after {
  content: "";
  display: block;
  width: 127px;
  height: 38px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22126.432%22%20height%3D%2238%22%20viewBox%3D%220%200%20126.432%2038%22%3E%0A%20%20%3Cg%20transform%3D%22translate(-271%20-1516)%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22translate(-157%201)%22%3E%0A%20%20%20%20%20%20%3Cg%20transform%3D%22translate(428%201515)%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(-260%20-1515)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(140)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2.7%2C0-.048-8.868h1.68L2.868-4.416q.216.756.39%2C1.44t.39%2C1.452h.06q.228-.768.4-1.452t.384-1.44L5.712-8.868H7.32L4.584%2C0ZM9.6%2C0V-8.868h1.584V0Zm5.028%2C0V-8.868h5.34v1.332H16.212V-5.28h3.18v1.332h-3.18v2.616H20.1V0ZM24%2C0%2C22.248-8.868h1.62l.756%2C4.476q.12.7.234%2C1.4T25.08-1.56h.048q.144-.72.288-1.428t.288-1.4l1.08-4.476h1.38l1.08%2C4.476q.156.684.294%2C1.4t.294%2C1.434h.06q.1-.72.2-1.428t.2-1.4l.78-4.476h1.512L30.9%2C0H28.932L27.84-4.656q-.108-.516-.21-1.02T27.444-6.7H27.4q-.084.516-.192%2C1.02T27-4.656L25.932%2C0ZM39.084%2C0V-8.868h1.788l1.56%2C4.332q.144.408.288.852T43-2.808h.06q.144-.432.282-.876t.27-.852l1.536-4.332h1.788V0H45.48V-4.032q0-.42.036-.918t.084-1q.048-.5.084-.912h-.048L44.916-4.8%2C43.464-.828h-.948L41.064-4.8l-.708-2.064h-.048q.048.408.09.912t.078%2C1q.036.5.036.918V0ZM53.832.168A3.693%2C3.693%2C0%2C0%2C1%2C51.8-.4%2C3.8%2C3.8%2C0%2C0%2C1%2C50.418-2a5.651%2C5.651%2C0%2C0%2C1-.5-2.466%2C5.563%2C5.563%2C0%2C0%2C1%2C.5-2.46%2C3.655%2C3.655%2C0%2C0%2C1%2C1.38-1.56%2C3.816%2C3.816%2C0%2C0%2C1%2C2.034-.54%2C3.776%2C3.776%2C0%2C0%2C1%2C2.04.546%2C3.716%2C3.716%2C0%2C0%2C1%2C1.374%2C1.56%2C5.523%2C5.523%2C0%2C0%2C1%2C.5%2C2.454A5.651%2C5.651%2C0%2C0%2C1%2C57.246-2%2C3.812%2C3.812%2C0%2C0%2C1%2C55.872-.4%2C3.685%2C3.685%2C0%2C0%2C1%2C53.832.168Zm0-1.38a1.915%2C1.915%2C0%2C0%2C0%2C1.212-.4%2C2.563%2C2.563%2C0%2C0%2C0%2C.8-1.134%2C4.762%2C4.762%2C0%2C0%2C0%2C.282-1.716%2C4.653%2C4.653%2C0%2C0%2C0-.282-1.71%2C2.446%2C2.446%2C0%2C0%2C0-.8-1.1%2C1.974%2C1.974%2C0%2C0%2C0-1.212-.384%2C1.974%2C1.974%2C0%2C0%2C0-1.212.384%2C2.407%2C2.407%2C0%2C0%2C0-.792%2C1.1%2C4.745%2C4.745%2C0%2C0%2C0-.276%2C1.71%2C4.856%2C4.856%2C0%2C0%2C0%2C.276%2C1.716%2C2.523%2C2.523%2C0%2C0%2C0%2C.792%2C1.134A1.915%2C1.915%2C0%2C0%2C0%2C53.832-1.212ZM60.732%2C0V-8.868H63.72a5.282%2C5.282%2C0%2C0%2C1%2C1.674.246%2C2.314%2C2.314%2C0%2C0%2C1%2C1.164.822%2C2.569%2C2.569%2C0%2C0%2C1%2C.426%2C1.56%2C2.72%2C2.72%2C0%2C0%2C1-.426%2C1.578%2C2.5%2C2.5%2C0%2C0%2C1-1.164.912%2C4.493%2C4.493%2C0%2C0%2C1-1.674.294h-1.4V0Zm1.584-4.716h1.236a2.212%2C2.212%2C0%2C0%2C0%2C1.4-.384%2C1.365%2C1.365%2C0%2C0%2C0%2C.486-1.14A1.14%2C1.14%2C0%2C0%2C0%2C64.95-7.3a2.679%2C2.679%2C0%2C0%2C0-1.4-.3H62.316ZM65.556%2C0%2C63.42-3.876l1.14-.96L67.332%2C0Zm4.4%2C0V-8.868H75.3v1.332H71.544V-5.28h3.18v1.332h-3.18v2.616h3.888V0Z%22%20transform%3D%22translate(171%201540)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20width%3D%2238%22%20height%3D%2238%22%20transform%3D%22translate(120%201515)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(135.794%201529.174)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M-2354.1%2C794h17.417%22%20transform%3D%22translate(2348.294%20-789.219)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M-2342.064%2C787.95l4.781%2C4.781-4.781%2C4.781%22%20transform%3D%22translate(2349.505%20-787.95)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat left top;
  margin-top: auto;
  margin-left: 30px;
}
.lx_solution-trend .column .external-link-area a > p:first-child {
  margin-top: 3rem;
}
.lx_solution-trend .column .external-link-area p {
  margin-left: 3rem;
  margin-right: 3rem;
  margin-bottom: 3rem;
}

/* カラム（最上位の親要素）に設定するクラス */
.lx_mini_cta {
  /* 1. 最上位のdivは中央寄せを維持 */
  display: flex !important;
  justify-content: center;
  /* 2. 【重要】パネルを直接包んでいる .column クラスを横並びにする */
}
.lx_mini_cta .column {
  display: flex !important;
  flex-direction: row; /* 横に並べる */
  flex-wrap: wrap; /* スマホ等で溢れたら折り返す */
  gap: 20px; /* ボタン同士の隙間 */
  justify-content: center;
  align-items: center;
  width: 100%; /* 横幅いっぱい使う */
  max-width: none;
}
.lx_mini_cta {
  /* パネル自体の共通設定：既存の幅指定など */
}
.lx_mini_cta .panel.style2, .lx_mini_cta .panel.style3 {
  margin: 0 !important; /* ShareWith標準の上下マージンを消す */
}
.lx_mini_cta .panel.style2 a, .lx_mini_cta .panel.style3 a {
  width: 245px !important;
  height: 70px !important;
  min-height: 70px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  transition: all 0.3s ease;
  box-sizing: border-box;
  padding: 0 !important;
}
.lx_mini_cta {
  /* 資料ダウンロード（オレンジ） */
}
.lx_mini_cta .panel.style2 a {
  background-color: #FF9D00 !important;
  border: 1px solid #FF9D00 !important;
  color: #000 !important;
}
.lx_mini_cta .panel.style2 a .text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: bold;
  font-size: 16px;
  padding: 0 !important;
}
.lx_mini_cta .panel.style2 a .text::before {
  content: "";
  display: block;
  width: 15px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.125%22%20height%3D%2218.438%22%20viewBox%3D%220%200%2015.125%2018.438%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10288%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010288%22%20transform%3D%22translate(-1041.438%20-19.172)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10287%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010287%22%20transform%3D%22translate(0%202)%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26640%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026640%22%20d%3D%22M190.993-818.556a1.642%2C1.642%2C0%2C0%2C1-1.208-.492%2C1.642%2C1.642%2C0%2C0%2C1-.492-1.208v-11.9a1.642%2C1.642%2C0%2C0%2C1%2C.492-1.208%2C1.642%2C1.642%2C0%2C0%2C1%2C1.208-.492h8.582a1.642%2C1.642%2C0%2C0%2C1%2C1.208.492%2C1.642%2C1.642%2C0%2C0%2C1%2C.492%2C1.208v11.9a1.642%2C1.642%2C0%2C0%2C1-.492%2C1.208%2C1.642%2C1.642%2C0%2C0%2C1-1.208.492Zm0-1.02h8.582a.649.649%2C0%2C0%2C0%2C.467-.213.65.65%2C0%2C0%2C0%2C.212-.467v-11.9a.649.649%2C0%2C0%2C0-.212-.467.649.649%2C0%2C0%2C0-.467-.212h-8.582a.649.649%2C0%2C0%2C0-.467.212.649.649%2C0%2C0%2C0-.213.467v11.9a.649.649%2C0%2C0%2C0%2C.213.467A.649.649%2C0%2C0%2C0%2C190.993-819.575Zm-3.144%2C4.164a1.642%2C1.642%2C0%2C0%2C1-1.208-.492%2C1.642%2C1.642%2C0%2C0%2C1-.492-1.208v-12.915h1.02v12.915a.649.649%2C0%2C0%2C0%2C.212.467.65.65%2C0%2C0%2C0%2C.467.212h9.6v1.02Zm2.464-4.164v0Z%22%20transform%3D%22translate(855.288%20851.022)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20d%3D%22M2.5%2C0%2C5%2C3H0Z%22%20transform%3D%22translate(1053%2029)%20rotate(180)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_17287%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2017287%22%20width%3D%221%22%20height%3D%225%22%20transform%3D%22translate(1050%2021)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat center/contain;
  flex-shrink: 0;
}
.lx_mini_cta .panel.style2 a:hover {
  background-color: #fff !important;
  color: #000 !important;
}
.lx_mini_cta {
  /* お問い合わせ（水色） */
}
.lx_mini_cta .panel.style3 a {
  background-color: #1BC2FF !important;
  border: 1px solid #1BC2FF !important;
  color: #000 !important;
}
.lx_mini_cta .panel.style3 a .text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: bold;
  font-size: 16px;
  padding: 0 !important;
}
.lx_mini_cta .panel.style3 a .text::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../../../../../resources/sw_img/icon/icon-mail.svg") no-repeat center/contain;
  flex-shrink: 0;
}
.lx_mini_cta .panel.style3 a:hover {
  background-color: #fff !important;
  color: #000 !important;
}
.lx_mini_cta {
  /* 不要なアイコン類を非表示 */
}
.lx_mini_cta .icon_front, .lx_mini_cta .icon_rear {
  display: none !important;
}
.lx_mini_cta {
  /* スマホ対応：画面が狭いときは縦に並べる */
}
@media screen and (max-width: 768px) {
  .lx_mini_cta .column {
    flex-direction: column !important;
    gap: 15px;
  }
}

/* カラム全体の設定 */
/* 以前の .solution-cta クラスを .lx_big_cta に移植 */
.lx_big_cta {
  padding-top: 120px;
  max-width: var(--mainarea-width);
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lx_big_cta {
    padding: 60px 20px 0;
  }
}
.lx_big_cta > .column {
  display: flex !important;
  gap: 38px !important;
  justify-content: center;
  align-items: stretch;
  width: 100% !important;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .lx_big_cta > .column {
    flex-direction: column !important;
    gap: 20px !important;
  }
}
.lx_big_cta .external-panel {
  width: calc((100% - 38px) / 2) !important;
  flex: 0 0 auto !important;
  max-width: 585px !important;
  margin: 0 !important;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .lx_big_cta .external-panel {
    width: 100% !important;
    max-width: none !important;
  }
}
.lx_big_cta .external-panel a {
  display: flex !important;
  flex-direction: column;
  padding: 46px !important;
  min-height: 247px;
  height: 100% !important;
  position: relative; /* 矢印の基準 */
  text-decoration: none !important;
  box-sizing: border-box;
  transition: all 0.3s ease;
  color: #273846 !important;
  border: none !important;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lx_big_cta .external-panel a {
    padding: 30px 20px !important;
    min-height: auto;
  }
}
.lx_big_cta .external-panel a {
  /* テキストエリア：ここが重要 */
}
.lx_big_cta .external-panel a .text {
  display: block !important;
  width: 100%;
  text-align: left !important;
  /* ★右側に矢印用のデッドスペースを確保（重なり防止） */
  padding-right: 80px !important;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .lx_big_cta .external-panel a .text {
    padding-right: 0 !important; /* スマホでは矢印が下に来るので不要 */
  }
}
.lx_big_cta .external-panel a .text .en {
  display: block;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.lx_big_cta .external-panel a .text .ja {
  display: block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: 22px;
}
.lx_big_cta {
  /* 矢印：右下の「絶対位置」に固定 */
}
.lx_big_cta a::after {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #273846;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.516%22%20height%3D%2215.919%22%20viewBox%3D%220%200%2015.516%2015.919%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%3E%3Cpath%20d%3D%22M0%207.96h15.516M7.556%200l7.96%207.96-7.96%207.959%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center/15px;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 46px; /* paddingと同じ位置 */
  right: 46px; /* paddingと同じ位置 */
}
@media screen and (max-width: 768px) {
  .lx_big_cta a::after {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 20px;
    align-self: flex-end;
  }
}
.lx_big_cta {
  /* --- ホバー挙動・カラー設定 (以前と同様) --- */
}
.lx_big_cta .panel.style2 a {
  background: #FF9D00 !important;
}
.lx_big_cta .panel.style2 a:hover {
  background: #EB6112 !important;
  color: #fff !important;
  text-decoration: underline !important;
}
.lx_big_cta .panel.style2 a:hover .text {
  color: #fff !important;
}
.lx_big_cta .panel.style2 a:hover::after {
  background-color: #fff;
  border-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.516%22%20height%3D%2215.919%22%20viewBox%3D%220%200%2015.516%2015.919%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23EB6112%22%20stroke-width%3D%221%22%3E%3Cpath%20d%3D%22M0%207.96h15.516M7.556%200l7.96%207.96-7.96%207.959%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.lx_big_cta .panel.style3 a {
  background: #1CC2FF !important;
}
.lx_big_cta .panel.style3 a:hover {
  background: #2A65F5 !important;
  color: #fff !important;
  text-decoration: underline !important;
}
.lx_big_cta .panel.style3 a:hover .text {
  color: #fff !important;
}
.lx_big_cta .panel.style3 a:hover::after {
  background-color: #fff;
  border-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.516%22%20height%3D%2215.919%22%20viewBox%3D%220%200%2015.516%2015.919%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%232A65F5%22%20stroke-width%3D%221%22%3E%3Cpath%20d%3D%22M0%207.96h15.516M7.556%200l7.96%207.96-7.96%207.959%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.lx_big_cta .icon_front, .lx_big_cta .icon_rear {
  display: none !important;
}

/*-----------一覧へのリンクボタン-----------*/
.internal-panel.style2.no-img {
  clear: both;
  padding: 60px 0;
  text-align: right;
  max-width: 100%;
}
.internal-panel.style2.no-img a {
  font-size: 14px;
  padding: 13px 21px;
  display: flex;
  position: relative;
  gap: 20px;
  width: fit-content;
  border: 1px solid #273846;
  flex-direction: row !important;
  border-radius: 50px;
  line-height: 1.2;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  background: #fff;
}
.internal-panel.style2.no-img a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 !important;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_53127%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2053127%22%20transform%3D%22translate(-184%20-13)%22%3E%0A%20%20%20%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_2%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%202%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20transform%3D%22translate(184%2013)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_172%22%20data-name%3D%22%E3%83%91%E3%82%B9%20172%22%20d%3D%22M4566.065%2C4932.18l2.812%2C2.812-2.812%2C2.812%22%20transform%3D%22translate(-4373.079%20-4911.992)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat center/contain;
}

#bread-crumb-1 {
  padding-bottom: 56px;
  font-size: 14px;
}

#bread-crumb-2 {
  background: #F2F3F5;
  padding: 24px 0;
}
#bread-crumb-2 ol li:not(:last-child)::after {
  content: "/";
  padding: 0 0.5em;
  color: #636C75;
}
#bread-crumb-2 ol li a {
  color: #414141;
  font-size: 14px;
}
#bread-crumb-2 ol li span {
  color: #636C75;
  font-size: 14px;
}

#header .on-pc .hx_gnavi.ux_gnavi_megamenu > * > .h-panel.no-img a {
  position: relative;
  font-size: 16px;
}
#header .on-pc .hx_gnavi.ux_gnavi_megamenu > * > .h-panel.no-img a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%22-0.5%20-0.5%2015%2015%22%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20fill%3D%22none%22%20stroke%3D%22%23013593%22%20stroke-width%3D%221%22%2F%3E%3Cpath%20d%3D%22M4.1%205.8%20L7%209.3%20L9.9%205.8%22%20fill%3D%22none%22%20stroke%3D%22%23013593%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
}

[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .page-intro-wrapper:has(.intro-bg) .intro-bg {
  background: url("../../../../../../resources/sw_img/common/seminar-mvbg.jpg") no-repeat center/cover;
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .page-intro-wrapper:has(.intro-bg) img {
  display: none;
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .page-intro-wrapper:has(.intro-bg) .rich-text {
  display: block;
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .page-intro-wrapper:has(.intro-bg) .rich-text p:nth-of-type(1) {
  font-size: 18px !important;
  font-family: "poppins", sans-serif !important;
  font-weight: 500 !important;
  color: #fff !important;
  font-style: italic !important;
  letter-spacing: 0;
  margin-bottom: 10px !important;
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .page-intro-wrapper:has(.intro-bg) .rich-text p:nth-of-type(2) {
  font-size: 38px !important;
  font-weight: 600 !important;
  color: #fff !important;
  letter-spacing: 0.025em !important;
}
@media screen and (max-width: 768px) {
  [data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .page-intro-wrapper:has(.intro-bg) .rich-text p:nth-of-type(2) {
    font-size: 2.6rem !important;
  }
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .page-intro-wrapper:has(.intro-bg) .rich-text p:nth-of-type(2) + p {
  margin-top: 40px;
  font-size: 16px !important;
  line-height: 1.875;
  font-weight: normal !important;
}

[data-current-level="2"][data-page-path^="/ja/com"] .page-intro-wrapper:has(.intro-bg) {
  height: auto;
  min-height: 300px;
}
[data-current-level="2"][data-page-path^="/ja/com"] .page-intro-wrapper:has(.intro-bg) .intro-bg {
  background: url("../../../../../../resources/sw_img/common/company-mvbg.jpg") no-repeat center/cover;
}
[data-current-level="2"][data-page-path^="/ja/com"] .page-intro-wrapper:has(.intro-bg) #wrapper-2 #nav {
  display: none;
}
[data-current-level="2"][data-page-path^="/ja/com"] .page-intro-wrapper:has(.intro-bg) img {
  display: none;
}
[data-current-level="2"][data-page-path^="/ja/com"] .page-intro-wrapper:has(.intro-bg) .rich-text p:nth-child(1) {
  margin-bottom: 0px;
}
[data-current-level="2"][data-page-path^="/ja/com"] .page-intro-wrapper:has(.intro-bg) .rich-text p:nth-child(1) em {
  font-size: 18px !important;
  font-family: "poppins", sans-serif;
  font-style: italic;
  font-weight: 500 !important;
}
[data-current-level="2"][data-page-path^="/ja/com"] .page-intro-wrapper:has(.intro-bg) .rich-text p:nth-child(2) {
  font-size: 38px;
  font-weight: 600;
}
[data-current-level="2"][data-page-path^="/ja/com"] .page-intro-wrapper:has(.intro-bg) .rich-text p:nth-child(3) {
  font-size: 16px !important;
  font-weight: 500 !important;
  margin-bottom: 0;
  line-height: 1.875;
}

[data-page-path^="/ja/company/"] .page-intro-wrapper:has(.intro-bg) {
  height: auto;
}
@media screen and (min-width: 769px) {
  [data-page-path^="/ja/company/"] .page-intro-wrapper:has(.intro-bg) {
    min-height: 295px;
  }
}
[data-page-path^="/ja/company/"] .page-intro-wrapper:has(.intro-bg) #wrapper-2 #nav {
  display: none;
}
[data-page-path^="/ja/company/"] .page-intro-wrapper:has(.intro-bg) .rich-text p:nth-child(1) {
  margin-bottom: 0px;
}
[data-page-path^="/ja/company/"] .page-intro-wrapper:has(.intro-bg) .rich-text p:nth-child(1) em {
  font-size: 18px !important;
  font-family: "poppins", sans-serif;
  font-style: italic;
  font-weight: 500 !important;
}
[data-page-path^="/ja/company/"] .page-intro-wrapper:has(.intro-bg) .rich-text p:nth-child(2) {
  font-size: 38px;
  font-weight: 600;
}
[data-page-path^="/ja/company/"] .page-intro-wrapper:has(.intro-bg) .rich-text p:nth-child(3) {
  font-size: 16px !important;
  font-weight: 500 !important;
  margin-bottom: 0;
  line-height: 1.875;
}

[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .item .n_img {
  float: right;
  width: 495px;
  height: 292px;
}
@media screen and (max-width: 1050px) {
  [data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .item .n_img {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .item .c_icon {
  position: static;
  margin-top: 20px;
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .item .c_icon li span {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #2965F5;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 17px;
  line-height: 1.2;
  border-radius: 5px;
  margin-bottom: 30px;
  height: auto;
  border: none;
  min-width: fit-content;
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .item .c_icon li span {
  display: none;
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .item .c_icon li span[data-category-path^="/seminar-exhibition-sort/"],
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .item .c_icon li span[data-category-path^="/seminar-exhibition/"] {
  display: flex;
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .item .c_icon li span[data-category-path="/seminar-exhibition/end"] {
  background: #E2E2E2;
  color: #273846;
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .tabItems {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 30px 30px;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  [data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .item {
    padding-bottom: 0;
  }
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .tabItems > li {
  margin: 60px 0 0;
  padding: 0;
  border: none;
  text-align: left;
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  [data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .tabItems > li {
    margin-top: 30px;
  }
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .tabItems > li:not(:last-child) {
  border-bottom: 1px solid #CECECE;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  [data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .tabItems > li:not(:last-child) {
    padding-bottom: 30px;
  }
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .tabItems .date {
  display: none;
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .tabItems .news_tx {
  max-width: 50%;
  display: inline-block;
  padding-left: 16px;
  border-left: 6px solid #013593;
}
@media screen and (max-width: 1050px) {
  [data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .tabItems .news_tx {
    max-width: 100%;
  }
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .tabItems .explanation {
  max-width: 50%;
}
@media screen and (max-width: 1050px) {
  [data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .tabItems .explanation {
    max-width: 100%;
  }
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .tabItems .explanation {
  /* .text1{
  	width: fit-content;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	color: #fff;
  	background: #2965F5;
  	font-size: 13px;
  	font-weight: 600;
  	padding:8px 17px;
  	line-height: 1.2;
  	border-radius: 5px;
  	margin-bottom: 30px;

  } */
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .tabItems .explanation .text1 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .tabItems .explanation .text1::before {
  content: "開催日";
  display: inline-block;
  background: #E3ECF7;
  padding: 4px 17px;
  line-height: 1.2;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  width: 90px;
  text-align: center;
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .tabItems .explanation .text2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .tabItems .explanation .text2::before {
  content: "場所";
  display: inline-block;
  background: #E3ECF7;
  padding: 4px 17px;
  line-height: 1.2;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  width: 90px;
  text-align: center;
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .tabItems .explanation .text3 {
  font-size: 16px;
  font-weight: 600;
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .tabItems .explanation .text4 {
  margin-bottom: 30px;
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .tabItems .explanation .text5 {
  font-size: 16px;
  font-weight: normal;
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .tabItems .explanation .text5::before {
  content: "関連ソリューション​";
  font-size: 18px;
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail li.no-img .item > span::before, [data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail li.no-img .item > a::before {
  float: right;
  width: 495px;
  height: 292px;
}
[data-current-level="2"][data-page-path^="/ja/seminar_exhibition"] .basic-list2.thumnail .item .n_img img {
  height: auto !important;
}

[data-page-path^="/ja/download"] #basic-list2-1 > div.tabs,
[data-page-path="/ja/casestudy"] #basic-list2-1 > div.tabs,
[data-page-path="/ja/products"] #basic-list2-1 > div.tabs {
  background: #EAEAEA;
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  [data-page-path^="/ja/download"] #basic-list2-1 > div.tabs,
  [data-page-path="/ja/casestudy"] #basic-list2-1 > div.tabs,
  [data-page-path="/ja/products"] #basic-list2-1 > div.tabs {
    padding: 20px 30px;
  }
}
[data-page-path^="/ja/download"] .tabItems li,
[data-page-path="/ja/casestudy"] .tabItems li,
[data-page-path="/ja/products"] .tabItems li {
  background: #fff !important;
}
[data-page-path^="/ja/download"] .c-case-items--item-tag, [data-page-path^="/ja/download"] .c-case-items--item--img, [data-page-path^="/ja/download"] .c-case-items--item--img img, [data-page-path^="/ja/download"] .c-case-items--item--text, [data-page-path^="/ja/download"] .c-case-items--item--text, [data-page-path^="/ja/download"] .c-case-items--item--text h3, [data-page-path^="/ja/download"] .c-case-items--item--text span,
[data-page-path="/ja/casestudy"] .c-case-items--item-tag,
[data-page-path="/ja/casestudy"] .c-case-items--item--img,
[data-page-path="/ja/casestudy"] .c-case-items--item--img img,
[data-page-path="/ja/casestudy"] .c-case-items--item--text,
[data-page-path="/ja/casestudy"] .c-case-items--item--text,
[data-page-path="/ja/casestudy"] .c-case-items--item--text h3,
[data-page-path="/ja/casestudy"] .c-case-items--item--text span:not(.c-btn),
[data-page-path="/ja/products"] .c-case-items--item-tag,
[data-page-path="/ja/products"] .c-case-items--item--img,
[data-page-path="/ja/products"] .c-case-items--item--img img,
[data-page-path="/ja/products"] .c-case-items--item--text,
[data-page-path="/ja/products"] .c-case-items--item--text,
[data-page-path="/ja/products"] .c-case-items--item--text h3,
[data-page-path="/ja/products"] .c-case-items--item--text span {
  display: block !important;
  padding-top: 1em;
}
[data-page-path^="/ja/download"] .basic-list2.thumnail li.no-img .item > span::before, [data-page-path^="/ja/download"] .basic-list2.thumnail li.no-img .item > a::before,
[data-page-path="/ja/casestudy"] .basic-list2.thumnail li.no-img .item > span::before,
[data-page-path="/ja/casestudy"] .basic-list2.thumnail li.no-img .item > a::before,
[data-page-path="/ja/products"] .basic-list2.thumnail li.no-img .item > span::before,
[data-page-path="/ja/products"] .basic-list2.thumnail li.no-img .item > a::before {
  background-size: contain !important;
}
[data-page-path^="/ja/download"] .basic-list2.thumnail li.lazy .item > span::before, [data-page-path^="/ja/download"] .basic-list2.thumnail li.lazy .item > a::before, [data-page-path^="/ja/download"] .basic-list2.thumnail li.no-img .item > span::before, [data-page-path^="/ja/download"] .basic-list2.thumnail li.no-img .item > a::before, [data-page-path^="/ja/download"] .basic-list2.thumnail .item .n_img,
[data-page-path="/ja/casestudy"] .basic-list2.thumnail li.lazy .item > span::before,
[data-page-path="/ja/casestudy"] .basic-list2.thumnail li.lazy .item > a::before,
[data-page-path="/ja/casestudy"] .basic-list2.thumnail li.no-img .item > span::before,
[data-page-path="/ja/casestudy"] .basic-list2.thumnail li.no-img .item > a::before,
[data-page-path="/ja/casestudy"] .basic-list2.thumnail .item .n_img,
[data-page-path="/ja/products"] .basic-list2.thumnail li.lazy .item > span::before,
[data-page-path="/ja/products"] .basic-list2.thumnail li.lazy .item > a::before,
[data-page-path="/ja/products"] .basic-list2.thumnail li.no-img .item > span::before,
[data-page-path="/ja/products"] .basic-list2.thumnail li.no-img .item > a::before,
[data-page-path="/ja/products"] .basic-list2.thumnail .item .n_img {
  aspect-ratio: 380/226 !important;
  overflow: hidden !important;
  margin-bottom: 0 !important;
  max-height: 226px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-page-path^="/ja/download"] .basic-list2.thumnail .item,
[data-page-path="/ja/casestudy"] .basic-list2.thumnail .item,
[data-page-path="/ja/products"] .basic-list2.thumnail .item {
  padding-bottom: 0;
}
[data-page-path^="/ja/download"] .basic-list2.thumnail .item .n_img img,
[data-page-path="/ja/casestudy"] .basic-list2.thumnail .item .n_img img,
[data-page-path="/ja/products"] .basic-list2.thumnail .item .n_img img {
  position: static !important;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}
[data-page-path^="/ja/download"] .c-case-items--item--img,
[data-page-path="/ja/casestudy"] .c-case-items--item--img,
[data-page-path="/ja/products"] .c-case-items--item--img {
  aspect-ratio: 380/226;
  overflow: hidden;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-top: 0 !important;
}
[data-page-path^="/ja/download"] .c-case-items--item--img img,
[data-page-path="/ja/casestudy"] .c-case-items--item--img img,
[data-page-path="/ja/products"] .c-case-items--item--img img {
  height: auto;
  flex-shrink: 0;
  padding-top: 0 !important;
}
[data-page-path^="/ja/download"] #basic-list2-1 > div.tabs > ul,
[data-page-path="/ja/casestudy"] #basic-list2-1 > div.tabs > ul,
[data-page-path="/ja/products"] #basic-list2-1 > div.tabs > ul {
  flex-direction: column;
}
[data-page-path^="/ja/download"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false],
[data-page-path="/ja/casestudy"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false],
[data-page-path="/ja/products"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] {
  display: flex;
  gap: 30px;
  height: auto !important;
}
[data-page-path^="/ja/download"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false].product, [data-page-path^="/ja/download"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false].products-list,
[data-page-path="/ja/casestudy"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false].product,
[data-page-path="/ja/casestudy"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false].products-list,
[data-page-path="/ja/products"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false].product,
[data-page-path="/ja/products"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false].products-list {
  display: none;
}
@media screen and (max-width: 768px) {
  [data-page-path^="/ja/download"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false],
  [data-page-path="/ja/casestudy"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false],
  [data-page-path="/ja/products"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] {
    flex-direction: column;
    margin-bottom: 30px;
    gap: 10px;
  }
}
[data-page-path^="/ja/download"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] span:first-child,
[data-page-path="/ja/casestudy"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] span:first-child,
[data-page-path="/ja/products"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] span:first-child {
  display: flex;
  width: 180px;
  height: 46px;
  color: #fff;
  background: #013593;
  font-size: 18px;
  font-weight: 600;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  [data-page-path^="/ja/download"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] span:first-child,
  [data-page-path="/ja/casestudy"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] span:first-child,
  [data-page-path="/ja/products"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] span:first-child {
    width: 100%;
    height: 40px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
[data-page-path^="/ja/download"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] ul[data-category-level="2"],
[data-page-path="/ja/casestudy"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] ul[data-category-level="2"],
[data-page-path="/ja/products"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] ul[data-category-level="2"] {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  [data-page-path^="/ja/download"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] ul[data-category-level="2"],
  [data-page-path="/ja/casestudy"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] ul[data-category-level="2"],
  [data-page-path="/ja/products"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] ul[data-category-level="2"] {
    flex-direction: row;
  }
}
[data-page-path^="/ja/download"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] ul[data-category-level="2"] li,
[data-page-path="/ja/casestudy"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] ul[data-category-level="2"] li,
[data-page-path="/ja/products"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] ul[data-category-level="2"] li {
  height: auto !important;
  min-width: 1px !important;
}
@media screen and (max-width: 768px) {
  [data-page-path^="/ja/download"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] ul[data-category-level="2"] li,
  [data-page-path="/ja/casestudy"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] ul[data-category-level="2"] li,
  [data-page-path="/ja/products"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] ul[data-category-level="2"] li {
    width: fit-content;
  }
}
[data-page-path^="/ja/download"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] ul[data-category-level="2"] li span:first-child,
[data-page-path="/ja/casestudy"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] ul[data-category-level="2"] li span:first-child,
[data-page-path="/ja/products"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] ul[data-category-level="2"] li span:first-child {
  display: flex !important;
  width: fit-content !important;
  height: 44px !important;
  font-size: 16px !important;
  padding: 10px 30px !important;
  background: #fff !important;
  border: 1px solid #273846 !important;
  border-radius: 30px !important;
  color: #273846 !important;
}
@media screen and (max-width: 768px) {
  [data-page-path^="/ja/download"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] ul[data-category-level="2"] li span:first-child,
  [data-page-path="/ja/casestudy"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] ul[data-category-level="2"] li span:first-child,
  [data-page-path="/ja/products"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] ul[data-category-level="2"] li span:first-child {
    height: auto !important;
    min-width: 1px;
    font-size: 12px !important;
    padding: 5px 20px !important;
  }
}
[data-page-path^="/ja/download"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] ul[data-category-level="2"] li span:first-child[active],
[data-page-path="/ja/casestudy"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] ul[data-category-level="2"] li span:first-child[active],
[data-page-path="/ja/products"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] ul[data-category-level="2"] li span:first-child[active] {
  background: #273846 !important;
  color: #fff !important;
}
[data-page-path^="/ja/download"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] ul[data-category-level="2"] li [data-category-level="3"],
[data-page-path="/ja/casestudy"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] ul[data-category-level="2"] li [data-category-level="3"],
[data-page-path="/ja/products"] #basic-list2-1 > div.tabs > ul[data-category-level="1"] > li[aria-hidden=false] ul[data-category-level="2"] li [data-category-level="3"] {
  display: none;
}
[data-page-path^="/ja/download"] .basic-list2.thumnail .tabItems > li,
[data-page-path="/ja/casestudy"] .basic-list2.thumnail .tabItems > li,
[data-page-path="/ja/products"] .basic-list2.thumnail .tabItems > li {
  /* background: #EAEAEA; */
}
[data-page-path^="/ja/download"] .basic-list2.thumnail .tabItems > li .det_tx,
[data-page-path="/ja/casestudy"] .basic-list2.thumnail .tabItems > li .det_tx,
[data-page-path="/ja/products"] .basic-list2.thumnail .tabItems > li .det_tx {
  padding-right: 30px;
  padding-left: 30px;
}
[data-page-path^="/ja/download"] .basic-list2.thumnail .tabItems > li .c_icon,
[data-page-path="/ja/casestudy"] .basic-list2.thumnail .tabItems > li .c_icon,
[data-page-path="/ja/products"] .basic-list2.thumnail .tabItems > li .c_icon {
  display: none;
}
@media screen and (max-width: 768px) {
  [data-page-path^="/ja/download"] .basic-list2.thumnail .item,
  [data-page-path="/ja/casestudy"] .basic-list2.thumnail .item,
  [data-page-path="/ja/products"] .basic-list2.thumnail .item {
    padding-bottom: 0px;
  }
}

#activeTags {
  display: block;
  position: relative;
  margin-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
#activeTags .active-tags-box {
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
#activeTags p.tag-title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
#activeTags .tag-item {
  background: #fff;
  color: #273846;
  border: 1px solid #273846;
  padding: 10px 30px;
  border-radius: 40px;
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
}
#activeTags .tag-item:not(:last-child) {
  margin-right: 8px;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  #activeTags .tag-item {
    font-size: 12px;
    padding: 5px 20px;
  }
}

[data-page-path="/ja/press"] .page-intro-wrapper .intro-bg .rich-text p:nth-child(1) {
  margin-bottom: 0px;
}
[data-page-path="/ja/press"] .page-intro-wrapper .intro-bg .rich-text p:nth-child(1) em {
  font-size: 18px !important;
  font-family: "poppins", sans-serif;
  font-style: italic;
  font-weight: 600 !important;
}
[data-page-path="/ja/press"] .page-intro-wrapper .intro-bg .rich-text p:nth-child(2) {
  font-size: 38px;
  font-weight: 600;
}
[data-page-path="/ja/press"] .page-intro-wrapper .intro-bg .rich-text p:nth-child(3) {
  font-size: 16px !important;
  font-weight: 500 !important;
  margin-bottom: 0;
  line-height: 1.875;
}

[data-page-path="/ja/column"] .page-intro-wrapper .intro-bg .rich-text p:nth-child(1) {
  margin-bottom: 0px;
}
[data-page-path="/ja/column"] .page-intro-wrapper .intro-bg .rich-text p:nth-child(1) em {
  font-size: 18px !important;
  font-family: "poppins", sans-serif;
  font-style: italic;
  font-weight: 600 !important;
}
[data-page-path="/ja/column"] .page-intro-wrapper .intro-bg .rich-text p:nth-child(2) {
  font-size: 38px;
  font-weight: 600;
}
[data-page-path="/ja/column"] .page-intro-wrapper .intro-bg .rich-text p:nth-child(3) {
  font-size: 16px !important;
  font-weight: 500 !important;
  margin-bottom: 0;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  [data-page-path="/ja/column"] .page-intro-wrapper {
    height: 50vh;
  }
  [data-page-path="/ja/column"] .lx_column-pickup {
    width: 80;
  }
  [data-page-path="/ja/column"] .lx_column-pickup .splide__arrow--next {
    right: 0;
  }
  [data-page-path="/ja/column"] .lx_column-pickup .splide__arrow--prev {
    left: 0;
  }
}

[data-page-path="/ja/casestudy"] .page-intro-wrapper .intro-bg .rich-text p:nth-child(1) {
  margin-bottom: 0px;
}
[data-page-path="/ja/casestudy"] .page-intro-wrapper .intro-bg .rich-text p:nth-child(1) em {
  font-size: 18px !important;
  font-family: "poppins", sans-serif;
  font-style: italic;
  font-weight: 600 !important;
}
[data-page-path="/ja/casestudy"] .page-intro-wrapper .intro-bg .rich-text p:nth-child(2) {
  font-size: 38px;
  font-weight: 600;
}
[data-page-path="/ja/casestudy"] .page-intro-wrapper .intro-bg .rich-text p:nth-child(3) {
  font-size: 16px !important;
  font-weight: 500 !important;
  margin-bottom: 0;
  line-height: 1.875;
}

[data-page-path="/ja/download"] .page-intro-wrapper .intro-bg .rich-text p:nth-child(1) {
  margin-bottom: 0px;
}
[data-page-path="/ja/download"] .page-intro-wrapper .intro-bg .rich-text p:nth-child(1) em {
  font-size: 18px !important;
  font-family: "poppins", sans-serif;
  font-style: italic;
  font-weight: 600 !important;
}
[data-page-path="/ja/download"] .page-intro-wrapper .intro-bg .rich-text p:nth-child(2) {
  font-size: 38px;
  font-weight: 600;
}
[data-page-path="/ja/download"] .page-intro-wrapper .intro-bg .rich-text p:nth-child(3) {
  font-size: 16px !important;
  font-weight: 500 !important;
  margin-bottom: 0;
  line-height: 1.875;
}

[data-current-level="3"][data-page-path^="/ja/press/"] .page-intro-wrapper:not(:has(.intro-bg)) {
  background: url(../../../../../../resources/sw_img/common/news-lower-bg.jpg) no-repeat center/cover;
  height: 295px;
}
@media screen and (max-width: 768px) {
  [data-current-level="3"][data-page-path^="/ja/press/"] .page-intro-wrapper:not(:has(.intro-bg)) {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
[data-current-level="3"][data-page-path^="/ja/press/"] .page-intro-wrapper:not(:has(.intro-bg)) .page-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
[data-current-level="3"][data-page-path^="/ja/press/"] .page-intro-wrapper:not(:has(.intro-bg)) .page-intro .text-meta {
  order: 1;
  display: flex;
  margin-bottom: 20px;
  gap: 20px;
  margin-top: 20px;
}
[data-current-level="3"][data-page-path^="/ja/press/"] .page-intro-wrapper:not(:has(.intro-bg)) .page-intro .text-meta .text-data .date {
  font-size: 18px;
  font-family: "poppins", sans-serif !important;
  font-weight: 600;
  font-style: italic;
}
[data-current-level="3"][data-page-path^="/ja/press/"] .page-intro-wrapper:not(:has(.intro-bg)) .page-intro .text-meta ul.c_icon {
  display: none;
}
[data-current-level="3"][data-page-path^="/ja/press/"] .page-intro-wrapper:not(:has(.intro-bg)) .page-intro .text-meta div.c_icon {
  display: flex;
  gap: 10px;
}
[data-current-level="3"][data-page-path^="/ja/press/"] .page-intro-wrapper:not(:has(.intro-bg)) .page-intro .text-meta div.c_icon span{
  display: none;
}
[data-current-level="3"][data-page-path^="/ja/press/"] .page-intro-wrapper:not(:has(.intro-bg)) .page-intro .text-meta div.c_icon span.release {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 18px;
  background-color: #E3ECF7;
  border-radius: 5px;
  font-size: 13px;
  font-weight: normal;
}
[data-current-level="3"][data-page-path^="/ja/press/"] .page-intro-wrapper:not(:has(.intro-bg)) .page-intro .text-meta div.c_icon span.press {
  display: none;
}
[data-current-level="3"][data-page-path^="/ja/press/"] .page-intro-wrapper:not(:has(.intro-bg)) .page-intro h1 {
  order: 2;
  color: #013593 !important;
  min-height: auto !important;
}

[data-current-level="3"][data-page-path^="/ja/press/"] #wrapper-3 .text-meta {
  display: none;
}

[data-current-level="3"][data-page-path^="/ja/press/"] #promos3 .internal-panel {
  max-width: 332px;
}
[data-current-level="3"][data-page-path^="/ja/press/"] #promos3 .internal-panel a {
  border-radius: 0px;
}
[data-current-level="3"][data-page-path^="/ja/press/"] #promos3 .internal-panel a .text {
  justify-content: flex-end;
}
[data-current-level="3"][data-page-path^="/ja/press/"] #promos3 .internal-panel .icon_front {
  flex-shrink: 0;
  display: block;
  width: 26px;
  height: 12px;
  margin-right: auto;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.636%22%20height%3D%2212.49%22%20viewBox%3D%220%200%2026.636%2012.49%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31888%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031888%22%20d%3D%22M-2328.2%2C794H-2354.1%22%20transform%3D%22translate(2354.834%20-787.755)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31889%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031889%22%20d%3D%22M-2335.82%2C787.95l-6.244%2C5.881%2C6.244%2C5.881%22%20transform%3D%22translate(2342.793%20-787.586)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
}
[data-current-level="3"][data-page-path^="/ja/press/"] #promos3 .internal-panel .icon_rear {
  display: none;
}
[data-current-level="3"][data-page-path^="/ja/press/"] #promos3 .internal-panel a:hover .icon_front {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.636%22%20height%3D%2212.49%22%20viewBox%3D%220%200%2026.636%2012.49%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31888%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031888%22%20d%3D%22M-2328.2%2C794H-2354.1%22%20transform%3D%22translate(2354.834%20-787.755)%22%20fill%3D%22none%22%20stroke%3D%22%23013593%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31889%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031889%22%20d%3D%22M-2335.82%2C787.95l-6.244%2C5.881%2C6.244%2C5.881%22%20transform%3D%22translate(2342.793%20-787.586)%22%20fill%3D%22none%22%20stroke%3D%22%23013593%22%20stroke-width%3D%221%22%2F%3E%0A%3C%2Fsvg%3E");
}

[data-current-level="3"][data-page-path^="/ja/press/"] .lx_news-cta .column:not(.empty), [data-current-level="3"][data-page-path^="/ja/column/"] .lx_news-cta .column:not(.empty) {
  background: #E3ECF7;
}
[data-current-level="3"][data-page-path^="/ja/press/"] .lx_news-cta .column:not(.empty) .rich-text p:nth-child(1), [data-current-level="3"][data-page-path^="/ja/column/"] .lx_news-cta .column:not(.empty) .rich-text p:nth-child(1) {
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  [data-current-level="3"][data-page-path^="/ja/press/"] .lx_news-cta .column:not(.empty) + .column, [data-current-level="3"][data-page-path^="/ja/column/"] .lx_news-cta .column:not(.empty) + .column {
    margin-top: 30px;
  }
}
[data-current-level="3"][data-page-path^="/ja/press/"] .lx_news-cta .text-section, [data-current-level="3"][data-page-path^="/ja/column/"] .lx_news-cta .text-section {
  padding: 50px 42px;
  margin-top: 0;
}
[data-current-level="3"][data-page-path^="/ja/press/"] .lx_news-cta .text-section .rich-text, [data-current-level="3"][data-page-path^="/ja/column/"] .lx_news-cta .text-section .rich-text {
  position: relative;
}
[data-current-level="3"][data-page-path^="/ja/press/"] .lx_news-cta .text-section .rich-text p:nth-child(1), [data-current-level="3"][data-page-path^="/ja/column/"] .lx_news-cta .text-section .rich-text p:nth-child(1) {
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.025em;
}
[data-current-level="3"][data-page-path^="/ja/press/"] .lx_news-cta .text-section .rich-text p:nth-child(2), [data-current-level="3"][data-page-path^="/ja/column/"] .lx_news-cta .text-section .rich-text p:nth-child(2) {
  font-size: 18px;
  line-height: 1.875;
  margin-bottom: 0;
}

.lx_column-pickup .c-content-slider--items__item, .lx_column-main .c-content-slider--items__item {
  position: relative;
}
.lx_column-pickup .c-content-slider--items__item--tag, .lx_column-main .c-content-slider--items__item--tag {
  position: absolute;
  top: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 43px;
  background: #4FFCC7;
  display: flex;
  align-items: center;
  padding: 0 21px;
  border-radius: 0px 0px 14px 0px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.lx_column-pickup .c-content-slider--items__item--tag .tag-name, .lx_column-main .c-content-slider--items__item--tag .tag-name {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .lx_column-pickup .c-content-slider--items__item--tag .tag-name, .lx_column-main .c-content-slider--items__item--tag .tag-name {
    font-size: 18px;
  }
}
.lx_column-pickup .c-content-slider--items__item--tag .tag-cat, .lx_column-main .c-content-slider--items__item--tag .tag-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #273846;
  font-size: 12px;
  letter-spacing: 0.1em;
  border-radius: 5px;
  padding: 5px 11px;
  margin-left: 15px;
  line-height: 1;
}
.lx_column-pickup .c-content-slider--items__item--tag.tag-light, .lx_column-main .c-content-slider--items__item--tag.tag-light {
  background: #31E3F7;
}
.lx_column-pickup .c-content-slider--items__item--tag.tag-lightgreen, .lx_column-main .c-content-slider--items__item--tag.tag-lightgreen {
  background: #A6FC4F;
}
.lx_column-pickup .c-content-slider--items__item--img, .lx_column-main .c-content-slider--items__item--img {
  width: 100%;
  height: auto;
  aspect-ratio: 380/254;
  position: relative;
  overflow: hidden;
}
.lx_column-pickup .c-content-slider--items__item--img img, .lx_column-main .c-content-slider--items__item--img img {
  transition: all 0.5s ease;
  transform: scale(1);
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.lx_column-pickup .c-content-slider--items__item--text, .lx_column-main .c-content-slider--items__item--text {
  position: relative;
  background: #fff;
  padding: 30px 40px;
}
.lx_column-pickup .c-content-slider--items__item--text h3, .lx_column-main .c-content-slider--items__item--text h3 {
  line-height: 1.45;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.lx_column-pickup .c-content-slider--items__item--text p, .lx_column-main .c-content-slider--items__item--text p {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.lx_column-pickup .c-content-slider--items__item--text .tags, .lx_column-main .c-content-slider--items__item--text .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 30px;
}
.lx_column-pickup .c-content-slider--items__item--text .tags span, .lx_column-main .c-content-slider--items__item--text .tags span {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #273846;
  font-size: 13px;
  border-radius: 50px;
  line-height: 1.2;
}
.lx_column-pickup .c-content-slider--items__item .c-btn-more, .lx_column-main .c-content-slider--items__item .c-btn-more {
  padding-left: 42px;
  margin-top: auto;
}
.lx_column-pickup .c-content-slider--items__item a, .lx_column-main .c-content-slider--items__item a {
  padding-bottom: 50px;
  display: flex;
  background: #fff;
  flex-direction: column;
  height: 100%;
}
.lx_column-pickup .c-content-slider--items__item a:hover, .lx_column-main .c-content-slider--items__item a:hover {
  text-decoration: none;
}
.lx_column-pickup .c-content-slider--items__item a:hover p,
.lx_column-pickup .c-content-slider--items__item a:hover h3, .lx_column-main .c-content-slider--items__item a:hover p,
.lx_column-main .c-content-slider--items__item a:hover h3 {
  text-decoration: underline;
}
.lx_column-pickup .c-btn-more, .lx_column-main .c-btn-more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  height: 38px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  gap: 13px;
  position: relative;
  text-decoration: none;
  max-width: 22.5rem;
}
.lx_column-pickup .c-btn-more::before, .lx_column-main .c-btn-more::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  transition: all 0.3s ease;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51962%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051962%22%20transform%3D%22translate(-120%20-1515)%22%3E%0A%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_6106%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%206106%22%20width%3D%2238%22%20height%3D%2238%22%20transform%3D%22translate(120%201515)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51610%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051610%22%20transform%3D%22translate(135.794%201529.174)%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31888%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031888%22%20d%3D%22M-2354.1%2C794h17.417%22%20transform%3D%22translate(2348.294%20-789.219)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31889%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031889%22%20d%3D%22M-2342.064%2C787.95l4.781%2C4.781-4.781%2C4.781%22%20transform%3D%22translate(2349.505%20-787.95)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat center/cover;
}
.lx_column-pickup .c-content-slider--items__item a:hover .c-btn::before, .lx_column-main .c-content-slider--items__item a:hover .c-btn::before {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51962%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051962%22%20transform%3D%22translate(-120%20-1515)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_6106%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%206106%22%20transform%3D%22translate(120%201515)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%3E%0A%20%20%20%20%20%20%3Crect%20width%3D%2238%22%20height%3D%2238%22%20stroke%3D%22none%22%2F%3E%0A%20%20%20%20%20%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2237%22%20height%3D%2237%22%20fill%3D%22none%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51610%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051610%22%20transform%3D%22translate(135.794%201529.174)%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31888%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031888%22%20d%3D%22M-2354.1%2C794h17.417%22%20transform%3D%22translate(2348.294%20-789.219)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31889%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031889%22%20d%3D%22M-2342.064%2C787.95l4.781%2C4.781-4.781%2C4.781%22%20transform%3D%22translate(2349.505%20-787.95)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat center/cover;
}
.lx_column-pickup .c-content-slider--items__item a:hover .c-content-slider--items__item--img img, .lx_column-main .c-content-slider--items__item a:hover .c-content-slider--items__item--img img {
  transform: scale(1.1);
}

.lx_column-main .tabItems li {
  width: calc((100% - 30px) / 2) !important;
}
.lx_column-main .basic-list2.thumnail .item a {
  position: relative;
}
.lx_column-main .basic-list2.thumnail .item a .c_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 43px;
  background: #4FFCC7;
  display: flex;
  align-items: center;
  padding: 0 21px;
  border-radius: 0px 0px 14px 0px;
  z-index: 1;
}
.lx_column-main .basic-list2.thumnail .item a .c_icon li:nth-child(n+2) {
  display: none;
}

.lx_column-main .c-content-slider--items {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
}
.lx_column-main .c-content-slider--items .c-content-slider--items__item {
  width: calc((100% - 30px) / 2) !important;
  border: 1px solid #E6E6E6;
}
@media screen and (max-width: 768px) {
  .lx_column-main .c-content-slider--items .c-content-slider--items__item {
    width: 100% !important;
  }
}
.lx_column-main .c-content-slider--items .c-content-slider--items__item .c-content-slider--items__item--img {
  aspect-ratio: 143/86;
}
.lx_column-main .c-content-slider--items .c-content-slider--items__item .c-content-slider--items__item--text p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.lx_column-main .c-content-slider--items .c-content-slider--items__item .c-content-slider--items__item--text h3 {
  font-size: 20px;
  font-weight: 600;
}
.lx_column-main .c-content-slider--items .c-content-slider--items__item .c-content-slider--items__item--text .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 30px;
}
.lx_column-main .c-content-slider--items .c-content-slider--items__item .c-content-slider--items__item--text .tags span {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #273846;
  font-size: 13px;
  border-radius: 50px;
  line-height: 1.2;
}
.lx_column-main .column-pagination {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
  align-items: center;
  justify-content: center;
}
.lx_column-main .column-pagination .column-pagination__pages {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
  align-items: center;
  justify-content: center;
}
.lx_column-main .column-pagination .column-pagination__pages button {
  border: none;
  background: #F7F7F7;
}
.lx_column-main .column-pagination button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #273846;
  
}
@media screen and (max-width:768px) {
	.lx_column-main .column-pagination {
		display: inline-block;
	}
	.lx_column-main .column-pagination button {
		display: inline-block;
		margin-right: 8px;
		margin-bottom: 8px;

	}
	.lx_column-main .column-pagination .column-pagination__pages {
		display: inline-block;
	}
	.lx_column-main .column-pagination .column-pagination__pages button{
		margin-bottom: 8px;
	}
	.lx_column-main .column-pagination .column-pagination__pages button:not(:last-child){
		margin-right:8px;
	}
}
.lx_column-main .column-pagination button:hover, .lx_column-main .column-pagination button.is-current {
  background: #273846;
  color: #fff;
}
.lx_column-main .column-pagination button:hover svg, .lx_column-main .column-pagination button.is-current svg {
  stroke: #fff;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 8px;
}
.tag-cloud .tag {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #273846;
  font-size: 13px;
  border-radius: 50px;
  line-height: 1.2;
  cursor: pointer;
}
.tag-cloud .tag:hover {
  background: #273846;
  color: #fff !important;
}

.category-tree li.cat.parent .cat-label.cat-parent {
  display: flex;
  padding: 16px 10px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #CECECE;
  cursor: pointer;
}
.category-tree li.cat.parent .cat-label.cat-parent .cat-toggle svg {
  transition: all 0.3s ease;
  transform: rotate(0);
}
.category-tree li.cat.parent .cat-label.cat-parent .cat-toggle.cat-open svg {
  transform: rotate(180deg);
}
.category-tree li.cat.parent .cat-label.cat-parent .cat-text {
  font-size: 18px;
  font-weight: 600;
}
.category-tree .children li {
  cursor: pointer;
}
.category-tree .children li .cat-label.cat-child {
  display: flex;
  padding: 16px 10px 16px 20px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #CECECE;
  font-size: 15px;
  font-weight: normal;
}
.category-tree .children li .cat-label.cat-child::after {
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.73%22%20height%3D%2212.49%22%20viewBox%3D%220%200%2020.73%2012.49%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31888%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031888%22%20d%3D%22M-2354.1%2C794h20%22%20transform%3D%22translate(2354.104%20-787.755)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31889%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031889%22%20d%3D%22M-2342.064%2C787.95l6.244%2C5.881-6.244%2C5.881%22%20transform%3D%22translate(2355.82%20-787.586)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

[data-page-path="/ja/column"] :where(.multiColumn2).lx_mcol2_ratio73 > .column2 {
  padding-left: 40px;
}
@media screen and (max-width:768px) {
	[data-page-path="/ja/column"] :where(.multiColumn2).lx_mcol2_ratio73 > .column2 {
	padding-left: 0px;
	}
}
.lx_company-link-panel ul.company-link-panel-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px 3px;
}
@media screen and (max-width: 640px) {
  .lx_company-link-panel ul.company-link-panel-group {
    gap: 3px;
  }
}
.lx_company-link-panel ul.company-link-panel-group li.company-link-panel-item {
  width: calc((100% - 6px) / 3);
}
@media screen and (max-width: 820px) {
  .lx_company-link-panel ul.company-link-panel-group li.company-link-panel-item {
    width: calc((100% - 3px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .lx_company-link-panel ul.company-link-panel-group li.company-link-panel-item {
    width: 100%;
  }
}
.lx_company-link-panel ul.company-link-panel-group li.company-link-panel-item a.company-link-panel-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  transition: all 0.3s ease;
  position: relative;
  height: 253px;
  padding: 0px 0px 33px 26px;
}
.lx_company-link-panel ul.company-link-panel-group li.company-link-panel-item a.company-link-panel-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  background: rgba(1, 53, 147, 0);
}
.lx_company-link-panel ul.company-link-panel-group li.company-link-panel-item a.company-link-panel-link:hover::before {
  background: rgba(1, 53, 147, 0.2);
}
.lx_company-link-panel ul.company-link-panel-group li.company-link-panel-item a.company-link-panel-link span {
  background: rgba(39, 56, 70, 0.7);
  padding: 2px 11px;
  display: inline-block;
  position: relative;
}
.lx_company-link-panel ul.company-link-panel-group li.company-link-panel-item a.company-link-panel-link span.company-link-panel-title {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}
.lx_company-link-panel ul.company-link-panel-group li.company-link-panel-item a.company-link-panel-link span.company-link-panel-title-en {
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.03em;
  color: #fff;
}
.lx_company-link-panel ul.company-link-panel-group li.company-link-panel-item a.company-link-panel-link::after {
  content: "";
  display: block;
  width: 27px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_28%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2028%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227.077%22%20height%3D%226.974%22%20viewBox%3D%220%200%2027.077%206.974%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_1%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%201%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_8%22%20data-name%3D%22%E3%83%91%E3%82%B9%208%22%20d%3D%22M2241.077%2C1303.372V1296.4l7.772%2C6.974Z%22%20transform%3D%22translate(-2221.772%20-1296.398)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_4%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%204%22%20width%3D%2221.751%22%20height%3D%220.976%22%20transform%3D%22translate(0%205.998)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 33px;
  right: 20px;
}
.lx_company-link-panel ul.company-link-panel-group li.company-link-panel-item .panel-child-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px 40px;
}
.lx_company-link-panel ul.company-link-panel-group li.company-link-panel-item .panel-child-links li a {
  background: #fff;
  padding: 8px 10px 8px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  width: 158px;
}
.lx_company-link-panel ul.company-link-panel-group li.company-link-panel-item .panel-child-links li a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10913%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010913%22%20transform%3D%22translate(-634%20-3208.5)%22%3E%0A%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_21253%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2021253%22%20width%3D%2215%22%20height%3D%2215%22%20transform%3D%22translate(634%203208.5)%22%20fill%3D%22%23013593%22%2F%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51609%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051609%22%20transform%3D%22translate(638.482%203213.305)%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26737%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026737%22%20d%3D%22M2339.6%2C3212.054l2.849%2C2.695-2.849%2C2.7%22%20transform%3D%22translate(-2336.075%20-3212.054)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26738%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026738%22%20d%3D%22M2336.885%2C3216h6.723%22%20transform%3D%22translate(-2337.229%20-3213.305)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0px;
}
.lx_company-link-panel .panel-primary {
  margin-bottom: 120px;
}
.lx_company-link-panel .panel-primary ul.company-link-panel-group li.company-link-panel-item:nth-child(1) a {
  background: url(../../../../../../resources/sw_img/common/company-img01.jpg) no-repeat center/cover;
}
.lx_company-link-panel .panel-primary ul.company-link-panel-group li.company-link-panel-item:nth-child(2) a {
  background: url(../../../../../../resources/sw_img/common/company-img02.jpg) no-repeat center/cover;
}
.lx_company-link-panel .panel-primary ul.company-link-panel-group li.company-link-panel-item:nth-child(3) a {
  background: url(../../../../../../resources/sw_img/common/company-img03.jpg) no-repeat center/cover;
}
.lx_company-link-panel .panel-primary ul.company-link-panel-group li.company-link-panel-item .panel-child-links li a {
  background: #fff;
}
.lx_company-link-panel .panel-secondary ul.company-link-panel-group li.company-link-panel-item:nth-child(1) a {
  background: url(../../../../../../resources/sw_img/common/company-img04.jpg) no-repeat center/cover;
}
.lx_company-link-panel .panel-secondary ul.company-link-panel-group li.company-link-panel-item:nth-child(2) a {
  background: url(../../../../../../resources/sw_img/common/company-img05.jpg) no-repeat center/cover;
}
.lx_company-link-panel .panel-secondary ul.company-link-panel-group li.company-link-panel-item:nth-child(3) a {
  background: url(../../../../../../resources/sw_img/common/company-img06.jpg) no-repeat center/cover;
}
.lx_company-link-panel .panel-secondary ul.company-link-panel-group li.company-link-panel-item:nth-child(4) a {
  background: url(../../../../../../resources/sw_img/common/company-img07.jpg) no-repeat center/cover;
}
@media screen and (max-width:768px) {
	.lx_company-link-panel .panel-primary ul.company-link-panel-group li.company-link-panel-item .panel-child-links li a {
			padding-left:0;
		}
}
.history-table-wrap .history-table {
  width: 100%;
  border-collapse: collapse;
}
.history-table-wrap .history-table:nth-child(1) {
  position: relative;
  table-layout: fixed;
}
.history-table-wrap .history-table:nth-child(1)::before {
  content: "";
  display: block;
  width: calc(50% - 40px - 5px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 75px;
  background: linear-gradient(to bottom, rgba(227, 243, 247, 0.7), rgba(227, 242, 247, 0.06));
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .history-table-wrap .history-table:nth-child(1)::before {
    width: calc(50% - 40px + 8px);
    left: 60px;
  }
}
.history-table-wrap .history-table:nth-child(1)::after {
  content: "";
  display: block;
  width: calc(50% - 40px - 5px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(227, 236, 247, 0.7), rgba(227, 236, 247, 0.06));
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .history-table-wrap .history-table:nth-child(1)::after {
    width: calc(50% - 40px + 8px);
  }
}
.history-table-wrap .history-table:nth-child(2) {
  position: relative;
}
.history-table-wrap .history-table:nth-child(2)::before {
  content: "";
  display: block;
  width: calc(100% - 80px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 80px;
  background: linear-gradient(to bottom, rgba(227, 236, 247, 0.05), rgba(227, 236, 247, 0.7));
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .history-table-wrap .history-table:nth-child(2)::before {
    width: calc(100% - 60px);
    left: 60px;
  }
}
.history-table-wrap .history-table thead tr th:first-of-type {
  width: 70px;
}
@media screen and (max-width: 768px) {
  .history-table-wrap .history-table thead tr th:first-of-type {
    width: 60px;
  }
}
.history-table-wrap .history-table thead th {
  font-size: 24px;
  font-weight: 600;
  color: #013593;
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid #CECECE;
}
@media screen and (max-width: 768px) {
  .history-table-wrap .history-table thead th {
    font-size: 18px;
  }
}
.history-table-wrap .history-table tbody th {
  width: 80px;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  font-family: "poppins", sans-serif;
  color: #013593;
  padding: 30px 0;
  border-bottom: 1px solid #CECECE;
  vertical-align: middle;
  white-space: nowrap;
}
.history-table-wrap .history-table tbody td {
  padding: 30px;
  font-size: 16px;
  border-bottom: 1px solid #CECECE;
  vertical-align: middle;
}
.history-table-wrap .history-table tbody td.noborder {
  border-bottom: none;
  padding-bottom: 0;
}
.history-table-wrap .history-table tbody td.text-center {
  text-align: center;
}
.history-table-wrap .history-table tbody td .bgblue {
  background: linear-gradient(to right, #01A0FF, #0B48DD);
  display: block;
  width: 100%;
  padding: 15px;
  border-radius: 50px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.history-table-wrap .history-table:last-child tbody th {
  width: 80px;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  font-family: "poppins", sans-serif;
  color: #013593;
  padding: 30px 0;
  border-bottom: 1px solid #CECECE;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .history-table-wrap .history-table:last-child tbody th {
    width: 60px;
  }
}
.history-table-wrap .history-table:last-child tbody td {
  width: calc(100% - 80px);
  padding: 30px;
  font-size: 16px;
  border-bottom: 1px solid #CECECE;
  vertical-align: middle;
}
.history-table-wrap .history-table:last-child tbody td strong.bold {
  font-size: 18px;
}

.lx_company-localnavi .company-localnavi p {
  padding-bottom: 40px;
}
.lx_company-localnavi .company-localnavi p a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.025em;
}
.lx_company-localnavi .company-localnavi nav {
  display: flex;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  .lx_company-localnavi .company-localnavi nav {
    flex-direction: column;
    gap: 20px;
  }
}
.lx_company-localnavi .company-localnavi nav ul {
  flex: 1;
}
.lx_company-localnavi .company-localnavi nav ul li {
  border-bottom: 1px solid #E2E2E2;
}
.lx_company-localnavi .company-localnavi nav ul li:first-child {
  border-top: 1px solid #E2E2E2;
}
.lx_company-localnavi .company-localnavi nav ul li a {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}
.lx_company-localnavi .company-localnavi nav ul li a::after {
  content: "";
  display: block;
  width: 26px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.708%22%20height%3D%2212.707%22%20viewBox%3D%220%200%2026.708%2012.707%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_52661%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2052661%22%20transform%3D%22translate(-368.038%20-1984.765)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_32247%22%20data-name%3D%22%E3%83%91%E3%82%B9%2032247%22%20d%3D%22M-2354.1%2C794h26%22%20transform%3D%22translate(2722.142%201197.119)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_32248%22%20data-name%3D%22%E3%83%91%E3%82%B9%2032248%22%20d%3D%22M-2342.064%2C787.95l6%2C6-6%2C6%22%20transform%3D%22translate(2730.103%201197.169)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.lx_company-localnavi .company-localnavi nav ul li a:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.708%22%20height%3D%2212.707%22%20viewBox%3D%220%200%2026.708%2012.707%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_52661%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2052661%22%20transform%3D%22translate(-368.038%20-1984.765)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_32247%22%20data-name%3D%22%E3%83%91%E3%82%B9%2032247%22%20d%3D%22M-2354.1%2C794h26%22%20transform%3D%22translate(2722.142%201197.119)%22%20fill%3D%22none%22%20stroke%3D%22%232965f5%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_32248%22%20data-name%3D%22%E3%83%91%E3%82%B9%2032248%22%20d%3D%22M-2342.064%2C787.95l6%2C6-6%2C6%22%20transform%3D%22translate(2730.103%201197.169)%22%20fill%3D%22none%22%20stroke%3D%22%232965f5%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}

[data-page-path="/ja/company/philosophy"] #promos3 {
  display: none;
}
[data-page-path="/ja/company/philosophy"] .page-intro-wrapper {
  display: none;
}

[data-page-path^="/ja/column/"] .lx_column-main .column1 .external-link-area {
  background: #E3ECF7;
  padding: 30px;
}
[data-page-path^="/ja/column/"] .lx_column-cta-btn .column {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  [data-page-path^="/ja/column/"] .lx_column-cta-btn .column {
    flex-direction: column;
    gap: 20px;
  }
}
[data-page-path^="/ja/column/"] .lx_column-cta-btn .column .panel.style3 {
  margin: 0;
}
[data-page-path^="/ja/column/"] .lx_column-cta-btn .column .panel.style3 a {
  width: 245px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 500;
  gap: 13px;
}
[data-page-path^="/ja/column/"] .lx_column-cta-btn .column .panel.style3 a::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
[data-page-path^="/ja/column/"] .lx_column-cta-btn .column .panel.style3 a[href*=download] {
  background: #FF9D00;
}
[data-page-path^="/ja/column/"] .lx_column-cta-btn .column .panel.style3 a[href*=download]::before {
  width: 15px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.125%22%20height%3D%2218.438%22%20viewBox%3D%220%200%2015.125%2018.438%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10288%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010288%22%20transform%3D%22translate(-1041.438%20-19.172)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10287%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010287%22%20transform%3D%22translate(0%202)%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26640%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026640%22%20d%3D%22M190.993-818.556a1.642%2C1.642%2C0%2C0%2C1-1.208-.492%2C1.642%2C1.642%2C0%2C0%2C1-.492-1.208v-11.9a1.642%2C1.642%2C0%2C0%2C1%2C.492-1.208%2C1.642%2C1.642%2C0%2C0%2C1%2C1.208-.492h8.582a1.642%2C1.642%2C0%2C0%2C1%2C1.208.492%2C1.642%2C1.642%2C0%2C0%2C1%2C.492%2C1.208v11.9a1.642%2C1.642%2C0%2C0%2C1-.492%2C1.208%2C1.642%2C1.642%2C0%2C0%2C1-1.208.492Zm0-1.02h8.582a.649.649%2C0%2C0%2C0%2C.467-.213.65.65%2C0%2C0%2C0%2C.212-.467v-11.9a.649.649%2C0%2C0%2C0-.212-.467.649.649%2C0%2C0%2C0-.467-.212h-8.582a.649.649%2C0%2C0%2C0-.467.212.649.649%2C0%2C0%2C0-.213.467v11.9a.649.649%2C0%2C0%2C0%2C.213.467A.649.649%2C0%2C0%2C0%2C190.993-819.575Zm-3.144%2C4.164a1.642%2C1.642%2C0%2C0%2C1-1.208-.492%2C1.642%2C1.642%2C0%2C0%2C1-.492-1.208v-12.915h1.02v12.915a.649.649%2C0%2C0%2C0%2C.212.467.65.65%2C0%2C0%2C0%2C.467.212h9.6v1.02Zm2.464-4.164v0Z%22%20transform%3D%22translate(855.288%20851.022)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20d%3D%22M2.5%2C0%2C5%2C3H0Z%22%20transform%3D%22translate(1053%2029)%20rotate(180)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_17287%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2017287%22%20width%3D%221%22%20height%3D%225%22%20transform%3D%22translate(1050%2021)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
[data-page-path^="/ja/column/"] .lx_column-cta-btn .column .panel.style3 a[href*=forms] {
  background: #1BC2FF;
}
[data-page-path^="/ja/column/"] .lx_column-cta-btn .column .panel.style3 a[href*=forms]::before {
  width: 17px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.534%22%20height%3D%2212.825%22%20viewBox%3D%220%200%2016.534%2012.825%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26641%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026641%22%20d%3D%22M127.584-741.635a1.384%2C1.384%2C0%2C0%2C1-1.018-.416%2C1.385%2C1.385%2C0%2C0%2C1-.416-1.018v-9.957a1.384%2C1.384%2C0%2C0%2C1%2C.416-1.018%2C1.384%2C1.384%2C0%2C0%2C1%2C1.018-.416h13.667a1.384%2C1.384%2C0%2C0%2C1%2C1.018.416%2C1.384%2C1.384%2C0%2C0%2C1%2C.416%2C1.018v9.957a1.385%2C1.385%2C0%2C0%2C1-.416%2C1.018%2C1.384%2C1.384%2C0%2C0%2C1-1.018.416ZM134.417-748l-7.4-4.844v9.77a.561.561%2C0%2C0%2C0%2C.162.414.56.56%2C0%2C0%2C0%2C.413.162h13.659a.56.56%2C0%2C0%2C0%2C.413-.162.561.561%2C0%2C0%2C0%2C.162-.414v-9.77Zm0-.969%2C7.1-4.63h-14.2Zm-7.4-3.875v9.77a.561.561%2C0%2C0%2C0%2C.162.414.56.56%2C0%2C0%2C0%2C.413.162h-.575Z%22%20transform%3D%22translate(-126.15%20754.46)%22%20fill%3D%22%23273846%22%2F%3E%0A%3C%2Fsvg%3E");
}

.lx_seminar-list .basic-list2:not(.thumnail) .tabItems > li::after {
  display: none;
}
.lx_seminar-list .c-title {
  display: flex;
}
.lx_seminar-list .c-title h2 + p {
  margin-left: auto;
}
.lx_seminar-list .c-btn {
  margin-left: auto;
  margin-top: 40px;
}
.lx_seminar-list .tabItems > li {
  border: none;
  background: #fff;
  padding: 26px 0 !important;
  display: flex;
  align-items: center;
  border: 1px solid #E2E2E2 !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  position: relative;
}
.lx_seminar-list .tabItems .item {
  padding-top: 0;
}
.lx_seminar-list .tabItems .item .c_icon {
  flex-direction: row;
  flex-flow: nowrap;
}
.lx_seminar-list .tabItems .item .c_icon li span {
  display: none;
}
.lx_seminar-list .tabItems .item .c_icon li span[data-category-group=seminar-exhibition-sort][data-category-level="2"], .lx_seminar-list .tabItems .item .c_icon li span[data-category-group=seminar-exhibition][data-category-level="2"] {
  display: flex;
}
.lx_seminar-list .tabItems .item .c_icon li span[data-category-group=seminar-exhibition-sort][data-category-level="2"] {
  width: 134px;
  height: 38px;
  background: #25D5A6;
  border: 1px solid #25D5A6;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  flex-flow: nowrap;
  min-width: 1px;
}
.lx_seminar-list .tabItems .item .c_icon li span[data-category-group=seminar-exhibition][data-category-level="2"] {
  width: 60px;
  min-width: 1px;
  height: 38px;
  background: #fff;
  border: 2px solid #39E66F;
  border-radius: 50px;
  color: #39E66F;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 8px;
  padding: 0;
  flex-flow: nowrap;
}
.lx_seminar-list .tabItems .item .c_icon li span[data-category-group=seminar-exhibition][data-element=seminar_end] {
  display: none;
}
.lx_seminar-list .tabItems .item .explanation {
  display: none;
}

.lx_news-list .c-title {
  display: flex;
}
.lx_news-list .c-title h2 + p {
  margin-left: auto;
}
.lx_news-list .c-btn {
  margin-left: auto;
  margin-top: 40px;
}
.lx_news-list .basic-list2:not(.thumnail) .item {
  padding-top: 0;
  width: 100%;
}

.lx_column-back-link .panel.no-img.style1 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #013593;
  color: #013593;
  background: #fff;
  width: 100%;
  max-width: 320px;
  height: 70px;
  font-size: 16px;
  font-weight: 600;
  min-height: 70px;
  padding: 23px;
  text-align: left;
  border-radius: 0;
}
.lx_column-back-link .panel.no-img.style1 a::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.636%22%20height%3D%2212.49%22%20viewBox%3D%220%200%2026.636%2012.49%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_52680%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2052680%22%20transform%3D%22translate(-273.742%20-28.755)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31888%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031888%22%20d%3D%22M-2354.1%2C794h25.906%22%20transform%3D%22translate(2627.846%20-759)%22%20fill%3D%22none%22%20stroke%3D%22%23013593%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31889%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031889%22%20d%3D%22M-2342.064%2C787.95l6.244%2C5.881-6.244%2C5.881%22%20transform%3D%22translate(2635.469%20-758.831)%22%20fill%3D%22none%22%20stroke%3D%22%23013593%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lx_column-back-link .panel.no-img.style1 a .text {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.lx_column-back-link .panel.no-img.style1 a:hover {
  background: #013593;
  color: #fff;
}
.lx_column-back-link .panel.no-img.style1 a:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.636%22%20height%3D%2212.49%22%20viewBox%3D%220%200%2026.636%2012.49%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_52680%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2052680%22%20transform%3D%22translate(-273.742%20-28.755)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31888%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031888%22%20d%3D%22M-2354.1%2C794h25.906%22%20transform%3D%22translate(2627.846%20-759)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31889%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031889%22%20d%3D%22M-2342.064%2C787.95l6.244%2C5.881-6.244%2C5.881%22%20transform%3D%22translate(2635.469%20-758.831)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.lx_column-back-link .panel.no-img.style1 a:hover .text {
  color: #fff;
}
.lx_column-back-link .panel.no-img.style1 a:hover .icon_rear {
  display: none;
}

.lx_bumon-items {
  gap: 0;
  margin-top: 40px;
}
.lx_bumon-items + .lx_bumon-items {
  margin-top: 0;
}
.lx_bumon-items .column {
  width: 100%;
  max-width: 400px;
}
.lx_bumon-items .column:has(> .title3.style2) {
  border: 1px solid #CECECE;
}
.lx_bumon-items .column {
  padding: 30px;
}
.lx_bumon-items .column .title3.style2 {
  margin-top: 0;
}
.lx_bumon-items .column .title3.style2::before {
  content: "";
  display: block;
  width: 6px;
  height: 24px;
  background: #2A65F5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.lx_bumon-items .column .title3.style2 h3 {
  font-size: 16px;
  color: #013593;
  font-weight: 500;
  margin-top: 0;
}
.lx_bumon-items .column .text-section {
  margin-top: 20px;
}
.lx_bumon-items .column p {
  padding-left: 13px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .l-header-search {
    position: static !important;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .l-header-search.spnone {
    display: none;
  }
}
.l-header-search {
  /* フォーム全体 */
}
.l-header-search #ss-form1 {
  position: relative;
  display: inline-block;
}
.l-header-search {
  /* 検索入力欄 */
}
.l-header-search #ss-query1 {
  width: 74px; /* 通常時は小さい */
  height: 26px;
  padding: 0 10px 0 10px;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  transition: width 0.3s ease; /* なめらかに広がる */
  cursor: pointer;
  background: #EFEFEF;
}
@media screen and (max-width: 768px) {
  .l-header-search #ss-query1 {
    width: 100%;
    margin: 20px auto;
    height: 40px;
  }
}
.l-header-search {
  /* フォーカス時（クリック・入力中） */
}
.l-header-search #ss-query1:focus {
  width: 220px; /* アクティブ時に広く */
  cursor: text;
  outline: none;
}
.l-header-search {
  /* 検索ボタン（虫眼鏡） */
}
.l-header-search .search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(calc(-50% + 2px));
  width: 12px;
  height: 12px;
  border: none;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.486%22%20height%3D%2212.486%22%20viewBox%3D%220%200%2012.486%2012.486%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10905%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010905%22%20transform%3D%22translate(-3.5%20-3.5)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5218%22%20data-name%3D%22%E3%83%91%E3%82%B9%205218%22%20d%3D%22M8.737%2C13.474A4.737%2C4.737%2C0%2C1%2C0%2C4%2C8.737%2C4.737%2C4.737%2C0%2C0%2C0%2C8.737%2C13.474Z%22%20fill%3D%22none%22%20stroke%3D%22%23535353%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5220%22%20data-name%3D%22%E3%83%91%E3%82%B9%205220%22%20d%3D%22M33.222%2C33.222l3.49%2C3.49%22%20transform%3D%22translate(-21.079%20-21.08)%22%20fill%3D%22none%22%20stroke%3D%22%23535353%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat center/contain;
  cursor: pointer;
  padding: 0;
}

/*企業情報配下*/
.lx_global-strength .column {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.lx_global-strength .column .text-section {
  width: calc((100% - 20px) / 2);
  padding: 30px;
  border-radius: 20px;
  background: rgba(227, 236, 247, 0.5);
  position: relative;
}
@media screen and (max-width:768px) {
  .lx_global-strength .column .text-section {
  width: 100%;
  }
}
.lx_global-strength .column .text-section h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.lx_global-strength .column .text-section::before {
  display: block;
  font-size: 40px;
  font-family: "poppins", sans-serif;
  font-weight: 600;
  color: #013593;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
}
.lx_global-strength .column .text-section:nth-child(1)::before {
  content: "01";
}
.lx_global-strength .column .text-section:nth-child(2)::before {
  content: "02";
}
.lx_global-strength .column .text-section:nth-child(3)::before {
  content: "03";
}
.lx_global-strength .column .text-section:nth-child(4)::before {
  content: "04";
}

/*製品ページローカルナビ*/
#nav-box h6 + ul {
  display: none !important;
}
#nav-box .localnav {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
}
#nav-box .localnav a {
  flex-shrink: 0;
  max-width: 100%;
  white-space: pre-line;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: var(--text-letter-spacing);
  height: 50px;
}
#nav-box .localnav .localnav__menu {
  position: relative;
  margin-left: 30px;
  padding-left: 30px;
}
#nav-box .localnav .localnav__menu::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#nav-box .localnav .localnav__menu ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
#nav-box .localnav .localnav__menu ul li {
  flex-direction: column;
}
#nav-box .localnav .localnav__menu ul li.within {
  position: relative;
  padding-right: 20px;
}
#nav-box .localnav .localnav__menu ul li.within::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10893%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010893%22%20transform%3D%22translate(-2360%2047)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_744%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20744%22%20transform%3D%22translate(2360%20-47)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%20stroke%3D%22none%22%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20fill%3D%22none%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26726%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026726%22%20d%3D%22M2364.1-40.5l2.968%2C3.572%2C2.968-3.572%22%20transform%3D%22translate(-0.072%20-0.984)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#nav-box .localnav .localnav__menu ul li.within .navLevel_4 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: #013593;
  flex-direction: column;
  padding: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  z-index: -10;
}
#nav-box .localnav .localnav__menu ul li.within .navLevel_4 li {
  display: block;
  width: 100%;
}
#nav-box .localnav .localnav__menu ul li.within .navLevel_4 a {
  height: 40px;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
}
#nav-box .localnav .localnav__menu ul li.within:hover .navLevel_4 {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

/*ソリューション詳細追加パーツ*/
.lx_solution-parts01.lx_solution-parts01-title .column {
  padding: 40px 20px;
  border: 1px solid #CECECE;
  background: #fff;
}
.lx_solution-parts01.lx_solution-parts01-title .title2, .lx_solution-parts01.lx_solution-parts01-title .title3 {
  margin-top: 0;
}
.lx_solution-parts01.lx_solution-parts01-title h2 {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.7;
  padding-bottom: 24px;
  margin-bottom: 24px;
  position: relative;
}
.lx_solution-parts01.lx_solution-parts01-title h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background: #2A65F5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.lx_solution-parts01.lx_solution-parts01-title h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .lx_solution-parts01.lx_solution-parts01-text img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
.lx_solution-parts01.lx_solution-parts01-text .rich-text p {
  font-size: 16px;
}

/*ソリューション詳細追加パーツ２*/
html:not([data-page-path="/ja/index"]) .lx_solution-parts02.lx_solution-parts02-title .column {
  padding: 20px 10px;
}
html:not([data-page-path="/ja/index"]) .lx_solution-parts02.lx_solution-parts02-title .title2, html:not([data-page-path="/ja/index"]) .lx_solution-parts02.lx_solution-parts02-title .title3 {
  margin-top: 0;
}
html:not([data-page-path="/ja/index"]) .lx_solution-parts02.lx_solution-parts02-title h2 {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.7;
  padding-bottom: 24px;
  margin-bottom: 24px;
  position: relative;
}
html:not([data-page-path="/ja/index"]) .lx_solution-parts02.lx_solution-parts02-title h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background: #2A65F5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
html:not([data-page-path="/ja/index"]) .lx_solution-parts02.lx_solution-parts02-title h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  html:not([data-page-path="/ja/index"]) .lx_solution-parts02.lx_solution-parts01-text img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
html:not([data-page-path="/ja/index"]) .lx_solution-parts02.lx_solution-parts01-text .rich-text p {
  font-size: 16px;
}

.lx_solution-recommend-text .rich-text p {
  position: relative;
  display: flex;
  gap: 16px;
  font-size: 18px;
}
.lx_solution-recommend-text .rich-text p::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #2A65F5;
  flex-shrink: 0;
  position: relative;
  top: 0.5em;
}

.title2 + .title3 {
  margin-top: 0;
}
.title2 + .title3 h3 {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .lx_solution-capture .text-section img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
.lx_solution-capture .text-section h2 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
}
.lx_solution-capture .text-section h2::before {
  content: "";
  display: block;
  width: 6px;
  height: 24px;
  background: #2A65F5;
}
.lx_solution-capture .text-section .rich-text p .strong {
  display: block;
  margin-bottom: 20px;
}

.lx_solution-before-after--title .title3 {
  margin-top: 0;
}
.lx_solution-before-after--title .title3 h3 {
  margin-top: 0;
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 12px 30px;
  border: 2px solid #2A65F5;
  border-radius: 50px;
  background: #fff;
  color: #2A65F5;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
  width: fit-content;
}
.lx_solution-before-after--title .title3 h3 span {
  font-size: 20px;
  font-weight: 500;
}

.lx_solution-service-1col .text-section {
  border: 1px solid #013593;
  background: #fff;
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  .lx_solution-service-1col .text-section img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
.lx_solution-service-1col .text-section .rich-text {
  margin-top: 0;
}
.lx_solution-service-1col .text-section .rich-text p:nth-child(1) {
  background: #013593;
  color: #fff;
  padding: 8px 17px;
  width: fit-content;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 20px;
}
.lx_solution-service-1col .text-section .rich-text p:nth-child(2) {
  margin-bottom: 20px;
}

.lx_solution-trial .column.column1 .rich-text ul {
  list-style: none;
}
.lx_solution-trial .column.column1 .rich-text ul li {
  display: flex;
  gap: 16px;
  position: relative;
}
.lx_solution-trial .column.column1 .rich-text ul li::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #2A65F5;
  flex-shrink: 0;
  position: relative;
  top: 0.5em;
}
.lx_solution-trial .column.column1 .rich-text ul li:not(:last-child) {
  margin-bottom: 40px;
}
.lx_solution-trial .column.column2 .link-area {
  background: #1BC2FF;
  padding: 50px 42px;
  position: relative;
  border: 1px solid #1BC2FF;
}
@media screen and (max-width: 768px) {
  .lx_solution-trial .column.column2 .link-area {
    padding-right: 100px;
  }
}
.lx_solution-trial .column.column2 .link-area::after {
  content: "";
  display: block;
  width: 47px;
  height: 47px;
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_52361%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2052361%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2247.533%22%20height%3D%2247.533%22%20viewBox%3D%220%200%2047.533%2047.533%22%3E%0A%20%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_37%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2037%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2223.767%22%20cy%3D%2223.767%22%20r%3D%2223.767%22%20stroke%3D%22none%22%2F%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2223.767%22%20cy%3D%2223.767%22%20r%3D%2223.267%22%20fill%3D%22none%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_505%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20505%22%20transform%3D%22translate(16.009%2014.807)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1386%22%20data-name%3D%22%E3%83%91%E3%82%B9%201386%22%20d%3D%22M4469.535%2C5694h15.516%22%20transform%3D%22translate(-4469.535%20-5686.04)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1387%22%20data-name%3D%22%E3%83%91%E3%82%B9%201387%22%20d%3D%22M4489.059%2C5684.5l7.96%2C7.96-7.96%2C7.959%22%20transform%3D%22translate(-4481.503%20-5684.5)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 42px;
  transform: translateY(-50%);
}
.lx_solution-trial .column.column2 .link-area p:nth-of-type(1) {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 5px;
  font-family: "poppins" sans-serif;
}
.lx_solution-trial .column.column2 .link-area p:nth-of-type(2) {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 22px;
}
.lx_solution-trial .column.column2 .link-area p:last-child {
  font-size: 18px;
  line-height: 1.6;
}
.lx_solution-trial .column.column2 .link-area:hover {
  background: #2965F5;
}
.lx_solution-trial .column.column2 .link-area:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_52361%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2052361%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2247.533%22%20height%3D%2247.533%22%20viewBox%3D%220%200%2047.533%2047.533%22%3E%0A%20%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_37%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2037%22%20fill%3D%22%23fff%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2223.767%22%20cy%3D%2223.767%22%20r%3D%2223.767%22%20stroke%3D%22none%22%2F%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2223.767%22%20cy%3D%2223.767%22%20r%3D%2223.267%22%20fill%3D%22none%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_505%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20505%22%20transform%3D%22translate(16.009%2014.807)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1386%22%20data-name%3D%22%E3%83%91%E3%82%B9%201386%22%20d%3D%22M4469.535%2C5694h15.516%22%20transform%3D%22translate(-4469.535%20-5686.04)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1387%22%20data-name%3D%22%E3%83%91%E3%82%B9%201387%22%20d%3D%22M4489.059%2C5684.5l7.96%2C7.96-7.96%2C7.959%22%20transform%3D%22translate(-4481.503%20-5684.5)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.lx_solution-trial .column.column2 .link-area:hover p {
  color: #fff;
}

.lx_solution-price .column {
  display: flex;
  gap: 2px;
}
@media screen and (max-width: 768px) {
  .lx_solution-price .column {
    flex-direction: column;
  }
}
.lx_solution-price .column .text-section .rich-text {
  padding: 40px;
  background-color: #fff;
  margin-top: 0;
}
.lx_solution-price .column .text-section .rich-text p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.lx_solution-price .column .text-section:nth-child(1) h2 {
  text-align: center;
  margin-top: 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #2A65F5;
  padding: 16px;
  margin-bottom: 0;
}
.lx_solution-price .column .text-section:nth-child(2) h2 {
  text-align: center;
  margin-top: 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #013593;
  padding: 16px;
  margin-bottom: 0;
}

[data-page-path^="/ja/solutions/"] .page-intro-wrapper,
[data-page-path^="/ja/products/"] .page-intro-wrapper {
  height: 295px;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  [data-page-path^="/ja/solutions/"] .page-intro-wrapper .page-intro,
  [data-page-path^="/ja/products/"] .page-intro-wrapper .page-intro {
    display: none;
  }
}
[data-page-path^="/ja/solutions/"] .page-intro-wrapper .intro-bg,
[data-page-path^="/ja/products/"] .page-intro-wrapper .intro-bg {
  position: static !important;
}
[data-page-path^="/ja/solutions/"] .page-intro-wrapper p > em,
[data-page-path^="/ja/products/"] .page-intro-wrapper p > em {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #fff !important;
  letter-spacing: 0.025em !important;
  font-family: "poppins", sans-serif !important;
  font-style: italic !important;
}
[data-page-path^="/ja/solutions/"] .page-intro-wrapper p > span[style=strong],
[data-page-path^="/ja/products/"] .page-intro-wrapper p > span[style=strong] {
  font-size: 38px !important;
  font-weight: 600;
  color: #fff !important;
  letter-spacing: 0.025em !important;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  [data-page-path^="/ja/solutions/"] .page-intro-wrapper p > span[style=strong],
  [data-page-path^="/ja/products/"] .page-intro-wrapper p > span[style=strong] {
    font-size: 2.6rem !important;
  }
}
[data-page-path^="/ja/solutions/"] .page-intro-wrapper p:last-child,
[data-page-path^="/ja/products/"] .page-intro-wrapper p:last-child {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  [data-page-path^="/ja/solutions/"] .lx_solution-pagelink,
  [data-page-path^="/ja/products/"] .lx_solution-pagelink {
    padding-right: 0;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 13px;
  }
}
[data-page-path^="/ja/solutions/"] .lx_solution-pagelink a,
[data-page-path^="/ja/products/"] .lx_solution-pagelink a {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 104px;
  font-size: 20px;
  gap: 13px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  [data-page-path^="/ja/solutions/"] .lx_solution-pagelink a,
  [data-page-path^="/ja/products/"] .lx_solution-pagelink a {
    flex-direction: row;
    height: 60px;
    justify-content: space-between;
  }
}
[data-page-path^="/ja/solutions/"] .lx_solution-pagelink a::after,
[data-page-path^="/ja/products/"] .lx_solution-pagelink a::after {
  position: static;
  transform: translateY(0);
}
[data-page-path^="/ja/solutions/"] .lx_solution-pagelink .column,
[data-page-path^="/ja/products/"] .lx_solution-pagelink .column {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  [data-page-path^="/ja/solutions/"] .lx_solution-pagelink .column,
  [data-page-path^="/ja/products/"] .lx_solution-pagelink .column {
    max-width: calc(100% - 40px);
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 13px;
  }
  [data-page-path^="/ja/solutions/"] .lx_solution-pagelink .column .anchor-link,
  [data-page-path^="/ja/products/"] .lx_solution-pagelink .column .anchor-link {
    margin-top: 0;
    width: 100%;
  }
}
[data-page-path^="/ja/solutions/"] .lx_solution-trend .column::before,
[data-page-path^="/ja/products/"] .lx_solution-trend .column::before {
  display: none;
}
@media screen and (min-width: 769px) {
  [data-page-path^="/ja/solutions/"] .lx_solution-trend.--2col .column .external-link-area,
  [data-page-path^="/ja/products/"] .lx_solution-trend.--2col .column .external-link-area {
    width: 50%;
  }
}
[data-page-path^="/ja/solutions/"] .lx_solution-trend.--2col .column .external-link-area a,
[data-page-path^="/ja/products/"] .lx_solution-trend.--2col .column .external-link-area a {
  padding: 30px 40px;
}
[data-page-path^="/ja/solutions/"] .lx_solution-trend.--2col .column .external-link-area a p,
[data-page-path^="/ja/products/"] .lx_solution-trend.--2col .column .external-link-area a p {
  margin-left: 0;
}
[data-page-path^="/ja/solutions/"] .lx_solution-trend.--2col .column .external-link-area a::after,
[data-page-path^="/ja/products/"] .lx_solution-trend.--2col .column .external-link-area a::after {
  margin-left: 0;
}
[data-page-path^="/ja/solutions/"] .lx_solution-trend.--2col .column > .external-link-area + .external-link-area,
[data-page-path^="/ja/products/"] .lx_solution-trend.--2col .column > .external-link-area + .external-link-area {
  margin-left: 0;
}
[data-page-path^="/ja/solutions/"] .lx_solution-before-after .column.column1,
[data-page-path^="/ja/products/"] .lx_solution-before-after .column.column1 {
  max-width: 584px;
}
@media screen and (max-width: 768px) {
  [data-page-path^="/ja/solutions/"] .lx_solution-before-after .column.column1,
  [data-page-path^="/ja/products/"] .lx_solution-before-after .column.column1 {
    max-width: var(--mainarea-width);
  }
}
[data-page-path^="/ja/solutions/"] .pt0 .title3,
[data-page-path^="/ja/products/"] .pt0 .title3 {
  margin-top: 0;
}
[data-page-path^="/ja/solutions/"] .pt0 .title3 h3,
[data-page-path^="/ja/products/"] .pt0 .title3 h3 {
  margin-top: 0;
}
[data-page-path^="/ja/solutions/"] .lx_solution-case .column,
[data-page-path^="/ja/products/"] .lx_solution-case .column {
  /* display: flex;
  flex-wrap: wrap;
  div.external-link-area {
  	display: flex;
  	p:nth-of-type(2) {
  		flex-grow: 1;
  	}
  } */
}
[data-page-path^="/ja/solutions/"] .lx_solution-case div.external-link-area a,
[data-page-path^="/ja/products/"] .lx_solution-case div.external-link-area a {
  background: #fff;
  height: 100%;
  /* display: flex;
  flex-direction: column; */
}
@media screen and (max-width: 768px) {
  [data-page-path^="/ja/solutions/"] .lx_solution-case .internal-panel.style2.no-img,
  [data-page-path^="/ja/products/"] .lx_solution-case .internal-panel.style2.no-img {
    padding: 0;
  }
}

[data-page-path^="/ja/recruit/"] .page-intro-wrapper, [data-page-path^="/ja/recruit/"] #nav-box, [data-page-path="/ja/recruit"] .page-intro-wrapper, [data-page-path="/ja/recruit"] #nav-box {
  display: none;
}
[data-page-path^="/ja/recruit/"] #wrapper-3, [data-page-path="/ja/recruit"] #wrapper-3 {
  padding-top: 0;
}
[data-page-path^="/ja/recruit/"] .l-Main, [data-page-path="/ja/recruit"] .l-Main {
  padding-top: 0;
}
[data-page-path^="/ja/recruit/"] #wrapper-2, [data-page-path="/ja/recruit"] #wrapper-2 {
  margin-bottom: 0;
}

.lx_table-noborder table, .lx_table-noborder tr, .lx_table-noborder th, .lx_table-noborder td {
  border: none !important;
}

.lx_solution-card-2col .link-area .rich-text ,
.lx_solution-card-2col .text-section .rich-text {
  background: #fff;
  border: 1px solid #E6E6E6;
  padding: 40px;
}
.lx_solution-card-2col .link-area .rich-text p:first-child,
.lx_solution-card-2col .text-section .rich-text p:first-child {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
  display: flex;
  gap: 15px;
}
.lx_solution-card-2col .link-area .rich-text p:first-child::before,
.lx_solution-card-2col .text-section .rich-text p:first-child::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #2A65F5;
  flex-shrink: 0;
  position: relative;
  top: 0.4em;
}
.lx_solution-card-2col .link-area .rich-text p:nth-child(2) ,
.lx_solution-card-2col .text-section .rich-text p:nth-child(2) {
  font-size: 16px;
  line-height: 1.75;
}
.lx_solution-card-2col .link-area .rich-text img,
.lx_solution-card-2col .text-section .rich-text img {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.lx_solution-card-2col .link-area .rich-text .img-alt-tags-label,
.lx_solution-card-2col .text-section .rich-text .img-alt-tags-label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.lx_solution-card-2col .link-area .rich-text .img-alt-tags,
.lx_solution-card-2col .text-section .rich-text .img-alt-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.lx_solution-card-2col .link-area .rich-text .img-alt-tags .tag ,
.lx_solution-card-2col .text-section .rich-text .img-alt-tags .tag {
  padding: 5px 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E3ECF7;
  border-radius: 5px;
  font-size: 14px;
  color: #273846;
}

.lx_h3Mt0 h3 {
  margin-top: 0;
}

.lx_h4Mt0 .title4.style1, .lx_h4Mt0 h4 {
  margin-top: 0;
}

[data-page-path="/ja/company/kessan"] #sharewithmain > .multiColumn3, [data-page-path="/ja/company/kessan"] #sharewithmain > .multiColumn2 {
  width: calc(100% * var(--mainarea-base));
  max-width: var(--mainarea-width);
  border: 1px solid #E2E2E2;
  padding: 30px 70px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  [data-page-path="/ja/company/kessan"] #sharewithmain > .multiColumn3, [data-page-path="/ja/company/kessan"] #sharewithmain > .multiColumn2 {
    padding: 15px 20px;
  }
}
[data-page-path="/ja/company/kessan"] #sharewithmain > .multiColumn3 + .multiColumn3, [data-page-path="/ja/company/kessan"] #sharewithmain > .multiColumn3 + .multiColumn2, [data-page-path="/ja/company/kessan"] #sharewithmain > .multiColumn2 + .multiColumn3, [data-page-path="/ja/company/kessan"] #sharewithmain > .multiColumn2 + .multiColumn2 {
  margin-top: 10px;
}
[data-page-path="/ja/company/kessan"] #sharewithmain > .multiColumn3 .text-section, [data-page-path="/ja/company/kessan"] #sharewithmain > .multiColumn3 .link-list, [data-page-path="/ja/company/kessan"] #sharewithmain > .multiColumn2 .text-section, [data-page-path="/ja/company/kessan"] #sharewithmain > .multiColumn2 .link-list {
  margin-top: 0;
}
[data-page-path="/ja/company/kessan"] #sharewithmain > .multiColumn3 .text-section p, [data-page-path="/ja/company/kessan"] #sharewithmain > .multiColumn3 .text-section a, [data-page-path="/ja/company/kessan"] #sharewithmain > .multiColumn3 .text-section em, [data-page-path="/ja/company/kessan"] #sharewithmain > .multiColumn3 .link-list p, [data-page-path="/ja/company/kessan"] #sharewithmain > .multiColumn3 .link-list a, [data-page-path="/ja/company/kessan"] #sharewithmain > .multiColumn3 .link-list em, [data-page-path="/ja/company/kessan"] #sharewithmain > .multiColumn2 .text-section p, [data-page-path="/ja/company/kessan"] #sharewithmain > .multiColumn2 .text-section a, [data-page-path="/ja/company/kessan"] #sharewithmain > .multiColumn2 .text-section em, [data-page-path="/ja/company/kessan"] #sharewithmain > .multiColumn2 .link-list p, [data-page-path="/ja/company/kessan"] #sharewithmain > .multiColumn2 .link-list a, [data-page-path="/ja/company/kessan"] #sharewithmain > .multiColumn2 .link-list em {
  font-size: 16px;
}
[data-page-path="/ja/company/kessan"] #sharewithmain > .multiColumn3 .download-link-text, [data-page-path="/ja/company/kessan"] #sharewithmain > .multiColumn2 .download-link-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/*TOPスライダー調整*/
#slider2 .c-case-items--item--img {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  aspect-ratio: 553/326;
  top: -30px;
  justify-content: center;
  margin-bottom: -30px;
}

#slider2 .c-case-items--item--img img {
  height: 100%;
  min-height: 324px;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: auto;
  flex-shrink: 0;
  padding-top: 0;
}

#slider2 .splide__pagination {
  bottom: -30px;
}
#slider2 .c-case-items--item {
  background: #fff;
  border: 1px solid #E6E6E6;
}

.about-natic--logo-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.about-natic--logo-wrap .about-natic--logo-item {
  width: calc((100% - 120px) / 6);
  border: 1px solid #E2E2E2;
  margin-top: 16px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .about-natic--logo-wrap .about-natic--logo-item {
    width: calc((100% - 48px) / 3);
  }
}
@media screen and (max-width: 640px) {
  .about-natic--logo-wrap .about-natic--logo-item {
    width: calc((100% - 24px) / 2);
  }
}
.about-natic--logo-wrap .about-natic--logo-item img {
  flex-shrink: 0;
  align-self: center;
}
.about-natic--logo-wrap .about-natic--logo-empty {
  width: calc((100% - 120px) / 6);
  border: 0px;
  margin-top: 16px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .about-natic--logo-wrap .about-natic--logo-empty {
    width: calc((100% - 48px) / 3);
  }
}
@media screen and (max-width: 640px) {
  .about-natic--logo-wrap .about-natic--logo-empty {
    width: calc((100% - 24px) / 2);
  }
}
.about-natic--logo-wrap .about-natic--logo-empty img {
  flex-shrink: 0;
  align-self: center;
}

.aboutnatic-history-carousel .item img {
  margin-bottom: 30px;
}
.aboutnatic-history-carousel .item h3 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
}
.aboutnatic-history-carousel .item p {
  font-size: 16px;
}

.aboutnatic-history-carousel .splide__arrow {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  transition: opacity 0.3s;
}

.aboutnatic-history-carousel .splide__arrow svg {
  width: 36px;
  height: 36px;
}

.aboutnatic-history-carousel .splide__arrow--prev {
  left: -50px;
}

.aboutnatic-history-carousel .splide__arrow--next {
  right: -50px;
}

.aboutnatic-history-carousel .splide__arrow:hover {
  opacity: 0.8;
}

[data-page-path="/ja/about"] .page-intro-wrapper, [data-page-path="/ja/natic"] .page-intro-wrapper {
  height: 295px;
  padding-top: 56px;
}
@media screen and (max-width: 768px) {
  [data-page-path="/ja/about"] .page-intro-wrapper, [data-page-path="/ja/natic"] .page-intro-wrapper {
    height: auto;
    padding-top: 0;
  }
  [data-page-path="/ja/about"] .page-intro-wrapper .page-intro, [data-page-path="/ja/natic"] .page-intro-wrapper .page-intro {
    display: none;
  }
}
[data-page-path="/ja/about"] .page-intro-wrapper .intro-bg, [data-page-path="/ja/natic"] .page-intro-wrapper .intro-bg {
  position: static !important;
}
[data-page-path="/ja/about"] .page-intro-wrapper p > em, [data-page-path="/ja/natic"] .page-intro-wrapper p > em {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #fff !important;
  letter-spacing: 0.025em !important;
  font-family: "poppins", sans-serif !important;
  font-style: italic !important;
}
[data-page-path="/ja/about"] .page-intro-wrapper p > span[style=strong], [data-page-path="/ja/natic"] .page-intro-wrapper p > span[style=strong] {
  font-size: 38px !important;
  font-weight: 600;
  color: #fff !important;
  letter-spacing: 0.025em !important;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  [data-page-path="/ja/about"] .page-intro-wrapper p > span[style=strong], [data-page-path="/ja/natic"] .page-intro-wrapper p > span[style=strong] {
    font-size: 2.6rem !important;
  }
}
[data-page-path="/ja/about"] .page-intro-wrapper p:last-child, [data-page-path="/ja/natic"] .page-intro-wrapper p:last-child {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.75;
}

.lx_products-localnavi .column .index-map {
  display: flex !important;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.lx_products-localnavi .column .index-map > ul {
  width: auto;
}
.lx_products-localnavi .column .index-map > ul:first-of-type > li > .item .news_tx::before {
  display: none;
}
.lx_products-localnavi .column .index-map > ul + ul.indexLevel_1 {
  display: flex;
  margin-top: 0;
  gap: 6px 20px;
}
.lx_products-localnavi .column .index-map > ul + ul.indexLevel_1 li {
  width: auto;
}
.lx_products-localnavi .column .index-map > ul + ul.indexLevel_1 li > .item {
  position: relative;
  display: block;
  padding-left: 0;
  color: inherit;
  font-size: 1.5rem;
  margin-top: 0;
}
.lx_products-localnavi .column .index-map > ul + ul.indexLevel_1 li > .item a {
  position: relative;
}
.lx_products-localnavi .column .index-map > ul + ul.indexLevel_1 li > .item a::before {
  display: none;
}
.lx_products-localnavi .column .index-map > ul + ul.indexLevel_1 li > .item .news_tx {
  color: #fff;
}
.lx_products-localnavi .column .index-map > ul + ul.indexLevel_1 li > .item .news_tx::before {
  display: none;
}
.lx_products-localnavi .column .index-map > ul + ul.indexLevel_1:has(.indexLevel_2) {
  position: relative;
}
.lx_products-localnavi .column .index-map > ul + ul.indexLevel_1:has(.indexLevel_2) .indexLevel_2 {
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 100%;
  left: -10px;
  transition: all 0.3s ease;
  width: calc(100% + 40px);
  overflow-y: scroll;
  max-height: 100vh;
  scrollbar-color: #999 #013593;
  scrollbar-width: thin;
}
.lx_products-localnavi .column .index-map > ul + ul.indexLevel_1:has(.indexLevel_2) .indexLevel_2 .news_tx::after {
  display: none;
}
.lx_products-localnavi .column .index-map > ul + ul.indexLevel_1:has(.indexLevel_2) .indexLevel_2 .news_tx {
  font-size: 15px;
}
.lx_products-localnavi .column .index-map > ul + ul.indexLevel_1:has(.indexLevel_2) .indexLevel_2 .item a {
  background: #00359f;
  padding: 10px;
  font-size: 15px;
}
.lx_products-localnavi .column .index-map > ul + ul.indexLevel_1:has(.indexLevel_2) .indexLevel_2 .item a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.lx_products-localnavi .column .index-map > ul + ul.indexLevel_1 > li:has(.indexLevel_2) {
  margin-right: 20px;
}
.lx_products-localnavi .column .index-map > ul + ul.indexLevel_1 > li:has(.indexLevel_2) .news_tx::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10893%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010893%22%20transform%3D%22translate(-2360%2047)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_744%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20744%22%20transform%3D%22translate(2360%20-47)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%20stroke%3D%22none%22%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226.5%22%20fill%3D%22none%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26726%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026726%22%20d%3D%22M2364.1-40.5l2.968%2C3.572%2C2.968-3.572%22%20transform%3D%22translate(-0.072%20-0.984)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.lx_products-localnavi .column .index-map > ul + ul.indexLevel_1 > li:has(.indexLevel_2):hover .indexLevel_2 {
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.lx_products-localnavi .column .index-map > ul:first-of-type > li > .item {
  margin-top: 0;
}
.lx_products-localnavi .column .index-map .index-map > ul:only-of-type > li > ul, .lx_products-localnavi .column .index-map .index-map > ul + ul.indexLevel_1 {
  margin-top: 0;
}
.lx_products-localnavi .column .index-map > ul:first-of-type > li > .item .news_tx {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  min-height: 1px;
  padding: 0;
  text-align: left;
  font-size: 1.6rem;
  color: #fff;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: var(--text-letter-spacing);
  background: var(--key-color);
  border: none;
  text-decoration: none;
  border-radius: 0;
  min-width: 300px;
}

.ux_solution-card-1col .text-section {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .ux_solution-card-1col .text-section {
    flex-direction: column;
  }
}
.ux_solution-card-1col .img-wrap {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .ux_solution-card-1col .img-wrap {
    width: 100%;
  }
}
.ux_solution-card-1col .img-wrap img {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.ux_solution-card-1col .rich-text {
  flex: 1;
}

.lx_header-stechilogo {
  width: 180px;
  padding-left: 30px;
  margin-left: 50px;
  position: relative;
  top: -28px;
}
.lx_header-stechilogo::before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #28A9E1;
  position: absolute;
  left: 0;
  top: 0px;
  transition: all 0.3s ease;
}
.lx_header-stechilogo::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #00479E;
  position: absolute;
  left: -4px;
  top: 0px;
  transition: all 0.3s ease;
}

#pagetop.float ~ * #header .lx_header-stechilogo {
  top: 0;
}
#pagetop.float ~ * #header .lx_header-stechilogo svg {
  width: 120px;
  aspect-ratio: 149/56;
  height: auto;
}
#pagetop.float ~ * #header .lx_header-stechilogo::before, #pagetop.float ~ * #header .lx_header-stechilogo::after {
  height: 80%;
}

.top-search .p-HeadlineLevel2--Margin {
  margin-bottom: 35px;
}
.top-search #ss-main .ss-form-wrap {
  max-width: 580px;
  margin: auto;
}
.top-search #ss-main .ss-form-wrap form {
  width: 100%;
  display: flex;
  align-items: center;
}
.top-search #ss-main input[type=text] {
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #cbcbcb;
  max-width: 100%;
  padding: 8px 12px;
  background-color: #fff;
  appearance: none;
  min-height: 34px;
  height: 100%;
  width: 100%;
  font-size: 16px;
}
.top-search #ss-main .search-btn {
  width: 63px;
  border-radius: 0 10px 10px 0;
  background: #003594;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 42px;
}
.top-search #ss-main .search-btn::before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.641%22%20height%3D%2212.64%22%3E%3Cpath%20d%3D%22M5.016%208.851A3.836%203.836%200%20101.18%205.015a3.836%203.836%200%20003.836%203.836zm2.907.252a5.015%205.015%200%20111.18-1.18l3.3%203.3a.822.822%200%20010%201.166l-.014.014a.825.825%200%2001-1.166%200z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 28px;
  height: 28px;
}

.ux_gnavi_megamenu .navi-top-lebel ul {
  margin-bottom: 40px;
}
.ux_gnavi_megamenu .navi-top-lebel li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 22px;
  font-weight: 600;
}
.ux_gnavi_megamenu .navi-top-lebel li a {
  padding: 8px 32px 8px 16px;
  font-size: 12px;
  position: relative;
  background: #fff;
  border-radius: 100vh;
  border: 1px solid #CECECE;
  line-height: 1.2;
}
.ux_gnavi_megamenu .navi-top-lebel li a::after {
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.541%22%20height%3D%228.295%22%20viewBox%3D%220%200%2010.541%208.295%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51734%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051734%22%20transform%3D%22translate(0%200.354)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31888%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031888%22%20d%3D%22M-2354.1%2C794h9.347%22%20transform%3D%22translate(2354.104%20-790.206)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31889%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031889%22%20d%3D%22M-2342.064%2C787.95l3.794%2C3.794-3.794%2C3.794%22%20transform%3D%22translate(2348.104%20-787.95)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.ux_gnavi_megamenu .lx_megamemu-toplevellink .h-panel a {
  position: relative;
  margin-top: 5px;
  display: block;
  vertical-align: top;
  padding: 10px 0;
  border-bottom: 1px solid #E2E2E2;
  border-top: 1px solid #E2E2E2;
}
.ux_gnavi_megamenu .lx_megamemu-toplevellink .h-panel a .text {
  display: block;
  /* text-align: center; */
  color: inherit;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: var(--text-letter-spacing);
}
.ux_gnavi_megamenu .lx_megamemu-toplevellink .h-panel a::after {
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.541%22%20height%3D%228.295%22%20viewBox%3D%220%200%2010.541%208.295%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51734%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051734%22%20transform%3D%22translate(0%200.354)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31888%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031888%22%20d%3D%22M-2354.1%2C794h9.347%22%20transform%3D%22translate(2354.104%20-790.206)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31889%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031889%22%20d%3D%22M-2342.064%2C787.95l3.794%2C3.794-3.794%2C3.794%22%20transform%3D%22translate(2348.104%20-787.95)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.ux_gnavi_megamenu .lx_megamenu-link {
  margin-top: 40px !important;
}
.ux_gnavi_megamenu .lx_megamenu-link .h-link-list h2 {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
}
.ux_gnavi_megamenu .lx_megamenu-link .h-link-list + .h-text-section {
  margin-top: 20px;
}
.ux_gnavi_megamenu .lx_megamenu-link .h-text-section p {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
}

#header .on-pc .hx_gnavi * * .h-link-list li:not(.highlight), #header .on-pc .hx_gnavi * * .h-index-map > ul.indexLevel_1 > li {
  padding-left: 0;
}

.lx_seminar-archived-list .explanation, .lx_seminar-archived-list .c_icon {
  display: none !important;
}

.lx_case-top-pickup {
  background: rgba(227, 236, 247, 0.3);
  padding: 60px 0;
}
.lx_case-top-pickup .title3 {
  margin-top: 0 !important;
}
.lx_case-top-pickup .title3 h3 {
  margin-top: 0 !important;
  font-family: "poppins", sans-serif;
  font-size: 34px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
  padding-left: 0;
  font-style: italic;
}
.lx_case-top-pickup .c-case-items--item {
  width: 100%;
  position: relative;
  border: 1px solid #E6E6E6 !important;
}
.lx_case-top-pickup .c-case-items--item-tag {
  font-size: 13px;
  background: #fff;
  padding: 8px 17px;
  border-radius: 100vh;
  position: absolute;
  top: 20px;
  left: 15px;
  letter-spacing: 0.05em;
  z-index: 1;
}
.lx_case-top-pickup .c-case-items--item-tag .num {
  border-right: 1px solid #707070;
  padding-right: 10px;
}
.lx_case-top-pickup .c-case-items--item-tag .slug {
  padding-left: 10px;
}
.lx_case-top-pickup .c-case-items--item--img {
  overflow: hidden;
}
.lx_case-top-pickup .c-case-items--item--img img {
  width: 100%;
  transition: all 0.3s ease;
  transform: scale(1);
}
.lx_case-top-pickup .c-case-items--item--text {
  padding: 30px 20px 50px;
  background: #fff;
}
.lx_case-top-pickup .c-case-items--item--text .name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.lx_case-top-pickup .c-case-items--item--text h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.lx_case-top-pickup .c-case-items--item--text .tags {
  display: flex;
  gap: 6px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.lx_case-top-pickup .c-case-items--item--text .tags .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #273846;
  border-radius: 100vh;
  font-size: 13px;
  padding: 8px 17px;
  letter-spacing: 0.05em;
}
.lx_case-top-pickup .c-case-items--item a:hover {
  text-decoration: none;
}
.lx_case-top-pickup .c-case-items--item a {
  border: none !important;
}
.lx_case-top-pickup .c-case-items--item a:hover .c-case-items--item--text p, .lx_case-top-pickup .c-case-items--item a:hover .c-case-items--item--text h3 {
  text-decoration: underline;
}
.lx_case-top-pickup .c-case-items--item a:hover .c-case-items--item--img img {
  transform: scale(1.1);
}
.lx_case-top-pickup .c-case-items--item a:hover .c-btn::before {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51962%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051962%22%20transform%3D%22translate(-120%20-1515)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_6106%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%206106%22%20transform%3D%22translate(120%201515)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%3E%0A%20%20%20%20%20%20%3Crect%20width%3D%2238%22%20height%3D%2238%22%20stroke%3D%22none%22%2F%3E%0A%20%20%20%20%20%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2237%22%20height%3D%2237%22%20fill%3D%22none%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51610%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051610%22%20transform%3D%22translate(135.794%201529.174)%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31888%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031888%22%20d%3D%22M-2354.1%2C794h17.417%22%20transform%3D%22translate(2348.294%20-789.219)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31889%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031889%22%20d%3D%22M-2342.064%2C787.95l4.781%2C4.781-4.781%2C4.781%22%20transform%3D%22translate(2349.505%20-787.95)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat center/cover;
}
.lx_case-top-pickup .splide__arrow {
  align-items: center;
  background: none !important;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  height: 36px;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  z-index: 1;
}
.lx_case-top-pickup .splide__arrow--prev {
  left: -63px;
}
.lx_case-top-pickup .splide__arrow--next {
  right: -63px;
}
.lx_case-top-pickup .splide__arrow svg {
  fill: #000;
  height: 36px;
  width: 36px;
}
.lx_case-top-pickup .c-btn-more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  height: 38px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  gap: 13px;
  position: relative;
  text-decoration: none;
}
.lx_case-top-pickup .c-btn-more::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  transition: all 0.3s ease;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51962%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051962%22%20transform%3D%22translate(-120%20-1515)%22%3E%0A%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_6106%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%206106%22%20width%3D%2238%22%20height%3D%2238%22%20transform%3D%22translate(120%201515)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51610%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051610%22%20transform%3D%22translate(135.794%201529.174)%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31888%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031888%22%20d%3D%22M-2354.1%2C794h17.417%22%20transform%3D%22translate(2348.294%20-789.219)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31889%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031889%22%20d%3D%22M-2342.064%2C787.95l4.781%2C4.781-4.781%2C4.781%22%20transform%3D%22translate(2349.505%20-787.95)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat center/cover;
}

[data-page-path="/ja/casestudy"] .basic-list2.thumnail .tabItems > li {
  background: transparent;
}
[data-page-path="/ja/casestudy"] .basic-list2.thumnail .tabItems * {
  display: block;
}
[data-page-path="/ja/casestudy"] .basic-list2.thumbnail .tabItems .item a {
  position: relative;
}
[data-page-path="/ja/casestudy"] .basic-list2.thumbnail .tabItems .item a .c-case-items--item-tag {
  font-size: 13px;
  background: #fff;
  padding: 8px 17px;
  border-radius: 100vh;
  position: absolute;
  top: 20px;
  left: 15px;
  letter-spacing: 0.05em;
  z-index: 1;
}
[data-page-path="/ja/casestudy"] .basic-list2.thumnail .tabItems .item .c-case-items--item--img {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  aspect-ratio: 553/326 !important;
  height: auto !important;
  justify-content: center;
}
[data-page-path="/ja/casestudy"] .basic-list2.thumnail .tabItems .item .c-case-items--item--img img {
  height: 100%;
  min-height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: auto;
  flex-shrink: 0;
}
[data-page-path="/ja/casestudy"] .basic-list2.thumnail li.lazy .item > span::before, [data-page-path="/ja/casestudy"] .basic-list2.thumnail li.lazy .item > a::before, [data-page-path="/ja/casestudy"] .basic-list2.thumnail li.no-img .item > span::before, [data-page-path="/ja/casestudy"] .basic-list2.thumnail li.no-img .item > a::before, [data-page-path="/ja/casestudy"] .basic-list2.thumnail .item .n_img {
  aspect-ratio: 553/326 !important;
  height: auto !important;
}
[data-page-path="/ja/casestudy"] .basic-list2.thumnail .tabItems .item .c-case-items--item--text {
  padding: 30px 20px 50px;
  background: #fff;
}
[data-page-path="/ja/casestudy"] .basic-list2.thumnail .tabItems .item .c-case-items--item--text .name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
[data-page-path="/ja/casestudy"] .basic-list2.thumnail .tabItems .item .c-case-items--item--text h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  [data-page-path="/ja/casestudy"] .basic-list2.thumnail .tabItems .item .c-case-items--item--text h3 {
    font-size: 1.4rem;
  }
}
[data-page-path="/ja/casestudy"] .basic-list2.thumnail .tabItems .item .c-case-items--item--text .c-btn-more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  height: 38px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  gap: 13px;
  position: relative;
  text-decoration: none;
}
[data-page-path="/ja/casestudy"] .basic-list2.thumnail .tabItems .item .c-case-items--item--text .c-btn-more::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  transition: all 0.3s ease;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51962%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051962%22%20transform%3D%22translate(-120%20-1515)%22%3E%0A%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_6106%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%206106%22%20width%3D%2238%22%20height%3D%2238%22%20transform%3D%22translate(120%201515)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51610%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051610%22%20transform%3D%22translate(135.794%201529.174)%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31888%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031888%22%20d%3D%22M-2354.1%2C794h17.417%22%20transform%3D%22translate(2348.294%20-789.219)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31889%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031889%22%20d%3D%22M-2342.064%2C787.95l4.781%2C4.781-4.781%2C4.781%22%20transform%3D%22translate(2349.505%20-787.95)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat center/cover;
}

[data-page-path="/ja/company"] .lx_company-link-panel .panel-primary {
  margin-bottom: 40px;
}

[data-page-path="/ja/contact"] .page-intro-wrapper .intro-bg .rich-text > p:nth-child(1) {
  margin-bottom: 0;
}
[data-page-path="/ja/contact"] .page-intro-wrapper .intro-bg .rich-text > p:nth-child(1) em {
  font-size: 18px !important;
  font-family: "poppins", sans-serif;
  font-style: italic;
  font-weight: 600 !important;
}
[data-page-path="/ja/contact"] .page-intro-wrapper .intro-bg .rich-text > p:nth-child(2) {
  margin-bottom: 0;
}

[data-page-path="/ja/products/natic-framework"] .cards__row {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  margin: 0 auto 30px;
}
[data-page-path="/ja/products/natic-framework"] .cards__row:last-child {
  margin-bottom: 0;
}
[data-page-path="/ja/products/natic-framework"] .card {
  width: calc((100% - 30px) / 2);
  max-width: 585px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}
[data-page-path="/ja/products/natic-framework"] .card__title {
  font-size: 21.6px;
  font-weight: bold;
}
[data-page-path="/ja/products/natic-framework"] .card__body {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
[data-page-path="/ja/products/natic-framework"] .card__body strong {
  font-weight: bold;
  display: contents;
}
[data-page-path="/ja/products/natic-framework"] .card__cta {
  width: 380px;
  max-width: 100%;
  margin: 30px auto 0;
}
[data-page-path="/ja/products/natic-framework"] .card__cta--hidden {
  display: none;
  background-color: rgba(255, 204, 204, 0.8);
  font-size: 85.7%;
}
[data-page-path="/ja/products/natic-framework"] .card__cta-link {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 5px 15px;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.06em;
  background: #013593;
  border: 1px solid #013593;
  text-decoration: none;
  border-radius: 4px;
}
[data-page-path="/ja/products/natic-framework"] .card__cta-link:hover {
  color: #013593;
  background: #fff;
}
[data-page-path="/ja/products/natic-framework"] .card__cta-text {
  font-size: 18px;
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
}
[data-page-path="/ja/products/natic-framework"] .card__cta-arrow {
  flex-shrink: 0;
  display: block;
  width: 15px;
  height: 19px;
  background: url(../../../../../../resources/sw_img/icon/icon_arr01_white.svg) no-repeat center center;
  background-size: contain;
}
[data-page-path="/ja/products/natic-framework"] .card__cta-link:hover .card__cta-arrow {
  background-image: url(../../../../../../resources/sw_img/icon/icon_arr01.svg);
}

/* 本番時削除 */
[data-page-path="/ja/products/COPY-natic-framework"] .cards__row {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  margin: 0 auto 30px;
}
[data-page-path="/ja/products/COPY-natic-framework"] .cards__row:last-child {
  margin-bottom: 0;
}
[data-page-path="/ja/products/COPY-natic-framework"] .card {
  width: calc((100% - 30px) / 2);
  max-width: 585px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}
[data-page-path="/ja/products/COPY-natic-framework"] .card__title {
  font-size: 21.6px;
  font-weight: bold;
}
[data-page-path="/ja/products/COPY-natic-framework"] .card__body {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
[data-page-path="/ja/products/COPY-natic-framework"] .card__body strong {
  font-weight: bold;
  display: contents;
}
[data-page-path="/ja/products/COPY-natic-framework"] .card__cta {
  width: 380px;
  max-width: 100%;
  margin: 30px auto 0;
}
[data-page-path="/ja/products/COPY-natic-framework"] .card__cta--hidden {
  display: none;
  background-color: rgba(255, 204, 204, 0.8);
  font-size: 85.7%;
}
[data-page-path="/ja/products/COPY-natic-framework"] .card__cta-link {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 5px 15px;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.06em;
  background: #013593;
  border: 1px solid #013593;
  text-decoration: none;
  border-radius: 4px;
}
[data-page-path="/ja/products/COPY-natic-framework"] .card__cta-link:hover {
  color: #013593;
  background: #fff;
}
[data-page-path="/ja/products/COPY-natic-framework"] .card__cta-text {
  font-size: 18px;
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
}
[data-page-path="/ja/products/COPY-natic-framework"] .card__cta-arrow {
  flex-shrink: 0;
  display: block;
  width: 15px;
  height: 19px;
  background: url(../../../../../../resources/sw_img/icon/icon_arr01_white.svg) no-repeat center center;
  background-size: contain;
}
[data-page-path="/ja/products/COPY-natic-framework"] .card__cta-link:hover .card__cta-arrow {
  background-image: url(../../../../../../resources/sw_img/icon/icon_arr01.svg);
}

@media screen and (max-width: 768px) {
  .lx_other_conv > .column {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.lx_other_conv .icon_front, .lx_other_conv .icon_rear {
  display: block !important;
}
.lx_other_conv .panel.style3 {
  max-width: 100%;
  width: calc((var(--mainarea-width) - var(--column-side-margin) * 2) / 3);
}
@media screen and (max-width: 768px) {
  .lx_other_conv .panel.style3 {
    width: calc(100% * var(--mainarea-base));
    max-width: var(--mainarea-width);
  }
}
.lx_other_conv .panel.style3 a {
  position: relative;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 5px 15px !important;
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: var(--text-letter-spacing);
  width: 100% !important;
}
.lx_other_conv .panel.style3 a .text {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
}
.lx_other_conv .panel.style3 a .text::before {
  display: none;
}
.lx_other_conv .panel.style3 a:hover {
  background-color: #fff !important;
  color: #000 !important;
}
.lx_other_conv .panel.style3 a:hover .icon_rear {
  background-image: url("../../../../../../resources/sw_img/icon/icon_arr01.svg");
}
.lx_other_conv .panel.style3 a .icon_rear {
  flex-shrink: 0;
  display: block;
  width: 15px;
  height: 19px;
  background: url(../../../../../../resources/sw_img/icon/icon_arr01_white.svg) no-repeat center center;
  background-size: contain;
}

[data-page-path="/ja/products/erp/erp-marubeni_grandit_project"] .flex-item .column a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  border: 1px solid #E9E9E9;
}

.lx_h_2nd_express .title2.style1 h2 span {
  font-style: normal;
  color: #2965F5;
}
.lx_h_2nd_express .title2.style1 h2 span::before {
  display: none;
}

#wrapper-2 .rich-text > p + p {
  margin-top: 28px;
}

#wrapper-2 table p {
  margin-top: 0 !important;
}

.lx_bumon-items-2 .column {
  display: flex;
  flex-direction: column;
  border: 1px solid #CECECE;
}
.lx_bumon-items-2 .column .title3.style1 {
  position: relative;
}
.lx_bumon-items-2 .column .title3.style1 h3 {
  font-size: 16px;
  color: #013593;
  font-weight: 500;
  margin-top: 0;
  padding-left: 30px;
}
.lx_bumon-items-2 .column .title3.style1 h3::before {
  content: "";
  display: block;
  width: 6px;
  height: 24px;
  background: #2A65F5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.lx_bumon-items-2 .text-section {
  flex-grow: 1;
}
.lx_bumon-items-2 .text-section p {
  padding-left: 0;
}

[data-page-path="/ja/products/eol_eos"] .page-intro-wrapper {
  height: 346px !important;
}

#footer .fx_sitemap .f-multiColumn {
  /* #internal-link-text-1-ajax9 a, #internal-link-text-2-ajax9 a {
  	font-size: 14px;
  } */
}
#footer .fx_sitemap .f-multiColumn .html-paragraph {
  border: 1px solid #fff;
  width: fit-content;
  padding: 0 5px;
  margin-top: 8px;
}
#footer .fx_sitemap .f-multiColumn .html-paragraph span {
  font-size: 12px;
}
@media print, screen and (min-width: 769px) {
  #footer .fx_sitemap .f-multiColumn .html-paragraph span {
    font-size: 12px;
  }
}

hr {
  margin-top: 30px;
}

[data-page-path="/ja/sitepolicy"] .rich-text a {
  color: var(--text-color);
  text-decoration: none;
}
[data-page-path="/ja/sitepolicy"] .rich-text a:hover {
  color: var(--key-color);
  text-decoration: underline;
}
[data-page-path="/ja/sitepolicy"] #text-section-6 .rich-text a {
  color: var(--key-color);
  text-decoration: underline;
}
[data-page-path="/ja/sitepolicy"] #text-section-6 .rich-text a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  [data-page-path="/ja/natic"] :where(#promos3) > * > * > .multiColumn, [data-page-path="/ja/natic"] :where([role=main]) > .multiColumn {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

[data-page-path="/ja/products/alkira/movie/AlkiraSolutionVideos"] .lx_solution-case .column, [data-page-path="/ja/products/alkira/movie/movieAlkira_lvideo_case_studies"] .lx_solution-case .column {
  display: flex;
  flex-wrap: wrap;
}
[data-page-path="/ja/products/alkira/movie/AlkiraSolutionVideos"] .lx_solution-case .column div.external-link-area, [data-page-path="/ja/products/alkira/movie/movieAlkira_lvideo_case_studies"] .lx_solution-case .column div.external-link-area {
  display: flex;
}
[data-page-path="/ja/products/alkira/movie/AlkiraSolutionVideos"] .lx_solution-case .column div.external-link-area p:nth-of-type(2), [data-page-path="/ja/products/alkira/movie/movieAlkira_lvideo_case_studies"] .lx_solution-case .column div.external-link-area p:nth-of-type(2) {
  flex-grow: 1;
}
[data-page-path="/ja/products/alkira/movie/AlkiraSolutionVideos"] .lx_solution-case .column .internal-panel.style2.no-img, [data-page-path="/ja/products/alkira/movie/movieAlkira_lvideo_case_studies"] .lx_solution-case .column .internal-panel.style2.no-img {
  margin-right: 0;
  margin-left: auto;
}
[data-page-path="/ja/products/alkira/movie/AlkiraSolutionVideos"] .lx_solution-case div.external-link-area a, [data-page-path="/ja/products/alkira/movie/movieAlkira_lvideo_case_studies"] .lx_solution-case div.external-link-area a {
  display: flex;
  flex-direction: column;
}

[data-page-path^="/ja/column/"] .page-intro-wrapper:not(:has(.intro-bg)) {
  background: url(../../../../../../resources/sw_img/common/lower-mvbg-column.jpg) no-repeat center/cover;
}
[data-page-path^="/ja/column/"] .page-intro {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  min-height: 216px;
  padding:15px;
}
[data-page-path^="/ja/column/"] .page-intro > h1 {
  min-height: auto;
}
[data-page-path^="/ja/column/"] .page-intro .text-meta {
  display: block !important;
}
[data-page-path^="/ja/column/"] .page-intro .text-meta .text-data {
  text-align: left;
}
[data-page-path^="/ja/column/"] .page-intro .text-meta .text-data .date {
  color: #fff;
}
[data-page-path^="/ja/column/"] #wrapper-3 #page-intro .date {
  display: none;
}
[data-page-path^="/ja/column/"] .category-tree {
  display: flex;
  flex-direction: column;
}
[data-page-path^="/ja/column/"] .category-tree li.cat.parent:nth-of-type(1) {
  order: 2;
}
[data-page-path^="/ja/column/"] .category-tree li.cat.parent:nth-of-type(2) {
  order: 1;
}
[data-page-path^="/ja/column/"] .category-tree li.cat.parent:nth-of-type(3) {
  order: 0;
}

.tag-cloud .tag[data-tag=タグ2], .tag-cloud .tag[data-tag=タグ3] {
  display: none;
}

header .on-sp .hx_sub_menu {
  display: none;
}

[data-page-path="/ja/sitepolicy"] .page-intro-wrapper .intro-bg .rich-text p:nth-child(1) {
  margin-bottom: 0px;
}
[data-page-path="/ja/sitepolicy"] .page-intro-wrapper .intro-bg > div em, [data-page-path="/ja/sitepolicy"] .page-intro-wrapper .intro-bg > div em {
  font-size: 18px !important;
  font-family: "poppins", sans-serif;
  font-style: italic;
  font-weight: 600 !important;
}

div.video dl dt video {
  width: 100%;
  aspect-ratio: 16/9;
}

.faq-list .faq-item p {
  margin-top: 0 !important;
}

div#ss-main {
  font-size: 1.6rem;
}

[data-page-path^="/ja/products/"] #nav-box .lx_products-localnavi .column .index-map > ul + ul.indexLevel_1 > li > .item > a[target=_blank]::after, #promos2 .lx_products-localnavi .column .index-map > ul + ul.indexLevel_1 > li > .item > a[target=_blank]::after, #nav .lx_products-localnavi .column .index-map > ul + ul.indexLevel_1 > li > .item > a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.203%22%20height%3D%2217.203%22%20viewBox%3D%220%200%2017.203%2017.203%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_227%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20227%22%20transform%3D%22translate(-2%20-1.586)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_168%22%20data-name%3D%22%E3%83%91%E3%82%B9%20168%22%20d%3D%22M13.5%2C9.162%2C19.662%2C3%22%20transform%3D%22translate(-1.873)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_169%22%20data-name%3D%22%E3%83%91%E3%82%B9%20169%22%20d%3D%22M16%2C3h4.108V7.108%22%20transform%3D%22translate(-2.319)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_170%22%20data-name%3D%22%E3%83%91%E3%82%B9%20170%22%20d%3D%22M17.789%2C12.038v4.108a1.643%2C1.643%2C0%2C0%2C1-1.643%2C1.643H4.643A1.643%2C1.643%2C0%2C0%2C1%2C3%2C16.146V4.643A1.643%2C1.643%2C0%2C0%2C1%2C4.643%2C3H8.751%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  [data-page-path^="/ja/products/"] #nav-box, #promos2, #nav {
    display: block !important;
  }
  [data-page-path^="/ja/products/"] #nav-box .lx_products-localnavi .column .index-map, #promos2 .lx_products-localnavi .column .index-map, #nav .lx_products-localnavi .column .index-map {
    flex-direction: column;
    align-items: flex-start;
  }
  [data-page-path^="/ja/products/"] #nav-box .lx_products-localnavi .column .index-map > ul:first-of-type > li > .item .news_tx, #promos2 .lx_products-localnavi .column .index-map > ul:first-of-type > li > .item .news_tx, #nav .lx_products-localnavi .column .index-map > ul:first-of-type > li > .item .news_tx {
    background: transparent;
    width: calc(100% - 30px);
  }
  [data-page-path^="/ja/products/"] #nav-box .indexLevel_0, #promos2 .indexLevel_0, #nav .indexLevel_0 {
    position: relative;
    width: 100%;
  }
  [data-page-path^="/ja/products/"] #nav-box .indexLevel_0::after, #promos2 .indexLevel_0::after, #nav .indexLevel_0::after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_49_1%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%2049%20%E2%80%93%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.801%22%20height%3D%2224.801%22%20viewBox%3D%220%200%2024.801%2024.801%22%3E%0A%20%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_771%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20771%22%20cx%3D%2212.401%22%20cy%3D%2212.401%22%20r%3D%2212.401%22%20transform%3D%22translate(24.801)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_32185%22%20data-name%3D%22%E3%83%91%E3%82%B9%2032185%22%20d%3D%22M0%2C0%2C3.487%2C3.486%2C0%2C6.973%22%20transform%3D%22translate(15.887%2011.397)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23013593%22%20stroke-width%3D%221%22%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    z-index: -1;
    transition: transform 0.3s ease;
  }
  [data-page-path^="/ja/products/"] #nav-box .indexLevel_0 + .indexLevel_1, #promos2 .indexLevel_0 + .indexLevel_1, #nav .indexLevel_0 + .indexLevel_1 {
    display: none;
  }
  [data-page-path^="/ja/products/"] #nav-box .indexLevel_0 + .indexLevel_1 > li:has(.indexLevel_2) .news_tx::after, #promos2 .indexLevel_0 + .indexLevel_1 > li:has(.indexLevel_2) .news_tx::after, #nav .indexLevel_0 + .indexLevel_1 > li:has(.indexLevel_2) .news_tx::after {
    display: none;
  }
  [data-page-path^="/ja/products/"] #nav-box .indexLevel_0 + .indexLevel_1 > li:has(.indexLevel_2) > .indexLevel_2, #promos2 .indexLevel_0 + .indexLevel_1 > li:has(.indexLevel_2) > .indexLevel_2, #nav .indexLevel_0 + .indexLevel_1 > li:has(.indexLevel_2) > .indexLevel_2 {
    display: none;
  }
  [data-page-path^="/ja/products/"] #nav-box .indexLevel_0.active::after, #promos2 .indexLevel_0.active::after, #nav .indexLevel_0.active::after {
    transform: translateY(-50%);
    opacity: 0;
  }
  [data-page-path^="/ja/products/"] #nav-box .indexLevel_0.active + .indexLevel_1, #promos2 .indexLevel_0.active + .indexLevel_1, #nav .indexLevel_0.active + .indexLevel_1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    width: 100%;
    margin-top: 20px;
  }
  [data-page-path^="/ja/products/"] #nav-box .indexLevel_0.active + .indexLevel_1 li:not(:last-child), #promos2 .indexLevel_0.active + .indexLevel_1 li:not(:last-child), #nav .indexLevel_0.active + .indexLevel_1 li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .lx_sp-float-none .text-section img.pos-2, .lx_sp-float-none .text-section img {
    float: none !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }
}

.rightfix {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9999;
}

.rightfix_inner {
  position: relative;
}

.rightfix_inner .close {
  position: absolute;
  right: 6px;
  top: -10px;
  cursor: pointer;
}

.rightfix_inner .close svg circle {
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

.rightfix_inner a {
  width: 147px;
  height: 80px;
  border: 2px solid #fff;
  background: #1CC2FF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 500;
  flex-direction: column;
  line-height: 1.2;
  height: 80px;
}

.rightfix_inner a:hover {
  background: #2A65F5;
  color: #fff;
}

.rightfix_inner a:hover .icon rect,
.rightfix_inner a:hover .icon polyline {
  stroke: #fff;
}

.rightfix {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.rightfix.is-visible {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (min-width: 769px) {
  #nav-overlay {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* オーバーレイ */
  #nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 998;
  }
  #nav-overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
  /* ナビを前面に */
  #nav {
    z-index: 999;
  }
  /* ×ボタン */
  .nav-overlay-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    font-size: 28px;
    line-height: 1;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
  }
  /* 開いてる間スクロール禁止 */
  body.is-locked {
    overflow: hidden;
  }
  /* 親メニュー */
  #nav .indexLevel_0.active {
    position: relative;
    z-index: 1000;
  }
  /* サブメニュー */
  #nav .indexLevel_1 {
    max-height: 0;
    overflow: hidden;
    overflow-y: auto;
    transition: max-height 0.3s ease;
    -webkit-overflow-scrolling: touch;
  }
  .nav-overlay-close {
    position: fixed;
    bottom: 16px;
    top: auto;
    right: 16px;
  }
}
@media screen and (max-width: 768px) {
  [data-page-path="/ja/products/hpe"] div.lx_col_mb120 > :is(.column1, .column2, .column3, .column4, .column5) {
    margin-bottom: 0px;
  }
}

@media print, screen and (min-width: 769px) {
  [data-page-path="/en/feature"] #wrapper-3 {
    padding-top: 0;
  }
}
[data-page-path="/en/feature"] main.feature.lower {
  padding-top: 0;
}

[data-page-path^="/ja/products/"][data-page-intro*=has-bg-image] .page-intro {
  display: none;
}
[data-page-path^="/ja/products/"] .rich-text ul li:not(:last-child) {
  margin-bottom: 1em;
}
[data-page-path^="/ja/products/"] .page-intro-wrapper .rich-text ul li:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  [data-page-path^="/ja/products/hpe/resources-events/blog/"] div.lx_col_mt100 > :is(.column1, .column2, .column3, .column4, .column5) {
    margin-top: 40px;
  }
  [data-page-path^="/ja/products/hpe/resources-events/blog/"] div.lx_col_mb100 > :is(.column1, .column2, .column3, .column4, .column5) {
    margin-bottom: 40px;
  }
}

.lx_sp-1col .column {
  width: 100%;
}

/* デスクトップ（PC）では隠す */
.lx_br_sp-only {
  display: none;
}

/* スマホサイズ（一般的に768px未満）のときだけ表示する */
@media screen and (max-width: 767px) {
  .lx_br_sp-only {
    display: inline;
  }
}
@media print, screen and (min-width: 769px) {
  header .reuse-main-area {
    max-width: 1440px;
    margin: auto;
  }
}
@media screen and (max-width: 1240px) {
  [data-page-path="/ja/casestudy"] #top-case-lists {
    width: calc(100% - 126px);
    margin: auto;
  }
  [data-page-path="/ja/casestudy"] #top-case-lists .splide__arrow--next {
    right: -53px;
  }
  [data-page-path="/ja/casestudy"] #top-case-lists .splide__arrow--prev {
    left: -53px;
  }
}

#top-case-lists #slider2 .c-case-items--item--img {
  aspect-ratio: 400/326;
  top: 0;
  margin-bottom: 0;
}

#ss-form2 {
  position: relative;
}
#ss-form2 input {
  outline: transparent;
  border: none;
}
#ss-form2 input[type=text] {
  width: calc(100% - 30px);
  height: 60px;
}
#ss-form2 .search-btn {
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 32px;
  border: none;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.486%22%20height%3D%2212.486%22%20viewBox%3D%220%200%2012.486%2012.486%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_10905%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2010905%22%20transform%3D%22translate(-3.5%20-3.5)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5218%22%20data-name%3D%22%E3%83%91%E3%82%B9%205218%22%20d%3D%22M8.737%2C13.474A4.737%2C4.737%2C0%2C1%2C0%2C4%2C8.737%2C4.737%2C4.737%2C0%2C0%2C0%2C8.737%2C13.474Z%22%20fill%3D%22none%22%20stroke%3D%22%23535353%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5220%22%20data-name%3D%22%E3%83%91%E3%82%B9%205220%22%20d%3D%22M33.222%2C33.222l3.49%2C3.49%22%20transform%3D%22translate(-21.079%20-21.08)%22%20fill%3D%22none%22%20stroke%3D%22%23535353%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat center/contain;
  cursor: pointer;
  padding: 0;
}

[data-page-path="/ja/company/who_we_are"] #wrapper-3 {
  padding-top: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
}

footer .fx_frame4 .reuse-main-area div img {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .lx_column-slider {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  [data-page-path="/ja/casestudy"] .page-intro-wrapper {
    height: 40vh;
  }
}
[data-page-path^="/ja/column"] .lx_mcol2_ratio31 .column1, [data-page-path^="/ja/column"] .lx_mcol2_ratio73 .column1 {
  margin-bottom: 30px;
}

[data-page-path="/en/solutions"] .page-intro-wrapper .intro-bg .rich-text p:nth-child(1) {
  margin-bottom: 0;
}
[data-page-path="/en/solutions"] .page-intro-wrapper .intro-bg .rich-text p:nth-child(1) em {
  font-size: 3.8rem !important;
  font-family: "poppins", sans-serif;
  font-style: italic;
  font-weight: 600 !important;
}
[data-page-path="/en/solutions"] .page-intro-wrapper .intro-bg .rich-text p:last-child {
  font-size: 2rem !important;
}

[data-page-path="/en/who_we_are"] #wrapper-3 {
  padding-top: 0;
}
[data-page-path="/en/who_we_are"] #sharewithmain {
  padding-top: 0px;
}
[data-page-path="/en/who_we_are"] .l-Main {
  padding-top: 0;
}

.lx_en-corpodatedata-tab ul {
  gap: 0 !important;
}

#search-kw {
  padding-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  #search-kw {
    padding-bottom: 0;
  }
}
#search-kw .c-title h2 {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  #search-kw .c-title h2 {
    font-size: 2.2rem;
  }
}

#search-kw form {
  border: 1px solid #CECECE;
}

.c-solution-search {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .c-solution-search {
    margin-top: 2rem;
  }
}

.c-solution-search form {
  max-width: 880px;
  margin: auto;
  display: flex;
  align-items: center;
  padding: 0 25px;
  border: 1px solid #fff;
  border-radius: 100vh;
  background: #fff;
}

.c-solution-search form input[type=text] {
  width: 100%;
  height: 60px;
  border: none;
}
.c-solution-search form input[type=text]:focus-visible {
  outline: none;
}

.c-solution-search form button {
  background-color: transparent;
  width: 24px;
  height: 24px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.023%22%20height%3D%2224.023%22%20viewBox%3D%220%200%2024.023%2024.023%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51920%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051920%22%20transform%3D%22translate(1%201)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5218%22%20data-name%3D%22%E3%83%91%E3%82%B9%205218%22%20d%3D%22M13.087%2C22.174A9.087%2C9.087%2C0%2C1%2C0%2C4%2C13.087%2C9.087%2C9.087%2C0%2C0%2C0%2C13.087%2C22.174Z%22%20transform%3D%22translate(-4%20-4)%22%20fill%3D%22none%22%20stroke%3D%22%23535353%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5220%22%20data-name%3D%22%E3%83%91%E3%82%B9%205220%22%20d%3D%22M33.222%2C33.222l6.7%2C6.7%22%20transform%3D%22translate(-17.601%20-17.601)%22%20fill%3D%22none%22%20stroke%3D%22%23535353%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

[data-page-path="/ja/products"] .intro-bg .rich-text {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}
[data-page-path="/ja/products"] .intro-bg .rich-text > p:nth-child(1) em {
  font-size: 18px !important;
  font-weight: 500 !important;
  font-style: italic !important;
  font-family: "Poppins", sans-serif !important;
  letter-spacing: 0 !important;
}
[data-page-path="/ja/products"] .intro-bg .rich-text > p:nth-child(2) {
  color: #fff;
  font-size: 38px !important;
  letter-spacing: 0.025em;
  margin-bottom: 40px;
}
[data-page-path="/ja/products"] .intro-bg .rich-text > p:last-child {
  font-size: 20px !important;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  [data-page-path="/ja/products"] .intro-bg .rich-text > p:nth-child(2) {
    font-size: 2.6rem !important;
  }
}
[data-page-path="/ja/products"] .intro-bg .rich-text > p:last-child span {
  font-size: 16px !important;
  line-height: 1.75;
  font-weight: normal;
}

[data-page-path="/ja/company/gaiyo"] .html-paragraph iframe {
  width: 100%;
}

[data-page-path^="/ja/casestudy/"] .page-intro {
  display: none;
}

@media screen and (max-width: 768px) {
  [data-page-path^="/ja/press/"] .lx_solution-products.lx_mcol_mb180 {
    margin-bottom: 0;
  }
}
h2#seminar_exhibition_003{
	margin-bottom: 0;
}

@media screen and (max-width: 768px){
	#footer .fx_sitemap .f-link-list li > a:hover, #footer .fx_sitemap .f-index-map .item > a:hover {
		color:#fff !important;
	}
	.lx_solution-products .text-section img{
		float:none;
		max-width:100% !important;

	}
	.lx_casestudy-item-wrap .text-section img{
		float:none;
		max-width:100% !important;

	}
	.lx_casestudy-item-wrap .text-section dl.pos-2{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		float: none;

	}
	.lx_casestudy-item-wrap .text-section dl.photo{
		width: 100%;
		margin-right: 0px;
		float: none;

	}
}


span[style*="font-size:x-small"],sub{
    display:inline-block;
    line-height:1.6;
    margin-top:2rem;
}

.uni-table.style1 .tbRowHead{
    vertical-align:middle;
}

[data-page-path^="/en/"] #reuse-main-area-6-ajax9 .f-link-list{
padding-bottom:0;
}

[data-page-path^="/en/"] #multiColumn1-9-ajax9 > div {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

[data-page-path^="/en/"] #link-list-4-ajax9 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    vertical-align: top;
    margin-top: 20px;
    justify-content: center;
    padding-bottom: 1rem;

}
[data-page-path^="/en/"] #link-list-4-ajax9 ul li a{
    color:#fff;
    font-size:12px;
        
}
[data-page-path^="/en/"] #link-list-4-ajax9 ul li a:hover{
    color:#fff !important;
}

[data-page-path^="/ja/recruit"] #bread-crumb-1 {
  background: #F2F3F5;
  padding: 24px 0;
}
[data-page-path^="/ja/recruit"] #bread-crumb-1 ol li:not(:last-child)::after {
  content: "/";
  padding: 0 0.5em;
  color: #636C75;
}
[data-page-path^="/ja/recruit"] #bread-crumb-1 ol li a {
  color: #414141;
  font-size: 14px;
}
[data-page-path^="/ja/recruit"] #bread-crumb-1 ol li span {
  color: #636C75;
  font-size: 14px;
}
[data-page-path="/en/index"] #bread-crumb-1 {
  background: #F2F3F5;
  padding: 24px 0;
}
[data-page-path="/en/index"] #bread-crumb-1 ol li:not(:last-child)::after {
  content: "/";
  padding: 0 0.5em;
  color: #636C75;
}
[data-page-path="/en/index"] #bread-crumb-1 ol li a {
  color: #414141;
  font-size: 14px;
}
[data-page-path="/en/index"] #bread-crumb-1 ol li span {
  color: #636C75;
  font-size: 14px;
}
 [data-page-path^="/ja/products/"] .ux_products-case-multi3 .basic-list2.thumnail .item{
	padding-bottom: 0;

 }
 [data-page-path^="/ja/products/"] .ux_products-case-multi3 .basic-list2 .c-case-items--item--img,
 [data-page-path^="/ja/products/"] .ux_products-case-multi3 .basic-list2 .c-case-items--item--img img,
 [data-page-path^="/ja/products/"] .ux_products-case-multi3 .basic-list2 .c-case-items--item--text,
  [data-page-path^="/ja/products/"] .ux_products-case-multi3 .basic-list2 .c-case-items--item--text *{
    display: block;
  
}
 [data-page-path^="/ja/products/"] .ux_products-case-multi3 .basic-list2 .c-case-items--item--img img{
 aspect-ratio: 380 / 326;
    max-width: none;
    height: auto;
    object-fit: contain;
 }
  [data-page-path^="/ja/products/"] .ux_products-case-multi3  .basic-list2.thumnail .tabItems .item .c-case-items--item--text {
  padding: 30px 20px 50px;
  background: #fff;
}
 [data-page-path^="/ja/products/"] .ux_products-case-multi3  .basic-list2.thumnail .tabItems .item .c-case-items--item--text .name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
 [data-page-path^="/ja/products/"] .ux_products-case-multi3  .basic-list2.thumnail .tabItems .item .c-case-items--item--text h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
   [data-page-path^="/ja/products/"] .ux_products-case-multi3  .basic-list2.thumnail .tabItems .item .c-case-items--item--text h3 {
    font-size: 1.4rem;
  }
}
 [data-page-path^="/ja/products/"] .ux_products-case-multi3  .basic-list2.thumnail .tabItems .item .c-case-items--item--text .c-btn-more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  height: 38px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  gap: 13px;
  position: relative;
  text-decoration: none;
}
 [data-page-path^="/ja/products/"] .ux_products-case-multi3  .basic-list2.thumnail .tabItems .item .c-case-items--item--text .c-btn-more::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  transition: all 0.3s ease;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51962%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051962%22%20transform%3D%22translate(-120%20-1515)%22%3E%0A%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_6106%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%206106%22%20width%3D%2238%22%20height%3D%2238%22%20transform%3D%22translate(120%201515)%22%20fill%3D%22%23273846%22%2F%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51610%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051610%22%20transform%3D%22translate(135.794%201529.174)%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31888%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031888%22%20d%3D%22M-2354.1%2C794h17.417%22%20transform%3D%22translate(2348.294%20-789.219)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31889%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031889%22%20d%3D%22M-2342.064%2C787.95l4.781%2C4.781-4.781%2C4.781%22%20transform%3D%22translate(2349.505%20-787.95)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat center/cover;
}

[data-page-path="/ja/sitemap"] .link-list ul{
  display: flex;
  flex-wrap:wrap;
  gap:0 45px;
  margin-bottom: 0;


}
[data-page-path="/ja/sitemap"] .link-list ul li{
  width:calc((100% - 90px) / 3);
   padding: 1px 0;
   border: 1px solid #cecece;
   border-right: 0;
   border-left: 0;
   margin-bottom: 0;
   margin-top: -1px;

}
[data-page-path="/ja/sitemap"] .link-list ul li a{
  padding: 20px 10px;
  font-size: 16px;
  padding-right: 40px;
  display: flex;


}
[data-page-path="/ja/sitemap"] .link-list ul li a::after{
  content:"";
  display: block;
  width: 26px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.708%22%20height%3D%2212.707%22%20viewBox%3D%220%200%2026.708%2012.707%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_52661%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2052661%22%20transform%3D%22translate(-368.038%20-1984.765)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_32247%22%20data-name%3D%22%E3%83%91%E3%82%B9%2032247%22%20d%3D%22M-2354.1%2C794h26%22%20transform%3D%22translate(2722.142%201197.119)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_32248%22%20data-name%3D%22%E3%83%91%E3%82%B9%2032248%22%20d%3D%22M-2342.064%2C787.95l6%2C6-6%2C6%22%20transform%3D%22translate(2730.103%201197.169)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;


}
[data-page-path="/ja/sitemap"] .navi-top-lebel li{
 display: flex;
 gap:20px;
 font-size: 22px;
 font-weight: 600;


}
[data-page-path="/ja/sitemap"] .navi-top-lebel li a{
  font-size: 12px;
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 8px 16px;
  gap:14px;
  background: #fff;
  border:1px solid #CECECE;
  border-radius: 100vh;
}
[data-page-path="/ja/sitemap"] .navi-top-lebel li a::after{
  content: "";
  display: block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.541%22%20height%3D%228.295%22%20viewBox%3D%220%200%2010.541%208.295%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51754%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051754%22%20transform%3D%22translate(0%200.354)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31888%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031888%22%20d%3D%22M-2354.1%2C794h9.347%22%20transform%3D%22translate(2354.104%20-790.206)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31889%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031889%22%20d%3D%22M-2342.064%2C787.95l3.794%2C3.794-3.794%2C3.794%22%20transform%3D%22translate(2348.104%20-787.95)%22%20fill%3D%22none%22%20stroke%3D%22%23273846%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  width: 10px;
  height: 8px;


}
[data-page-path="/ja/sitemap"] .navi-top-lebel li a:hover{
  background: #CECECE;
}
[data-page-path="/ja/sitemap"] .navi-second-level p{
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width:768px){
  [data-page-path="/ja/sitemap"] .link-list ul{
    flex-direction: column;
    gap:0;

  }
  [data-page-path="/ja/sitemap"] .link-list ul li{
  width:100%;
}
}


@media print, screen and (min-width: 769px) {
  [data-page-path="/ja/partner"] #wrapper-3{
     padding-top: 0;

  }
   [data-page-path="/ja/partner"]  .l-Main {
        padding-top:0;
    }
    
}


.lx_multi3_news_col1pc .basic-list2 .tabs > ul > li:not(.press){
  display: none;
}

@media screen and (max-width:768px){
[data-page-path*="/ja/recruit"] #site-info .topcontrol a {
    position: absolute;
    bottom: 90px;
    right: 15px;
}
}

@media screen and (max-width: 768px) {
    [data-page-path*="/ja/recruit"]  :where(.multiColumn1) > .column, :where(.multiColumn2) > .column, :where(.multiColumn3) > .column {
        width: calc(100% * var(--mainarea-base));
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
  [data-page-path*="/ja/recruit"] .multiColumn {
    padding-left: 0;
    padding-right: 0;
  }
}

[data-page-path="/ja/partner"] .p-TextArea, .p-TextArea--Margin, .p-TextArea--MarginLarge {
    color: #59636c;
    line-height: 1.8;
    font-weight: 500;
}