@charset "UTF-8";
/*------------------ based on 19/11/29 */
/* > 1%, last 4 versions, Firefox ESR */
/*------------------------------------ */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700|Roboto:300,400,700|Work+Sans:300,400&display=swap");
/* --------------------------------------
 基本設定
-------------------------------------- */
/* ベースフォント */
body {
  font-family: "Roboto", "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;
}

/* 游ゴシック/游明朝 を使わない */
/*
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif;
}
.mincho {
	font-family: "Hiragino Mincho ProN", "HGS明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Georgia, "メイリオ", Meiryo, serif;
}
*/
/* ベースフォントサイズ */
html {
  font-size: 16px;
}

body {
  color: #000;
  line-height: 1.5;
}

a:link,
a:visited {
  color: #00a291;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #00a291;
  text-decoration: underline;
}

@media handheld, only screen and (max-width: 767px) {
  html {
    /*		font-size: 16px; */
  }
}
/*------------------------------------- 
 ぱんくず
-------------------------------------*/
/* 4箇所ある枠の内1か所に入力 */
.bread-crumb {
  margin: auto;
  padding: 15px 0px;
  font-size: 14px;
  background: #f2f2f2;
}

.bread-crumb ol::after,
.bread-crumb::after {
  content: "";
  display: block;
  clear: both;
}

.bread-crumb a,
.bread-crumb strong {
  color: inherit;
}

.bread-crumb strong {
  color: #00a291;
}

.bread-crumb h5,
.bread-crumb h5 p,
.bread-crumb h5 span,
.bread-crumb ol li {
  float: left;
}

.bread-crumb h5 p::after,
.bread-crumb h5 span::after,
.bread-crumb ol li::after {
  content: ">";
  padding: 0 1em;
}

.bread-crumb ol li:last-child::after {
  content: none;
}

/* -- TOP書き換え -- */
.bread-crumb ol li:first-child a {
  font-size: 0;
  color: #7e7e7e;
}

.bread-crumb ol li:first-child a::before {
  content: "HOME";
  vertical-align: inherit;
  font-size: 14px;
}

#header.ja ~ .bread-crumb ol li:first-child a::before,
#header.ja ~ * .bread-crumb ol li:first-child a::before {
  content: "ホーム";
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
  .bread-crumb ol {
    width: 1060px;
    margin: auto;
  }
}
/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
  .bread-crumb {
    font-size: 12px;
    padding: 5px 5px;
  }
  .bread-crumb ol li:first-child a::before {
    font-size: 12px;
  }
}
/* -----------------------------
 グローバルナビ
 ページプロパティに設定あり
--------------------------------- */
#nav-global {
  display: none;
}

/*------------------------------------- 
 サイドナビ（ローカルナビ）
 ページプロパティに設定あり
-------------------------------------*/
#nav-box h6 {
  /*	display: none; */
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
  /*-- メインエリア上に設置するパターン --*/
  #nav-box {
    font-size: 0;
    margin: auto;
    width: 100%;
    padding: 20px 0;
  }
  #nav-box::after {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    display: block;
    width: 100%;
    height: 340px;
    background: #2f2f2f;
    margin-top: -320px;
    z-index: -1;
  }
  /* 第１・２階層トップでは非表示 */
  [data-current-level="1"] #nav-box,
  [data-current-level="2"] #nav-box {
    display: none;
  }
  /* ナビ上に無い独立したページでは非表示 */
  #nav-box.stray {
    display: none;
  }
  /* ニュース配下等では非表示 */
  .multi3[data-page-marker~=no-snav] #nav-box {
    display: none;
  }
  #nav-box h6 {
    display: none;
  }
  #nav-box h5 .btn {
    display: none;
  }
  #nav-box ul.navLevel_1 {
    position: relative;
  }
  #nav-box ul.navLevel_1::after {
    content: "";
    display: block;
    clear: both;
  }
  /* 1階分層 */
  #nav-box br {
    display: none;
  }
  #nav-box strong,
  #nav-box a {
    display: none;
    position: relative;
    text-align: center;
    color: #fff;
    line-height: 1.375;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.03em;
    text-decoration: none;
    margin: 0 20px;
    border-bottom: 1px solid transparent;
  }
  #nav-box a[target=_blank]::after {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 13px;
    height: 12px;
    background: url("../../../../../../resources/sw_img/linkout_white.svg") center center no-repeat;
    background-size: contain;
    margin-left: 0.25em;
  }
  #nav-box li.on > a,
  #nav-box strong {
    /*		color: #00a291; */
    border-bottom-color: #fff;
  }
  #nav-box a:hover {
    /*		color: #00a291; */
    border-bottom-color: #fff;
  }
  /* 現在地を含むフォルダーを表示 */
  #nav .within {
    padding-left: 10px;
  }
  #nav .within > ul {
    padding: 0 20px;
    display: inline-block;
    /*	width: 100%; */
    text-align: left;
  }
  #nav .within > ul:not(.navLevel_1) {
    position: relative;
    float: right;
    width: 800px;
    text-align: left;
  }
  #nav .within > ul:not(.navLevel_1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 22px;
    height: 100%;
    background: #2f2f2f;
    border-left: 1px solid #979797;
  }
  #nav .within > ul > li {
    display: inline-block;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    margin: 10px 0px;
    margin-left: -1px;
  }
  #nav .within > ul > li > a,
  #nav .within > ul > li > strong {
    display: inline-block;
  }
  /* 現在地の親ページ */
  #nav .within > a,
  #nav .within > strong {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    max-width: 250px;
    margin: 0;
    text-align: left;
    padding-bottom: 1px;
    font-size: 24px;
    transform: translate(0, -50%);
  }
  /* 孫ページは非表示 */
  #nav .within > ul ul {
    display: none;
  }
  /* 強制的に、配下ページをナビに表示する */
  [data-page-marker~=snav-this-level] #nav-box {
    display: block;
  }
  [data-page-marker~=snav-this-level] #nav .within {
    padding-left: 0;
  }
  [data-page-marker~=snav-this-level] #nav .within > ul {
    padding: 0;
    display: block;
  }
  [data-page-marker~=snav-this-level] #nav .within > ul:not(.navLevel_1) {
    float: none;
    width: auto;
  }
  [data-page-marker~=snav-this-level] #nav .within > ul:not(.navLevel_1)::before {
    content: none;
  }
  [data-page-marker~=snav-this-level] #nav .within > ul > li {
    display: block;
    border: none;
    margin: 0;
  }
  [data-page-marker~=snav-this-level] #nav .within > ul > li > a,
  [data-page-marker~=snav-this-level] #nav .within > ul > li > strong {
    display: none;
  }
  /* 現在地の親ページ */
  [data-page-marker~=snav-this-level] #nav .within > a,
  [data-page-marker~=snav-this-level] #nav .within > strong {
    position: static;
    max-width: none;
    /*
    		top: 50%;
    		left: 0;
    		display: inline-block;
    		max-width: 250px;
    		margin: 0;
    		text-align: left;
    		padding-bottom: 1px;
    		font-size: 24px;
    		-webkit-transform: translate(0, -50%);
    		    -ms-transform: translate(0, -50%);
    		        transform: translate(0, -50%);
    */
  }
  /* 孫ページは非表示 */
  [data-page-marker~=snav-this-level] #nav .within > ul ul {
    display: block;
  }
  /* 現在地を含むフォルダーを表示 */
  [data-page-marker~=snav-this-level] #nav .within .on {
    padding-left: 10px;
  }
  [data-page-marker~=snav-this-level] #nav .within .on > ul {
    padding: 0 20px;
    display: inline-block;
    /*	width: 100%; */
    text-align: left;
  }
  [data-page-marker~=snav-this-level] #nav .within .on > ul:not(.navLevel_1) {
    position: relative;
    float: right;
    width: 800px;
    text-align: left;
  }
  [data-page-marker~=snav-this-level] #nav .within .on > ul:not(.navLevel_1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 22px;
    height: 100%;
    background: #2f2f2f;
    border-left: 1px solid #979797;
  }
  [data-page-marker~=snav-this-level] #nav .within .on > ul > li {
    display: inline-block;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    margin: 10px 0px;
    margin-left: -1px;
  }
  [data-page-marker~=snav-this-level] #nav .within .on > ul > li > a,
  [data-page-marker~=snav-this-level] #nav .within .on > ul > li > strong {
    display: inline-block;
  }
  /* 現在地ページ */
  [data-page-marker~=snav-this-level] #nav .within .on > a,
  [data-page-marker~=snav-this-level] #nav .within .on > strong {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    max-width: 250px;
    margin: 0;
    text-align: left;
    padding-bottom: 1px;
    font-size: 24px;
    transform: translate(0, -50%);
  }
  /* 孫ページの配下は非表示 */
  [data-page-marker~=snav-this-level] #nav .within .on > ul ul {
    display: none;
  }
}
/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
  #nav-box {
    display: none;
  }
  /*1階層*/
  #nav-box ul.navLevel_1 > li:not(.open) {
    display: none;
  }
  #nav-box ul.navLevel_1 > li > strong,
  #nav-box ul.navLevel_1 > li > a {
    display: block;
    padding: 6px 12px;
    background: #646464;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    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 > strong,
  #nav-box ul.navLevel_2 > li > a {
    display: block;
    padding: 15px 12px;
    background: #fff;
    color: #323232;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    border-bottom: 1px solid #c8c8c8;
  }
  #nav-box ul.navLevel_2 > li > strong,
  #nav-box ul.navLevel_2 > li > a:hover {
    background-color: #fef0e7;
  }
  /*3階層*/
  #nav-box ul.navLevel_3 > li > strong,
  #nav-box ul.navLevel_3 > li > a {
    position: relative;
    display: block;
    padding: 8px 12px;
    padding-left: 32px;
    background: #f0f0f0;
    color: #323232;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    border-bottom: 1px solid #c8c8c8;
  }
  #nav-box ul.navLevel_3 > li > strong::before,
  #nav-box ul.navLevel_3 > li > a::before {
    content: ">";
    position: absolute;
    top: auto;
    left: 18px;
    display: inline-block;
  }
  #nav-box ul.navLevel_3 > li > strong,
  #nav-box ul.navLevel_3 > li > a:hover {
    background-color: #fef0e7;
  }
  /*4階層*/
  #nav-box ul.navLevel_4 > li > strong,
  #nav-box ul.navLevel_4 > li > a {
    display: block;
    padding: 5px 12px;
    background: #dcdcdc;
    color: #323232;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    border-bottom: 1px solid #c8c8c8;
  }
  #nav-box ul.navLevel_4 > li > strong::before,
  #nav-box ul.navLevel_4 > li > a::before {
    content: "・";
    margin-left: 0.5em;
    display: inline-block;
  }
  #nav-box ul.navLevel_4 > li > strong,
  #nav-box ul.navLevel_4 > li > a:hover {
    background: #eb3132;
    color: #fff;
  }
  #nav-box ul.navLevel_5 {
    display: none;
  }
  /* -- ☆階層が増えるごとに、連番で追加 -- */
}
/* -----------------------------
 コンテンツエリア
--------------------------------- */
.quoted-text blockquote,
.highlight-quoted-text,
.text-section,
.faq-item,
.vtable-item,
.ircalendar-title,
.ircalendar-item,
.lead-section,
.uni-table {
  letter-spacing: 0.02em;
  line-height: 2;
}

.quoted-text blockquote em,
.highlight-quoted-text em,
.text-section em,
.internal-link-area em,
.external-link-area em,
.download-link-area em,
.faq-item em,
.vtable-item em,
.ircalendar-title em,
.ircalendar-item em,
.lead-section em,
.uni-table em {
  font-family: inherit;
}

/*------- リンクテキスト ----------*/
.quoted-text blockquote a,
.highlight-quoted-text a,
.text-section a,
.faq-item a,
.vtable-item a,
.ircalendar-title a,
.ircalendar-item a,
.lead-section a,
.uni-table a {
  line-height: inherit;
}

/*------- 別窓アイコン ----------*/
.quoted-text blockquote a[target=_blank]::after,
.highlight-quoted-text a[target=_blank]::after,
.text-section a[target=_blank]::after,
.faq-item a[target=_blank]::after,
.vtable-item a[target=_blank]::after,
.ircalendar-title a[target=_blank]::after,
.ircalendar-item a[target=_blank]::after,
.lead-section a[target=_blank]::after,
.uni-table a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 13px;
  height: 12px;
  background: url("../../../../../../resources/sw_img/linkout.svg") center center no-repeat;
  background-size: contain;
  margin: 0 5px;
}

/*------- PDFアイコン ----------*/
.quoted-text blockquote a[href*=".pdf"]::after,
.highlight-quoted-text a[href*=".pdf"]::after,
.text-section a[href*=".pdf"]::after,
.faq-item a[href*=".pdf"]::after,
.vtable-item a[href*=".pdf"]::after,
.ircalendar-title a[href*=".pdf"]::after,
.ircalendar-item a[href*=".pdf"]::after,
.lead-section a[href*=".pdf"]::after,
.uni-table a[href*=".pdf"]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 24px;
  background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.svg") center center no-repeat;
  background-size: contain;
  margin: 0 5px;
}

/*------------------------------------- 
 見出し
-------------------------------------*/
/*-- ページ概要エリア --*/
/* -- ページタイトルをテキストで表示 -- */
/* 横幅いっぱいで背景付き、ローカルナビの上 */
.page-intro-wrapper {
  width: 100%;
  background: #f9f9f9;
  /*	background: url("../../../../../../resources/sw_img/h1bg.jpg") center center no-repeat; */
  /*	background-size: cover; */
  /*	display: none; */
}

.page-intro-wrapper.no-title-text {
  display: none;
}

.page-intro {
  position: relative;
  margin-bottom: 0;
}

.page-intro > .h1,
#page-intro > h1 {
  position: absolute;
  top: 50%;
  left: 0;
  color: #000;
  font-size: 34px;
  font-weight: normal;
  line-height: 1.25;
  padding: 0 20px;
  transform: translate(0, -50%);
  z-index: 1;
}

.page-intro > .h1 span,
#page-intro > h1 span {
  position: absolute;
  bottom: 0px;
  left: 20px;
  display: block;
  font-size: 22px;
}

/* 通常のwrapper-3内で表示 */
#page-intro > h1 {
  color: #333;
  display: none;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  .page-intro {
    width: 1100px;
    height: 130px;
    padding: 0 20px;
  }
}
/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  .page-intro {
    height: 190px;
    padding: 0 20px;
  }
  #page-intro > h1,
  .page-intro > .h1 {
    font-size: 26px;
  }
}
/* jsでクローンした方を表示して、された方は非表示 */
#page-intro.cloned {
  display: none;
}

/* 編集画面用 */
#page-intro.in-editor {
  display: block;
}

/*-- ニュースページ 共通見出し表示用(要plugin) --*/
.page-intro > .h0,
#page-intro > .h0 {
  display: none;
}

/* -- ページタイトルを画像で表示 -- */
.page-intro .titleImage,
#page-intro .titleImage {
  margin-bottom: 20px;
}

.page-intro .titleImage .h1 img,
#page-intro .titleImage h1 img {
  width: auto;
}

/* -- 日付（ニュース・マルチ2） -- */
.page-intro .text-meta,
#page-intro .text-meta {
  color: inherit;
}

.page-intro .text-meta ul.text-data,
#page-intro .text-meta ul.text-data {
  text-align: right;
  display: none;
}

/*-- ニュースページ カテゴリアイコン表示用(要plugin) --*/
.page-intro .category-icon,
#page-intro .category-icon {
  display: none;
}

/*-- 概要(ページでは非表示・内部リンク元に表示される) --*/
.page-intro .abstractImage,
#page-intro .abstractImage {
  display: none;
}

/*-------------- 中見出し ------------*/
/*-- 見出しh2・h3・h4 スタイルＡ --*/
/*-- 中見出し(共通) --*/
.text-section h2,
.link-list h2,
.link-list-url h2,
.news-result dl dt,
.news-yuho dl dt,
.news-presentation dl dt,
.news-material h2,
.title2.style1 h2 {
  margin-top: 20px;
  padding-top: 10px;
  color: #000;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin-bottom: 25px;
}

/* 見出しh3レベル */
.news-material dl dt,
.title3.style1 h3 {
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 0;
  border-bottom: 1px solid #000;
  margin-bottom: 25px;
}

/* 見出しh4レベル */
.title4.style1 h4 {
  position: relative;
  margin-top: 30px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.25;
  border-left: 2px solid #000;
  margin-bottom: 25px;
}

/*-- 見出しh2・h3・h4 スタイルＢ --*/
.title2.style2 h2 {
  margin-top: 20px;
  text-align: center;
  color: #000;
  font-size: 27px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 0;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
[data-page-path="/ja/index"] .title2.style2 h2 {
  font-size: 32px;
}
@media handheld, only screen and (max-width: 767px) {
  [data-page-path="/ja/index"] .title2.style2 h2 {
    font-size: 24px;
    margin: 50px auto 10px;
  }
}

.title3.style2 h3 {
  margin-top: 20px;
  padding-top: 30px;
  text-align: center;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 0;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.title2.style2 + .title3.style2 {
  margin-top: -25px;
}

.title2.style2 + .title3.style2 h3 {
  margin-top: 0;
  padding-top: 0;
}

/*-- 見出しh2・h3・h4 スタイルＣ --*/
.title3.style3 h3 {
  margin-top: 20px;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 0;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.title4.style3 h4 {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 10px;
}

/* コンテンツエリアの最初の見出しは上マージン無し */
[role=main] > *:first-child > * > .title2 h2,
[role=main] > *:first-child > * > .title3 h3,
[role=main] > *:first-child > * > .title4 h4 {
  margin-top: 0;
}

/* 各カラムの最後に見出しを置く場合の下マージン調整(1カラム見出し＋2カラム画像等のケース) */
[role=main] > * > .title2:not(.highlight):last-child h2,
[role=main] > * > .title3:not(.highlight):last-child h3,
[role=main] > * > .title4:not(.highlight):last-child h4,
[role=main] > * > .title2.highlight:last-child h2,
[role=main] > * > .title3.highlight:last-child h3,
[role=main] > * > .title4.highlight:last-child h4 {
  /*	margin-bottom: 0px;  */
}

/*-- 下マージンなし --*/
#sharewithmain .lx_title_mb0 .title2 h2,
#sharewithmain .lx_title_mb0 .title3 h3,
#sharewithmain .lx_title_mb0 .title4 h4 {
  margin-bottom: 0;
}

/*------------------------------------- 
 テキスト・画像
-------------------------------------*/
/*-------------- 緊急お知らせエリア --------------*/
/* 総合トップ・サイトトップのみ、コンテンツエリア外に１つのみ */
.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: 768px) {
  .quoted-text blockquote {
    width: 1060px;
    margin: 0px auto;
  }
}
/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
  .quoted-text {
    padding: 15px 15px;
  }
}
/*-------------- 囲み線ありテキスト --------------*/
.highlight-quoted-text {
  background: #f5f5f5;
  padding: 25px 35px;
  margin: 0 auto 20px;
}

.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: 12px;
  font-style: italic;
}

/* -- デスクトップ用 -- */
/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
  .highlight-quoted-text {
    padding: 10px;
  }
}
/*-------------- キャプション・リード・注釈 --------------*/
.lead-section.catch {
  font-size: 44px;
  font-weight: bold;
}

.lead-section.lead {
  font-size: 18px;
  font-weight: bold;
}

.lead-section.note {
  font-size: 13px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .lead-section.catch {
    font-size: 34px;
  }
}
/*-------------- テキストと画像 --------------*/
.text-section {
  margin-bottom: 20px;
}

/*-------------- FAQ --------------*/
.faq-list > ul > li {
  clear: both;
  margin-bottom: 20px;
  min-height: 54px;
}

.faq-list h3 {
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 18px;
}

.faq-list h3::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 20px;
  display: block;
  width: 45px;
  height: 18px;
  background: url("../../../../../../resources/sw_img/icon_q.png") center center no-repeat;
  background-size: contain;
  margin-top: 0.125em;
}

.faq-list h3 a {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.25;
  padding: 15px 60px 15px 75px;
}

.faq-list h3 a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../../../../../resources/sw_img/icon_down.png") center center no-repeat;
  background-size: contain;
}

.faq-list h3 a.js-selected::before {
  transform: rotate(180deg);
}

.faq-item {
  position: relative;
  color: #444;
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  /*	min-height: 35px; */
  padding: 20px 20px 20px 100px;
  background: #f5f5f5;
}

.faq-item::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 50px;
  height: 18px;
  background: url("../../../../../../resources/sw_img/icon_a.png") center center no-repeat;
  background-size: contain;
  margin-top: 0.3em;
}

/*-- FAQを出しっぱなしにする設定 --*/
/*
.faq-list h3 a {
	cursor: inherit;
}
.faq-list > ul > li {
	height: auto !important;
}
.faq-item {
	display: block !important;
}
*/
/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  .faq-list h3 a {
    padding-right: 20px;
  }
}
/*------------------------------------- 
 ページ内リンク・バナーリンク・エリアリンク
-------------------------------------*/
/* 原則、内部リンクと外部リンクは同スタイルを設定する */
/*-------------- ページ内リンク --------------*/
/* ページ内リンクは１カラム内にまとめて入力し、マルチカラムクラスでアライメントを設定する */
.anchor-link {
  margin-bottom: 10px;
}

.anchor-link a {
  position: relative;
  display: block;
  padding-left: 30px;
  color: inherit;
  font-size: 18px;
  letter-spacing: 0.03em;
}

.anchor-link a::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../../../../../resources/sw_img/icon_down.png") center center no-repeat;
  background-size: contain;
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
  .anchor-link {
    display: inline-block;
  }
  .anchor-link + .anchor-link {
    margin-left: 10px;
    padding-left: 10px;
  }
}
/* -- スマホ用 -- */
/*-------------- バナー（共通設定） --------------*/
/* テキストのみ／テキストと画像 */
.teaser p,
.external-teaser p,
.download-teaser p {
  margin-top: 10px;
}

/* 画像のみ／テキストと画像 */
/* ----- 内部・外部バナー（テキストのみ）　スタイルＡ ----- */
/* ----- ダウンロードバナー（テキストのみ）　スタイルＡ ----- */
.teaser.no-img.style1,
.external-teaser.no-img.style1,
.download-teaser.no-img.style1 {
  max-width: 500px;
}

.teaser.no-img.style1 h2,
.external-teaser.no-img.style1 h2,
.download-teaser.no-img.style1 h2 {
  position: relative;
}

.teaser.no-img.style1 h2 a,
.external-teaser.no-img.style1 h2 a,
.download-teaser.no-img.style1 h2 a {
  padding: 17px 20px;
  padding-right: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #00a291;
  text-decoration: none;
  border: 1px solid #00a291;
}

.download-teaser.no-img.style1 h2 a {
  color: #c6494a;
  border-color: #c6494a;
  background: #fff;
}

.teaser.no-img.style1 h2 a::before,
.external-teaser.no-img.style1 h2 a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 12px;
  background: url("../../../../../../resources/sw_img/icon_arr02_white.svg") center center no-repeat;
  background-size: contain;
}

.teaser.no-img.style1 h2 a[target=_blank]::after,
.external-teaser.no-img.style1 h2 a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 12px;
  background: url("../../../../../../resources/sw_img/linkout_white.svg") center center no-repeat;
  background-size: contain;
  margin-left: 5px;
}

.download-teaser.no-img.style1 h2 a[href*=".pdf"]::before,
.download-teaser.no-img.style1 h2 a[href*=".xls"]::before,
.download-teaser.no-img.style1 h2 a[href*=".zip"]::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 24px;
  background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.svg") center center no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.download-teaser.no-img.style1 h2 a[href*=".xls"] {
  color: #26a054;
  border-color: #26a054;
}

.download-teaser.no-img.style1 h2 a[href*=".xls"]::before {
  width: 17px;
  height: 24px;
  background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/excel.svg");
}

.download-teaser.no-img.style1 h2 a[href*=".zip"] {
  color: #e99300;
  border-color: #e99300;
}

.download-teaser.no-img.style1 h2 a[href*=".zip"]::before {
  width: 17px;
  height: 24px;
  background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/zip.svg");
}

.teaser.no-img.style1 p,
.external-teaser.no-img.style1 p,
.download-teaser.no-img.style1 p {
  margin-top: 5px;
  font-size: 14px;
}

.teaser.no-img.style1 h2 a:hover,
.external-teaser.no-img.style1 h2 a:hover {
  background-color: #fff;
  color: #00a291;
}

.download-teaser.no-img.style1 h2 a:hover {
  color: #fff;
  background: #c6494a;
}

.teaser.no-img.style1 h2 a:hover::before,
.external-teaser.no-img.style1 h2 a:hover::before {
  background-image: url("../../../../../../resources/sw_img/icon_arr02.svg");
}

.teaser.no-img.style1 h2 a[target=_blank]:hover::after,
.external-teaser.no-img.style1 h2 a[target=_blank]:hover::after {
  background-image: url("../../../../../../resources/sw_img/linkout.svg");
}

.download-teaser.no-img.style1 h2 a[href*=".pdf"]:hover::before {
  background-image: url("../../../../../../resources/sw_img/icon_pdf_white.svg");
}

.download-teaser.no-img.style1 h2 a[href*=".xls"]:hover {
  background: #26a054;
}

.download-teaser.no-img.style1 h2 a[href*=".xls"]:hover::before {
  background-image: url("../../../../../../resources/sw_img/icon_xls_white.svg");
}

.download-teaser.no-img.style1 h2 a[href*=".zip"]:hover {
  background: #e99300;
}

.download-teaser.no-img.style1 h2 a[href*=".zip"]:hover::before {
  background-image: url("../../../../../../resources/sw_img/icon_zip_white.svg");
}

/* お問い合わせ専用 チェックボックスつきテキスト */
.external-teaser.no-img.with-checkbox p {
  text-align: center;
  font-size: 14px;
}

.external-teaser.no-img.with-checkbox h2 a {
  color: #000;
  background: #fff;
  border-color: #000;
}

.external-teaser.no-img.with-checkbox h2 a::before {
  content: "";
  position: static;
  top: auto;
  right: auto;
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 15px;
  background: url("../../../../../../resources/sw_img/icon_contact.svg") center center no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.external-teaser.no-img.with-checkbox input[type=checkbox] {
  vertical-align: middle;
}

.external-teaser.no-img.with-checkbox h2 a:hover {
  color: #fff;
  background: #000;
}

.external-teaser.no-img.with-checkbox h2 a:hover::before {
  background-image: url("../../../../../../resources/sw_img/icon_contact_white.svg");
}

/* お問い合わせ専用 リンク無効時 */
.external-teaser.no-img.with-checkbox.disabled h2 a {
  color: #fff;
  background: #ddd;
  border-color: #ddd;
}

.external-teaser.no-img.with-checkbox.disabled h2 a::before {
  background-image: url("../../../../../../resources/sw_img/icon_contact_white.svg");
}

/* ----- 内部・外部バナー（テキストのみ）　スタイルＢ ----- */
/* ----- ダウンロードバナー（テキストのみ）　スタイルＢ ----- */
.teaser.no-img.style2,
.external-teaser.no-img.style2,
.download-teaser.no-img.style2 {
  display: table;
  min-width: 190px;
}

.teaser.no-img.style2 h2,
.external-teaser.no-img.style2 h2,
.download-teaser.no-img.style2 h2 {
  position: relative;
}

.teaser.no-img.style2 h2 a,
.external-teaser.no-img.style2 h2 a,
.download-teaser.no-img.style2 h2 a {
  padding: 10px 30px;
  text-align: center;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.03em;
  background: #fff;
  text-decoration: none;
  border: 1px solid #000;
}

.download-teaser.no-img.style2 h2 a {
  color: #c6494a;
  border-color: #c6494a;
  background: #fff;
}

.teaser.no-img.style2 h2 a[target=_blank]::after,
.external-teaser.no-img.style2 h2 a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 12px;
  background: url("../../../../../../resources/sw_img/linkout_block.svg") center center no-repeat;
  background-size: contain;
  margin-left: 5px;
}

.download-teaser.no-img.style2 h2 a[href*=".pdf"]::before,
.download-teaser.no-img.style2 h2 a[href*=".xls"]::before,
.download-teaser.no-img.style2 h2 a[href*=".zip"]::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 24px;
  background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.svg") center center no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.download-teaser.no-img.style2 h2 a[href*=".xls"]::before {
  width: 17px;
  height: 24px;
  background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/excel.svg");
}

.download-teaser.no-img.style2 h2 a[href*=".zip"]::after {
  width: 17px;
  height: 24px;
  background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/zip.svg");
}

.teaser.no-img.style2 p,
.external-teaser.no-img.style2 p,
.download-teaser.no-img.style2 p {
  margin-top: 5px;
  font-size: 14px;
}

.teaser.no-img.style2 h2 a:hover,
.external-teaser.no-img.style2 h2 a:hover {
  background-color: #000;
  color: #fff;
}

.download-teaser.no-img.style2 h2 a:hover {
  color: #fff;
  background: #c6494a;
}

.teaser.no-img.style2 h2 a[target=_blank]:hover::after,
.external-teaser.no-img.style2 h2 a[target=_blank]:hover::after {
  background-image: url("../../../../../../resources/sw_img/linkout_white.svg");
}

.download-teaser.no-img.style2 h2 a:hover::before {
  background-image: url("../../../../../../resources/sw_img/icon_pdf_white.svg");
}

/*== テキストバナー 左寄せ ==*/
.lx_teaser_halign_left .teaser.no-img.style1,
.lx_teaser_halign_left .external-teaser.no-img.style1,
.lx_teaser_halign_left .download-teaser.no-img.style1 {
  display: inline-table;
  margin-right: 20px;
}

/* ----- 内部・外部バナー（テキストと画像）　スタイルＡ ----- */
/* ----- ダウンロードバナー（テキストと画像）　スタイルＡ ----- */
.teaser:not(.no-img).style1,
.external-teaser:not(.no-img).style1,
.download-teaser:not(.no-img).style1 {
  display: flex;
  flex-direction: column;
}

.teaser:not(.no-img).style1 > *,
.external-teaser:not(.no-img).style1 > *,
.download-teaser:not(.no-img).style1 > * {
  flex: 0 0 auto;
}

.teaser:not(.no-img).style1 h2,
.external-teaser:not(.no-img).style1 h2,
.download-teaser:not(.no-img).style1 h2 {
  order: 2;
  position: relative;
}

.teaser:not(.no-img).style1 h2 a,
.external-teaser:not(.no-img).style1 h2 a,
.download-teaser:not(.no-img).style1 h2 a {
  padding-top: 20px;
  text-align: left;
  font-size: 26px;
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

.teaser:not(.no-img).style1 h2 a[target=_blank]::after,
.external-teaser:not(.no-img).style1 h2 a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 12px;
  background: url("../../../../../../resources/sw_img/linkout.svg") center center no-repeat;
  background-size: contain;
  margin-left: 5px;
}

.teaser:not(.no-img).style1 h2 + a,
.external-teaser:not(.no-img).style1 h2 + a,
.download-teaser:not(.no-img).style1 h2 + a {
  order: 1;
  display: block;
}

.teaser:not(.no-img).style1 h2 + a img,
.external-teaser:not(.no-img).style1 h2 + a img,
.download-teaser:not(.no-img).style1 h2 + a img {
  display: block;
  width: 100%;
}

.teaser:not(.no-img).style1 p,
.external-teaser:not(.no-img).style1 p,
.download-teaser:not(.no-img).style1 p {
  order: 3;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}

.teaser:not(.no-img).style1:hover h2 a,
.external-teaser:not(.no-img).style1:hover h2 a,
.download-teaser:not(.no-img).style1:hover h2 a,
.teaser:not(.no-img).style1 h2 a:hover,
.external-teaser:not(.no-img).style1 h2 a:hover,
.download-teaser:not(.no-img).style1 h2 a:hover {
  text-decoration: underline;
}

/*== 画像バナー 背景色・枠線つき ==*/
/* 画像中央 */
.lx_teaser_img_border01 .teaser:not(.no-img).style1,
.lx_teaser_img_border01 .external-teaser:not(.no-img).style1,
.lx_teaser_img_border01 .download-teaser:not(.no-img).style1 {
  border: 1px solid #ccc;
  background: #f6f6f6;
}

/* 画像左 */
.lx_teaser_img_border02 .teaser:not(.no-img).style1,
.lx_teaser_img_border02 .external-teaser:not(.no-img).style1,
.lx_teaser_img_border02 .download-teaser:not(.no-img).style1 {
  border: 1px solid #ccc;
  background: #f6f6f6;
}

.lx_teaser_img_border02 .teaser:not(.no-img).style1 > a img,
.lx_teaser_img_border02 .external-teaser:not(.no-img).style1 > a img,
.lx_teaser_img_border02 .download-teaser:not(.no-img).style1 > a img {
  margin-left: 0;
}

/* ----- 内部・外部バナー（テキストと画像）　スタイルＢＣ ----- */
/* ----- ダウンロードバナー（テキストと画像）　スタイルＢＣ ----- */
.teaser:not(.no-img).style2,
.external-teaser:not(.no-img).style2,
.download-teaser:not(.no-img).style2,
.teaser:not(.no-img).style3,
.external-teaser:not(.no-img).style3,
.download-teaser:not(.no-img).style3 {
  position: relative;
}

.teaser:not(.no-img).style2 h2,
.external-teaser:not(.no-img).style2 h2,
.download-teaser:not(.no-img).style2 h2,
.teaser:not(.no-img).style3 h2,
.external-teaser:not(.no-img).style3 h2,
.download-teaser:not(.no-img).style3 h2 {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.teaser:not(.no-img).style2 h2 a,
.external-teaser:not(.no-img).style2 h2 a,
.download-teaser:not(.no-img).style2 h2 a,
.teaser:not(.no-img).style3 h2 a,
.external-teaser:not(.no-img).style3 h2 a,
.download-teaser:not(.no-img).style3 h2 a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  background: rgba(255, 255, 255, 0.83);
  /*	font-size: calc(10px + 1.5vw); */
  font-size: 20px;
  color: #000;
  font-weight: normal;
  letter-spacing: 0;
  text-decoration: none;
}

.teaser:not(.no-img).style3 h2 a,
.external-teaser:not(.no-img).style3 h2 a,
.download-teaser:not(.no-img).style3 h2 a {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}

.teaser:not(.no-img).style2 h2 a span,
.external-teaser:not(.no-img).style2 h2 a span,
.download-teaser:not(.no-img).style2 h2 a span,
.teaser:not(.no-img).style3 h2 a span,
.external-teaser:not(.no-img).style3 h2 a span,
.download-teaser:not(.no-img).style3 h2 a span {
  position: relative;
  display: block;
  /*	margin-top: calc(5px + .75vw); */
  margin-top: 20px;
  /*	padding-top: calc(7px + 1.05vw); */
  padding-top: 28px;
  font-size: 50%;
  letter-spacing: 0;
}

.teaser:not(.no-img).style2 h2 a span::before,
.external-teaser:not(.no-img).style2 h2 a span::before,
.download-teaser:not(.no-img).style2 h2 a span::before,
.teaser:not(.no-img).style3 h2 a span::before,
.external-teaser:not(.no-img).style3 h2 a span::before,
.download-teaser:not(.no-img).style3 h2 a span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  /*	width: calc(100vw / 1920 * 275); */
  width: 275px;
  height: 1px;
  background: #000;
  transform: translate(-50%, 0);
}

.teaser:not(.no-img).style3 h2 a span::before,
.external-teaser:not(.no-img).style3 h2 a span::before,
.download-teaser:not(.no-img).style3 h2 a span::before {
  background: #fff;
}

.teaser:not(.no-img).style2 h2 a[target=_blank]::after,
.external-teaser:not(.no-img).style2 h2 a[target=_blank]::after,
.teaser:not(.no-img).style3 h2 a[target=_blank]::after,
.external-teaser:not(.no-img).style3 h2 a[target=_blank]::after {
  content: "";
  position: absolute;
  /*	right: calc(5px + .75vw); */
  right: 20px;
  /*	bottom: calc(5px + .75vw); */
  bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 12px;
  background: url("../../../../../../resources/sw_img/linkout_black.svg") center center no-repeat;
  background-size: contain;
  margin-left: 5px;
}

.teaser:not(.no-img).style3 h2 a[target=_blank]::after,
.external-teaser:not(.no-img).style3 h2 a[target=_blank]::after {
  background-image: url("../../../../../../resources/sw_img/linkout_white.svg");
}

.teaser:not(.no-img).style2 h2 + a,
.external-teaser:not(.no-img).style2 h2 + a,
.download-teaser:not(.no-img).style2 h2 + a,
.teaser:not(.no-img).style3 h2 + a,
.external-teaser:not(.no-img).style3 h2 + a,
.download-teaser:not(.no-img).style3 h2 + a {
  display: block;
}

.teaser:not(.no-img).style2 h2 + a img,
.external-teaser:not(.no-img).style2 h2 + a img,
.download-teaser:not(.no-img).style2 h2 + a img,
.teaser:not(.no-img).style3 h2 + a img,
.external-teaser:not(.no-img).style3 h2 + a img,
.download-teaser:not(.no-img).style3 h2 + a img {
  display: block;
  width: 100%;
  opacity: 1;
  /*
  	-webkit-transition: 0.7s 0.1s;
  	-o-transition: 0.7s 0.1s;
  	transition: 0.7s 0.1s;
  */
}

.teaser:not(.no-img).style2 p,
.external-teaser:not(.no-img).style2 p,
.download-teaser:not(.no-img).style2 p,
.teaser:not(.no-img).style3 p,
.external-teaser:not(.no-img).style3 p,
.download-teaser:not(.no-img).style3 p {
  display: none;
}

.teaser:not(.no-img).style2:hover > a img,
.external-teaser:not(.no-img).style2:hover > a img,
.download-teaser:not(.no-img).style2:hover > a img,
.teaser:not(.no-img).style3:hover > a img,
.external-teaser:not(.no-img).style3:hover > a img,
.download-teaser:not(.no-img).style3:hover > a img {
  opacity: 0.7;
  /*
  	opacity: 1;
  	-webkit-transform: scale(1.2);
  	    -ms-transform: scale(1.2);
  	        transform: scale(1.2);
  */
}

[id=wide] [role=main] .teaser:not(.no-img).style2 h2 a,
[id=wide] [role=main] .external-teaser:not(.no-img).style2 h2 a,
[id=wide] [role=main] .download-teaser:not(.no-img).style2 h2 a,
[id=wide] [role=main] .teaser:not(.no-img).style3 h2 a,
[id=wide] [role=main] .external-teaser:not(.no-img).style3 h2 a,
[id=wide] [role=main] .download-teaser:not(.no-img).style3 h2 a {
  font-size: 40px;
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  .teaser:not(.no-img).style2 h2 a,
  .external-teaser:not(.no-img).style2 h2 a,
  .download-teaser:not(.no-img).style2 h2 a,
  .teaser:not(.no-img).style3 h2 a,
  .external-teaser:not(.no-img).style3 h2 a,
  .download-teaser:not(.no-img).style3 h2 a {
    font-size: calc((10px + 1.5vw) * 2);
  }
  .teaser:not(.no-img).style2 h2 a span,
  .external-teaser:not(.no-img).style2 h2 a span,
  .download-teaser:not(.no-img).style2 h2 a span,
  .teaser:not(.no-img).style3 h2 a span,
  .external-teaser:not(.no-img).style3 h2 a span,
  .download-teaser:not(.no-img).style3 h2 a span {
    margin-top: calc((5px + 0.75vw) * 2);
    padding-top: calc((7px + 1.05vw) * 2);
  }
  .teaser:not(.no-img).style2 h2 a span::before,
  .external-teaser:not(.no-img).style2 h2 a span::before,
  .download-teaser:not(.no-img).style2 h2 a span::before,
  .teaser:not(.no-img).style3 h2 a span::before,
  .external-teaser:not(.no-img).style3 h2 a span::before,
  .download-teaser:not(.no-img).style3 h2 a span::before {
    width: 28.6458333333vw;
  }
  [id=wide] [role=main] .teaser:not(.no-img).style2 h2 a,
  [id=wide] [role=main] .external-teaser:not(.no-img).style2 h2 a,
  [id=wide] [role=main] .download-teaser:not(.no-img).style2 h2 a,
  [id=wide] [role=main] .teaser:not(.no-img).style3 h2 a,
  [id=wide] [role=main] .external-teaser:not(.no-img).style3 h2 a,
  [id=wide] [role=main] .download-teaser:not(.no-img).style3 h2 a {
    font-size: 30px;
  }
}
/*== テキストバナー 左寄せ ==*/
.lx_teaser_halign_left .teaser.no-img.style2,
.lx_teaser_halign_left .external-teaser.no-img.style2,
.lx_teaser_halign_left .download-teaser.no-img.style2 {
  display: inline-table;
  margin-right: 20px;
}

/*== テキストバナー 右寄せ ==*/
.lx_teaser_halign_right .teaser.no-img.style2,
.lx_teaser_halign_right .external-teaser.no-img.style2,
.lx_teaser_halign_right .download-teaser.no-img.style2 {
  margin-right: 0;
}

/*------ 内部・外部 エリアリンク ------*/
.internal-link-area:not(.highlight),
.external-link-area:not(.highlight) {
  margin-bottom: 20px;
}

.internal-link-area:not(.highlight) > a,
.external-link-area:not(.highlight) > a {
  display: block;
  text-decoration: none;
}

.internal-link-area:not(.highlight) > a:hover,
.external-link-area:not(.highlight) > a:hover {
  opacity: 0.7;
}

/*------ 内部・外部 エリアリンク（ハイライト表示） ------*/
.internal-link-area.highlight,
.external-link-area.highlight {
  margin-bottom: 20px;
}

.internal-link-area.highlight > a,
.external-link-area.highlight > a {
  display: block;
  text-decoration: none;
  background: #f5f5f5;
  padding-bottom: 35px;
  color: inherit;
}

.internal-link-area.highlight > a img.large,
.external-link-area.highlight > a img.large {
  margin-bottom: 35px;
}

.internal-link-area.highlight > a p,
.external-link-area.highlight > a p {
  padding: 0 35px;
}

.internal-link-area.highlight > a:hover,
.external-link-area.highlight > a:hover {
  opacity: 0.7;
}

/*------ ダウンロード エリアリンク ------*/
.download-link-area:not(.highlight) {
  margin-bottom: 20px;
}

.download-link-area:not(.highlight) > a {
  display: block;
  text-decoration: none;
}

.download-link-area:not(.highlight) > a:hover {
  opacity: 0.7;
}

/* -- テキスト先頭に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: 17px;
  height: 24px;
  background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.svg") center center no-repeat;
  background-size: contain;
  margin: 0 5px;
}

/*------------------------------------- 
 リスト
-------------------------------------*/
/* 共通設定 決算短信・有報・最新決算・説明会資料（自動連携）、リンクリスト（手動） */
.link-list:not(.highlight) ul,
.link-list-url ul,
.news-result dl,
.news-yuho dl,
.news-presentation dl,
.news-material dl {
  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;
}

/*-- 副見だし --*/
.link-list:not(.highlight) ul li[class],
.link-list-url ul li[class],
.news-result dl dd,
.news-yuho dl dd,
.news-presentation dl dd,
.news-material dl dd {
  position: relative;
  padding-top: 5px;
  margin-bottom: 5px;
}

/* パターンA：ダウンロードもアイコンをつける場合 */
.link-list:not(.highlight) li[class]:not(.highlight),
.link-list-url li[class]:not(.highlight),
.news-result dl dd:not(.highlight),
.news-yuho dl dd:not(.highlight),
.news-presentation dl dd:not(.highlight),
.news-material dl dd:not(.highlight) {
  padding-left: 20px;
}

.link-list:not(.highlight) li[class]:not(.highlight)::before,
.link-list-url li[class]:not(.highlight)::before,
.news-result dl dd:not(.highlight)::before,
.news-yuho dl dd:not(.highlight)::before,
.news-presentation dl dd:not(.highlight)::before,
.news-material dl dd:not(.highlight)::before {
  content: "";
  position: absolute;
  top: calc(5px + 0.75em - 4px);
  left: 6px;
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url("../../../../../../resources/sw_img/icon_arr01.svg") no-repeat center center;
  background-size: contain;
}

/* パターンB：ダウンロードにリンクアイコンをつけない場合 */
/*
.link-list:not(.highlight) .internal-link-text:not(.highlight) ,
.link-list:not(.highlight) .external-link-text:not(.highlight) ,
.link-list-url .internal-link-text:not(.highlight) ,
.link-list-url .external-link-text:not(.highlight) ,
.news-result dl dd.no-download:not(.highlight) ,
.news-yuho dl dd.no-download:not(.highlight) ,
.news-presentation dl dd.no-download:not(.highlight) ,
.news-material dl dd.no-download:not(.highlight) {
	padding-left: 20px;
}

.link-list:not(.highlight) .internal-link-text:not(.highlight)::before ,
.link-list:not(.highlight) .external-link-text:not(.highlight)::before ,
.link-list-url .internal-link-text:not(.highlight)::before ,
.link-list-url .external-link-text:not(.highlight)::before ,
.news-result dl dd.no-download:not(.highlight)::before ,
.news-yuho dl dd.no-download:not(.highlight)::before ,
.news-presentation dl dd.no-download:not(.highlight)::before ,
.news-material dl dd.no-download:not(.highlight)::before {
	content: "";
	position: absolute;
	top: calc(5px + 1.5em / 2 - 8px / 2);
	left: 6px;
	display: inline-block;
	width: 5px;
	height: 8px;
	background: url("../../../../../../resources/sw_img/icon_arr01.svg") no-repeat center center;
	background-size: contain;
}
*/
/* リンクなしテキストは、リンクアイコン無しで、パディングだけつける */
.link-list:not(.highlight) 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;
}

/* 外窓アイコン（ダウンロード以外） */
.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: 13px;
  height: 12px;
  background: url("../../../../../../resources/sw_img/linkout.svg") center center no-repeat;
  background-size: contain;
  margin: 0 5px;
}

/* ハイライト表示のリンクは、直前のリンクに属する様に見えるスタイルにする。 */
/* (ハイライト表示されていないリンクは、他の決算短信・有報と同列に表示）  */
.link-list:not(.highlight) li[class].highlight,
.link-list-url li.highlight,
.news-result dl dd.highlight,
.news-yuho dl dd.highlight,
.news-presentation dl dd.highlight,
.news-material dl dd.highlight {
  padding-top: 0px;
  padding-left: 45px;
}

/* ハイライト表示のリンクのＬ字アイコン */
.link-list:not(.highlight) li[class].highlight::before,
.link-list-url li.highlight::before,
.news-result dl dd.highlight::before,
.news-yuho dl dd.highlight::before,
.news-presentation dl dd.highlight::before,
.news-material dl dd.highlight::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 25px;
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

/* リンクテキスト */
/*-- リンクリスト（ハイライト表示） --*/
/*------------------------------------- 
 表組・テーブル・財務ハイライト(表組)・配当金(表組)
-------------------------------------*/
/*-- 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(1rem - 1px);
}

/* セル */
/* 枠線とセル内余白を指定 */
/* ※枠線が必要ない場合、1px solid transparentで設定する */
.shwTable table.htCore tr td,
th, td {
  color: inherit;
  padding: 14px 14px;
  border: 1px solid #ccc;
}

/* 背景色を指定 */
.htCore tr td,
th, td {
  background: #fff;
}

/* 空セルの高さ保障(padding上下 + line-height) */
.tbCore tr td {
  height: calc(28px + 1.5em);
}

/* 見出し */
/* 背景色と文字色を指定 */
.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.tableRowHead,
.shwTable table tr td.tableColumnHead,
td.tbRowHead,
td.tbColumnHead,
th {
  background-color: #595d61;
  color: #fff;
  font-weight: normal;
}

/* 見出し列 */
/* 背景色と文字色を指定 */
.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,
td.tbColumnHead,
.vtable-item > table > tbody > tr > th {
  text-align: left;
  vertical-align: middle;
  background-color: #595d61;
  color: #fff;
  font-weight: normal;
}

/* 見出し行 */
/* 背景色と文字色を指定 */
.highlights-table tr.r0 th,
.highlights-alltable-2nd tr.r0 th,
.haitou-table-2nd th,
.shwTable table tr td.tableRowHead,
td.tbRowHead,
.ircalendar-title > table > tbody > tr > th,
thead th {
  text-align: center;
  vertical-align: top;
  background-color: #2f2f2f;
  border-color: #fff;
  color: #fff;
  font-weight: normal;
}

/* 見出しセル中の太字 */
/* thはboldが基本設定なので、thをnormalに設定する場合は、要変更 */
.vtable-item > table > tbody > tr > th strong,
.ircalendar-title > table > tbody > tr > th strong {
  /*	font-weight: normal; */
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
  /* お問い合わせを表組風に */
  /* 枠線とセル内余白（セル相当）、背景色と文字色(見出し列相当)を指定 */
  .form-wrapper .form-edit,
  .form-wrapper .form-selection {
    color: inherit;
    padding: 14px 14px;
    border: 1px solid #ccc;
    text-align: left;
    vertical-align: middle;
  }
  .form-wrapper .form-edit::before,
  .form-wrapper .form-selection::before,
  .form-wrapper .form-edit > label,
  .form-wrapper .form-selection > label {
    color: inherit;
    padding: 14px 14px;
    border: 1px solid #ccc;
    text-align: left;
    vertical-align: middle;
    background-color: #595d61;
    color: #fff;
    font-weight: normal;
  }
}
/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
  /* お問い合わせを表組風に */
  /* 枠線とセル内余白（セル相当）、背景色と文字色(見出し列相当)を指定 */
  .form-wrapper .form-edit,
  .form-wrapper .form-selection,
  .form-wrapper .form-edit > label,
  .form-wrapper .form-selection > label {
    color: inherit;
    padding: 14px 14px;
    border: 1px solid #ccc;
  }
  /* 見出し部分、カウンターマージンを設定する */
  .form-wrapper .form-edit > label,
  .form-wrapper .form-selection > label {
    border-top: none;
    border-left: none;
    border-right: none;
    margin: -14px -14px 14px;
    text-align: left;
    vertical-align: middle;
    background-color: #595d61;
    color: #fff;
    font-weight: normal;
  }
}
/*-------------- テーブル縦 --------------*/
/* -- デフォルト比率  -- */
.vtable-item > table > tbody > tr > th,
.vtable-item > table > tbody > tr > td {
  width: 20%;
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
  /* テーブル縦を、縦に並べるスタイル */
  /*
  .vtable-item > table ,
  .vtable-item > table > tbody ,
  .vtable-item > table > tbody > tr ,
  .vtable-item > table > tbody > tr > th ,
  .vtable-item > table > tbody > tr > td {
  	display: block;
  }

  .vtable-item > table > tbody > tr > th ,
  .vtable-item > table > tbody > tr > td {
  	width: auto !important;
  }

  .vtable-item > table > tbody > tr > th::after ,
  .vtable-item > table > tbody > tr > td::after {
  	content: "";
  	display: block;
  	clear: both;
  }
  */
}
/*-------------- テーブル横 --------------*/
/* -- デフォルト比率  -- */
.ircalendar-title > table > tbody > tr > th,
.ircalendar-item > table > tbody > tr > td {
  width: 20%;
}

/*-------------- 表組 --------------*/
/* -- 表タイトル -- */
.shwTableTitle h2 {
  font-weight: bold;
  margin-bottom: 5px;
}

/* -- 表組 -- */
.shwTable {
  margin-bottom: 20px;
}

/* -- 単位（表組の外） -- */
.shwTable td.shw-table-row {
  color: inherit;
}

/*-------------- マルチセル --------------*/
.uni-table {
  margin-bottom: 20px;
}

/*-------------- 財務ハイライト表組 --------------*/
.highlights-table,
.highlights-alltable-2nd {
  margin-bottom: 40px;
}

/* 単位 */
/*-------------- 配当 表組 --------------*/
.haitou-table-2nd {
  margin-bottom: 20px;
}

/* 配当予想セル */
/*------------------------------------- 
 グラフ・財務ハイライト(グラフ)・配当金(グラフ)
-------------------------------------*/
/* important付きは、html上のスタイルを上書きする必要があるもの */
/*-------------- グラフ --------------*/
.graph {
  position: relative;
  margin: 0 auto 20px;
}

.highcharts-container {
  margin: auto;
}

.highlights-graph {
  position: relative;
  margin: 0 auto 20px;
}

/* 幅指定 */
.lx_graph_w420 .highlights-graph,
.lx_graph_w420 .graph {
  max-width: 420px;
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  /* グラフをタップしてもツールチップが出ない様にする代わりに */
  /* グラフ部分をドラッグしてのスクロールを可能にする */
  .graph > div {
    position: relative;
    width: auto !important;
    margin: auto;
  }
  .highlights-graph .highcharts-container,
  .graph .highcharts-container {
    position: static !important;
  }
  .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;
  }
  .lx_graph_sp_swipe .graph {
    overflow-x: scroll;
  }
  .lx_graph_sp_swipe .graph > div {
    display: inline-block;
  }
}
/* -- グラフ データラベル 文字影設定 -- */
/* -- (IEではこの設定は効ない。グラフテーマの設定が優先される) -- */
.highcharts-data-labels text {
  /*	text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF, -1px 1px 0px #FFF, 1px -1px 0px #FFF !important; */
}

/* -- 財務ハイライトver2 グラフ (凡例を含むエリア) -- */
.highlights-2nd > div:not([class]) {
  /*	height: auto !important; */
  margin-bottom: 40px;
}

/* -- 財務ハイライト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; */
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  .multiColumn1 .highlights-2nd .highlights-graph {
    height: 500px !important;
  }
}
/* 高さ指定 */
.lx_graph_h300 .highlights-2nd .highlights-graph {
  height: 300px !important;
}

.lx_graph_h350 .highlights-2nd .highlights-graph {
  height: 350px !important;
}

.lx_graph_h400 .highlights-2nd .highlights-graph {
  height: 400px !important;
}

/*-------------- 配当グラフ --------------*/
.haitou-graph-2nd {
  margin-bottom: 40px;
}

.haitou-graph-2nd .graph {
  /*	min-width: auto !important; */
  /*	max-width: none !important; */
	height: 500px !important;
}

/*------------------------------------- 
 ニュース
-------------------------------------*/
/*-- ver2 ニュース一覧・ニュース一覧（カテゴリ）・英文書一覧・英文書一覧（カテゴリ） --*/
/*-- クローリング ニュース一覧 --*/
.news-list-2nd,
.news-list-tabbed-2nd,
.news-english-2nd,
.news-english-tabbed-2nd,
.news-list-crawl,
.news-list-tabbed-crawl {
  position: relative;
  margin-bottom: 20px;
}

.news-list-2nd ul,
.news-list-tabbed-2nd ul,
.news-english-2nd ul,
.news-english-tabbed-2nd ul,
.news-list-crawl ul,
.news-list-tabbed-crawl ul {
  padding-top: 1px;
}

/* -- 1つのリリース -- */
.news-list-2nd ul li,
.news-list-tabbed-2nd ul li,
.news-english-2nd ul li,
.news-english-tabbed-2nd ul li,
.news-list-crawl ul li,
.news-list-tabbed-crawl ul li {
  position: relative;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #CCCCCC;
}

.news-list-2nd ul li h3,
.news-list-tabbed-2nd ul li h3,
.news-english-2nd ul li h3,
.news-english-tabbed-2nd ul li h3,
.news-list-crawl ul li h3,
.news-list-tabbed-crawl ul li h3 {
  position: relative;
  display: block;
  padding-top: 1.5em;
  padding-left: 0px;
}

/*-- 画像 --*/
/* -- リリースのテキスト -- */
.news-list-2nd ul li .news_tx a,
.news-list-tabbed-2nd ul li .news_tx a,
.news-english-2nd ul li .news_tx a,
.news-english-tabbed-2nd ul li .news_tx a,
.news-list-crawl ul li .news_tx a,
.news-list-tabbed-crawl ul li .news_tx a {
  /*	color: inherit; */
}

/* -- 日付 -- */
.news-list-2nd ul li .date,
.news-list-tabbed-2nd ul li .date,
.news-english-2nd ul li .date,
.news-english-tabbed-2nd ul li .date,
.news-list-crawl ul li .date,
.news-list-tabbed-crawl ul li .date {
  position: absolute;
  top: 0;
  left: 0;
}

/* -- カテゴリアイコン -- */
.news-list-2nd ul li .c_icon,
.news-list-tabbed-2nd ul li .c_icon,
.news-english-2nd ul li .c_icon,
.news-english-tabbed-2nd ul li .c_icon,
.news-list-crawl ul li .c_icon,
.news-list-tabbed-crawl ul li .c_icon {
  position: absolute;
  top: 0;
  left: 7.2em;
}

/* -- ファイルアイコン -- */
.news-list-2nd ul li .d_icon,
.news-list-tabbed-2nd ul li .d_icon,
.news-english-2nd ul li .d_icon,
.news-english-tabbed-2nd ul li .d_icon,
.news-list-crawl ul li .d_icon,
.news-list-tabbed-crawl ul li .d_icon {
  margin-left: 5px;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.news-list-2nd ul li .det_tx,
.news-list-tabbed-2nd ul li .det_tx,
.news-english-2nd .det_tx,
.news-english-tabbed-2nd .det_tx,
.news-list-crawl .det_tx,
.news-list-tabbed-crawl .det_tx {
  display: none;
}

/* -- 続きを読む -- */
.news-list-2nd ul li .det_tx em.more,
.news-list-tabbed-2nd ul li .det_tx em.more,
.news-english-2nd .det_tx em.more,
.news-english-tabbed-2nd .det_tx em.more,
.news-list-crawl .det_tx em.more,
.news-list-tabbed-crawl .det_tx em.more {
  display: none;
}

/*-- ver2 最新ニュース・最新ニュース（カテゴリ） --*/
/*-- クローリング 最新ニュース --*/
.news-latest-2nd,
.news-latest-tabbed-2nd,
.news-latest-crawl {
  position: relative;
  margin-bottom: 20px;
}

.news-latest-2nd ul,
.news-latest-tabbed-2nd ul,
.news-latest-crawl ul {
  padding-top: 1px;
}

/* -- 1つのリリース -- */
.news-latest-2nd ul li,
.news-latest-tabbed-2nd ul li,
.news-latest-crawl ul li {
  position: relative;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #CCCCCC;
}

.news-latest-2nd ul li h3,
.news-latest-tabbed-2nd ul li h3,
.news-latest-crawl ul li h3 {
  position: relative;
  display: block;
  padding-top: 1.5em;
  padding-left: 0;
}

/*-- 画像 --*/
/* -- リリースのテキスト -- */
.news-latest-2nd ul li .news_tx a,
.news-latest-tabbed-2nd ul li .news_tx a,
.news-latest-crawl ul li .news_tx a {
  /*	color: inherit; */
}

/* -- 日付 -- */
.news-latest-2nd ul li .date,
.news-latest-tabbed-2nd ul li .date,
.news-latest-crawl ul li .date {
  position: absolute;
  top: 0;
  left: 0;
}

/* -- カテゴリアイコン -- */
.news-latest-2nd ul li .c_icon,
.news-latest-tabbed-2nd ul li .c_icon,
.news-latest-crawl ul li .c_icon {
  position: absolute;
  top: 0;
  left: 7.2em;
}

/* -- ファイルアイコン -- */
.news-latest-2nd ul li .d_icon,
.news-latest-tabbed-2nd ul li .d_icon,
.news-latest-crawl ul li .d_icon {
  margin-left: 5px;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.news-latest-2nd ul li .det_tx,
.news-latest-tabbed-2nd ul li .det_tx,
.news-latest-crawl ul li .det_tx {
  display: none;
}

/* -- 続きを読む -- */
.news-latest-2nd ul li .det_tx em.more,
.news-latest-tabbed-2nd ul li .det_tx em.more,
.news-latest-crawl ul li .det_tx em.more {
  display: none;
}

/* -- 全てのニュース -- */
.news-latest-2nd .all,
.news-latest-tabbed-2nd .all,
.news-latest-crawl .all {
  margin-top: 10px;
  position: relative;
}

.news-latest-2nd .all a,
.news-latest-tabbed-2nd .all a,
.news-latest-crawl .all a {
  display: block;
  padding-left: 18px;
  background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") no-repeat scroll 0 5px;
}

/* テキスト変更 */
/*
.news-latest-2nd .all a ,
.news-latest-tabbed-2nd .all a {
	font-size: 0;
}

.news-latest-2nd .all a::after ,
.news-latest-tabbed-2nd .all a::after {
	font-size: 14px;
	display: block;
}

#header.ja ~ div .news-latest-2nd .all a::after ,
#header.ja ~ div .news-latest-tabbed-2nd .all a::after {
	content: "一覧へ";
}

#header.en ~ div .news-latest-2nd .all a::after ,
#header.en ~ div .news-latest-tabbed-2nd .all a::after {
	content: "List";
}
*/
/*-------------- タブ共通 --------------*/
/* -- 年度タブ -- */
p.yearTabs {
  margin-bottom: 20px;
  font-size: 0;
}

p.yearTabs a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #CCCCCC;
  margin-right: 5px;
  margin-bottom: 5px;
}

p.yearTabs a.active {
  font-weight: bold;
}

p.yearTabs a:hover,
p.yearTabs a.active {
  background-color: #dddddd;
}

/* -- カテゴリタブ -- */
p.tabs {
  margin-bottom: 20px;
  font-size: 0;
}

p.tabs a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #CCCCCC;
  margin-right: 5px;
  margin-bottom: 5px;
}

p.tabs a.active {
  font-weight: bold;
}

p.tabs a:hover,
p.tabs a.active {
  background-color: #dddddd;
}

/* アクティブなカテゴリタブをアイコン色と同色にする */
/*
p.tabs a.allTab:hover ,
p.tabs a.allTab.active {
}
p.tabs a.tekijiTab:hover ,
p.tabs a.tekijiTab.active {
	color: #FFF;
	background-color: #2980b9;
}
p.tabs a.resultTab:hover ,
p.tabs a.resultTab.active {
	color: #FFF;
	background-color: #e67e22;
}
p.tabs a.gyousekiTab:hover ,
p.tabs a.gyousekiTab.active {
	color: #FFF;
	background-color: #f1c40f;
}
p.tabs a.prTab:hover ,
p.tabs a.prTab.active {
	color: #FFF;
	background-color: #c2185b;
}
p.tabs a.irTab:hover ,
p.tabs a.irTab.active {
	color: #FFF;
	background-color: #1abc9c;
}
p.tabs a.governanceTab:hover ,
p.tabs a.governanceTab.active {
	color: #FFF;
	background-color: #34495e;
}
p.tabs a.yuhoTab:hover ,
p.tabs a.yuhoTab.active {
	color: #FFF;
	background-color: #16a085;
}
p.tabs a.syosyuTab:hover ,
p.tabs a.syosyuTab.active {
	color: #FFF;
	background-color: #e74c3c;
}
p.tabs a.noneTab:hover ,
p.tabs a.noneTab.active {
	color: #FFF;
	background-color: #9b59b6;
}
*/
/*-------------- テキスト化カテゴリアイコン (ver2専用) --------------*/
/*
.news-list-2nd ul li .c_icon ,
.news-list-tabbed-2nd ul li .c_icon ,
.news-english-2nd ul li .c_icon ,
.news-english-tabbed-2nd ul li .c_icon ,
.news-latest-2nd ul li .c_icon ,
.news-latest-tabbed-2nd ul li .c_icon {
	display: block;
}

.news-list-2nd ul li .c_icon::before ,
.news-list-tabbed-2nd ul li .c_icon::before ,
.news-english-2nd ul li .c_icon::before ,
.news-english-tabbed-2nd ul li .c_icon::before ,
.news-latest-2nd ul li .c_icon::before ,
.news-latest-tabbed-2nd ul li .c_icon::before {
	display: block;
	width: 76px;
	height: 24px;
	line-height: 1;
	font-size: 11px;
	text-align: center;
	padding-top: 7px;
	margin-top: -2px;

	color: #fff;
	background: #646464;
}

.news-list-2nd ul li .c_icon img ,
.news-list-tabbed-2nd ul li .c_icon img ,
.news-english-2nd ul li .c_icon img ,
.news-english-tabbed-2nd ul li .c_icon img ,
.news-latest-2nd ul li .c_icon img ,
.news-latest-tabbed-2nd ul li .c_icon img {
	display: none;
}

.news-list-2nd ul li.tekijiElm .c_icon::before ,
.news-list-tabbed-2nd ul li.tekijiElm .c_icon::before ,
.news-english-2nd ul li.tekijiElm .c_icon::before ,
.news-english-tabbed-2nd ul li.tekijiElm .c_icon::before ,
.news-latest-2nd ul li.tekijiElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.tekijiElm .c_icon::before {
	content: "適時開示";
}

.news-list-2nd ul li.resultElm .c_icon::before ,
.news-list-tabbed-2nd ul li.resultElm .c_icon::before ,
.news-english-2nd ul li.resultElm .c_icon::before ,
.news-english-tabbed-2nd ul li.resultElm .c_icon::before ,
.news-latest-2nd ul li.resultElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.resultElm .c_icon::before {
	content: "決算";
}

.news-list-2nd ul li.gyousekiElm .c_icon::before ,
.news-list-tabbed-2nd ul li.gyousekiElm .c_icon::before ,
.news-english-2nd ul li.gyousekiElm .c_icon::before ,
.news-english-tabbed-2nd ul li.gyousekiElm .c_icon::before ,
.news-latest-2nd ul li.gyousekiElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.gyousekiElm .c_icon::before {
	content: "業績";
}

.news-list-2nd ul li.prElm .c_icon::before ,
.news-list-tabbed-2nd ul li.prElm .c_icon::before ,
.news-english-2nd ul li.prElm .c_icon::before ,
.news-english-tabbed-2nd ul li.prElm .c_icon::before ,
.news-latest-2nd ul li.prElm .c_icon::before ,
.news-latest-tabbed-2nd ul.prElm li .c_icon::before {
	content: "PR";
}

.news-list-2nd ul li.irElm .c_icon::before ,
.news-list-tabbed-2nd ul li.irElm .c_icon::before ,
.news-english-2nd ul li.irElm .c_icon::before ,
.news-english-tabbed-2nd ul li.irElm .c_icon::before ,
.news-latest-2nd ul li.irElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.irElm .c_icon::before {
	content: "IR";
}

.news-list-2nd ul li.governanceElm .c_icon::before ,
.news-list-tabbed-2nd ul li.governanceElm .c_icon::before ,
.news-english-2nd ul li.governanceElm .c_icon::before ,
.news-english-tabbed-2nd ul li.governanceElm .c_icon::before ,
.news-latest-2nd ul li.governanceElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.governanceElm .c_icon::before {
	content: "ガバナンス";
}

.news-list-2nd ul li.yuhoElm .c_icon::before ,
.news-list-tabbed-2nd ul li.yuhoElm .c_icon::before ,
.news-english-2nd ul li.yuhoElm .c_icon::before ,
.news-english-tabbed-2nd ul li.yuhoElm .c_icon::before ,
.news-latest-2nd ul li.yuhoElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.yuhoElm .c_icon::before {
	content: "有報";
}

.news-list-2nd ul li.syosyuElm .c_icon::before ,
.news-list-tabbed-2nd ul li.syosyuElm .c_icon::before ,
.news-english-2nd ul li.syosyuElm .c_icon::before ,
.news-english-tabbed-2nd ul li.syosyuElm .c_icon::before ,
.news-latest-2nd ul li.syosyuElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.syosyuElm .c_icon::before {
	content: "招集通知";
}

.news-list-2nd ul li.noneElm .c_icon::before ,
.news-list-tabbed-2nd ul li.noneElm .c_icon::before ,
.news-english-2nd ul li.noneElm .c_icon::before ,
.news-english-tabbed-2nd ul li.noneElm .c_icon::before ,
.news-latest-2nd ul li.noneElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.noneElm .c_icon::before {
	content: "その他";
}
*/
/*---- テキスト化newアイコン ----*/
.news-list-2nd ul li .n_icon img,
.news-list-tabbed-2nd ul li .n_icon img,
.news-english-2nd ul li .n_icon img,
.news-english-tabbed-2nd ul li .n_icon img,
.news-latest-2nd ul li .n_icon img,
.news-latest-tabbed-2nd ul li .n_icon img,
.news-list-crawl ul li .n_icon img,
.news-list-tabbed-crawl ul li .n_icon img,
.news-latest-crawl ul li .n_icon img {
  display: none;
}

.news-list-2nd ul li .n_icon::before,
.news-list-tabbed-2nd ul li .n_icon::before,
.news-english-2nd ul li .n_icon::before,
.news-english-tabbed-2nd ul li .n_icon::before,
.news-latest-2nd ul li .n_icon::before,
.news-latest-tabbed-2nd ul li .n_icon::before,
.news-list-crawl ul li .n_icon::before,
.news-list-tabbed-crawl ul li .n_icon::before,
.news-latest-crawl ul li .n_icon::before {
  content: "NEW!";
  color: red;
  font-size: 87.5%;
  font-weight: bold;
  font-style: normal;
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
  /* １カラム表示時。２カラム以上はSPと同じ表示 */
  .multiColumn1 .news-list-2nd ul li h3,
  .multiColumn1 .news-list-tabbed-2nd ul li h3,
  .multiColumn1 .news-english-2nd ul li h3,
  .multiColumn1 .news-english-tabbed-2nd ul li h3,
  .multiColumn1 .news-list-crawl ul li h3,
  .multiColumn1 .news-list-tabbed-crawl ul li h3,
  .multiColumn1 .news-latest-2nd ul li h3,
  .multiColumn1 .news-latest-tabbed-2nd ul li h3,
  .multiColumn1 .news-latest-crawl ul li h3 {
    padding-top: 0px;
    padding-left: 14.2em;
  }
  /*-- 中見出し(h2)の下にある場合 --*/
  .title2 ~ .news-latest-2nd .all,
  .title2 ~ .news-latest-tabbed-2nd .all {
    position: absolute;
    top: -50px;
    right: 0;
    margin: 0;
    display: block;
  }
}
/* -- スマホ用 -- */
/*-------------- 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-list:not(.thumnail),
.basic-list-english:not(.thumnail) {
  margin-bottom: 40px;
}

.basic-list:not(.thumnail) ul.tabItems,
.basic-list-english:not(.thumnail) ul.tabItems {
  padding-top: 1px;
}

/* -- 1つのリリース -- */
.basic-list:not(.thumnail) ul.tabItems li,
.basic-list-english:not(.thumnail) ul.tabItems li {
  position: relative;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.basic-list:not(.thumnail) ul.tabItems li h3,
.basic-list-english:not(.thumnail) ul.tabItems li h3 {
  position: relative;
  display: block;
  padding-top: 1.5em;
  padding-left: 0;
}

.basic-list:not(.thumnail) ul.tabItems li a,
.basic-list-english:not(.thumnail) ul.tabItems li a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

/* -- リリースのテキスト -- */
.basic-list:not(.thumnail) ul.tabItems li a .news_tx,
.basic-list-english:not(.thumnail) ul.tabItems li a .news_tx {
  color: #00a291;
}

.basic-list:not(.thumnail) ul.tabItems li a:hover .news_tx,
.basic-list-english:not(.thumnail) ul.tabItems li a:hover .news_tx {
  text-decoration: underline;
}

/* -- 日付 -- */
.basic-list:not(.thumnail) ul.tabItems li .date,
.basic-list-english:not(.thumnail) ul.tabItems li .date {
  position: absolute;
  top: 0;
  left: 0;
}

/* -- カテゴリアイコン -- */
.basic-list:not(.thumnail) ul.tabItems li .c_icon,
.basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
  text-decoration: none;
  display: block;
  margin-top: -1.5em;
  min-height: 1.5em;
  padding-left: 8.8em;
}

/* -- ファイルアイコン -- */
/* NEWアイコン */
/* js制御される為、displayの設定は不可 */
.basic-list:not(.thumnail) ul.tabItems li .n_icon,
.basic-list-english:not(.thumnail) ul.tabItems li .n_icon {
  margin: 0 0.5em;
}

.basic-list:not(.thumnail) ul.tabItems li .n_icon::before,
.basic-list-english:not(.thumnail) ul.tabItems li .n_icon::before {
  content: "NEW";
  display: inline-block;
  vertical-align: middle;
  color: #ff3333;
  font-size: 10px;
  font-weight: bold;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.basic-list:not(.thumnail) ul.tabItems li .det_tx,
.basic-list-english:not(.thumnail) ul.tabItems li .det_tx {
  display: none;
}

/*----------- サムネイルあり -----------*/
.basic-list.thumnail,
.basic-list-english.thumnail {
  margin-bottom: 20px;
}

.basic-list.thumnail ul.tabItems,
.basic-list-english.thumnail ul.tabItems {
  font-size: 0;
  text-align: left;
  margin-right: -18px;
}

/* PCでは１行に３つづつで、画像が上側、テキストは下側に配置 */
.basic-list.thumnail ul.tabItems li,
.basic-list-english.thumnail ul.tabItems li {
  cursor: inherit;
  font-size: 14px;
  margin: 0;
  padding: 0;
  border: none;
  text-align: left;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(33.3333333333% - 18px);
  margin-right: 18px;
  margin-bottom: 30px;
}

.basic-list.thumnail ul.tabItems li .n_img,
.basic-list-english.thumnail ul.tabItems li .n_img {
  width: 100%;
  margin-bottom: 10px;
}

/* 日付、カテゴリアイコンを非表示 */
.basic-list.thumnail ul.tabItems li .date,
.basic-list-english.thumnail ul.tabItems li .date {
  position: absolute;
  bottom: 0;
  left: 0;
}

.basic-list.thumnail ul.tabItems li .c_icon,
.basic-list-english.thumnail ul.tabItems li .c_icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

.basic-list.thumnail ul.tabItems li a,
.basic-list-english.thumnail ul.tabItems li a {
  color: inherit;
  text-decoration: none;
}

.basic-list.thumnail ul.tabItems li a:hover,
.basic-list-english.thumnail ul.tabItems li a:hover {
  -ms-opacity: 0.7;
  opacity: 0.7;
}

/* NEWアイコン */
/* js制御される為、displayの設定は不可 */
.basic-list.thumnail ul.tabItems li .n_icon,
.basic-list-english.thumnail ul.tabItems li .n_icon {
  position: absolute;
  top: 0;
  right: 0;
}

.basic-list.thumnail ul.tabItems li .n_icon::before,
.basic-list-english.thumnail ul.tabItems li .n_icon::before {
  content: "NEW";
  display: block;
  padding: 3px 10px;
  font-size: 12px;
  color: #fff;
  background: #ff3333;
}

/* 非公開アイコンテキスト */
/* タイルの形が崩れない様に上に載せている */
.basic-list.thumnail ul.tabItems li .note_tx,
.basic-list-english.thumnail ul.tabItems li .note_tx {
  position: absolute;
  z-index: 1;
}

.basic-list.thumnail ul.tabItems li h3,
.basic-list-english.thumnail ul.tabItems li h3 {
  overflow: hidden;
  padding-bottom: 40px;
}

/* ニューステキスト */
.basic-list.thumnail ul.tabItems li .news_tx,
.basic-list-english.thumnail ul.tabItems li .news_tx {
  display: inline;
}

/* 概要テキスト */
.basic-list.thumnail ul.tabItems li .det_tx,
.basic-list-english.thumnail ul.tabItems li .det_tx {
  display: none;
}

/*----------- 情報パネル -----------*/
.basic-list .infoPanel,
.basic-list-english .infoPanel {
  position: relative;
}

.basic-list .countTab,
.basic-list-english .countTab,
.basic-list .clearTab,
.basic-list-english .clearTab {
  /*	display: none; */
}

.basic-list .clearTab,
.basic-list-english .clearTab {
  position: relative;
  height: 0;
  text-align: right;
}

.basic-list .clearTab span,
.basic-list-english .clearTab span {
  display: inline-block;
  cursor: pointer;
}

.basic-list .clearTab span::before,
.basic-list-english .clearTab span::before {
  display: inline-block;
  padding: 1px 0px;
  text-align: center;
  font-size: 13px;
  color: #666;
  border-bottom: 1px solid #666;
  content: "絞込み条件をクリア";
}

.basic-list-english .clearTab span::before {
  content: "Clear All";
}

.basic-list .countTab,
.basic-list-english .countTab {
  margin-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-size: 0;
  text-align: center;
  border-bottom: 2px solid #dedede;
}

.basic-list .countTab .total,
.basic-list-english .countTab .total,
.basic-list .countTab .view,
.basic-list-english .countTab .view {
  font-size: 24px;
  font-weight: bold;
  color: #00a291;
  letter-spacing: 0.025em;
}

.basic-list .countTab .total::before {
  content: "絞り込み結果　";
  font-size: 14px;
  color: #000;
}

.basic-list .countTab .total::after {
  content: " 件中 ";
  font-size: 14px;
  color: #000;
}

.basic-list .countTab .view::after {
  content: " 件";
  font-size: 14px;
  color: #000;
}

.basic-list-english .countTab {
  direction: rtl;
  unicode-bidi: bidi-override;
}

.basic-list-english .countTab > * {
  direction: ltr;
  unicode-bidi: initial;
  unicode-bidi: -moz-plaintext;
  unicode-bidi: plaintext;
}

.basic-list-english .countTab .view::before {
  content: "Results　";
  font-size: 14px;
  color: #000;
}

.basic-list-english .countTab .total::before {
  content: "　of　";
  font-size: 14px;
  color: #000;
}

/*----------- タブ(絞込み) -----------*/
.basic-list .yearTabs,
.basic-list-english .yearTabs {
  margin-bottom: 20px;
  padding: 0px 0px 5px;
  border-bottom: 1px solid #ddd;
}

.basic-list .tabs,
.basic-list-english .tabs {
  margin-bottom: 40px;
}

.basic-list .tabs > ul > li[aria-hidden=false],
.basic-list-english .tabs > ul > li[aria-hidden=false] {
  display: block;
  margin-bottom: 10px;
  padding: 0px 0px 5px;
  border-bottom: 1px solid #ddd;
}

.basic-list .yearTabs span,
.basic-list-english .yearTabs span,
.basic-list .tabs span,
.basic-list-english .tabs span {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 5px;
}

.basic-list .yearTabs span::before,
.basic-list-english .yearTabs span::before,
.basic-list .tabs span::before,
.basic-list-english .tabs span::before {
  display: block;
  padding: 5px 20px;
  font-size: 14px;
  background: #eee;
}

.basic-list .yearTabs span[active]::before,
.basic-list-english .yearTabs span[active]::before,
.basic-list .tabs span[active]::before,
.basic-list-english .tabs span[active]::before {
  background: #ccc;
}

.basic-list .yearTabs span:hover::before,
.basic-list-english .yearTabs span:hover::before,
.basic-list .tabs span:hover::before,
.basic-list-english .tabs span:hover::before {
  background: #ccc;
}

/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list .tabs ul[data-category-level="1"] > li > span,
.basic-list-english .tabs ul[data-category-level="1"] > li > span {
  display: none;
}

/* 全ての全てタブは、デフォルト非表示 */
.basic-list .tabs li.allall,
.basic-list-english .tabs li.allall {
  display: none;
}

/* 年タブ 最新20件を書き換え */
.basic-list .yearTabs span.all::before {
  /*	content: "最新"; */
}

.basic-list-english .yearTabs span.all::before {
  /*	content: "Latest"; */
}

/*----------- カテゴリアイコン -----------*/
/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list .c_icon span[category-level="1"],
.basic-list-english .c_icon span[category-level="1"] {
  display: none;
}

.basic-list .c_icon span,
.basic-list-english .c_icon span {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 5px;
  min-width: 100px;
  height: 20px;
  line-height: 1.25;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  padding: 3px 5px 0;
  color: #000;
  background: #fff;
  border: 1px solid #999;
}

/* カテゴリ設定で個別に背景色等を設定する */
/* ↓サンプル */
.basic-list .c_icon span.tekiji,
.basic-list-english .c_icon span.tekiji {
  /*	background: #e9452a; */
}

.basic-list .c_icon span.result,
.basic-list-english .c_icon span.result {
  /*	background: #2a3d81; */
}

.basic-list .c_icon span.none,
.basic-list-english .c_icon span.none {
  /*	background: #777; */
}

/* アイコン上の文字を、カテゴリ設定で設定した名称とは */
/* 異なる文字列に変えたい場合はcontentで上書きする。 */
/* ↓サンプル */
.basic-list .c_icon span.tekiji::before,
.basic-list-english .c_icon span.tekiji::before {
  /*	content: "適時開示"; */
}

.basic-list .c_icon span.result::before,
.basic-list-english .c_icon span.result::before {
  /*	content: "決算"; */
}

.basic-list .c_icon span.gyouseki::before,
.basic-list-english .c_icon span.gyouseki::before {
  /*	content: "業績"; */
}

.basic-list .c_icon span.pr::before,
.basic-list-english .c_icon span.pr::before {
  /*	content: "PR"; */
}

.basic-list .c_icon span.ir::before,
.basic-list-english .c_icon span.ir::before {
  /*	content: "IR"; */
}

.basic-list .c_icon span.governance::before,
.basic-list-english .c_icon span.governance::before {
  /*	content: "ガバナンス"; */
}

.basic-list .c_icon span.yuho::before,
.basic-list-english .c_icon span.yuho::before {
  /*	content: "有価証券報告書"; */
}

.basic-list .c_icon span.meeting::before,
.basic-list-english .c_icon span.meeting::before {
  /*	content: "株主総会";
  }

  .basic-list .c_icon span.none::before ,
  .basic-list-english .c_icon span.none::before {
  /*	content: "その他"; */
}

/* マルチ２一覧 カテゴリをフラット選択に */
.ux_multi2_flat_category .basic-list .tabs li.allall,
.ux_multi2_flat_category .basic-list-english .tabs li.allall {
  display: inline;
}

.ux_multi2_flat_category .basic-list .tabs span.allall,
.ux_multi2_flat_category .basic-list-english .tabs span.allall {
  display: inline-block;
}

.ux_multi2_flat_category .basic-list .tabs li.all,
.ux_multi2_flat_category .basic-list-english .tabs li.all {
  display: none;
}

.ux_multi2_flat_category .basic-list .tabs > ul > li[aria-hidden=false],
.ux_multi2_flat_category .basic-list-english .tabs > ul > li[aria-hidden=false] {
  display: inline;
  margin: 0;
  padding: 0;
  border: none;
}

.ux_multi2_flat_category .basic-list .tabs,
.ux_multi2_flat_category .basic-list-english .tabs {
  padding: 10px 10px 5px;
  border: 1px solid #ddd;
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
  /* １カラム時。２カラム以上はSPと同じ表示 */
  .multiColumn1 .basic-list:not(.thumnail) ul.tabItems li h3,
  .multiColumn1 .basic-list-english:not(.thumnail) ul.tabItems li h3 {
    padding-top: 0px;
    padding-left: 16.8em;
  }
  .multiColumn1 .basic-list:not(.thumnail) ul.tabItems li .c_icon,
  .multiColumn1 .basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    /* 縦並び */
    width: 120px;
    float: left;
    margin-left: -120px;
    /* 横並び */
    /*
      min-width: 120px;
      margin-left: -120px;
    */
  }
}
/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
  .basic-list.thumnail ul.tabItems li,
  .basic-list-english.thumnail ul.tabItems li {
    width: calc(50% - 18px);
  }
  .basic-list.thumnail ul.tabItems li h3,
  .basic-list-english.thumnail ul.tabItems li h3 {
    padding-bottom: 70px;
  }
  .basic-list.thumnail ul.tabItems li .date,
  .basic-list-english.thumnail ul.tabItems li .date {
    bottom: 32px;
  }
  .basic-list.thumnail ul.tabItems li .c_icon,
  .basic-list-english.thumnail ul.tabItems li .c_icon {
    right: auto;
    left: 0;
  }
}
/*-- IR統合アイコン --*/
.lx_multi2_combine_ir .basic-list:not(.thumnail) .tabs li.renkei > span,
.lx_multi2_combine_ir .basic-list-english:not(.thumnail) .tabs li.renkei > span {
  display: inline-block;
}

.lx_multi2_combine_ir .basic-list:not(.thumnail) .tabs li.renkei > span:not([aria-hidden=false]),
.lx_multi2_combine_ir .basic-list-english:not(.thumnail) .tabs li.renkei > span:not([aria-hidden=false]) {
  display: none;
}

.lx_multi2_combine_ir .basic-list:not(.thumnail) .tabs li.renkei ul,
.lx_multi2_combine_ir .basic-list-english:not(.thumnail) .tabs li.renkei ul {
  display: none;
}

.lx_multi2_combine_ir .basic-list:not(.thumnail) .c_icon span[data-category-group=renkei],
.lx_multi2_combine_ir .basic-list-english:not(.thumnail) .c_icon span[data-category-group=renkei] {
  display: none;
}

.lx_multi2_combine_ir .basic-list:not(.thumnail) .c_icon span.renkei,
.lx_multi2_combine_ir .basic-list-english:not(.thumnail) .c_icon span.renkei {
  display: inline-block;
}

/*-- カテゴリアイコン無し --*/
.lx_multi2_no_c_icon .basic-list:not(.thumnail) ul.tabItems li .c_icon,
.lx_multi2_no_c_icon .basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
  display: none;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  .multiColumn1.lx_multi2_no_c_icon .basic-list:not(.thumnail) ul.tabItems li h3,
  .multiColumn1.lx_multi2_no_c_icon .basic-list-english:not(.thumnail) ul.tabItems li h3 {
    padding-left: 8.8em;
  }
}
/*------------------------------------- 
 マルチ３
-------------------------------------*/
/*----------- サムネイルなし -----------*/
.basic-list2:not(.thumnail) {
  margin-bottom: 40px;
}

.basic-list2:not(.thumnail) ul.tabItems {
  padding-top: 1px;
}

/* -- 1つのリリース -- */
.basic-list2:not(.thumnail) ul.tabItems li {
  position: relative;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.basic-list2:not(.thumnail) ul.tabItems li .item {
  position: relative;
  display: block;
  padding-top: 1.5em;
  padding-left: 0;
}

.basic-list2:not(.thumnail) ul.tabItems li a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

/* -- リリースのテキスト -- */
.basic-list2:not(.thumnail) ul.tabItems li a .news_tx {
  color: #00a291;
}

.basic-list2:not(.thumnail) ul.tabItems li a:hover .news_tx {
  text-decoration: underline;
}

/* -- 日付 -- */
.basic-list2:not(.thumnail) ul.tabItems li .date {
  position: absolute;
  top: 0;
  left: 0;
}

/* -- カテゴリアイコン -- */
.basic-list2:not(.thumnail) ul.tabItems li .c_icon {
  text-decoration: none;
  display: block;
  margin-top: -1.5em;
  min-height: 1.5em;
  padding-left: 8.8em;
  margin-bottom: -5px;
}

/* -- ファイルアイコン -- */
/* NEWアイコン */
/* js制御される為、displayの設定は不可 */
.basic-list2:not(.thumnail) ul.tabItems li .n_icon {
  margin: 0 0.5em;
}

.basic-list2:not(.thumnail) ul.tabItems li .n_icon::before {
  content: "NEW";
  display: inline-block;
  vertical-align: middle;
  color: #ff3333;
  font-size: 10px;
  font-weight: bold;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.basic-list2:not(.thumnail) ul.tabItems li .det_tx {
  display: none;
}

/*----------- サムネイルあり -----------*/
.basic-list2.thumnail {
  margin-bottom: 20px;
  overflow: hidden;
}

.basic-list2.thumnail ul.tabItems {
  font-size: 0;
  text-align: left;
  margin-right: -18px;
}

/* PCでは１行に３つづつで、画像が上側、テキストは下側に配置 */
.basic-list2.thumnail ul.tabItems li {
  cursor: inherit;
  font-size: 14px;
  margin: 0;
  padding: 0;
  border: none;
  text-align: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 18px);
  margin-right: 18px;
  margin-bottom: 30px;
}

.basic-list2.thumnail ul.tabItems li .n_img {
  position: relative;
  width: 100%;
}

/* 日付、カテゴリアイコンを非表示 */
.basic-list2.thumnail ul.tabItems li .date {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.basic-list2.thumnail ul.tabItems li a {
  color: inherit;
  text-decoration: none;
}

.basic-list2.thumnail ul.tabItems li a:hover {
  /*
  	-ms-opacity: 0.7;
  	opacity: 0.7;
  */
}

/* カテゴリアイコン */
.basic-list2.thumnail ul.tabItems li .c_icon {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: calc(100% - 10px);
  text-align: right;
  font-size: 0;
}

/* NEWアイコン */
/* js制御される為、displayの設定は不可 */
.basic-list2.thumnail ul.tabItems li .n_icon::before {
  content: "NEW";
  display: inline-block;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 1.25;
  color: #fff;
  background: #bf3f0e;
  margin-left: 20px;
}

/* 非公開アイコンテキスト */
/* タイルの形が崩れない様に上に載せている */
.basic-list2.thumnail ul.tabItems li .note_tx {
  position: absolute;
  z-index: 1;
}

/* ニューステキスト */
.basic-list2.thumnail ul.tabItems li .news_tx {
  display: inline;
}

/* 概要テキスト */
.basic-list2.thumnail ul.tabItems li .det_tx {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

/*----------- 情報パネル -----------*/
.basic-list2 .infoPanel {
  position: relative;
  margin-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 2px solid #dedede;
}

.basic-list2 .countTab,
.basic-list2 .clearTab {
  /*	display: none; */
}

.basic-list2 .clearTab {
  position: absolute;
  bottom: 15px;
  right: 0;
}

.basic-list2 .clearTab span {
  display: inline-block;
  cursor: pointer;
  padding: 1px 0px;
  text-align: center;
  font-size: 13px;
  color: #666;
  border-bottom: 1px solid #666;
}

.basic-list2 .countTab {
  color: #000;
  font-size: 14px;
  text-align: center;
}

.basic-list2 .countTab .total,
.basic-list2 .countTab .view {
  font-size: 24px;
  font-weight: bold;
  color: #00a291;
  letter-spacing: 0.025em;
}

/*----------- タブ(絞込み) -----------*/
.basic-list2 .yearTabs {
  margin-bottom: 20px;
  padding: 0px 0px 5px;
  border-bottom: 1px solid #ddd;
}

.basic-list2 .tabs {
  margin-bottom: 40px;
}

.basic-list2 .tabs > ul > li[aria-hidden=false] {
  display: block;
  margin-bottom: 10px;
  padding: 0px 0px 5px;
  border-bottom: 1px solid #ddd;
}

.basic-list2 .yearTabs span,
.basic-list2 .tabs span {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 5px;
}

.basic-list2 .yearTabs span::before,
.basic-list2 .tabs span::before {
  display: block;
  padding: 5px 20px;
  font-size: 14px;
  background: #eee;
}

.basic-list2 .yearTabs span[active]::before,
.basic-list2 .tabs span[active]::before {
  background: #ccc;
}

.basic-list2 .yearTabs span:hover::before,
.basic-list2 .tabs span:hover::before {
  background: #ccc;
}

/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list2 .tabs ul[data-category-level="1"] > li > span {
  display: none;
}

/* 全ての全てタブは、デフォルト非表示 */
.basic-list2 .tabs li.allall {
  display: none;
}

/* 年タブ 最新20件を書き換え */
.basic-list2:not(.english) .yearTabs span.all::before {
  /*	content: "最新"; */
}

.basic-list2.english .yearTabs span.all::before {
  /*	content: "Latest"; */
}

/*----------- カテゴリアイコン -----------*/
/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list2 .c_icon span[category-level="1"] {
  display: none;
}

.basic-list2 .c_icon span {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 5px;
  min-width: 84px;
  height: 24px;
  line-height: 1.25;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  padding: 5px 5px 0;
  color: #fff;
  background: #3a3a3a;
}

/* 非表示 */
.basic-list2 .c_icon span.pickup1,
.basic-list2 .c_icon span.pickup2,
.basic-list2 .c_icon span.pickup3 {
  display: none !important;
}

/* 色 */
.basic-list2 .c_icon span.result {
  background: #c1a573;
}

.basic-list2 .c_icon span.gyouseki {
  background: #254983;
}

.basic-list2 .c_icon span.tekiji {
  background: #20b1aa;
}

.basic-list2 .c_icon span.pr {
  background: #c1a573;
}

.basic-list2 .c_icon span.ir {
  background: #006975;
}

.basic-list2 .c_icon span.governance {
  background: #7a56a0;
}

.basic-list2 .c_icon span.meeting {
  background: #6b3906;
}

.basic-list2 .c_icon span.yuho {
  background: #808080;
}

.basic-list2 .c_icon span.renkei {
  background: #006975;
}

.basic-list2 .c_icon span.it-business {
  background: #134a7e;
}

.basic-list2 .c_icon span.fiber-business {
  background: #891343;
}

.basic-list2 .c_icon span.machinery-business {
  background: #518ac9;
}

.basic-list2 .c_icon span.hr {
  background: #bb3f0b;
}

.basic-list2 .c_icon span.sustainability {
  background: #65a75f;
}

.basic-list2 .c_icon span.recruit {
  background: #00a190;
}

/*== マルチ２一覧 カテゴリをフラット選択に ==*/
.ux_multi3_flat_category .basic-list2 .tabs li.allall {
  display: inline;
}

.ux_multi3_flat_category .basic-list2 .tabs span.allall {
  display: inline-block;
}

.ux_multi3_flat_category .basic-list2 .tabs li.all {
  display: none;
}

.ux_multi3_flat_category .basic-list2 .tabs > ul > li[aria-hidden=false] {
  display: inline;
  margin: 0;
  padding: 0;
  border: none;
}

.ux_multi3_flat_category .basic-list2 .tabs {
  padding: 10px 10px 5px;
  border: 1px solid #ddd;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  /* １カラム時。２カラム以上はSPと同じ表示 */
  .lx_multi3_style_col1 .basic-list2:not(.thumnail) ul.tabItems li .item,
  .multiColumn1 .basic-list2:not(.thumnail) ul.tabItems li .item {
    padding-top: 0px;
    padding-left: 16.8em;
  }
  .lx_multi3_style_col1 .basic-list2:not(.thumnail) ul.tabItems li .c_icon,
  .multiColumn1 .basic-list2:not(.thumnail) ul.tabItems li .c_icon {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    /* 縦並び */
    width: 120px;
    float: left;
    margin-left: -120px;
    /* 横並び */
    /*
      min-width: 120px;
      margin-left: -120px;
    */
  }
  /* 画像つきの場合 */
  .basic-list2.thumnail ul.tabItems li .item {
    padding-left: 50%;
    font-size: 16px;
  }
  .basic-list2.thumnail ul.tabItems li .n_img {
    float: left;
    width: 100%;
    margin-left: -100%;
    padding-right: 20px;
  }
}
/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
  /* 画像つきの場合 */
  .basic-list2.thumnail ul.tabItems li {
    width: calc(100% - 18px);
  }
  .basic-list2.thumnail ul.tabItems li .item {
    font-size: 16px;
  }
  .basic-list2.thumnail ul.tabItems li .c_icon {
    width: calc(100% + 10px);
  }
  .basic-list2 .infoPanel {
    margin-top: 20px;
    padding-bottom: 40px;
  }
}
/*-- IR統合アイコン --*/
.lx_multi3_combine_ir .basic-list2:not(.thumnail) .tabs li.renkei > span {
  display: inline-block;
}

.lx_multi3_combine_ir .basic-list2:not(.thumnail) .tabs li.renkei > span:not([aria-hidden=false]) {
  display: none;
}

.lx_multi3_combine_ir .basic-list2:not(.thumnail) .tabs li.renkei ul {
  display: none;
}

.lx_multi3_combine_ir .basic-list2:not(.thumnail) .c_icon span[data-category-group=renkei] {
  display: none;
}

.lx_multi3_combine_ir .basic-list2:not(.thumnail) .c_icon span.renkei {
  display: inline-block;
}

/*-- カテゴリアイコン無し --*/
.lx_multi3_no_c_icon .basic-list2:not(.thumnail) ul.tabItems li .c_icon {
  display: none;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  .multiColumn1.lx_multi3_no_c_icon .basic-list2:not(.thumnail) ul.tabItems li .item {
    padding-left: 8.8em;
  }
}
/* カテゴリアイコンを移動 */
.ux_move_multi3_cicon_into_img .basic-list2.thumnail ul.tabItems .date ~ .c_icon {
  display: none;
}

/* NEWアイコンを移動 */
.ux_move_multi3_nicon_into_date .basic-list2.thumnail ul.tabItems .date ~ .n_icon {
  display: none !important;
}

/* ページ概要テキスト非表示 */
.lx_multi3_hide_detail .basic-list2.thumnail ul.tabItems .det_tx {
  display: none;
}

/*------------------------------------- 
 メディア
-------------------------------------*/
/*------------- flash --------------*/
.flash-animation {
  margin: auto;
  text-align: center;
}

.flash-animation embed {
  width: 100%;
  height: 100%;
}

/*-------------- 動画 --------------*/
/* .videoとしてはいけない */
div.video {
  margin-bottom: 10px;
}

div.video dl {
  width: 100%;
}

div.video dl dt {
  text-align: center;
  margin-bottom: 5px;
}

div.video dl dt video {
  width: auto;
  max-width: 100%;
}

/* -- 動画キャプション -- */
/* -- 動画コピーライト -- */
/* -- 動画ディスクリプション -- */
div.video dl dd.longdesc {
  /*	display: none; */
}

/*-------------- 音声 --------------*/
/* .audioとしてはいけない */
div.audio {
  margin-bottom: 10px;
}

div.audio dl {
  width: 80%;
  margin: auto;
}

div.audio dl dt {
  margin-bottom: 5px;
}

div.audio dl dt audio {
  width: 100%;
}

/* -- 音声キャプション -- */
/* -- 音声コピーライト -- */
/* -- 音声ディスクリプション -- */
div.audio dl dd.longdesc {
  /*	display: none; */
}

/*-------------- GoogleMap（地図埋め込み） --------------*/
div.map {
  position: relative;
  margin-bottom: 20px;
}

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: 768px) {
  /*-- １カラムの場合、地図が画面端まであるとスクロールさせずらいので余白を設ける --*/
  .multiColumn1 div.map {
    margin-left: 30px;
    margin-right: 30px;
  }
}
/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
  /*-- 地図が画面端まであるとスクロールさせずらいので余白を設ける --*/
  div.map {
    padding: 0 10px;
  }
}
/*-------------- YouTube（動画埋め込み） --------------*/
div.youtube {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

div.youtube > iframe {
  display: block;
  margin: auto;
}

/* -- デスクトップ用 -- */
/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
  div.youtube {
    padding: 0 10px;
  }
  div.youtube::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.youtube > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
/*-------------- iframe表示 --------------*/
.disp-external-page iframe {
  border: none;
  display: block;
  width: 100%;
  height: 800px;
  margin: auto;
}

/* -- デスクトップ用 -- */
/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
  .disp-external-page {
    overflow-x: scroll;
  }
}
/*------------------------------------- 
 サイトマップ
-------------------------------------*/
/*-------------- 正規化版サイトマップ --------------*/
.sitemap-1st {
  font-size: 0;
}

/* -- 第１階層(ja・en)・第２階層 -- */
.sitemap-1st > h3 > a,
.sitemap-1st > ul > li > a {
  position: relative;
  display: block;
  padding: 8px 8px 6px 20px;
  color: inherit;
  font-size: 14px;
  font-weight: bold;
  border: #CCC 1px solid;
  margin-bottom: 20px;
}

.sitemap-1st > h3 > a::before,
.sitemap-1st > ul > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 8px;
  background: url("../../../../../../resources/sw_img/icon_arr01.svg") center center no-repeat;
  background-size: contain;
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
  .sitemap-1st > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 48.5%;
    margin-right: 3%;
  }
  .sitemap-1st > ul > li:nth-child(even) {
    margin-right: 0;
  }
}
/* -- 第３階層 -- */
.sitemap-1st ul.siteLevel_2 {
  margin-bottom: 20px;
}

.sitemap-1st ul.siteLevel_2 > li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 4%;
}

.sitemap-1st ul.siteLevel_2 > li:nth-child(even) {
  margin-right: 0;
}

.sitemap-1st ul.siteLevel_2 > li > a {
  position: relative;
  display: block;
  padding-left: 15px;
  font-size: 14px;
  margin-left: 8px;
  margin-bottom: 5px;
}

.sitemap-1st ul.siteLevel_2 > li > a::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 8px;
  background: url("../../../../../../resources/sw_img/icon_arr01.svg") center center no-repeat;
  background-size: contain;
}

/* -- 第４階層 -- */
.sitemap-1st ul.siteLevel_3 {
  margin-top: 10px;
  margin-left: 20px;
}

.sitemap-1st ul.siteLevel_3 > li > a {
  position: relative;
  display: block;
  padding-left: 15px;
  font-size: 14px;
  margin-bottom: 5px;
}

.sitemap-1st ul.siteLevel_3 > li > a::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 8px;
  background: url("../../../../../../resources/sw_img/icon_arr01.svg") center center no-repeat;
  background-size: contain;
}

/* -- 第５階層以降は非表示 -- */
.sitemap-1st ul.siteLevel_4 {
  display: none;
}

/* newサイトマップ */
#sharewithmain .lx_style_sitemap .index-map {
  font-size: 0;
}

#sharewithmain .lx_style_sitemap .index-map .date,
#sharewithmain .lx_style_sitemap .index-map .c_icon,
#sharewithmain .lx_style_sitemap .index-map .n_icon {
  display: none;
}

#sharewithmain .lx_style_sitemap .index-map .item > span {
  display: inline;
}

#sharewithmain .lx_style_sitemap .index-map .item {
  color: #00a291;
}

#sharewithmain .lx_style_sitemap .index-map .item a:hover .news_tx {
  text-decoration: underline;
}

/* -- 第１階層(ja・en)・第２階層 -- */
#sharewithmain .lx_style_sitemap .index-map > ul > li > .item {
  position: relative;
  display: block;
  padding: 8px 8px 6px 20px;
  color: inherit;
  font-size: 14px;
  font-weight: bold;
  border: #CCC 1px solid;
  margin-bottom: 20px;
}

#sharewithmain .lx_style_sitemap .index-map > ul > li > .item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 8px;
  background: url("../../../../../../resources/sw_img/icon_arr01.svg") center center no-repeat;
  background-size: contain;
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
  #sharewithmain .lx_style_sitemap .index-map > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 48.5%;
    margin-right: 3%;
  }
  #sharewithmain .lx_style_sitemap .index-map > ul > li:nth-child(even) {
    margin-right: 0;
  }
}
/* -- 第３階層 -- */
#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_2 {
  margin-bottom: 20px;
}

#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_2 > li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 4%;
}

#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_2 > li:nth-child(even) {
  margin-right: 0;
}

#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_2 > li > .item {
  position: relative;
  display: block;
  padding-left: 15px;
  font-size: 14px;
  margin-left: 8px;
  margin-bottom: 5px;
}

#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_2 > li > .item::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 8px;
  background: url("../../../../../../resources/sw_img/icon_arr01.svg") center center no-repeat;
  background-size: contain;
}

/* -- 第４階層 -- */
#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_3 {
  margin-top: 10px;
  margin-left: 20px;
}

#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_3 > li > .item {
  position: relative;
  display: block;
  padding-left: 15px;
  font-size: 14px;
  margin-bottom: 5px;
}

#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_3 > li > .item::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 8px;
  background: url("../../../../../../resources/sw_img/icon_arr01.svg") center center no-repeat;
  background-size: contain;
}

/* -- 第５階層以降は非表示 -- */
#sharewithmain .lx_style_sitemap .index-map ul.indexLevel_4 {
  display: none;
}

/*------------------------------------- 
 インデックスマップ
-------------------------------------*/
.index-map {
  font-size: 0;
  margin-bottom: 40px;
}

.index-map .date,
.index-map .c_icon,
.index-map .n_icon {
  display: none;
}

.index-map ul,
.index-map li {
  display: inline;
}

/* フォルダトップを表示する場合：フォルダトップ(第０階層) */
/* フォルダトップを表示しない場合：直下(第１階層)ページ */
/* バナースタイルで表示 */
.index-map > ul:first-of-type > li > .item {
  position: relative;
  margin-bottom: 20px;
}

.index-map > ul:first-of-type > li > .item a {
  position: relative;
  display: block;
  padding: 17px 20px;
  padding-right: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #00a291;
  text-decoration: none;
  border: 1px solid #00a291;
}

.index-map > ul:first-of-type > li > .item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 12px;
  background: url("../../../../../../resources/sw_img/icon_arr02_white.svg") center center no-repeat;
  background-size: contain;
}

.index-map > ul:first-of-type > li > .item a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 12px;
  background: url("../../../../../../resources/sw_img/linkout_white.svg") center center no-repeat;
  background-size: contain;
  margin-left: 5px;
}

.index-map > ul:first-of-type > li > .item .det_tx {
  margin-top: 5px;
  font-size: 14px;
}

.index-map > ul:first-of-type > li > .item a:hover {
  background-color: #fff;
  color: #00a291;
}

.index-map > ul:first-of-type > li > .item a:hover::before {
  background-image: url("../../../../../../resources/sw_img/icon_arr02.svg");
}

.index-map > ul:first-of-type > li > .item a[target=_blank]:hover::after {
  background-image: url("../../../../../../resources/sw_img/linkout.svg");
}

/* フォルダトップを表示する場合：直下(第１階層)ページ */
/* フォルダトップを表示しない場合：直下のさらに下層(第２階層)ページ */
/* リンクリストスタイルで表示 */
.index-map > ul:only-of-type > li > ul,
.index-map > ul + ul.indexLevel_1 {
  display: block;
  margin-top: -5px;
  margin-bottom: 30px;
}

.index-map > ul:only-of-type > li > ul > li > .item,
.index-map > ul + ul.indexLevel_1 > li > .item {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}

.index-map > ul:only-of-type > li > ul > li > .item::before,
.index-map > ul + ul.indexLevel_1 > li > .item::before {
  content: "";
  position: absolute;
  top: calc(0.75em - 4px);
  left: 6px;
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url("../../../../../../resources/sw_img/icon_arr01.svg") no-repeat center center;
  background-size: contain;
}

.index-map > ul:only-of-type > li > ul > li > .item a,
.index-map > ul + ul.indexLevel_1 > li > .item a {
  display: inline;
}

.index-map > ul:only-of-type > li > ul > li > .item .det_tx,
.index-map > ul + ul.indexLevel_1 > li > .item .det_tx {
  margin-top: 0px;
  font-size: 14px;
}

/* フォルダトップを表示する場合：第２階層 */
/* フォルダトップを表示しない場合：第３階層 */
/* 非表示 */
.index-map ul.indexLevel_3,
.index-map > ul + ul > li > ul.indexLevel_2 {
  display: none;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  /* パーツ直下を疑似インデックスモード化 */
  .index-map > ul:first-of-type {
    display: block;
    width: calc(100% + 20px);
  }
  /* フォルダトップを表示する場合：フォルダトップは１カラム */
  .index-map > ul.indexLevel_0 > li {
    display: block;
    width: calc(100% - 20px);
  }
  /* フォルダトップを表示しない場合：直下ページは３カラムに */
  .index-map > ul.indexLevel_1:only-of-type > li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 60px) / 3);
    margin-right: 20px;
  }
  .index-map > ul:only-of-type > li:nth-child(3n) {
    margin-right: 0;
  }
}
/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  /* 常に１カラム表示 */
}
/*------------------------------------- 
 フッター専用パーツ
-------------------------------------*/
/*-------------- フッター（テキストと画像） --------------*/
.footer-about h4 {
  font-weight: bold;
  line-height: 1.2;
  border-left: #999 3px solid;
  padding-top: 1px;
  padding-left: 8px;
  margin-bottom: 8px;
}

.footer-about img {
  display: block;
  margin: auto;
}

/*-------------- フッタリンクリスト --------------*/
.footer-link-list ul::after {
  content: "";
  display: block;
  clear: both;
}

/*-------------- 内部フッタリンク --------------*/
/*-------------- 外部フッタリンク --------------*/
.footer-link-list ul li.footer-link-internal,
.footer-link-list ul li.footer-link-external {
  position: relative;
  padding-left: 15px;
}

.footer-link-list ul li.footer-link-internal::before,
.footer-link-list ul li.footer-link-external::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 8px;
  background: url("../../../../../../resources/sw_img/icon_arr01.svg") center center no-repeat;
  background-size: contain;
}

/* -- 別窓アイコン -- */
.footer-link-list .footer-link-internal a[target=_blank]::after,
.footer-link-list .footer-link-external a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 12px;
  background: url("../../../../../../resources/sw_img/linkout.svg") center center no-repeat;
  background-size: contain;
  margin: 0 5px;
}
[data-page-path="/ja/ir"] footer,
[data-page-path="/ja/sustainability"] footer,
[data-page-path="/en/ir"] footer,
[data-page-path="/en/sustainability"] footer  {
  margin-top: 100px;
}
@media handheld, only screen and (max-width: 767px) {
  [data-page-path="/ja/ir"] footer,
  [data-page-path="/ja/sustainability"] footer,
  [data-page-path="/en/ir"] footer,
  [data-page-path="/en/sustainability"] footer {
    margin-top: 60px;
  }
}

/* --------------------------------------
 フォーム
-------------------------------------- */
/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
  /* FORMS
  -------------------- */
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .form-box {
    margin: auto;
  }
  .form-wrapper {
    clear: both;
    margin: auto;
  }
  .form-wrapper div::after {
    content: "";
    display: block;
    clear: both;
  }
  #step-by-step {
    margin: 20px 0;
    padding: 4px 10px;
    border-radius: 5px;
    background: #0d8ccc;
  }
  #step-by-step ol {
    zoom: 1;
    list-style-position: inside;
    color: #fff;
  }
  #step-by-step ol::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #step-by-step li {
    float: left;
    margin: 0 20px 0 0;
    padding: 4px;
    border-radius: 5px;
    list-style-position: inside;
  }
  #step-by-step li.do {
    background: #EC1549;
  }
  #step-by-step li.do button {
    color: #fff;
  }
  #step-by-step li button {
    display: inline-block;
    padding: 3px;
    background: transparent;
    border: none;
    -webkit-appearance: none;
    color: #fff;
    font-family: "arial", "helvetica", "sans-serif";
    cursor: pointer;
  }
  #step-by-step li button:hover,
  #step-by-step li button:focus,
  #step-by-step li button:active {
    text-decoration: underline;
  }
  #step-by-step li button[disabled] {
    cursor: default;
    color: #ccc;
    text-decoration: none;
  }
  .form-wrapper fieldset {
    border: none;
    margin: 5px 0 30px 0;
  }
  .form-wrapper fieldset > h2 {
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #333;
    background-color: #CCCCCC;
  }
  .form-wrapper p.required {
    text-align: right;
  }
  .form-wrapper p.required span,
  .form-wrapper dfn {
    color: #ec1549;
    font-weight: bold;
    font-style: normal;
  }
  .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;
  }
  /* mod for short elements */
  .form-wrapper fieldset fieldset.mod .form-item {
    float: left;
    clear: none;
    margin-right: 15px;
  }
  .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;
  }
  /* Submit */
  .form-wrapper div.button-wrapper {
    width: 100%;
    position: relative;
    border: none;
    padding: 10px 0 5px 0;
    text-align: center;
  }
  .form-wrapper fieldset div.button-wrapper em {
    float: right;
    margin-top: -24px;
    font-size: 140%;
  }
  .new-search .button,
  .form-wrapper div.button-wrapper input { /* button */
    right: auto;
    width: auto;
    margin: 5px;
    padding: 12px 70px;
    /*color: #fff;*/
    cursor: pointer;
    font-size: 120%;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    background: #eaeaea;
    background: linear-gradient(#f7f7f7, #dedede);
  }
  /* -- 確認ページ -- */
  .form-summary {
    margin: 0 auto 20px;
  }
  .form-summary table td {
    /*	border: solid #7F9BDA 1px; */
    /*	padding: 5px 10px; */
    white-space: pre;
    white-space: pre-line;
    width: 70%;
  }
  .form-summary table td:first-child {
    /*	color: #333;  */
    /*	background-color: #DCE5F4; */
    /*	font-weight: bold; */
    /*	text-align: left; */
    width: 30%;
  }
  .new-search .button { /* button outside button-wrapper */
    padding-top: 3px;
    padding-bottom: 4px;
  }
  .new-search .button:hover,
  .new-search .button:active,
  .new-search .button:focus,
  .form-wrapper div.button-wrapper input:hover,
  .form-wrapper div.button-wrapper input:active,
  .form-wrapper div.button-wrapper input:focus {
    background: #B9B9B9;
    /*color: #fff;*/
    border: 1px solid #111;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
  }
  /* 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;
  }
  /* error messages */
  .error {
    color: #ec1549;
    font-weight: bold;
  }
  .error a,
  .error a:hover {
    color: #333;
    text-decoration: none;
    cursor: default;
  }
  .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 {
    margin: 20px 0;
    font-weight: bold;
  }
  .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 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%;
  }
  /* 右セル */
  .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: 5px;
    margin-bottom: 5px;
    padding: 5px 5px;
  }
  .form-wrapper div.form-edit > span {
    padding: 0;
    font-size: 87.5%;
  }
  /*-- セレクトボタン(チェックボックス・ラジオボタン・セレクトボックス) --*/
  .form-wrapper div.form-selection > fieldset {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .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;
  }
}
/* -- スマホ用 -- */
  @media handheld, only screen and (max-width: 767px) {
  /* Forms */
  .required {
    margin: 10px 5px;
  }
  .form-wrapper input,
  .form-wrapper textarea {
    width: 100%;
    padding: 3px;
  }
  .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: 18px;
  }
  .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.mod .form-item {
    float: left;
    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 p.required {
    margin: 10px 5px;
  }
  .form-wrapper p.required span {
    display: inline;
  }
  .form-wrapper p.required span,
  .form-wrapper dfn {
    color: #ec1549;
    font-weight: bold;
    font-style: normal;
  }
  /* -- お問い合わせページ -- */
  .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: auto;
    display: block;
    padding: 0.25em 0.25em;
  }
  .form-wrapper .button-wrapper {
    margin: 5px auto 20px;
  }
  .form-summary {
    margin-bottom: 20px;
  }
  .form-summary table tr {
    display: block;
    margin-top: 10px;
    border: 1px solid #CCC;
    padding: 5px;
  }
  .form-summary table td {
    display: block;
    padding: 5px 0;
    white-space: pre;
    white-space: pre-line;
  }
  .form-summary table td:first-child {
    border-bottom: 1px dashed #CCC;
    font-size: 87.5%;
  }
  .new-search .button,
  .form-wrapper .button-wrapper input { /* button */
    float: none;
    font-family: inherit;
    margin-right: 10px;
    margin-bottom: 10px;
    /*	background: #FFF; */
    /*	border: 1px solid #777; */
    color: inherit;
    font-weight: normal;
  }
  .form-wrapper .button-wrapper input:last-child {
    /*	border: 1px solid #777; */
    color: inherit;
    font-weight: normal;
  }
  .form-wrapper .button-wrapper input:hover,
  .form-wrapper .button-wrapper input:active,
  .form-wrapper .button-wrapper input:focus {
    border: 1px solid #ccc;
  }
}
/* --------------------------------------
 個別設定
-------------------------------------- */
/*------------------------------------- 
 プラグイン
-------------------------------------*/
#site-info .ax_other {
  height: 0;
}

/*-- 画面内固定 上に戻るリンク 設定例：scroll.js用 --*/
#site-info .ox_to_page_top {
  position: relative;
}

#site-info .topcontrol {
  position: fixed;
  left: 0;
  bottom: -80px;
  width: 100%;
  height: 0;
  font-size: 0;
  opacity: 0.3;
  z-index: 2000;
  transition: 0.5s 0.1s;
}

@media print, screen and (min-width: 768px) {
  #site-info .topcontrol.fix-bottom {
    position: absolute;
  }
}
#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: 50px;
  height: 50px;
  background: url("../../../../../../resources/sw_img/pagetop.png") no-repeat center center;
  background-size: contain;
}

/* 画像を使用しない場合 */
/*
#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: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -9px;
	display: block;
	width: 17px;
	height: 17px;
	border-top: 3px solid #FFF;
	border-left: 3px solid #FFF;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}
*/
/*-- ページ内設置 上に戻るリンク 設定例：scroll.js用 --*/
#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;
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
  #site-info .topcontrol > div,
  #topcontrol > div {
    max-width: 1262px;
  }
  #site-info .topcontrol.fix-bottom,
  #topcontrol.fix-bottom {
    position: absolute;
  }
}
/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
  #site-info .topcontrol,
  #topcontrol {
    bottom: -50px;
  }
  #site-info .toTop,
  #toTop {
    margin: 2em 20px 40px;
  }
}
/*------------------------------------- 
 ヘッダー・フッター・メニュー
-------------------------------------*/

/*------------------------- デスクトップ用 ---------------------------*/
@media print, screen and (min-width: 768px) {
	/*------------------ ヘッダー ------------------*/
	#header {
		height: 137px;
	}

	#header ,
	#site-info .ax_header .on-pc * {
		transition: 0.3s 0.1s;
	}

	#site-info .ax_header .on-pc > div {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 137px;
		color: #000;
		background: #fff;
		border-bottom: 1px solid #eee;
		z-index: 10001;
	}
	body:not(.in-editor) #header.pad ~ #site-info .ax_header .on-pc > div {
		position: fixed;
	}

	/* ヘッダーパネル(グロナビ・メガドロップを除く) */
	#site-info .on-pc .hx_panel {
		width: 100%;
		border-bottom: 1px solid #eee;
	}

	#site-info .on-pc .hx_panel > div {
		position: relative;
		width: calc(1060px + 40px);
		height: 73px;
		overflow: hidden;
	}



	/* ロゴ */
	#site-info .on-pc .hx_logo {
		position: absolute;
		top: 10px;
		left: 10px;
	}

	#site-info .on-pc .hx_logo .teaser.style2 {
		display: none;
	}

	#site-info .on-pc .hx_logo a {
		width: 360px;
		height: 50px;
		padding: 5px;
	}

	#site-info .on-pc .hx_logo a img {
		max-width: none;
		max-height: 100%;
		margin: 0;
	}

	#site-info .on-pc .hx_logo a:hover img {
		opacity: 0.7;
	}

	/* 検索 */
	#site-info .on-pc .hx_search_btn {
		position: absolute;
		top: 22px;
		right: 22px;
	}

	#site-info .on-pc .hx_search_btn .search_btn {
		padding: 3px;
		cursor: pointer;
	}

	#site-info .on-pc .hx_search_btn .search_btn span {
		width: 20px;
		height: 20px;
		background: url("../../../../../../resources/sw_img/icon_search.svg") no-repeat center center;
		background-size: contain;
	}


	/* その他 */
	#site-info .on-pc .hx_sub_panel {
		position: absolute;
		top: 25px;
		right: 50px;
	}

	#site-info .on-pc .hx_sub_panel > div {
		padding-right: 20px;
	}

	#site-info .on-pc .hx_sub_panel > * > div::after {
		content: "";
		display: block;
		clear: both;
	}

	#site-info .on-pc .hx_lang_navi ,
	#site-info .on-pc .hx_utility_link ,
	#site-info .on-pc .hx_utility_link2 {
		float: left;
		margin-left: 20px;
	}

	#site-info .on-pc .hx_lang_navi .link-list {
	}

	#site-info .on-pc .hx_lang_navi .link-list ul {
	}

	#site-info .on-pc .hx_lang_navi .link-list li {
		position: relative;
		display: inline-block;
		margin-top: -4px;
		margin-left: 5px;
	}

	#site-info .on-pc .hx_lang_navi .link-list li.highlight {
		display: none;
	}

	#site-info .on-pc .hx_lang_navi .link-list li > span::before ,
	#site-info .on-pc .hx_lang_navi .link-list li > a::before {
		content: "";
		position: absolute;
		left: 14px;
		top: 50%;
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url("../../../../../../resources/sw_img/icon_global.svg") no-repeat center center;
		background-size: contain;
		transform: translate(0, -50%);
	}

	#site-info .on-pc .hx_lang_navi .link-list li span ,
	#site-info .on-pc .hx_lang_navi .link-list li a {
		position: relative;
		padding: 4px 14px;
		padding-left: 40px;
		border-radius: 100px;
		background: #f6f6f6;

		color: #000;
		font-size: 15px;
	}

	/* ヘッダーユーティリティリンク */
	#site-info .on-pc .hx_utility_link2 .link-list li ,
	#site-info .on-pc .hx_utility_link .link-list li {
		position: relative;
		display: inline-block;
		margin-left: 15px;
	}

	#site-info .on-pc .hx_utility_link2 .link-list li a ,
	#site-info .on-pc .hx_utility_link2 .link-list li span ,
	#site-info .on-pc .hx_utility_link .link-list li a ,
	#site-info .on-pc .hx_utility_link .link-list li span {
		color: #000;
		font-size: 14px;
	}

	#site-info .on-pc .hx_utility_link .link-list {
		border-left: 1px solid #000;
	}

	#site-info .on-pc .hx_utility_link .link-list li {
		padding-left: 30px;
	}
	#site-info .on-pc .hx_utility_link .link-list li::before {
		content: "";
		position: absolute;
		left: 0;
		top: 3px;
		display: inline-block;
		width: 19px;
		height: 15px;
		background: url("../../../../../../resources/sw_img/icon_contact.svg") no-repeat center center;
		background-size: contain;
	}



	/* グロナビ */
	#site-info .on-pc .hx_gnavi {
		font-size: 0;
		width: 100%;
		margin: 0;
	}

	#site-info .on-pc .hx_gnavi > div {
		width: calc(1060px + 40px);
	}

	#site-info .on-pc .hx_gnavi > div > div {
		display: flex;
		justify-content: space-between;
	}

	#site-info .on-pc .hx_gnavi > div > div > div {
		display: inline-block;
		margin: 0 20px;
	}

	#site-info .on-pc .hx_gnavi >* >* >* >* > .teaser.no-img ,
	#site-info .on-pc .hx_gnavi >* >* >* >* > .external-teaser.no-img {
		position: relative;
		display: table;
		height: 63px;
	}

	#site-info .on-pc .hx_gnavi >* >* >* >* > .teaser.no-img h2 ,
	#site-info .on-pc .hx_gnavi >* >* >* >* > .external-teaser.no-img h2 {
		display: table-row;
	}

	#site-info .on-pc .hx_gnavi >* >* >* >* > .teaser.no-img h2 a ,
	#site-info .on-pc .hx_gnavi >* >* >* >* > .external-teaser.no-img h2 a {
		display: table-cell;
		vertical-align: middle;
		padding: 5px 0 2px;
		text-align: center;
		font-size: 17px;
		color: #000;
		font-weight: bold;
		line-height: 1.25;
		text-decoration: none;
		border-bottom: 3px solid transparent;
	}

	#site-info .on-pc .hx_gnavi >* >* >* >* > .teaser.no-img h2 a[target="_blank"]::after ,
	#site-info .on-pc .hx_gnavi >* >* >* >* > .external-teaser.no-img h2 a[target="_blank"]::after {
		content: "";
		display: inline-block;
		width: 13px;
		height: 12px;
		background: url("../../../../../../resources/sw_img/linkout.svg") center center no-repeat;
		background-size: contain;
		margin-left: 0.25em;
	}

	#site-info .on-pc .hx_gnavi >* >* >* >* > .teaser.no-img h2 a span ,
	#site-info .on-pc .hx_gnavi >* >* >* >* > .external-teaser.no-img h2 a span {
		display: none;
	}

	#site-info .on-pc .hx_gnavi >* >* >* >* > .teaser.no-img h2 a:hover ,
	#site-info .on-pc .hx_gnavi >* >* >* >* > .external-teaser.no-img h2 a:hover {
	}

	#site-info .on-pc .hx_gnavi >* >* > *:hover >* > .teaser.no-img h2 a ,
	#site-info .on-pc .hx_gnavi >* >* > *:hover >* > .external-teaser.no-img h2 a {
		border-bottom-color: #00a291;
	}

	#site-info .on-pc .hx_gnavi >* >* >* >* > .teaser.no-img h2 a.act ,
	#site-info .on-pc .hx_gnavi >* >* >* >* > .external-teaser.no-img h2 a.act ,
	#site-info .on-pc .hx_gnavi >* >* >* >* > .teaser.no-img h2 a.within ,
	#site-info .on-pc .hx_gnavi >* >* >* >* > .external-teaser.no-img h2 a.within {
		border-bottom-color: #00a291;
	}

	#site-info .on-pc .hx_gnavi >* >* >* >* > .teaser.no-img h2 a.act:hover ,
	#site-info .on-pc .hx_gnavi >* >* >* >* > .external-teaser.no-img h2 a.act:hover ,
	#site-info .on-pc .hx_gnavi >* >* >* >* > .teaser.no-img h2 a.within:hover ,
	#site-info .on-pc .hx_gnavi >* >* >* >* > .external-teaser.no-img h2 a.within:hover {
	}


	/* メガドロップメニュー */
	#site-info .on-pc .hx_gnavi * * .reuse-main-area {
		overflow: hidden;
		position: absolute;
		left: 0;
		top: calc(100% + 1px);
		width: 100%;
		padding: 0;

/* マウスオーバーで下に伸長 */
		max-height: 0;

/* マウスオーバーで全体が非透過化 */
		opacity: 0;
/*		visibility: hidden; */

		z-index: 10;
		transition: 0.5s 0.1s;
	}

	#site-info .on-pc .hx_gnavi >* >* > div:hover .reuse-main-area {
/* マウスオーバーで下に伸長 */
		max-height: 550px;

/* マウスオーバーで全体が非透過化 */
		opacity: 1;
/*		visibility: visible; */
	}


	#site-info .on-pc .hx_gnavi * * .reuse-main-area::after {
		content: "";
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		background: #f4f4f4;
		z-index: -1;
	}


	#site-info .on-pc .hx_gnavi * * .reuse-main-area > div {
		font-size: 0;

		display: table;
		table-layout: fixed;
		margin: 40px auto 40px;
		width: 1060px;
	}

	/* メガドロップ カラム割 */
	#site-info .on-pc .hx_gnavi * * .reuse-main-area > * > div {
		margin: 0;
		display: table-cell;
		vertical-align: top;
		width: 23%;
		padding-left: 20px;
	}
	#site-info .on-pc .hx_gnavi * * .reuse-main-area > * > .column1 {
		padding-left: 0;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area > .multiColumn2 > .column1 {
		width: 77%;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area > .multiColumn3 > .column1 {
		width: 54%;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area > .multiColumn4 > .column1 {
		width: 31%;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area > .multiColumn5 > div {
		width: 18%;
	}
	#site-info .on-pc .hx_gnavi * * .reuse-main-area > .multiColumn5 > .column1 {
		width: 28%;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area > .multiColumn2 > .column1 ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area > .multiColumn3 > .column1 ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area > .multiColumn4 > .column1 ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area > .multiColumn5 > div {
		border-right: 1px solid #c4c4c4;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area > div.empty {
		display: none;
	}


	/* メガドロップの中身 */

	/* テキストバナー(ハイライト) on メガドロップ */
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .teaser.no-img.highlight ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .external-teaser.no-img.highlight {
		margin-bottom: 20px;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .teaser.no-img.highlight h2 a ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .external-teaser.no-img.highlight h2 a {
		position: relative;
		display: inline-block;
		color: #000;
		font-size: 30px;
		line-height: 1.25;
	}

	/* テキストバナー on メガドロップ */
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .teaser.no-img:not(.highlight) ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .external-teaser.no-img:not(.highlight) {
		margin-bottom: 20px;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .teaser.no-img:not(.highlight) h2 a ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .external-teaser.no-img:not(.highlight) h2 a {
		position: relative;
		display: inline-block;
		padding: 10px 50px;
		text-align: center;
		color: #000;
		font-size: 14px;
		line-height: 1.25;
		border: 1px solid #000;
		border-radius: 50px;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .teaser.no-img:not(.highlight) h2 a::before ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .external-teaser.no-img:not(.highlight) h2 a::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		margin-top: -5px;
		display: block;
		width: 7px;
		height: 7px;
		border-top: 1px solid #fff;
		border-right: 1px solid #Fff;
		transform: rotate(45deg);
	}

	/* 画像バナー on メガドロップ */
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) {
		position: relative;
		display: flex;
		flex-direction: column;
	}


	#site-info .on-pc .hx_gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) > * ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) > * ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) > * {
		flex: 0 0 auto;
		margin: 0;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) h2 {
		order: 2;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 a ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 a ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) h2 a {
		position: relative;
		font-size: 14px;
		color: #000;
		letter-spacing: 0.03em;
		border-bottom: 1px solid transparent;
		text-decoration: none;
		text-align: center;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]::after ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]::after {
		border: none;

		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 13px;
		height: 12px;
		background: url("../../../../../../resources/sw_img/linkout_white.svg") center center no-repeat;
		background-size: contain;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) h2 a[href*=".pdf"]::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 17px;
		height: 24px;
		background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.svg") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 + a ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 + a ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) h2 + a {
		order: 1;
		display: block;
		margin-bottom: 10px;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 + a img ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 + a img ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) h2 + a img {
		display: block;
	}


	#site-info .on-pc .hx_gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) p ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) p ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) p {
		order: 3;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 a:hover ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 a:hover ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) h2 a:hover {
		border-bottom-color: #000;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight):hover h2 + a img ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight):hover h2 + a img ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight):hover h2 + a img {
		opacity: 0.7;
	}

	/* サイトマップ・リンクリスト on メガドロップ */
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .link-list ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .sitemap-1st {
		font-size: 0;
	}

	/* 折り返し(逆N型) */
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .link-list ul ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .sitemap-1st ul {
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .ux_sitemap_fold .link-list ul ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .ux_sitemap_fold .sitemap-1st ul {
		width: calc(100% - 10px);
		margin-right: 10px;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .ux_sitemap_fold .link-list ul ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .ux_sitemap_fold .sitemap-1st ul {
		width: calc(50% - 10px);
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .ux_sitemap_fold.fold3 .link-list ul ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .ux_sitemap_fold.fold3 .sitemap-1st ul {
		width: calc(33.33% - 10px);
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .ux_sitemap_fold.fold4 .link-list ul ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .ux_sitemap_fold.fold4 .sitemap-1st ul {
		width: calc(25% - 10px);
	}

	/* 折り返し(Z型) */
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .lx_sitemap_li_2col .link-list li:not(.highlight) ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .lx_sitemap_li_2col .sitemap-1st li {
		width: calc(50% - 10px);
		margin-right: 10px;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .lx_sitemap_li_3col .link-list li:not(.highlight) ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .lx_sitemap_li_3col .sitemap-1st li {
		width: calc(33.33% - 10px);
		margin-right: 10px;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .lx_sitemap_li_4col .link-list li:not(.highlight) ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .lx_sitemap_li_4col .sitemap-1st li {
		width: calc(25% - 10px);
		margin-right: 10px;
	}

	/* サイトマップ・リンクリスト on メガドロップ */
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .link-list li.highlight ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .sitemap-1st h3 {
		border-bottom: 1px solid #999;
		padding-bottom: 5px;
		margin-bottom: 15px;

		display: none;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .link-list li.highlight a ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .sitemap-1st h3 a {
		display: inline-block;
		color: #000;
		font-size: 16px;
		font-weight: bold;
		border-bottom: 1px solid transparent;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .link-list li.highlight a::before ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .sitemap-1st h3 a::before {
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .link-list li.highlight a:hover ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .sitemap-1st h3 a:hover {
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .link-list li:not(.highlight) ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .sitemap-1st li {
		position: relative;
		margin-bottom: 10px;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .column1 > .link-list:last-child li:not(.highlight):last-child ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .column1 > .sitemap-1st:last-child li:last-child {
		margin-bottom: 0;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .link-list li:not(.highlight) a ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .sitemap-1st ul a {
		display: inline-block;
		text-align: center;
		color: #000;
		font-size: 15px;
		font-weight: normal;
		letter-spacing: 0.03em;
		border-bottom: 1px solid transparent;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .link-list li:not(.highlight) a::before ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .sitemap-1st li a::before {
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .link-list li:not(.highlight) a[target="_blank"]::after ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .sitemap-1st a[target="_blank"]::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 13px;
		height: 12px;
		background: url("../../../../../../resources/sw_img/linkout.svg") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .link-list li:not(.highlight) a:hover ,
	#site-info .on-pc .hx_gnavi * * .reuse-main-area .sitemap-1st li a:hover {
		border-color: #999;
	}

	#site-info .on-pc .hx_gnavi * * .reuse-main-area .sitemap-1st ul.siteLevel_2 {
		display: none;
	}



	/* HOME 背景透過 */
	[data-page-marker~="header-transparent"] #header:not(.float) ~ #site-info .ax_header .on-pc > div {
		color: #fff;
		background: rgba(0,0,0, 0.27);
		border-bottom-color: rgba(0,0,0, 0.25);
		transition: 0.5s 0.1s;
	}

	[data-page-marker~="header-transparent"] #header:not(.float) ~ #site-info .on-pc .hx_panel {
		border-bottom-color: rgba(255,255,255, 0.25);
	}

	[data-page-marker~="header-transparent"] #header:not(.float) ~ #site-info .on-pc .hx_logo .teaser.style1 {
		display: none;
	}

	[data-page-marker~="header-transparent"] #header:not(.float) ~ #site-info .on-pc .hx_logo .teaser.style2 {
		display: block;
	}

	[data-page-marker~="header-transparent"] #header:not(.float) ~ #site-info .on-pc .hx_utility_link .link-list {
		border-left-color: #fff;
	}

	[data-page-marker~="header-transparent"] #header:not(.float) ~ #site-info .on-pc .hx_utility_link .link-list li::before {
		background-image: url("../../../../../../resources/sw_img/icon_contact_white.svg");
	}

	[data-page-marker~="header-transparent"] #header:not(.float) ~ #site-info .on-pc .hx_search_btn .search_btn span {
		background-image: url("../../../../../../resources/sw_img/icon_search_white.svg");
	}

	[data-page-marker~="header-transparent"] #header:not(.float) ~ #site-info .on-pc .hx_gnavi >* >* >* >* > .teaser.no-img h2 a ,
	[data-page-marker~="header-transparent"] #header:not(.float) ~ #site-info .on-pc .hx_gnavi >* >* >* >* > .external-teaser.no-img h2 a {
		color: #fff;
	}

	[data-page-marker~="header-transparent"] #header:not(.float) ~ #site-info .on-pc .hx_utility_link2 .link-list li a ,
	[data-page-marker~="header-transparent"] #header:not(.float) ~ #site-info .on-pc .hx_utility_link2 .link-list li span ,
	[data-page-marker~="header-transparent"] #header:not(.float) ~ #site-info .on-pc .hx_utility_link .link-list li a ,
	[data-page-marker~="header-transparent"] #header:not(.float) ~ #site-info .on-pc .hx_utility_link .link-list li span {
		color: #fff;
	}



	/*------------------ フッター ------------------*/
	#site-info .ax_footer {
	}

	#site-info .fx_frame3 ,
	#site-info .fx_frame2 ,
	#site-info .fx_frame1 {
	}

	#site-info .fx_frame3 > div ,
	#site-info .fx_frame2 > div ,
	#site-info .fx_frame1 > div {
		max-width: calc(1060px + 40px);
		padding: 0 20px;
	}

	/* 各背景色 */
	#site-info .fx_frame3 {
		border-top: 1px solid #dedede;
		background: #fff;
		color: #000;
	}

	#site-info .fx_frame2 {
		border-top: 1px solid #dedede;
		background: #fff;
		color: #000;
	}

	#site-info .fx_frame1 {
		background: #000;
		color: #fff;
	}


	/* フッターサイトマップ */
	#site-info .fx_sitemap {
		padding: 50px 0 20px;
	}

	#site-info .fx_sitemap >* {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	#site-info .fx_sitemap >* >* {
		display: table-row;
	}
	#site-info .fx_sitemap >* >* >* {
		display: table-cell;
		vertical-align: top;
		width: 10%;
	}

	#site-info .fx_sitemap .sitemap-1st {
		margin-right: 20px;
	}

	#site-info .fx_sitemap .link-list a ,
	#site-info .fx_sitemap .sitemap-1st a {
		display: inline-block;
		color: #343333;
		font-size: 14px;
		letter-spacing: 0.02em;
		border-bottom: 1px solid transparent;
		margin-bottom: 10px;
	}

	#site-info .fx_sitemap .link-list a[target="_blank"]::after ,
	#site-info .fx_sitemap .sitemap-1st a[target="_blank"]::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 13px;
		height: 12px;
		background: url("../../../../../../resources/sw_img/linkout.svg") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}

	#site-info .fx_sitemap .link-list a:hover ,
	#site-info .fx_sitemap .sitemap-1st a:hover {
		border-bottom-color: #343333;
	}

	#site-info .fx_sitemap .link-list li.highlight ,
	#site-info .fx_sitemap .sitemap-1st > h3 {
		margin-bottom: 10px;
	}

	#site-info .fx_sitemap .link-list li.highlight a ,
	#site-info .fx_sitemap .sitemap-1st > h3 a {
		color: #000;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
	}


	/* フッターサイトロゴ */
	#site-info .fx_logo {
		padding: 20px 0 40px;
	}

	#site-info .fx_logo::after {
		content: "";
		display: block;
		clear: both;
	}

	#site-info .fx_logo a {
		float: right;
		width: 160px;
		height: 34px;
	}

	#site-info .fx_logo a img {
		width: 100%;
	}


	/* フッターリンク集 */
	#site-info .fx_link1 {
		padding: 10px 0;
	}

	#site-info .fx_link1 .link-list ul {
		padding: 10px 0;
		text-align: center;
	}

	#site-info .fx_link1 .link-list ul li {
		display: inline-block;
		margin-right: 20px;
		padding-left: 20px;
	}

	#site-info .fx_link1 .link-list ul li + li {
		border-left: 1px solid #a3a3a3;
	}

	#site-info .fx_link1 .link-list ul li a ,
	#site-info .fx_link1 .link-list ul li span {
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.02em;
		line-height: 1.25;
	}

	#site-info .fx_link1 .link-list ul li a[target="_blank"]::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 13px;
		height: 12px;
		background: url("../../../../../../resources/sw_img/linkout.svg") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}


	/* コピーライト */
	#site-info .fx_copyright {
		padding: 20px 0;
		color: inherit;
		font-size: 13px;
		text-align: center;
	}

}


/*--------------------------- スマホ用 -----------------------------*/
@media handheld, only screen and (max-width: 767px) {

	/* -- css ハンバーガーアイコン -- */
	#panel2-btn{
		position: fixed;
		top: 0;
		right: 0;
		display: block;
		width: 40px;
		height: 44px;
		margin: 8px 9px;
		border-radius: 10%;
		background: #FFF;
		z-index: 11111;
	}

	#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: 8px;
		width: 24px;
		height: 1px;
		margin: 0;
		background: #000;
		transition: .2s .4s;
	}

	.panel2-btn-icon1 {
		margin-top: -6px;
	}
	.panel2-btn-icon2 {
		margin-top: 0px;
	}
	.panel2-btn-icon3 {
		margin-top: 6px;
	}

	.panel2-btn-icon1::before ,
	.panel2-btn-icon3::before {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 24px;
		height: 1px;
		background: #000;
		transition: .3s .1s;
	}

	.panel2-btn-title {
		overflow: hidden;
		display: block;
		position: absolute;
		top: 31px;
		left: -5px;
		width: 50px;
		height: 12px;
	}

	.panel2-btn-title li {
		display: block;
		width: 50px;
		height: 15px;

		line-height: 1;
		font-size: 11px;
		color: #000;
		text-align: center;
		font-family: 'Work Sans','Roboto', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
/*		font-weight: 300; */
	}
	.panel2-btn-title li:first-child {
		margin-top: -15px;
		transition: .5s .1s;
	}


	/* -- open時 -- */
	#panel2-sw:checked + div .panel2-btn-icon1 ,
	#panel2-sw:checked + div .panel2-btn-icon2 ,
	#panel2-sw:checked + div .panel2-btn-icon3 {
		background: transparent;
		margin-top: 0;
		transition: .2s .1s;
	}

	#panel2-sw:checked + div .panel2-btn-icon1::before ,
	#panel2-sw:checked + div .panel2-btn-icon3::before {
		transition: .3s .3s;
	}

	#panel2-sw:checked + div .panel2-btn-icon1::before {
		transform: rotate(-225deg);
	}

	#panel2-sw:checked + div .panel2-btn-icon3::before {
		transform: rotate(-135deg);
	}

	#panel2-sw:checked + div .panel2-btn-title li:first-child {
		margin-top: 0px;
		transition: .5s .25s;
	}

	/*------------------ ヘッダー ------------------*/
	#header {
		height: 60px;
	}

	#site-info .ax_header .on-sp {
	}

	/* ヘッダーパネル */
	#site-info .on-sp .hx_panel {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		background: #fff;
		z-index: 10010;
	}

	/* ロゴ */
	#site-info .on-sp .hx_logo {
		position: absolute;
		top: 5px;
		left: 5px;
		width: calc(100% - 110px);
	}

	#site-info .on-sp .hx_logo .teaser.style2 {
		display: none;
	}

	#site-info .on-sp .hx_logo a {
		width: auto;
		height: 44px;
		padding: 10px;
	}

	#site-info .on-sp .hx_logo a img {
		max-width: none;
		max-height: 100%;
		margin: 0;
	}

	/* 検索 */
	#site-info .on-sp .hx_search_btn {
		position: absolute;
		top: 14px;
		right: 60px;
	}

	#site-info .on-sp .hx_search_btn .search_btn {
		padding: 3px;
		cursor: pointer;
	}

	#site-info .on-sp .hx_search_btn .search_btn span {
		width: 26px;
		height: 26px;
		background: url("../../../../../../resources/sw_img/icon_search.svg") no-repeat center center;
		background-size: contain;
		cursor: pointer;
	}

	/* メニュー */
	/* 60pxはヘッダーの高さ分 */
	#site-info .on-sp .hx_menu {
		font-size: 0;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100vw;
		height: calc(100% - 60px);
		max-height: 100%;
		overflow: hidden;
		z-index: 10000;
		transition: .7s .1s;

		background: #fff;
	}

	#panel2-sw:not(:checked) ~ #site-info .on-sp .hx_menu {
	/*	max-height: 0; */
		left: 100%;
	}


	/* 3way-navi */
	#site-info .on-sp .hx_menu > div {
		position: absolute;
		width: 100vw;
		height: 100%;
		overflow: hidden;
		overflow-y: scroll;
	}

	#site-info .on-sp .hx_gnavi {
		border-top: 1px solid #eee;
	}

	/* フォルダ開閉 */
	#site-info .on-sp .hx_gnavi .sitemap-1st ul {
		position: absolute;
		top: 0;
		left: 100%;
		width: 100%;
		height: 100%;
		background: #fff;
		overflow: hidden;
		z-index: 1;
		transition: 0.5s;
		padding-bottom: 200px;
	}

	#site-info .on-sp .hx_gnavi .sitemap-1st ul.open {
		left: 0;
	}

	#site-info .on-sp .hx_gnavi .sitemap-1st ul.active {
		overflow-y: scroll;
	}


	/* 各要素共通 */
	#site-info .on-sp .hx_gnavi .sitemap-1st a ,
	#site-info .on-sp .hx_gnavi .sitemap-1st .gn-back span ,
	#site-info .on-sp .hx_gnavi .link-list li a ,
	#site-info .on-sp .hx_gnavi .link-list li span {
		position: relative;
		display: block;
		color: #000;
		font-size: 14px;
		font-weight: normal;
		padding: 17px 20px;
		text-align: left;
		border-bottom: 1px solid #f0f0f0;
	}

	#site-info .on-sp .hx_gnavi .sitemap-1st a[target="_blank"]::after ,
	#site-info .on-sp .hx_gnavi .link-list li a[target="_blank"]::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 13px;
		height: 12px;
		background: url("../../../../../../resources/sw_img/linkout.svg") no-repeat center center;
		background-size: contain;
		margin: 0 5px;
	}

	/* 通常リンク */
	#site-info .on-sp .hx_gnavi .sitemap-1st a:not(.gn-to-folder):not(.gn-folder-top) ,
	#site-info .on-sp .hx_gnavi .link-list li a {
		padding-left: 30px;
	}

	/* 現在地表示 */
	#site-info .on-sp .hx_gnavi .sitemap-1st a.act:not(.gn-to-folder) ,
	#site-info .on-sp .hx_gnavi .link-list li a.act {
	}

	#site-info .on-sp .hx_gnavi .sitemap-1st a.act:not(.gn-to-folder)::before ,
	#site-info .on-sp .hx_gnavi .link-list li a.act::before {
	}

	/* ↑階層へ(BACK) */
	#site-info .on-sp .hx_gnavi .sitemap-1st .gn-back span {
		padding: 15px 20px;
		padding-left: 45px;
		font-size: 16px;
		color: #000;
		background: #eee;
	}

	#site-info .on-sp .hx_gnavi .sitemap-1st .gn-back span::before {
		content: "";
		position: absolute;
		left: 17px;
		top: 50%;
		margin-top: -5px;
		display: block;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-right: 9px solid #00a392;
	}

	/* ↓階層フォルダへ */
	#site-info .on-sp .hx_gnavi .sitemap-1st a.gn-to-folder {
		padding-left: 30px;
		color: #000;
	}

	#site-info .on-sp .hx_gnavi .sitemap-1st a.gn-to-folder::before {
		content: "";
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -10px;
		display: block;
		width: 20px;
		height: 20px;
		background: url("../../../../../../resources/sw_img/icon_down.png") center center no-repeat;
		background-size: contain;
		transform: rotate(-90deg);
	}

	/* フォルダトップ */
	#site-info .on-sp .hx_gnavi .sitemap-1st a.gn-folder-top {
		padding-left: 20px;
		font-size: 16px;
		color: #fff;
		background: #00a392;
	}

	#site-info .on-sp .hx_gnavi .sitemap-1st a.gn-folder-top::before {
	}


	/* サブメニュー */
	#site-info .on-sp .hx_sub_menu {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		z-index: 100;
	}

	/* ヘッダーユーティリティリンク集 */
	#site-info .on-sp .hx_utility_link {
		color: #fff;
		background: #00a392;
	}
	#site-info .on-sp .hx_utility_link2 {
		color: #fff;
		background: #313131;
	}

	#site-info .on-sp .hx_utility_link .link-list ul ,
	#site-info .on-sp .hx_utility_link2 .link-list ul {
	}

	#site-info .on-sp .hx_utility_link .link-list ul li ,
	#site-info .on-sp .hx_utility_link2 .link-list ul li {
	}

	#site-info .on-sp .hx_utility_link .link-list ul li a ,
	#site-info .on-sp .hx_utility_link .link-list ul li span ,
	#site-info .on-sp .hx_utility_link2 .link-list ul li a ,
	#site-info .on-sp .hx_utility_link2 .link-list ul li span {
		position: relative;
		padding: 15px 20px;
		text-align: center;
		font-size: 14px;
		font-weight: normal;
	}

	#site-info .on-sp .hx_utility_link .link-list ul li a::before ,
	#site-info .on-sp .hx_utility_link .link-list ul li span::before {
		content: "";
		display: inline-block;
		vertical-align: baseline;
		width: 17px;
		height: 13px;
		background: url("../../../../../../resources/sw_img/icon_contact_white.svg") no-repeat center center;
		background-size: contain;
		margin-right: 10px;
	}

	#site-info .on-sp .hx_utility_link .link-list ul li a[target="_blank"]::after ,
	#site-info .on-sp .hx_utility_link2 .link-list ul li a[target="_blank"]::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 13px;
		height: 12px;
		background: url("../../../../../../resources/sw_img/linkout.svg") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}

	/* 言語リンク */
	#site-info .on-sp .hx_lang_navi {
		padding: 15px 0;
		background: #eee;
	}

	#site-info .on-sp .hx_lang_navi .link-list ul {
		text-align: center;
	}

	#site-info .on-sp .hx_lang_navi .link-list ul li {
		display: inline-block;
	}

	#site-info .on-sp .hx_lang_navi .link-list ul li.highlight {
	}

	#site-info .on-sp .hx_lang_navi .link-list ul li a ,
	#site-info .on-sp .hx_lang_navi .link-list ul li span {
		position: relative;
		padding: 10px 50px;
		padding-left: 60px;
		text-align: center;
		font-size: 14px;
		font-weight: normal;
		color: #000;
		background: #fff;
		border-radius: 40px;
		margin: 0 3px;
	}

	#site-info .on-sp .hx_lang_navi .link-list ul li.highlight span ,
	#site-info .on-sp .hx_lang_navi .link-list ul li.highlight a ,
	#site-info .on-sp .hx_lang_navi .link-list ul li a.act ,
	#site-info .on-sp .hx_lang_navi .link-list ul li a.within {
		color: #fff;
		background: #000;
	}

	#site-info .on-sp .hx_lang_navi .link-list li > span::before ,
	#site-info .on-sp .hx_lang_navi .link-list li > a::before {
		content: "";
		position: absolute;
		left: 30px;
		top: 50%;
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url("../../../../../../resources/sw_img/icon_global.svg") no-repeat center center;
		background-size: contain;
		transform: translate(0, -50%);
	}


	/*------------------ フッター ------------------*/
	#site-info .ax_footer {
	}

	/* 各背景色 */
	#site-info .fx_frame3 {
		border-top: 1px solid #f2f2f2;
		background: #fff;
		color: #000;
	}

	#site-info .fx_frame2 {
		border-top: 1px solid #f2f2f2;
		background: #fff;
		color: #000;
	}

	#site-info .fx_frame1 {
		background: #000;
		color: #fff;
	}

	#site-info .fx_frame3 > div ,
	#site-info .fx_frame2 > div ,
	#site-info .fx_frame1 > div {
	}


	/* フッターサイトマップ */
	#site-info .fx_sitemap {
		padding: 20px 0;
	}

	#site-info .fx_sitemap >* {
	}

	#site-info .fx_sitemap >* >* >* >* {
	}

	#site-info .fx_sitemap .link-list ,
	#site-info .fx_sitemap .sitemap-1st {
	}

	#site-info .fx_sitemap .link-list a ,
	#site-info .fx_sitemap .sitemap-1st a {
		padding: 10px 20px;
		padding-left: 30px;
		font-size: 15px;
		font-weight: normal;
	}

	#site-info .fx_sitemap .link-list a[target="_blank"]::after ,
	#site-info .fx_sitemap .sitemap-1st a[target="_blank"]::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 13px;
		height: 12px;
		background: url("../../../../../../resources/sw_img/linkout.svg") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}

	#site-info .fx_sitemap .link-list a:hover ,
	#site-info .fx_sitemap .sitemap-1st a:hover {
		text-decoration: underline;
	}

	#site-info .fx_sitemap .sitemap-1st > h3 {
	}

	#site-info .fx_sitemap .sitemap-1st > h3 a {
	}

	#site-info .fx_sitemap .link-list li:not(.highlight) ,
	#site-info .fx_sitemap .sitemap-1st ul {
		display: none;
	}

	/* フッターロゴ */
	#site-info .fx_logo {
		background: #000;
		color: #fff;

		display: none;
	}

	#site-info .fx_logo {
		margin: 10px 20px;
	}

	#site-info .fx_logo a {
		padding: 10px;
	}


	/* フッターリンク集 */
	#site-info .fx_link1 {
	}

	#site-info .fx_link1 .link-list ul {
		padding: 10px 10px;
		text-align: center;
	}

	#site-info .fx_link1 .link-list ul li {
		display: inline-block;
		min-width: 50%;
	}

	#site-info .fx_link1 .link-list ul li a ,
	#site-info .fx_link1 .link-list ul li span {
		padding: 5px 10px;
		text-align: center;
		font-size: 12px;
	}

	#site-info .fx_link1 .link-list ul li a[target="_blank"]::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 13px;
		height: 12px;
		background: url("../../../../../../resources/sw_img/linkout.svg") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}


	/* コピーライト */
	#site-info .fx_copyright {
		padding: 20px 0;
		font-size: 10px;
		text-align: center;
	}
}
/*------------------ プラグイン・サイト内共通 特殊設定 ------------------*/
/*==== ページ遷移時フェイドイン設定 ====*/
body:not(.ready) {
  opacity: 0;
  transition: 0.5s 0.5s;
}

body.ready {
  opacity: 1;
  transition: 0.5s 0.5s;
}

body.in-editor {
  opacity: 0.3;
  /*	transition: 0.5s; */
}

body.in-editor.ready {
  opacity: 1;
}

body.loaded {
  /*
  	-webkit-transition: 0s;
  	-o-transition: 0s;
  	transition: 0s;
  */
}

/*==== スクロールエフェクト ====*/
/* 出現アニメーション */
#promos3 .fadeObj,
.fadeObj {
  opacity: 0;
  transition: none;
  transform: translate(0, 30px);
}

#promos3 .fadeObj.visible,
.fadeObj.visible {
  opacity: 1;
  transform: translate(0, 0);
  transition: 0.5s 0.1s;
}

.fadeObj.visible.column1 {
  transition-delay: 0.1s;
}

#promos3 .fadeObj.visible,
.fadeObj.visible.column2 {
  transition-delay: 0.3s;
}

.fadeObj.visible.column3 {
  transition-delay: 0.5s;
}

.fadeObj.visible.column4 {
  transition-delay: 0.7s;
}

.fadeObj.visible.column5 {
  transition-delay: 1s;
}

/*===== 検索ダイアログ =====*/
#dialog_search {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.2s;
  z-index: 50000;
  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%;
}

.close_btn {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 44px;
  margin: 20px;
  border-radius: 10%;
  background: #FFF;
  z-index: 10000;
}
@media handheld, only screen and (max-width: 767px) {
	.close_btn {
	  margin: 10px;
	}
}

.close_btn:hover {
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
}

.close2-btn-icon1,
.close2-btn-icon2,
.close2-btn-icon3 {
  display: block;
  position: absolute;
  top: 17px;
  left: 9px;
  width: 22px;
  height: 2px;
  margin: 0;
  background: #19294b;
  transition: 0.2s 0.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: 0;
  width: 22px;
  height: 2px;
  background: #19294b;
  transition: 0.3s 0.1s;
}

.close2-btn-title {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 31px;
  left: 0;
  width: 40px;
  height: 12px;
}

.close2-btn-title li {
  display: block;
  width: 40px;
  height: 15px;
  line-height: 1;
  font-size: 10px;
  color: #19294b;
  text-align: center;
  transform: scale(0.8);
}

.close2-btn-title li:first-child {
  margin-top: -15px;
  transition: 0.5s 0.1s;
}

/* -- open時 -- */
.close_btn .close2-btn-icon1,
.close_btn .close2-btn-icon2,
.close_btn .close2-btn-icon3 {
  background: transparent;
  margin-top: 0;
  transition: 0.2s 0.1s;
}

.close_btn .close2-btn-icon1::before,
.close_btn .close2-btn-icon3::before {
  width: 30px;
  left: -4px;
  transition: 0.3s 0.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: 0.5s 0.25s;
}

#dialog_search .search_inputbox {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 500px;
  max-width: 90%;
}

#dialog_search .search_inputbox > h2 {
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

[id=dialog_search] th,
[id=dialog_search] td {
  padding: 0;
  border: none;
  background: none;
}

/* 検索ダミー */
#dialog_search .search_inputbox form {
  font-size: 0;
}

#dialog_search .search_inputbox input[type=text] {
  width: calc(100% - 45px);
  font-size: 1rem;
  padding: 10px 20px;
  box-shadow: inset 0 0 8px 2px #ccc;
  outline: none;
  border: none;
}

#dialog_search .search_inputbox input[type=submit] {
  padding: 0;
  box-sizing: content-box;
  vertical-align: top;
  width: 20px;
  height: calc(1rem + 0px);
  border: 12px solid #000;
  background: #000 url("../../../../../../resources/sw_img/icon_glass_white.svg") center center no-repeat;
}

/* 検索(google search) */
[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;
}

/* 検索(MARS FINDER) */
.mf_finder_searchBox_items .mf_finder_searchBox_submit span {
  margin: 0;
}

.mf_finder_searchBox_submit {
  color: #fff !important;
  font-size: 24px !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: 1rem;
}

/*==== カルーセル：スライドMV html1用 （縦横比固定型） ====*/
/* スライドエリアと画像サイズに合わせて、各設定値を変更する事 */
/* 下の例: */
/* スライドエリアwidth: 100%(画面いっぱい) */
/* 画像height: 1020px */
/* 画像width: 1920px */
[id=html1] .column1,
[id=html1] .column2,
[id=html1] .column3,
[id=html1] .column4,
[id=html1] .column5 {
  margin-bottom: 0;
}

/* ヘッダーに重ねる */
@media print, screen and (min-width: 768px) {
  #area_slider0 {
    margin-top: -137px;
  }
}
@media handheld, only screen and (max-width: 767px) {
  #area_slider0 {
    margin-top: -60px;
  }
}
#area_slider0 {
  max-height: 1020px;
  min-height: 780px;
}

#area_slider0 .slick-slide {
  overflow: hidden;
  max-height: 1020px;
  min-height: 780px;
}

#area_slider0 .slick-slide::before {
  content: "";
  display: block;
  padding-top: 53.125%;
}

#area_slider0 .slick-slide > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-width: 1468.2352941176px;
  transform: translate(-50%, -50%);
}

/* パターンA: PCとSPで同じ画像を見せる場合 */
#area_slider0 .slick-slide > .column1 img {
  width: 100%;
}

#area_slider0 .slick-slide > .column2 img,
#area_slider0 .slick-slide > .column3 img,
#area_slider0 .slick-slide > .column4 img,
#area_slider0 .slick-slide > .column5 img {
  max-width: 100%;
}

/* パターンB: PCを第１カラム、SPを第２カラム、とする場合 */
/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  #area_slider0 .slick-slide > .column2 {
    /*	display: none; */
  }
}
/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  #area_slider0 .slick-slide > .column1 {
    /*	display: none; */
  }
}
/* テキスト部分 */
#area_slider0 .slick-slide .text-section img.pos-4 + .text {
  position: absolute;
  top: 47%;
  left: 50%;
  min-width: 1468.2352941176px;
  transform: translate(-50%, -50%);
  width: 100vw;
  max-width: 1200px;
  padding: 0 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 2;
  text-shadow: 0 0 5px #000;
}

#area_slider0 .slick-slide > .column2 .text-section,
#area_slider0 .slick-slide > .column3 .text-section,
#area_slider0 .slick-slide > .column4 .text-section,
#area_slider0 .slick-slide > .column5 .text-section {
  width: 100vw;
  max-width: 1200px;
  padding: 0 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 2;
  text-shadow: 0 0 5px #000;
}

#area_slider0 .slick-slide .text-section a {
  margin-top: 1.5em;
  display: inline-block;
  min-width: 20em;
  padding: 1em 1em;
  border: 1px solid #fff;
  color: #fff;
  text-shadow: none;
}

#area_slider0 .slick-slide .text-section a:hover {
  color: #000;
  background: #fff;
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  #area_slider0 .slick-slide .text-section img.pos-4 + .text,
  #area_slider0 .slick-slide > .column2 .text-section,
  #area_slider0 .slick-slide > .column3 .text-section,
  #area_slider0 .slick-slide > .column4 .text-section,
  #area_slider0 .slick-slide > .column5 .text-section {
    min-width: auto;
    font-size: 12px;
    line-height: 2;
  }
  #area_slider0 .slick-slide .text-section br {
    display: none;
  }
}
#area_slider0 .slick-slide img,
#area_slider0 .slick-slide * *:last-child {
  margin-bottom: 0;
}

#area_slider0 .slick-dots {
  left: 50%;
  bottom: 160px;
  margin-left: -530px;
  width: 1060px;
  text-align: center;
}

#area_slider0 .slick-dots li {
  margin: 3px 4px;
}

#area_slider0 .slick-dots li button {
  padding: 0;
  margin: 0;
  background: none;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
}

#area_slider0 .slick-dots li.slick-active button {
  background: #fff;
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  #area_slider0 .slick-dots {
    margin: 0;
    left: 0;
    bottom: 20px;
    width: 100%;
  }
  #area_slider0 .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
/*==== カルーセル：スライドMV promos3用 ====*/
/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
  /*==== カルーセル：スライドMV（ベストエフォート型） ====*/
  /* スライドエリアと画像サイズに合わせて、各設定値を変更する事 */
  /* 下の例: */
  /* 最小スライドエリアwidth: 1040px */
  /* 画像height＝最小スライドエリアheight: 450px */
  /* 画像width: 1920px */
  [data-page-marker~=with-slider] #mv,
  #area_slider3 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 450px;
  }
  [data-page-marker~=with-slider] #mv::before,
  #area_slider3::before {
    content: "";
    display: block;
    padding-top: 23.4375%;
  }
  #area_slider3 {
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #area_slider3 > div {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  #area_slider3 .slick-slide {
    min-height: 450px;
    overflow: hidden;
  }
  #area_slider3 .slick-slide::before {
    content: "";
    display: block;
    padding-top: 23.4375%;
  }
  #area_slider3 .slick-slide > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1100px;
    transform: translate(-50%, -50%);
  }
  #area_slider3 .slick-slide * *:last-child {
    margin-bottom: 0;
  }
  /* 第１カラムは横幅いっぱい、それ以外はコンテンツエリアに収める */
  #area_slider3 .slick-slide > .column1 {
    width: 100%;
    min-width: 1920px;
  }
  #area_slider3 .slick-slide > .column1 img {
    width: 100%;
  }
  /* PCを第１カラム、SPを第２カラム、とする場合 */
  #area_slider3 .slick-slide > .column2 {
    /*		display: none; */
  }
  #area_slider3 .slick-dots {
    top: auto;
    bottom: auto;
    bottom: 20px;
    display: block;
    width: 100%;
  }
  #area_slider3 .slick-dots li {
    margin: 0 5px;
  }
  #area_slider3 .slick-dots li button {
    display: block;
    width: 60px;
    height: 6px;
    background: #fff;
    border: 1px solid #ccc;
  }
  #area_slider3 .slick-dots li.slick-active button {
    background: #222;
  }
}
/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
  /*==== カルーセル：スライドMV（PC踏襲型：PCで見える分をSPでも表示） ====*/
  /* スライドエリアと画像サイズに合わせて、各設定値を変更する事 */
  /* 下の例: */
  /* スライドエリアwidth: 100%(画面いっぱい) */
  /* PC時のスライドエリアwidth: 1040px */
  /* 画像height: 450px */
  /* 画像width: 1920px */
  [data-page-marker~=with-slider] #mv,
  #area_slider3 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 45px;
  }
  [data-page-marker~=with-slider] #mv::before,
  #area_slider3::before {
    content: "";
    display: block;
    padding-top: 43.2692307692%;
  }
  #area_slider3 {
    position: absolute;
    top: 60px;
    left: 0;
  }
  #area_slider3 > div {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  #area_slider3 .slick-slide::before {
    content: "";
    display: block;
    padding-top: 43.2692307692%;
  }
  #area_slider3 .slick-slide > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    font-size: 12px;
  }
  /* パターンA: PCの画像でコンテンツエリア内の部分を、SPで見せる場合 */
  #area_slider3 .slick-slide > .column1 {
    width: 184.6153846154%;
  }
  #area_slider3 .slick-slide > .column1 img {
    width: 100%;
  }
  /* パターンB: PCを第１カラム、SPを第２カラム、とする場合 */
  #area_slider3 .slick-slide > .column1 {
    /*		display: none; */
  }
  #area_slider3 .slick-slide * *:last-child {
    margin-bottom: 0;
  }
  #area_slider3 .slick-dots {
    bottom: auto;
    bottom: 5px;
    display: block;
    width: 100%;
  }
  #area_slider3 .slick-dots li {
    margin: 0 5px;
  }
  #area_slider3 .slick-dots li button {
    display: block;
    width: 40px;
    height: 4px;
    background: #222;
    border: 1px solid #ccc;
  }
  #area_slider3 .slick-dots li.slick-active button {
    background: #fff;
  }
}
/*==== メインビジュアル：MV promos3用 ====*/
/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
  /*==== メインビジュアル：MV（高さ固定型） ====*/
  [data-page-marker~=with-mv] #page-intro > h1 {
    color: #fff;
    position: absolute;
    top: 210px;
    left: 50%;
    margin-left: -500px;
    width: 1060px;
    height: auto;
    z-index: 1;
  }
  [data-page-marker~=with-mv] #mv,
  #promos3 .area_mv {
    display: block;
    width: 100%;
    height: 280px;
    position: relative;
    margin-bottom: 40px;
  }
  #promos3 .area_mv {
    position: absolute;
    top: 120px;
    left: 0;
    overflow: hidden;
  }
  #promos3 .area_mv > .column1 {
    margin: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-width: 1400px;
    transform: translate(-50%, -50%);
  }
  #promos3 .area_mv img {
    width: 100%;
  }
}
/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
  /*==== メインビジュアル：MV（縦横比固定型） ====*/
  [data-page-marker~=with-mv] #page-intro > h1 {
    color: #fff;
    position: absolute;
    top: 110px;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  [data-page-marker~=with-mv] #mv,
  #promos3 .area_mv {
    position: relative;
    display: block;
    width: 100%;
    height: 40.3846153846vw;
    margin-bottom: 40px;
  }
  [data-page-marker~=with-mv] #promos3 .area_mv {
    position: absolute;
    top: 60px;
    left: 0;
    overflow: hidden;
  }
  #promos3 .area_mv > .column1 {
    margin: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 81.25%;
    transform: translate(-50%, -50%);
  }
  #promos3 .area_mv img {
    width: 100%;
  }
}
/*===== メインビジュアル：MV（高さ固定型 +h1重ねる） promos1用 ====*/
/* PC: 位置なりゆき、高さ360px */
/* SP: 位置ヘッダー下固定、高さ200px */
[data-promos1=has-img] .page-intro {
  height: 360px;
}
[data-promos1=has-img][data-page-path="/ja/ir"] .page-intro,
[data-promos1=has-img][data-page-path="/ja/sustainability"] .page-intro,
[data-promos1=has-img][data-page-path="/en/ir"] .page-intro,
[data-promos1=has-img][data-page-path="/en/sustainability"] .page-intro {
  height: 240px;
}

[data-promos1=has-img] .page-intro > .h1 {
  display: none;
  padding: 0 20px 52px;
  color: #fff;
  font-size: 42px;
}

[data-promos1=has-img] .page-intro > .h1::before {
  content: "";
  position: absolute;
  bottom: 42px;
  left: 20px;
  display: block;
  width: 260px;
  height: 1px;
  background: #fff;
}

[data-promos1=has-img] .page-intro-wrapper {
  background: none;
}

[data-promos1=has-img] .page-intro {
  height: 360px;
}

[data-promos1=has-img] #promos1 .text-section {
  position: static;
  margin-bottom: 0;
}

[data-promos1=has-img][data-page-path="/ja/ir"] #promos1 .text-section img,
[data-promos1=has-img][data-page-path="/ja/sustainability"] #promos1 .text-section img,
[data-promos1=has-img][data-page-path="/en/ir"] #promos1 .text-section img,
[data-promos1=has-img][data-page-path="/en/sustainability"] #promos1 .text-section img {
  height: 240px;
  margin-top: -240px;
}

[data-promos1=has-img] #promos1 .text-section img {
  position: absolute;
  top: auto;
  left: 0;
  display: block;
  width: 100%;
  height: 360px;
  margin: 0;
  margin-top: -360px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

[data-promos1=has-img] #promos1 .text-section .text {
  text-shadow: none;
  left: auto;
  position: absolute;
  /*	top: calc(130px + 400px / 2); */
  top: auto;
  left: calc(50% - 530px);
  transform: translate(0, -50%);
  width: 1060px;
  margin-top: -180px;
  color: #fff;
  font-size: 42px;
  letter-spacing: 0;
  line-height: 1.25;
}

[data-page-path="/ja/ir"] #promos1 .text-section .text,
[data-page-path="/ja/sustainability"] #promos1 .text-section .text,
[data-page-path="/en/ir"] #promos1 .text-section .text,
[data-page-path="/en/sustainability"] #promos1 .text-section .text {
  text-shadow: none;
  left: auto;
  position: absolute;
  top: auto;
  left: calc(50% - 530px);
  width: 1060px;
  margin-top: -180px;
  color: #000;
  font-size: 42px;
  letter-spacing: 0;
  line-height: 1.25;
  transform: translate(0);
}

[data-promos1=has-img] #promos1 .text-section .text u {
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

[data-promos1=has-img] #promos1 .text-section .text u::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 260px;
  height: 1px;
  background: #fff;
}

[data-page-path="/ja/ir"] #promos1 .text-section .text u::before,
[data-page-path="/ja/sustainability"] #promos1 .text-section .text u::before,
[data-page-path="/en/ir"] #promos1 .text-section .text u::before,
[data-page-path="/en/sustainability"] #promos1 .text-section .text u::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 260px;
  height: 1px;
  background: #000;
}

[data-promos1=has-img] #promos1 .text-section .text em {
  font-style: normal;
  font-family: "Work Sans", "Roboto", "Noto Sans JP", YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  [data-promos1=has-img] .page-intro-wrapper {
    height: 200px;
  }
  [data-promos1=has-img][data-page-path="/ja/ir"] .page-intro-wrapper,
  [data-promos1=has-img][data-page-path="/ja/sustainability"] .page-intro-wrapper,
  [data-promos1=has-img][data-page-path="/en/ir"] .page-intro-wrapper,
  [data-promos1=has-img][data-page-path="/en/sustainability"] .page-intro-wrapper {
    height: 250px;
  }
  [data-promos1=has-img] .page-intro {
    height: 200px;
  }
  [data-promos1=has-img][data-page-path="/ja/ir"] .page-intro,
  [data-promos1=has-img][data-page-path="/ja/sustainability"] .page-intro,
  [data-promos1=has-img][data-page-path="/en/ir"] .page-intro,
  [data-promos1=has-img][data-page-path="/en/sustainability"] .page-intro {
    height: 250px;
  }
  [data-promos1=has-img] .page-intro > .h1 {
    font-size: 26px;
  }
  [data-promos1=has-img] #promos1 .text-section img {
    top: 60px;
    height: 200px;
    margin-top: 0px;
  }
  [data-promos1=has-img] .bread-crumb ~ * #promos1 .text-section img {
    top: 88px;
  }
  [data-page-path="/ja/ir"][data-promos1=has-img] .bread-crumb ~ * #promos1 .text-section img,
  [data-page-path="/ja/sustainability"][data-promos1=has-img] .bread-crumb ~ * #promos1 .text-section img,
  [data-page-path="/en/ir"][data-promos1=has-img] .bread-crumb ~ * #promos1 .text-section img,
  [data-page-path="/en/sustainability"][data-promos1=has-img] .bread-crumb ~ * #promos1 .text-section img {
    top: 0;
    opacity: 0;
    z-index: -100;
  }
  [data-promos1=has-img] #promos1 .text-section .text {
    top: 260px;
    left: 10px;
    width: calc(100% - 20px);
    font-size: 22px;
    margin-top: -100px;
  }
  [data-promos1=has-img] .bread-crumb ~ * #promos1 .text-section .text {
    top: 288px;
  }
  [data-page-path="/ja/ir"][data-promos1=has-img] .bread-crumb ~ * #promos1 .text-section .text,
  [data-page-path="/ja/sustainability"][data-promos1=has-img] .bread-crumb ~ * #promos1 .text-section .text,
  [data-page-path="/en/ir"][data-promos1=has-img] .bread-crumb ~ * #promos1 .text-section .text,
  [data-page-path="/en/sustainability"][data-promos1=has-img] .bread-crumb ~ * #promos1 .text-section .text {
    top: 260px;
  }
  [data-promos1=has-img] #promos1 .text-section .text u::before {
    width: 130px;
    bottom: 0;
  }
  [data-promos1=has-img] #promos1 .text-section .text em {
    font-size: 14px;
  }
}
/*==== マルチ２一覧スライド ====*/
/* 設定resetしない */
#area_multi2_slider1 .slick-dots {
  display: none !important;
}

#area_multi2_slider1 .slick-prev,
#area_multi2_slider1 .slick-next {
  margin: 0;
  top: 70px;
  width: 50px;
  height: 50px;
  z-index: 1;
  opacity: 0.5;
}

#area_multi2_slider1 .slick-prev {
  left: -15px;
}

#area_multi2_slider1 .slick-next {
  right: 3px;
}

#area_multi2_slider1 .slick-prev::before,
#area_multi2_slider1 .slick-next::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("../../../../../../resources/sw_img/slide-prev.png") no-repeat center center;
  background-size: contain;
}

#area_multi2_slider1 .slick-next::before {
  transform: rotate(180deg);
}

#area_multi2_slider1 .slick-prev:hover,
#area_multi2_slider1 .slick-prev:focus,
#area_multi2_slider1 .slick-prev:active,
#area_multi2_slider1 .slick-next:hover,
#area_multi2_slider1 .slick-next:focus,
#area_multi2_slider1 .slick-next:active {
  opacity: 1;
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  #area_multi2_slider1 .basic-list.thumnail,
  #area_multi2_slider1 .basic-list-english.thumnail {
    padding: 0 20px;
  }
  #area_multi2_slider1 .slick-prev,
  #area_multi2_slider1 .slick-next {
    width: 35px;
    height: 35px;
  }
  #area_multi2_slider1 .slick-prev::before,
  #area_multi2_slider1 .slick-next::before {
    width: 35px;
    height: 35px;
  }
  #area_multi2_slider1 .slick-prev {
    left: -20px;
  }
  #area_multi2_slider1 .slick-next {
    right: -3px;
  }
}
/*==== マルチ３一覧スライド ====*/
/* 設定resetしない */
#area_multi3_slider1 .slick-dots {
  display: none !important;
}

#area_multi3_slider1 .slick-prev,
#area_multi3_slider1 .slick-next {
  margin: 0;
  top: 70px;
  width: 50px;
  height: 50px;
  z-index: 1;
  opacity: 0.5;
}

#area_multi3_slider1 .slick-prev {
  left: -15px;
}

#area_multi3_slider1 .slick-next {
  right: 3px;
}

#area_multi3_slider1 .slick-prev::before,
#area_multi3_slider1 .slick-next::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("../../../../../../resources/sw_img/slide-prev.png") no-repeat center center;
  background-size: contain;
}

#area_multi3_slider1 .slick-next::before {
  transform: rotate(180deg);
}

#area_multi3_slider1 .slick-prev:hover,
#area_multi3_slider1 .slick-prev:focus,
#area_multi3_slider1 .slick-prev:active,
#area_multi3_slider1 .slick-next:hover,
#area_multi3_slider1 .slick-next:focus,
#area_multi3_slider1 .slick-next:active {
  opacity: 1;
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  #area_multi3_slider1 .basic-list.thumnail,
  #area_multi3_slider1 .basic-list-english.thumnail {
    padding: 0 20px;
  }
  #area_multi3_slider1 .slick-prev,
  #area_multi3_slider1 .slick-next {
    width: 35px;
    height: 35px;
  }
  #area_multi3_slider1 .slick-prev::before,
  #area_multi3_slider1 .slick-next::before {
    width: 35px;
    height: 35px;
  }
  #area_multi3_slider1 .slick-prev {
    left: -20px;
  }
  #area_multi3_slider1 .slick-next {
    right: -3px;
  }
}
/*==== マルチ３カテゴリ設定用 ====*/
#site-info .ox_multi3_listing > *:not(.mgnlEditor) {
  display: none;
}

/*==== 外部サイト警告ダイアログ ====*/
#site-info .ux_modal_outer_link > *:not(.mgnlEditor) {
  display: none;
}

.dialog-outer-link {
  z-index: 3010;
}

.dialog-outer-link + .modaal-overlay {
  z-index: 3000;
  background: #fff !important;
  opacity: 1 !important;
}

.dialog-outer-link .modaal-container {
  box-shadow: none;
}

.dialog-outer-link .text-section.highlight {
  text-align: center;
}

.dialog-outer-link .text-section.highlight strong {
  display: block;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.31;
  color: #333;
  margin-bottom: 35px;
}

.dialog-outer-link .text-section.highlight em {
  font-style: normal;
}

.dialog-outer-link .modaal-confirm-wrap {
  padding-top: 55px;
}

.dialog-outer-link .modaal-confirm-btn.modaal-ok,
.dialog-outer-link .modaal-confirm-btn.modaal-cancel {
  text-decoration: none;
  box-shadow: none;
  transition: 0s;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-width: 180px;
  padding: 16px 23px 14px 37px;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  border-radius: 2px;
  background: #000066;
  margin: 0 20px;
}

.dialog-outer-link .modaal-confirm-btn.modaal-cancel {
  color: #000066;
  background: #dbdbdb;
}

.dialog-outer-link .modaal-confirm-btn.modaal-cancel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -5px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #006;
  border-left: 1px solid #006;
  transform: rotate(-45deg);
}

.dialog-outer-link .modaal-confirm-btn.modaal-ok::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -7px;
  display: inline-block;
  width: 13px;
  height: 12px;
  background: url("../../../../../../resources/sw_img/linkout_white.svg") center center no-repeat;
  background-size: contain;
}

/*
.dialog-outer-link .modaal-confirm-btn.modaal-ok:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/linkout_white.svg") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}
*/
.dialog-outer-link .modaal-confirm-btn.modaal-ok:hover {
  color: #000066;
  background: #aeb8de;
}

.dialog-outer-link .modaal-confirm-btn.modaal-cancel:hover {
  color: #000066;
  background: #eaeaea;
}

.dialog-outer-link .modaal-confirm-btn.modaal-ok:hover::before {
  background-image: url("../../../../../../resources/sw_img/linkout_blue.png");
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  .dialog-outer-link .modaal-confirm-wrap {
    padding-top: 55px;
    direction: rtl;
  }
}
/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  .dialog-outer-link .text-section.highlight strong {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .dialog-outer-link .modaal-content-container {
    padding: 0;
  }
  .dialog-outer-link .modaal-confirm-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .dialog-outer-link .modaal-confirm-btn.modaal-ok,
  .dialog-outer-link .modaal-confirm-btn.modaal-cancel {
    width: 100%;
    margin: 0;
    margin-bottom: 24px;
  }
}
/*==== クッキー警告ダイアログ ====*/
#site-info .ux_popup_cookie_warning {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 50vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  text-align: center;
  transition: 0.5s;
}

#site-info .ux_popup_cookie_warning.agree {
  max-height: 0;
}

#site-info .ux_popup_cookie_warning > div {
  padding: 20px 0 20px;
  color: #fff;
}

/*
#site-info .ux_popup_cookie_warning .text-section strong {
	display: inline-block;
	margin-bottom: 10px;
}

#site-info .ux_popup_cookie_warning .text-section a {
	position: relative;
	display: inline-block;
	padding-left: 1.4em;
	margin-top: 10px;
}

#site-info .ux_popup_cookie_warning .text-section a::before {
	content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	position: absolute;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%23222222%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Earrow_right%3C%2Ftitle%3E%3Cpolyline%20class%3D%22a%22%20points%3D%2210.01%205%2014%209%200%209%22%2F%3E%3C%2Fsvg%3E') no-repeat left center;
	top: 0.3em;
	left: 0;
	margin: 0;
}

#site-info .ux_popup_cookie_warning .text-section a:hover {
	text-decoration: none;
}
*/
#site-info .ux_popup_cookie_warning .lx_title_center .title4.highlight {
  text-align: center;
}

#site-info .ux_popup_cookie_warning .title4.highlight h4 {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #fff;
  cursor: pointer;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  #site-info .ux_popup_cookie_warning {
    min-width: 1100px;
  }
  #site-info .ux_popup_cookie_warning > div {
    width: 1100px;
  }
}
/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  #site-info .ux_popup_cookie_warning > div {
    padding: 15px 10px;
  }
  #site-info .ux_popup_cookie_warning .text-section {
    font-size: 11px;
  }
  #site-info .ux_popup_cookie_warning .text-section br {
    display: none;
  }
  #site-info .ux_popup_cookie_warning .title4.highlight h4 {
    font-size: 12px;
  }
}
/*==== 言語切り替えリンク ====*/
.ax_lang_link.hidden {
  display: none;
}

.ax_lang_link {
  position: absolute;
  bottom: 30px;
  right: 20px;
  z-index: 1;
}

/*-- 言語切り替えボタンスタイル --*/
.ax_lang_link a {
  display: block;
  padding: 0;
  font-size: 0;
  text-decoration: none;
  color: inherit;
  line-height: 1.5;
  background: #fff;
  border-radius: 50px;
}

.ax_lang_link span:first-child {
  border-right: 1px solid #eee;
}

.ax_lang_link span:first-child {
  padding-left: 15px;
}

.ax_lang_link span:last-child {
  padding-right: 15px;
}

.ax_lang_link span {
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}

.ax_lang_link .active {
  background: #00a291;
  color: #fff;
}

.ax_lang_link a:hover {
  opacity: 0.7;
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
  .ax_lang_link {
    right: 10px;
  }
  [data-page-path="/ja/ir"] .ax_lang_link,
  [data-page-path="/ja/sustainability"] .ax_lang_link,
  [data-page-path="/en/ir"] .ax_lang_link,
  [data-page-path="/en/sustainability"] .ax_lang_link {
    bottom: 60px;
  }
  .ax_lang_link span {
    font-size: 12px;
  }
}
/*===== アコーディオン =====*/
#sharewithmain .ux_accordion > .column1 {
  cursor: pointer;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  #sharewithmain .ux_accordion > .column1,
  #sharewithmain .ux_accordion > .column2 {
    width: 100%;
    margin-right: 0;
  }
}
/*------------------ 全ページ共通 特殊設定 ------------------*/
/*==== 背景黒 ====*/
/* 素材ページ等で白いロゴを見える様にする */
body#bg-black {
  background: #000;
}

/*==== IR calendar type01 ====*/
.lx_table_calendar01 div.shwTable::before {
  content: none;
}

.lx_table_calendar01 div.shwTable .tbCore {
  margin: 0 33px;
  width: auto;
}

.lx_table_calendar01 div.shwTable .tbCore,
.lx_table_calendar01 div.shwTable .tbCore tbody,
.lx_table_calendar01 div.shwTable .tbCore tr,
.lx_table_calendar01 div.shwTable .tbCore td {
  display: block;
  border: none;
  background: none;
}

.lx_table_calendar01 div.shwTable .tbCore::after {
  content: "";
  display: block;
  clear: both;
}

.lx_table_calendar01 div.shwTable .tbCore tr {
  position: relative;
  float: left;
  width: 8%;
  padding: 0;
  margin: 80px 0 120px;
  border: none;
}

.lx_table_calendar01 div.shwTable .tbCore tr td {
  padding: 0;
  height: auto;
}

/* 月表示 */
.lx_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: 38px;
  font-weight: normal;
  line-height: 1.5;
  /*	font-family: 'Saira Extra Condensed', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif; */
}

.lx_table_calendar01 div.shwTable .tbCore tr:nth-child(odd) td:nth-child(1) {
  background: #aa0000;
  color: #FFF;
}

.lx_table_calendar01 div.shwTable .tbCore tr:nth-child(even) td:nth-child(1) {
  background: #e4524e;
  color: #FFF;
}

/* 上下キャプション */
.lx_table_calendar01 div.shwTable .tbCore tr td:nth-child(2),
.lx_table_calendar01 div.shwTable .tbCore tr td:nth-child(3),
.lx_table_calendar01 div.shwTable .tbCore tr td:nth-child(4) {
  position: absolute;
  width: 166%;
  left: 50%;
  margin-left: 3px;
  color: #333;
  padding: 2px;
  font-size: 14px;
  line-height: 1.3;
}

.lx_table_calendar01 div.shwTable .tbCore tr:last-child td:nth-child(2),
.lx_table_calendar01 div.shwTable .tbCore tr:last-child td:nth-child(3),
.lx_table_calendar01 div.shwTable .tbCore tr:last-child td:nth-child(4) {
  width: 120%;
}

.lx_table_calendar01 div.shwTable .tbCore tr td:nth-child(2) {
  bottom: 100%;
  /*	margin-bottom: 1px; */
  padding-bottom: 10px;
}

.lx_table_calendar01 div.shwTable .tbCore tr td:nth-child(3) {
  top: 100%;
  /*	margin-top: 1px; */
  padding-top: 10px;
}

.lx_table_calendar01 div.shwTable .tbCore tr td:nth-child(4) {
  top: 100%;
  /*	margin-top: 1px; */
  padding-top: 55px;
}

/* キャプション左の縦棒 */
.lx_table_calendar01 div.shwTable .tbCore tr td:nth-child(2)::before,
.lx_table_calendar01 div.shwTable .tbCore tr td:nth-child(3)::before,
.lx_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_table_calendar01 div.shwTable .tbCore tr td:nth-child(2)::before {
  top: 0;
}

.lx_table_calendar01 div.shwTable .tbCore tr td:nth-child(3)::before,
.lx_table_calendar01 div.shwTable .tbCore tr td:nth-child(4)::before {
  bottom: 0;
}

.lx_table_calendar01 div.shwTable .tbCore tr td:empty {
  display: none;
}

/* 上旬 */
.lx_table_calendar01 div.shwTable .tbCore tr td.tbTop:nth-child(2),
.lx_table_calendar01 div.shwTable .tbCore tr td.tbTop:nth-child(3),
.lx_table_calendar01 div.shwTable .tbCore tr td.tbTop:nth-child(4) {
  left: 16%;
}

/* 下旬 */
.lx_table_calendar01 div.shwTable .tbCore tr td.tbBottom:nth-child(2),
.lx_table_calendar01 div.shwTable .tbCore tr td.tbBottom:nth-child(3),
.lx_table_calendar01 div.shwTable .tbCore tr td.tbBottom:nth-child(4) {
  left: 84%;
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
  .lx_table_calendar01 div.shwTable {
    overflow: visible;
  }
  .lx_table_calendar01 div.shwTable .tbCore {
    margin: 0 5%;
  }
  .lx_table_calendar01 div.shwTable .tbCore tr {
    width: 16.5%;
    width: calc(16.6666666667% - 0.5px);
    margin: 50px 0 75px;
  }
  .lx_table_calendar01 div.shwTable .tbCore tr td:nth-child(1) {
    font-size: 28px;
  }
  .lx_table_calendar01 div.shwTable .tbCore tr td:nth-child(2),
  .lx_table_calendar01 div.shwTable .tbCore tr td:nth-child(3),
  .lx_table_calendar01 div.shwTable .tbCore tr td:nth-child(4) {
    font-size: 10px;
  }
  .lx_table_calendar01 div.shwTable .tbCore tr td:nth-child(2) {
    padding-bottom: 8px;
  }
  .lx_table_calendar01 div.shwTable .tbCore tr td:nth-child(3) {
    padding-top: 8px;
  }
  .lx_table_calendar01 div.shwTable .tbCore tr td:nth-child(4) {
    padding-top: 48px;
  }
}
/*==== IR calendar type02 ====*/
/* 02は捜索中 */
/*==== IR calendar type03 ====*/
.lx_table_calendar03 div.shwTable {
  padding-left: 20px;
  padding-right: 40px;
}

.lx_table_calendar03 div.shwTable .tbCore,
.lx_table_calendar03 div.shwTable .tbCore * {
  display: block;
  border: none;
  background: none;
  padding-left: 0;
  padding-right: 0;
}

.lx_table_calendar03 div.shwTable .tbCore {
  border-top: 1px solid #7e7e7e;
}

.lx_table_calendar03 div.shwTable .tbCore tr {
  border-bottom: 1px solid #7e7e7e;
}

.lx_table_calendar03 div.shwTable .tbCore tr:after {
  content: "";
  display: block;
  clear: both;
}

.lx_table_calendar03 div.shwTable .tbCore td {
  position: relative;
  float: left;
  width: 8.333%;
  background: none;
}

.lx_table_calendar03 div.shwTable .tbCore tr {
  /*	border-left: 1px solid #7e7e7e; */
  /*	border-right: 1px solid #7e7e7e; */
}

.lx_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed:first-child {
  border-left: 1px solid #7e7e7e;
}

.lx_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed {
  border-right: 1px dotted #7e7e7e;
}

.lx_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed:last-child {
  border-right: 1px solid #7e7e7e;
}

.lx_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed p {
  position: absolute;
  left: 10%;
  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_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed:last-child p {
  max-width: 100%;
  overflow: hidden;
}

.lx_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed p:before {
  content: "●";
  position: absolute;
  top: 50%;
  left: 0;
  color: #000066;
  margin-top: -0.6em;
}

.lx_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed.tbCenter p {
  left: 50%;
  margin-left: -0.5em;
}

.lx_table_calendar03 div.shwTable .tbCore tr:not(:last-child) td.tbDimmed.tbRight p {
  left: 90%;
  margin-left: -1em;
}

.lx_table_calendar03 div.shwTable .tbCore tr:first-child td {
  white-space: nowrap;
  color: #fff;
  background: #000066;
  font-weight: bold;
  padding: 12px 0;
}

.lx_table_calendar03 div.shwTable .tbCore tr:last-child td {
  white-space: nowrap;
  background: #ddd;
  font-weight: bold;
}

.lx_table_calendar03 div.shwTable .tbCore tr:first-child td,
.lx_table_calendar03 div.shwTable .tbCore tr:last-child td {
  border-right: 1px solid #7e7e7e;
}

.lx_table_calendar03 div.shwTable .tbCore tr:first-child td:first-child,
.lx_table_calendar03 div.shwTable .tbCore tr:last-child td:first-child {
  border-left: 1px solid #7e7e7e;
}

.lx_table_calendar03 div.shwTable .tbCore tr:last-child td[colspan="3"],
.lx_table_calendar03 div.shwTable .tbCore tr:last-child td[colspan="3"] + td {
  border-right: none;
}

.lx_table_calendar03 div.shwTable .tbCore tr:last-child td[colspan="3"] + td,
.lx_table_calendar03 div.shwTable .tbCore tr:last-child td[colspan="3"] + td + td {
  display: block !important;
  border-left: none;
}

.lx_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;
}

/* スマホ用 */
@media handheld, only screen and (max-width: 799px) {
  .lx_table_calendar03 div.shwTable {
    overflow-x: scroll;
  }
  .lx_table_calendar03 div.shwTable .tbCore {
    width: 750px;
  }
}
/*==== ページャー ====*/
.lx_list_pager01 div.link-list:not(.highlight) h2:before {
  content: none;
}

.lx_list_pager01 div.link-list:not(.highlight) h2 {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  color: inherit;
  font-size: inherit;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
}

.lx_list_pager01 div.link-list:not(.highlight) ul {
  font-size: 0;
  text-align: center;
}

.lx_list_pager01 div.link-list:not(.highlight) ul li[class] {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  display: inline-block;
  vertical-align: top;
}

.lx_list_pager01 div.link-list:not(.highlight) ul li[class]:before {
  content: none;
}

.lx_list_pager01 div.link-list:not(.highlight) ul li[class]:not(.highlight) a {
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
  margin: 3px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #005aab;
  background: #005aab;
}

.lx_list_pager01 div.link-list:not(.highlight) ul li:not(.highlight) a:hover,
.lx_list_pager01 div.link-list:not(.highlight) ul li:not(.highlight) a.act {
  color: #005aab;
  background: #fff;
}

.lx_list_pager01 div.link-list:not(.highlight) ul li.highlight a {
  position: relative;
  overflow: visible;
  display: flex;
  width: 100px;
  height: 40px;
  margin: 3px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #005aab;
  background: #005aab;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  .lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-child(1) a,
  .lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-child(2) a {
    margin-left: 25px;
    border-left: none;
  }
  .lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-child(1) a:before,
  .lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-child(2) a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px;
    left: -15px;
    width: 28.68px;
    height: 28.68px;
    background: #005aab;
    border-left: 1px solid #005aab;
    border-top: 1px solid #005aab;
    transform: rotate(-45deg);
    z-index: -1;
  }
  .lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(1) a,
  .lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(2) a,
  .lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(3) a {
    margin-right: 25px;
    border-right: none;
  }
  .lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(1) a:after,
  .lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(2) a:after,
  .lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(3) a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px;
    right: -15px;
    width: 28.68px;
    height: 28.68px;
    background: #005aab;
    border-right: 1px solid #005aab;
    border-top: 1px solid #005aab;
    transform: rotate(45deg);
    z-index: -1;
  }
  .lx_list_pager01 div.link-list:not(.highlight) ul li.highlight a:hover {
    color: #005aab;
    background: #fff;
  }
  .lx_list_pager01 div.link-list:not(.highlight) ul li.highlight a:hover:before,
  .lx_list_pager01 div.link-list:not(.highlight) ul li.highlight a:hover:after {
    background: #fff;
  }
}
/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  .lx_list_pager01 div.link-list:not(.highlight) ul li[class]:not(.highlight) a {
    width: 30px;
    height: 30px;
    margin: 1px;
    font-size: 13px;
  }
  .lx_list_pager01 div.link-list:not(.highlight) ul li.highlight a {
    width: 45px;
    height: 30px;
    margin: 1px;
    font-size: 13px;
  }
  .lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-child(1) a,
  .lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-child(2) a {
    font-size: 0;
  }
  .lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-child(1) a:before,
  .lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-child(2) a:before {
    content: "";
    display: inline-block;
    border: 15px solid #fff;
    border-right-color: #005aab;
    position: absolute;
    top: -1px;
    left: -1px;
  }
  .lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(1) a,
  .lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(2) a,
  .lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(3) a {
    font-size: 0;
  }
  .lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(1) a:after,
  .lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(2) a:after,
  .lx_list_pager01 div.link-list:not(.highlight) ul li.highlight:nth-last-child(3) a:after {
    content: "";
    display: inline-block;
    border: 15px solid #fff;
    border-left-color: #005aab;
    position: absolute;
    top: -1px;
    right: -1px;
  }
}
/*==== タブ風スタイル ====*/
.lx_list_tabstyle01 div.link-list:not(.highlight) {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 40px;
}

.lx_list_tabstyle01 div.link-list:not(.highlight) ul {
  margin: 0;
  display: table-row;
}

.lx_list_tabstyle01 div.link-list:not(.highlight) ul li[class] {
  margin: 0;
  padding: 0;
  background: none;
  display: table-cell;
}

.lx_list_tabstyle01 div.link-list:not(.highlight) ul li[class]::before,
.lx_list_tabstyle01 div.link-list:not(.highlight) ul li[class]::after {
  content: none;
}

.lx_list_tabstyle01 div.link-list:not(.highlight) ul li a {
  position: relative;
  overflow: visible;
  display: block;
  margin: 0 5px;
  padding: 20px 0 20px;
  text-align: center;
  color: #00a291;
  text-decoration: none;
  border-bottom: 2px solid #888;
}

.lx_list_tabstyle01 div.link-list:not(.highlight) ul li a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 7px solid #888;
  margin-left: -7px;
}

.lx_list_tabstyle01 div.link-list:not(.highlight) ul li.act a,
.lx_list_tabstyle01 div.link-list:not(.highlight) ul li a:hover {
  color: #333;
  border-bottom-color: #222;
}

.lx_list_tabstyle01 div.link-list:not(.highlight) ul li.act a::before,
.lx_list_tabstyle01 div.link-list:not(.highlight) ul li a:hover::before {
  border-top-color: #222;
}

.lx_list_tabstyle01 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden=false] + ul,
.lx_list_tabstyle01 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden=false] + ul li[class] {
  display: block;
  margin-bottom: 10px;
}

/*==== バナー下マージン無し ====*/
#sharewithmain .lx_teaser_mb0 .teaser,
#sharewithmain .lx_teaser_mb0 .external-teaser,
#sharewithmain .lx_teaser_mb0 .download-teaser {
  margin-bottom: 0;
}

/*==== テキスト下マージン無し ====*/
#sharewithmain .lx_text_mb0 .text-section {
  margin-bottom: 0;
}

#sharewithmain .lx_text_img_mb0 .text-section img {
  margin-bottom: 0;
}

/*==== テーブルの枠線を消す ====*/
/*.lx_table_no_border .shwTable table.htCore tr td ,*/
#sharewithmain .lx_table_no_border th,
#sharewithmain .lx_table_no_border td {
  border-color: transparent;
}

/*.lx_table_no_v_border .shwTable table.htCore tr td ,*/
#sharewithmain .lx_table_no_v_border th,
#sharewithmain .lx_table_no_v_border td {
  border-left-color: transparent;
  border-right-color: transparent;
}

/*.lx_table_no_h_border .shwTable table.htCore tr td ,*/
#sharewithmain .lx_table_no_h_border th,
#sharewithmain .lx_table_no_h_border td {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/*==== テーブルの背景を消す ====*/
#sharewithmain .lx_table_no_bg th,
#sharewithmain .lx_table_no_bg td {
  background: none;
}

/*==== テーブルを上下中央揃えにする ====*/
.lx_table_valign_middle .shwTable table.htCore tr td,
.lx_table_valign_middle th,
.lx_table_valign_middle td {
  vertical-align: middle;
}

/*==== マルチカラムの上下に線を引く、連続した時は線を重ねる ====*/
/* wideモードでない場合は、コンテンツ内に上下に線が引かれます */
#sharewithmain .lx_mcol_topline_01 {
  padding-top: 40px;
  border-top: 1px solid #eee;
}

#sharewithmain .lx_mcol_bottomline_01 {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

#sharewithmain .lx_mcol_bottomline_01 + .lx_mcol_topline_01 {
  margin-top: -21px;
}

/*==== マルチカラムに背景色をつける ====*/
#sharewithmain .lx_mcol_bg_gray01 {
  background: #f3f3f3;
}

/*==== タイルレイアウト ====*/
/* カラムの右・下マージンなし、画像バナー・画像の下マージンなし、 */
#sharewithmain .lx_style_tile .teaser,
#sharewithmain .lx_style_tile .external-teaser,
#sharewithmain .lx_style_tile .download-teaser {
  margin-bottom: 0;
}

#sharewithmain .lx_style_tile .text-section,
#sharewithmain .lx_style_tile .text-section img {
  margin-bottom: 0;
}

/*------------------ 個別ページ 特殊設定 ------------------*/
/* 見出しが中央揃えになります */
.lx_title_center .title2 h2,
.lx_title_center .title3 h3,
.lx_title_center .title4 h4 {
  text-align: center;
  border: none;
}

.lx_title_center .title4 h4::before {
  content: none;
}

/* 見出しh2用アイコン */
.title2 h2 .icon_important::before {
  content: "i";
  display: inline-block;
  color: #ff3333;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0.5em;
}

/*==== HOME ====*/
/* IR情報 カラム割  */
/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  body[id=wide] [role=main] > .lx_style_tile.lx_mcol2_ratio_ex1.multiColumn2 > .column1 {
    width: 56.5%;
  }
  body[id=wide] [role=main] > .lx_style_tile.lx_mcol2_ratio_ex1.multiColumn2 > .column2 {
    width: 43.5%;
  }
}
/* IR 個人投資家・株主の皆様へ リンク */
.lx_style_ir_intro_banner01 .text-section.highlight {
  font-size: 0;
}

.lx_style_ir_intro_banner01 .text-section.highlight img,
.lx_style_ir_intro_banner01 .text-section.highlight img + div {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.lx_style_ir_intro_banner01 .text-section.highlight img + div {
  width: calc(60% - 16px);
  font-size: 1rem;
  line-height: 1.8;
}

.lx_style_ir_intro_banner01 .text-section.highlight a {
  margin-top: 1em;
  display: inline-block;
  padding: 0.5em 2em;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
}

.lx_style_ir_intro_banner01 .text-section.highlight a:hover {
  background: #000;
  color: #fff;
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  .lx_style_ir_intro_banner01 .text-section.highlight img + div {
    font-size: calc(6px + 1.25vw);
    line-height: 1.5;
  }
  .lx_style_ir_intro_banner01 .text-section.highlight a {
    margin-top: 0.5em;
  }
}
.lx_style_ir_intro_banner01 .internal-link-area:not(.highlight),
.lx_style_ir_intro_banner01 .external-link-area:not(.highlight) {
  margin-bottom: 0;
}

.lx_style_ir_intro_banner01 .internal-link-area:not(.highlight) > a,
.lx_style_ir_intro_banner01 .external-link-area:not(.highlight) > a {
  padding-top: 20px;
  color: #000;
  text-decoration: none;
}

.lx_style_ir_intro_banner01 .internal-link-area:not(.highlight) img,
.lx_style_ir_intro_banner01 .external-link-area:not(.highlight) img {
  margin-top: -20px;
  margin-right: 20px;
  margin-bottom: 0;
}

.lx_style_ir_intro_banner01 .internal-link-area:not(.highlight) a u,
.lx_style_ir_intro_banner01 .external-link-area:not(.highlight) a u {
  margin-top: 1em;
  display: inline-block;
  padding: 0.5em 2em;
  border: 1px solid #000;
  text-decoration: none;
}

.lx_style_ir_intro_banner01 .internal-link-area:not(.highlight) a:hover u,
.lx_style_ir_intro_banner01 .external-link-area:not(.highlight) a:hover u {
  background: #000;
  color: #fff;
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  .lx_style_ir_intro_banner01 .internal-link-area:not(.highlight) > a,
  .lx_style_ir_intro_banner01 .external-link-area:not(.highlight) > a {
    padding-top: 10px;
    font-size: 12px;
  }
  .lx_style_ir_intro_banner01 .internal-link-area:not(.highlight) img,
  .lx_style_ir_intro_banner01 .external-link-area:not(.highlight) img {
    margin-top: -10px;
  }
  .lx_style_ir_intro_banner01 .internal-link-area:not(.highlight) a u,
  .lx_style_ir_intro_banner01 .external-link-area:not(.highlight) a u {
    margin-top: 0.5em;
  }
}
/* IR情報へのリンク */
#sharewithmain .lx_style_ir_intro_banner02 {
  background: #f4f4f4;
}

.lx_style_ir_intro_banner02 * * .reuse-main-area {
  margin: auto;
  width: 100%;
  max-width: 750px;
  text-align: center;
  font-size: 0;
  margin-top: 15px;
}

.lx_style_ir_intro_banner02 * * .reuse-main-area > .multiColumn3 {
  display: inline-block;
  width: 29.333%;
  margin: 0 2%;
}

.lx_style_ir_intro_banner02 * * .reuse-main-area > .multiColumn3 > * {
  display: none;
  background: #fff;
  border-radius: 10px;
}

.lx_style_ir_intro_banner02 * * .reuse-main-area > .multiColumn3 > * > * {
  font-size: 20px;
}

.lx_style_ir_intro_banner02 * * .reuse-main-area > .multiColumn3 > .column1 {
  position: relative;
  display: block;
  width: auto;
  padding: 20% 0;
  margin-right: 0;
  margin-bottom: 30px;
}

.lx_style_ir_intro_banner02 * * .reuse-main-area > * .text-section {
  overflow: hidden;
  position: absolute;
  top: auto;
  left: auto;
  width: 100%;
  opacity: 0;
}

.lx_style_ir_intro_banner02 * * .reuse-main-area > * .teaser:not(no-img),
.lx_style_ir_intro_banner02 * * .reuse-main-area > * .external-teaser:not(no-img),
.lx_style_ir_intro_banner02 * * .reuse-main-area > * .download-teaser:not(no-img) {
  position: relative;
  cursor: pointer;
}

.lx_style_ir_intro_banner02 * * .reuse-main-area > * .teaser:not(no-img) h2 a,
.lx_style_ir_intro_banner02 * * .reuse-main-area > * .external-teaser:not(no-img) h2 a,
.lx_style_ir_intro_banner02 * * .reuse-main-area > * .download-teaser:not(no-img) h2 a {
  padding-top: 20px;
  text-align: center;
  color: #000;
  font-weight: normal;
  font-size: inherit;
  text-decoration: none;
}

.lx_style_ir_intro_banner02 * * .reuse-main-area > * .text-section img,
.lx_style_ir_intro_banner02 * * .reuse-main-area > * .teaser:not(no-img) > a img,
.lx_style_ir_intro_banner02 * * .reuse-main-area > * .external-teaser:not(no-img) > a img,
.lx_style_ir_intro_banner02 * * .reuse-main-area > * .download-teaser:not(no-img) > a img {
  width: 60px;
  margin: auto;
}

.lx_style_ir_intro_banner02 * * .reuse-main-area > *:hover > * {
  background: #000;
}

.lx_style_ir_intro_banner02 * * .reuse-main-area > *:hover .text-section {
  opacity: 1;
}

.lx_style_ir_intro_banner02 * * .reuse-main-area > *:hover .teaser:not(no-img) h2 a,
.lx_style_ir_intro_banner02 * * .reuse-main-area > *:hover .external-teaser:not(no-img) h2 a,
.lx_style_ir_intro_banner02 * * .reuse-main-area > *:hover .download-teaser:not(no-img) h2 a {
  color: #fff;
  text-decoration: none;
}

.lx_style_ir_intro_banner02 * * .reuse-main-area > *:hover .teaser:not(no-img) > a,
.lx_style_ir_intro_banner02 * * .reuse-main-area > *:hover .external-teaser:not(no-img) > a,
.lx_style_ir_intro_banner02 * * .reuse-main-area > *:hover .download-teaser:not(no-img) > a {
  opacity: 0;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  .lx_style_ir_intro_banner02 > * > .reuse-main-area {
    position: relative;
    min-height: 440px;
  }
  .lx_style_ir_intro_banner02 > * > .reuse-main-area::after {
    content: "";
    display: block;
    padding-top: calc(76.9911504425% - 377px + 216px);
  }
  .lx_style_ir_intro_banner02 * * .reuse-main-area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  .lx_style_ir_intro_banner02 > * > .reuse-main-area {
    margin-top: 30px;
    padding: 0 10px;
  }
  .lx_style_ir_intro_banner02 * * .reuse-main-area > .multiColumn3 {
    display: inline-block;
    width: 44%;
    margin: 0 3%;
  }
  .lx_style_ir_intro_banner02 * * .reuse-main-area > .multiColumn3 > * > * {
    font-size: 16px;
  }
}
/*---- 会社情報・グループ情報・ニュース ----*/
/* デスクトップ用 */
@media print, screen and (min-width: 768px) and (max-width: 1399px) {
  #sharewithmain > .lx_style_newsbox01.multiColumn2 > .column1,
  #sharewithmain > .lx_style_newsbox01.multiColumn2 > .column2 {
    width: 100%;
  }
  #sharewithmain > .lx_style_newsbox01 > .column1 .teaser.no-img,
  #sharewithmain > .lx_style_newsbox01 > .column1 .external-teaser.no-img,
  #sharewithmain > .lx_style_newsbox01 > .column1 .download-teaser.no-img {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
/* デスクトップ用 */
@media print, screen and (min-width: 1400px) {
  #sharewithmain > .lx_style_newsbox01.multiColumn2 > .column1 {
    width: 33.333%;
  }
  #sharewithmain > .lx_style_newsbox01.multiColumn2 > .column2 {
    width: 66.666%;
  }
}
/* ニュース カラム内上下中央揃え  */
#sharewithmain .lx_col_valign_middle > .column1,
#sharewithmain .lx_col_valign_middle > .column2,
#sharewithmain .lx_col_valign_middle > .column3,
#sharewithmain .lx_col_valign_middle > .column4,
#sharewithmain .lx_col_valign_middle > .column5 {
  vertical-align: middle;
}

/*-- ニュース カラム内余白 --*/
/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  #sharewithmain .lx_col2_padding > .column2 {
    padding: 20px 40px;
  }
}
/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_col2_padding > .column2 {
    padding: 20px 10px;
  }
}
/*-- ニュース リンクカラー変更 --*/
.lx_multi3_style02 .basic-list2:not(.thumnail) ul.tabItems li a .news_tx {
  color: #000;
}

/*==== 画像背景化 ====*/
#sharewithmain .lx_text_img_lay_under {
  position: relative;
}

.lx_text_img_lay_under .text-section.highlight {
  position: static;
  margin: 0;
}

.lx_text_img_lay_under .text-section.highlight img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  z-index: -1;
}
#sharewithmain .lx_style_top_leadBtn_wrap > .column1 {
  justify-content: center;
}
#sharewithmain .lx_style_top_leadBtn_wrap .teaser.no-img h2 a,
#sharewithmain .lx_style_top_leadBtn_wrap .external-teaser.no-img h2 a,
#sharewithmain .lx_style_top_leadBtn_wrap .download-teaser.no-img h2 a {
  padding: 33px 40px 33px 20px;
  text-align: left;
}
#sharewithmain .lx_style_top_bgColor {
  background-color: #F4F4F4;
}
#sharewithmain .lx_style_top_bgColor.lx_first_ttl {
  margin-top: 80px;
}
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_style_top_bgColor.lx_first_ttl {
    margin-top: 60px;
  }
}
#sharewithmain .lx_style_top_bgColor.lx_first_ttl .title2 h2 {
  margin-top: 80px;
}
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_style_top_bgColor.lx_first_ttl .title2 h2 {
    margin-top: 60px;
  }
}
#sharewithmain .lx_style_top_banner_wrap > * {
  margin-bottom: 0;
}
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_style_top_banner_wrap .internal-link-area:not(.no-img) > a,
  #sharewithmain .lx_style_top_banner_wrap .external-link-area:not(.no-img) > a {
    padding-bottom: 0;
  }
}
#sharewithmain .lx_style_top_banner_wrap .internal-link-area:not(.no-img) > a,
#sharewithmain .lx_style_top_banner_wrap .external-link-area:not(.no-img) > a {
  background-color: transparent;
}
#sharewithmain .lx_style_top_banner_wrap .internal-link-area:not(.no-img) > a > img,
#sharewithmain .lx_style_top_banner_wrap .external-link-area:not(.no-img) > a > img {
  margin-bottom: 14px;
}
#sharewithmain .lx_style_top_banner_wrap .internal-link-area:not(.no-img) > a > ul,
#sharewithmain .lx_style_top_banner_wrap .external-link-area:not(.no-img) > a > ul {
  list-style: none;
  padding: 0;
}
#sharewithmain .lx_style_top_banner_wrap .internal-link-area:not(.no-img) > a > ul > li,
#sharewithmain .lx_style_top_banner_wrap .external-link-area:not(.no-img) > a > ul > li {
  position: relative;
  padding-left: 20px;
}
#sharewithmain .lx_style_top_banner_wrap .internal-link-area:not(.no-img) > a > ul > li::before,
#sharewithmain .lx_style_top_banner_wrap .external-link-area:not(.no-img) > a > ul > li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 12px;
  inset: 50% auto auto 0;
  transform: translateY(-50%);
  -webkit-mask: url(../../../../../../resources/sw_img/icon_arr02_white.svg) no-repeat center/contain;
  mask: url(../../../../../../resources/sw_img/icon_arr02_white.svg) no-repeat center/contain;
  background-color: #000;
  transition: 0.3s ease-in-out;
}
#sharewithmain .lx_style_top_banner_wrap .internal-link-area:not(.no-img) > a:hover > ul li::before,
#sharewithmain .lx_style_top_banner_wrap .external-link-area:not(.no-img) > a:hover > ul li::before {
  transform: translate(5px, -50%);
}
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_style_top_banner_wrap .internal-link-area:not(.no-img) > a > img,
  #sharewithmain .lx_style_top_banner_wrap .external-link-area:not(.no-img) > a > img {
    width: 100%;
  }
  #sharewithmain .lx_style_top_banner_wrap .internal-link-area:not(.no-img) > a > ul,
  #sharewithmain .lx_style_top_banner_wrap .external-link-area:not(.no-img) > a > ul {
    width: 100%;
    margin: 0 auto;
  }
}

.in-editor #sharewithmain .lx_style_top_col4cnt_wrap {
  display: block;
}

#sharewithmain .lx_style_top_col4cnt_wrap {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_style_top_col4cnt_wrap {
    flex-direction: column;
    align-items: center;
  }
}
#sharewithmain .lx_style_top_col4cnt_wrap > * {
  margin: 0;
  background-color: #fff;
  width: 265px;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
}
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_style_top_col4cnt_wrap > * {
    width: calc(100% - 20px);
  }
}
#sharewithmain .lx_style_top_col4cnt_wrap > * .text-section.has-img {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
#sharewithmain .lx_style_top_col4cnt_wrap > * .text-section.has-img > img {
  height: 100%;
  margin: 0;
  max-width: none;
  width: auto;
}
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_style_top_col4cnt_wrap > * .text-section.has-img > img {
    width: 100%;
    height: auto;
  }
}
#sharewithmain .lx_style_top_col4cnt_wrap > * .text-section.has-img:last-child {
  display: none;
}
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_style_top_col4cnt_wrap > * .text-section.has-img:first-child {
    display: none;
  }
  #sharewithmain .lx_style_top_col4cnt_wrap > * .text-section.has-img:last-child {
    display: block;
  }
}
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_style_top_col4cnt_wrap > * .teaser.no-img,
  #sharewithmain .lx_style_top_col4cnt_wrap > * .external-teaser.no-img,
  #sharewithmain .lx_style_top_col4cnt_wrap > * .download-teaser.no-img {
    max-width: none;
  }
}
#sharewithmain .lx_style_top_col4cnt_wrap > * .teaser.no-img h2 a,
#sharewithmain .lx_style_top_col4cnt_wrap > * .external-teaser.no-img h2 a,
#sharewithmain .lx_style_top_col4cnt_wrap > * .download-teaser.no-img h2 a {
  padding: 33px 40px 33px 20px;
  text-align: left;
}

#sharewithmain .lx_style_top_col4cnt_wrap > * .link-list {
  padding: 0 30px 30px;
}
#sharewithmain .lx_style_top_col4cnt_wrap > * .link-list > ul {
  margin-bottom: 0;
}

.in-editor #sharewithmain .lx_style_top_col3cnt_wrap {
  display: block;
}

#sharewithmain .lx_style_top_col3cnt_wrap {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_style_top_col3cnt_wrap {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 60px;
  }
}
#sharewithmain .lx_style_top_col3cnt_wrap > * {
  margin: 0;
}
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_style_top_col3cnt_wrap > * {
    width: calc(100% - 20px);
  }
}
#sharewithmain .lx_style_top_col3cnt_wrap > *:first-child {
  width: 800px;
  display: flex;
  flex-wrap: wrap;
}
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_style_top_col3cnt_wrap > *:first-child {
    width: calc(100% - 20px);
    flex-direction: column;
  }
}
#sharewithmain .lx_style_top_col3cnt_wrap > *:first-child .teaser,
#sharewithmain .lx_style_top_col3cnt_wrap > *:first-child .external-teaser,
#sharewithmain .lx_style_top_col3cnt_wrap > *:first-child .download-teaser {
  width: 50%;
  margin: 0;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
}
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_style_top_col3cnt_wrap > *:first-child .teaser,
  #sharewithmain .lx_style_top_col3cnt_wrap > *:first-child .external-teaser,
  #sharewithmain .lx_style_top_col3cnt_wrap > *:first-child .download-teaser {
    width: 100%;
    max-width: none;
  }
}
#sharewithmain .lx_style_top_col3cnt_wrap > *:first-child .teaser > h2,
#sharewithmain .lx_style_top_col3cnt_wrap > *:first-child .external-teaser > h2,
#sharewithmain .lx_style_top_col3cnt_wrap > *:first-child .download-teaser > h2 {
  height: 100%;
}
#sharewithmain .lx_style_top_col3cnt_wrap > *:first-child .teaser > h2 > a,
#sharewithmain .lx_style_top_col3cnt_wrap > *:first-child .external-teaser > h2 > a,
#sharewithmain .lx_style_top_col3cnt_wrap > *:first-child .download-teaser > h2 > a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 33px 40px 33px 20px;
}
#sharewithmain .lx_style_top_col3cnt_wrap > *:last-child {
  width: auto;
}
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_style_top_col3cnt_wrap > *:last-child {
    width: calc(100% - 20px);
  }
}
#sharewithmain .lx_style_top_col3cnt_wrap > *:last-child .text-section.has-img {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
#sharewithmain .lx_style_top_col3cnt_wrap > *:last-child .text-section.has-img > img {
  height: 100%;
  margin: 0;
  max-width: none;
  width: auto;
}
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_style_top_col3cnt_wrap > *:last-child .text-section.has-img > img {
    width: 100%;
    height: auto;
  }
}
#sharewithmain .lx_style_top_col3cnt_wrap > *:last-child .text-section.has-img:last-child {
  display: none;
}
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_style_top_col3cnt_wrap > *:last-child .text-section.has-img:first-child {
    display: none;
  }
  #sharewithmain .lx_style_top_col3cnt_wrap > *:last-child .text-section.has-img:last-child {
    display: block;
  }
}

/*-- HOME - サステナビリティ --*/
#sharewithmain .lx_style_home_sust {
  padding: 40px 0 20px;
  color: #fff;
}

.lx_style_home_sust .text-section u {
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 40px;
}

.lx_style_home_sust .text-section u::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 275px;
  height: 1px;
  background: #fff;
  transform: translate(-50%, 0);
}

.lx_style_home_sust .text-section em {
  font-style: normal;
  display: block;
  margin-top: 10px;
  font-size: 20px;
  letter-spacing: 0;
}

.lx_style_home_sust .teaser.no-img.style2 h2 a,
.lx_style_home_sust .external-teaser.no-img.style2 h2 a,
.lx_style_home_sust .download-teaser.no-img.style2 h2 a {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}

.lx_style_home_sust .teaser.no-img.style2 h2 a:hover,
.lx_style_home_sust .external-teaser.no-img.style2 h2 a:hover,
.lx_style_home_sust .download-teaser.no-img.style2 h2 a:hover {
  color: #000;
  background: #fff;
}

@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_head_adjust .title3 h3 {
    font-size: 21px;
  }
}
body[id=wide][data-page-path="/ja/sustainability"].in-editor .lx_article_link_list,
body[id=wide][data-page-path="/en/sustainability"].in-editor .lx_article_link_list {
  display: block;
}
body[id=wide][data-page-path="/ja/sustainability"] .lx_article_link_list,
body[id=wide][data-page-path="/en/sustainability"] .lx_article_link_list {
  padding: 80px 0 0;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
}
@media handheld, only screen and (max-width: 767px) {
  body[id=wide][data-page-path="/ja/sustainability"] .lx_article_link_list,
  body[id=wide][data-page-path="/en/sustainability"] .lx_article_link_list {
    padding: 60px 0 0;
    flex-direction: column;
    align-items: center;
  }
}
body[id=wide][data-page-path="/ja/sustainability"] .lx_article_link_list + .lx_article_link_list,
body[id=wide][data-page-path="/en/sustainability"] .lx_article_link_list + .lx_article_link_list {
  padding: 0 0 80px;
  margin-bottom: 80px;
}
@media handheld, only screen and (max-width: 767px) {
  body[id=wide][data-page-path="/ja/sustainability"] .lx_article_link_list + .lx_article_link_list,
  body[id=wide][data-page-path="/en/sustainability"] .lx_article_link_list + .lx_article_link_list {
    padding: 0 0 60px;
    margin-bottom: 60px;
  }
}
body[id=wide][data-page-path="/ja/sustainability"] .lx_article_link_list + .lx_article_link_list > *,
body[id=wide][data-page-path="/en/sustainability"] .lx_article_link_list + .lx_article_link_list > * {
  margin-bottom: 0;
}
@media handheld, only screen and (max-width: 767px) {
  body[id=wide][data-page-path="/ja/sustainability"] .lx_article_link_list + .lx_article_link_list > *,
  body[id=wide][data-page-path="/en/sustainability"] .lx_article_link_list + .lx_article_link_list > * {
    margin-bottom: 20px;
  }
  body[id=wide][data-page-path="/ja/sustainability"] .lx_article_link_list + .lx_article_link_list > *:last-child,
  body[id=wide][data-page-path="/en/sustainability"] .lx_article_link_list + .lx_article_link_list > *:last-child {
    margin-bottom: 0;
  }
}
[data-page-path="/ja/sustainability"] .lx_article_link_list .text-section.has-img,
[data-page-path="/en/sustainability"] .lx_article_link_list .text-section.has-img {
  margin-bottom: 0;
}
[data-page-path="/ja/sustainability"] .lx_article_link_list .text-section.has-img > img.media,
[data-page-path="/en/sustainability"] .lx_article_link_list .text-section.has-img > img.media {
  margin-bottom: 0;
}
[data-page-path="/ja/sustainability"] .lx_article_link_list .teaser.no-img,
[data-page-path="/ja/sustainability"] .lx_article_link_list .external-teaser.no-img,
[data-page-path="/ja/sustainability"] .lx_article_link_list .download-teaser.no-img,
[data-page-path="/en/sustainability"] .lx_article_link_list .teaser.no-img,
[data-page-path="/en/sustainability"] .lx_article_link_list .external-teaser.no-img,
[data-page-path="/en/sustainability"] .lx_article_link_list .download-teaser.no-img {
  margin: 0;
  max-width: none;
}
[data-page-path="/ja/sustainability"] .lx_article_link_list .teaser.no-img h2 a,
[data-page-path="/ja/sustainability"] .lx_article_link_list .external-teaser.no-img h2 a,
[data-page-path="/ja/sustainability"] .lx_article_link_list .download-teaser.no-img h2 a,
[data-page-path="/en/sustainability"] .lx_article_link_list .teaser.no-img h2 a,
[data-page-path="/en/sustainability"] .lx_article_link_list .external-teaser.no-img h2 a,
[data-page-path="/en/sustainability"] .lx_article_link_list .download-teaser.no-img h2 a {
  text-align: left;
  padding: 33px 40px 33px 20px;
}
[data-page-path="/ja/sustainability"] .lx_article_link_list .link-list,
[data-page-path="/en/sustainability"] .lx_article_link_list .link-list {
  padding: 30px 30px 40px;
}
[data-page-path="/ja/sustainability"] .lx_article_link_list > *,
[data-page-path="/en/sustainability"] .lx_article_link_list > * {
  background-color: #fff;
  margin-bottom: 20px;
}
@media handheld, only screen and (max-width: 767px) {
  [data-page-path="/ja/sustainability"] .lx_article_link_list > *,
  [data-page-path="/en/sustainability"] .lx_article_link_list > * {
    max-width: 520px;
  }
}
[data-page-path="/ja/sustainability"] .lx_leadTxt .highlight-quoted-text,
[data-page-path="/en/sustainability"] .lx_leadTxt .highlight-quoted-text {
  margin-bottom: 80px;
}
@media handheld, only screen and (max-width: 767px) {
  [data-page-path="/ja/sustainability"] .lx_leadTxt .highlight-quoted-text,
  [data-page-path="/en/sustainability"] .lx_leadTxt .highlight-quoted-text {
    margin-bottom: 60px;
  }
}
[data-page-path="/ja/sustainability"] .lx_parts1_col3pc.lx_col3_mb_adjust,
[data-page-path="/en/sustainability"] .lx_parts1_col3pc.lx_col3_mb_adjust {
  margin-bottom: 70px;
}
@media handheld, only screen and (max-width: 767px) {
  [data-page-path="/ja/sustainability"] .lx_parts1_col3pc.lx_col3_mb_adjust,
  [data-page-path="/en/sustainability"] .lx_parts1_col3pc.lx_col3_mb_adjust {
    margin-bottom: 30px;
  }
}

/*-- ニュースティッカー */
/*#sharewithmain .lx_style_news_ticker , */
#html1 .lx_style_news_ticker {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

#html1 .lx_style_news_ticker > .column1,
#html1 .lx_style_news_ticker > .column2 {
  position: relative;
  color: #fff;
}

.lx_style_news_ticker .title2.style1 h2 {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  text-align: center;
  color: inherit;
  font-size: 20px;
}

.lx_style_news_ticker .title3.style1 h3 {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  text-align: center;
  color: inherit;
  font-size: 14px;
}

.lx_style_news_ticker .basic-list:not(.thumnail),
.lx_style_news_ticker .basic-list-english:not(.thumnail),
.lx_style_news_ticker .basic-list2:not(.thumnail) {
  margin-bottom: 0;
}

.lx_style_news_ticker .basic-list:not(.thumnail) ul.tabItems li,
.lx_style_news_ticker .basic-list-english:not(.thumnail) ul.tabItems li,
.lx_style_news_ticker .basic-list2:not(.thumnail) ul.tabItems li {
  margin-top: 10px;
  padding-bottom: 10px;
  border: none;
  color: #fff;
}

.lx_style_news_ticker .basic-list:not(.thumnail) ul.tabItems li .news_tx,
.lx_style_news_ticker .basic-list-english:not(.thumnail) ul.tabItems li .news_tx,
.lx_style_news_ticker .basic-list2:not(.thumnail) ul.tabItems li .news_tx {
  color: #fff;
}

.lx_style_news_ticker .basic-list:not(.thumnail) ul.tabItems li .c_icon span,
.lx_style_news_ticker .basic-list-english:not(.thumnail) ul.tabItems li .c_icon span,
.lx_style_news_ticker .basic-list2:not(.thumnail) ul.tabItems li .c_icon span {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.lx_style_news_ticker .basic-list:not(.thumnail) ul.tabItems li .d_icon,
.lx_style_news_ticker .basic-list-english:not(.thumnail) ul.tabItems li .d_icon,
.lx_style_news_ticker .basic-list2:not(.thumnail) ul.tabItems li .d_icon {
  display: none;
}

.lx_style_news_ticker .basic-list:not(.thumnail) ul.tabItems li .filesize,
.lx_style_news_ticker .basic-list-english:not(.thumnail) ul.tabItems li .filesize,
.lx_style_news_ticker .basic-list2:not(.thumnail) ul.tabItems li .filesize {
  display: none;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  #html1 .lx_style_news_ticker {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    background: rgba(0, 0, 0, 0.27);
    transform: translate(0, -100%);
  }
}
/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  #html1 .lx_style_news_ticker {
    padding: 20px;
    background: rgb(0, 0, 0);
  }
  .lx_style_news_ticker .basic-list:not(.thumnail) ul.tabItems li,
  .lx_style_news_ticker .basic-list-english:not(.thumnail) ul.tabItems li,
  .lx_style_news_ticker .basic-list2:not(.thumnail) ul.tabItems li {
    /*		min-height: 6.5em !important; */
  }
}
/*-- トピックス（タイル型ニュース） */
/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  #html1 .lx_style_news_ticker > .column1 {
    vertical-align: middle;
    width: 180px;
    margin-right: 20px;
  }
  #html1 .lx_style_news_ticker > .column2 {
    vertical-align: middle;
    width: 800px;
  }
  .lx_multi2_col4col2 .basic-list.thumnail ul.tabItems li,
  .lx_multi2_col4col2 .basic-list-english.thumnail ul.tabItems li {
    width: calc(25% - 18px);
  }
}
/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  .lx_multi2_col4col2 .basic-list.thumnail ul.tabItems,
  .lx_multi2_col4col2 .basic-list-english.thumnail ul.tabItems {
    margin-right: 0;
  }
  .lx_multi2_col4col2 .basic-list.thumnail ul.tabItems li,
  .lx_multi2_col4col2 .basic-list-english.thumnail ul.tabItems li {
    width: calc(50% - 18px);
    margin-left: 9px;
    margin-right: 9px;
  }
}
/*-- ニュース用 狭幅moreボタン --*/
.lx_teaser_narrow01 .teaser.no-img.style1,
.lx_teaser_narrow01 .external-teaser.no-img.style1 {
  max-width: 320px;
  width: 50%;
}

/*-- ブロークングリッド用 左寄せ狭幅moreボタン --*/
.lx_teaser_narrow02 .teaser.no-img.style1,
.lx_teaser_narrow02 .external-teaser.no-img.style1 {
  max-width: 200px;
  width: 50%;
  margin-left: 0;
}

/*-- ブロークングリッド用 左寄せ狭幅＋左詰めリンクボタン --*/
.lx_teaser_narrow03 .teaser.no-img.style1,
.lx_teaser_narrow03 .external-teaser.no-img.style1 {
  display: inline-block;
  max-width: 240px;
  width: 50%;
  margin-left: 0;
  margin-right: 20px;
}

/*-- comboニュース --*/
#sharewithmain .lx_combo_twin_news {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  #sharewithmain .lx_combo_twin_news::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 50%;
    height: 100%;
    background: #fafbfb;
    z-index: -1;
  }
  #sharewithmain .lx_combo_twin_news > .column1 {
    width: 500px;
    padding: 40px 40px 85px 20px;
    margin-right: -1px;
    border-right: 1px solid #eee;
    margin-bottom: 0;
  }
  #sharewithmain .lx_combo_twin_news > .column2 {
    width: 500px;
    padding: 40px 20px 85px 40px;
    border-left: 1px solid #eee;
    margin-bottom: 0;
  }
  .lx_combo_twin_news .basic-list:not(.thumnail) + .teaser.no-img.style1,
  .lx_combo_twin_news .basic-list-english:not(.thumnail) + .teaser.no-img.style1 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 250px;
  }
  .lx_combo_twin_news > .column1 .basic-list:not(.thumnail) + .teaser.no-img.style1,
  .lx_combo_twin_news > .column1 .basic-list-english:not(.thumnail) + .teaser.no-img.style1 {
    margin-left: -250px;
  }
  .lx_combo_twin_news > .column2 .basic-list:not(.thumnail) + .teaser.no-img.style1,
  .lx_combo_twin_news > .column2 .basic-list-english:not(.thumnail) + .teaser.no-img.style1 {
    margin-left: 250px;
  }
}
/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_combo_twin_news > .column1,
  #sharewithmain .lx_combo_twin_news > .column2 {
    padding: 40px 0px 20px 0px;
  }
  #sharewithmain .lx_combo_twin_news > .column2 {
    position: relative;
  }
  #sharewithmain .lx_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;
  }
}
/*-- 背景画像付き01 --*/
#sharewithmain .lx_mcol_bg_img01 {
  color: #fff;
  background: url("../../../../../../resources/sw_img/bg_top01.jpg") no-repeat center center;
  background-size: cover;
}

.lx_mcol_bg_img01 .title2 h2,
.lx_mcol_bg_img01 .title3 h3,
.lx_mcol_bg_img01 .title4 h4 {
  color: #fff;
}

/*-- 背景画像付き02 --*/
#sharewithmain .lx_mcol_bg_img02 {
  color: #fff;
  background: url("../../../../../../resources/sw_img/bg_top02.jpg") no-repeat center center;
  background-size: cover;
}

.lx_mcol_bg_img02 .title2 h2,
.lx_mcol_bg_img02 .title3 h3,
.lx_mcol_bg_img02 .title4 h4 {
  color: #fff;
}

/*==== ブロークングリッド01 ====*/
/*-- PC:第１カラムが左端中段に配置、SP:第１カラムが上で左端に配置 --*/
#sharewithmain .lx_col_grid_01 {
  position: relative;
  margin-bottom: 40px;
}

/*-- PC:第１カラムが右端中段に配置、SP:第１カラムが上で右端に配置 --*/
#sharewithmain .lx_col_grid_01 > .column1 .text-section img {
  width: 100%;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  #sharewithmain .lx_col_grid_01 > .column1 {
    vertical-align: middle;
    width: 40%;
    margin-left: 0;
    margin-right: 5%;
  }
  #sharewithmain .lx_col_grid_01 > .column2 {
    vertical-align: middle;
    width: 550px;
    margin-left: 0;
    margin-right: calc(55% - 550px);
    padding: 40px 0;
  }
  #sharewithmain .lx_col_grid_01.lx_mcol_rtl > .column1 {
    margin-left: 5%;
    margin-right: 0;
  }
  #sharewithmain .lx_col_grid_01.lx_mcol_rtl > .column2 {
    margin-left: calc(55% - 550px);
    margin-right: 0;
  }
}
/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_col_grid_01 {
    padding-left: 0;
    padding-right: 0;
  }
  #sharewithmain .lx_col_grid_01 > .column1 {
    margin-left: 0;
    margin-right: 10%;
    width: 90%;
  }
  #sharewithmain .lx_col_grid_01 > .column2 {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
  #sharewithmain .lx_col_grid_01.lx_mcol_rtl > .column1 {
    margin-left: 10%;
    margin-right: 0;
  }
}
/*==== ブロークングリッド01 ====*/
/*-- PC:第１カラムが左中段に配置、SP:第１カラムが上で左端に配置 --*/
#sharewithmain .lx_col_grid_02 {
  position: relative;
  margin-bottom: 40px;
}

/*-- PC:第１カラムが右中段に配置、SP:第１カラムが上で右端に配置 --*/
#sharewithmain .lx_col_grid_02 > .column1 .text-section img {
  width: 100%;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  #sharewithmain .lx_col_grid_02 > .column1 {
    vertical-align: middle;
    width: 400px;
    margin-right: 0;
  }
  #sharewithmain .lx_col_grid_02 > .column2 {
    vertical-align: middle;
    width: 550px;
    margin-left: 50px;
    padding: 40px 0;
    padding-right: 50px;
  }
  #sharewithmain .lx_col_grid_02.lx_mcol_rtl > .column1 {
    margin-left: 0;
    margin-right: auto;
  }
  #sharewithmain .lx_col_grid_02.lx_mcol_rtl > .column2 {
    margin-left: auto;
    margin-right: 50px;
    padding: 40px 0;
    padding-left: 50px;
  }
}
/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_col_grid_02 {
    padding-left: 0;
    padding-right: 0;
  }
  #sharewithmain .lx_col_grid_02 > .column1 {
    margin-left: 0;
    margin-right: 10%;
    width: 90%;
  }
  #sharewithmain .lx_col_grid_02 > .column2 {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
  #sharewithmain .lx_col_grid_02.lx_mcol_rtl > .column1 {
    margin-left: 10%;
    margin-right: 0;
  }
}
/*==== ブロークングリッド03 ====*/
/*-- PC:第１カラムが左端中段に配置、SP:第１カラムが上で左端に配置。PC/SP:第２カラムは第１カラムにオーバーラップ --*/
#sharewithmain .lx_col_grid_03 {
  position: relative;
  padding: 40px 0 20px;
  background: #bbb;
}

/*-- PC:第１カラムが右端中段に配置、SP:第１カラムが上で右端に配置。PC/SP:第２カラムは第１カラムにオーバーラップ --*/
#sharewithmain .lx_col_grid_03 > .column1 .text-section img {
  width: 100%;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  #sharewithmain .lx_col_grid_03 > .column1 {
    vertical-align: middle;
    width: 50%;
    margin-right: 0;
  }
  #sharewithmain .lx_col_grid_03 > .column2 {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    width: 650px;
    margin-left: -150px;
    margin-right: calc(50% - 650px + 150px);
  }
  #sharewithmain .lx_col_grid_03.lx_mcol_rtl > .column1 {
    margin-left: 0;
    margin-right: auto;
  }
  #sharewithmain .lx_col_grid_03.lx_mcol_rtl > .column2 {
    margin-right: -150px;
    margin-left: calc(50% - 650px + 150px);
  }
}
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_col_grid_03 {
    padding-left: 0;
    padding-right: 0;
  }
  #sharewithmain .lx_col_grid_03 > .column1 {
    margin-left: 0;
    margin-right: 10%;
    width: 90%;
  }
  #sharewithmain .lx_col_grid_03 > .column2 {
    position: relative;
    margin-top: -60px;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
  #sharewithmain .lx_col_grid_03.lx_mcol_rtl > .column1 {
    margin-left: 10%;
    margin-right: 0;
  }
}
/*==== ブロークングリッド03 ====*/
/*-- PC:第１カラムが左中段に配置、SP:第１カラムが上で左端に配置。PC/SP:第２カラムは第１カラムにオーバーラップ --*/
#sharewithmain .lx_col_grid_04 {
  position: relative;
  padding: 40px 0 20px;
}

/*-- PC:第１カラムが右中段に配置、SP:第１カラムが上で右端に配置。PC/SP:第２カラムは第１カラムにオーバーラップ --*/
#sharewithmain .lx_col_grid_04 > .column1 .text-section img {
  width: 100%;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  #sharewithmain .lx_col_grid_04 > .column1 {
    vertical-align: middle;
    width: 500px;
    margin-right: 0;
  }
  #sharewithmain .lx_col_grid_04 > .column2 {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    width: 650px;
    margin-left: -150px;
  }
  #sharewithmain .lx_col_grid_04.lx_mcol_rtl > .column1 {
    margin-left: 0;
    margin-right: auto;
  }
  #sharewithmain .lx_col_grid_04.lx_mcol_rtl > .column2 {
    margin-left: auto;
    margin-right: -150px;
  }
}
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_col_grid_04 {
    padding-left: 0;
    padding-right: 0;
  }
  #sharewithmain .lx_col_grid_04 > .column1 {
    margin-left: 0;
    margin-right: 10%;
    width: 90%;
  }
  #sharewithmain .lx_col_grid_04 > .column2 {
    position: relative;
    margin-top: -60px;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
  #sharewithmain .lx_col_grid_04.lx_mcol_rtl > .column1 {
    margin-left: 10%;
    margin-right: 0;
  }
}
/*-- バナー type02 --*/
.lx_teaser_02 .teaser:not(.no-img).style1,
.lx_teaser_02 .external-teaser:not(.no-img).style1,
.lx_teaser_02 .download-teaser:not(.no-img).style1 {
  position: relative;
  display: block;
}

.lx_teaser_02 .teaser:not(.no-img).style1 h2,
.lx_teaser_02 .external-teaser:not(.no-img).style1 h2,
.lx_teaser_02 .download-teaser:not(.no-img).style1 h2 {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.lx_teaser_02 .teaser:not(.no-img).style1 h2 a,
.lx_teaser_02 .external-teaser:not(.no-img).style1 h2 a,
.lx_teaser_02 .download-teaser:not(.no-img).style1 h2 a {
  margin: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  /*	background: rgba(33, 169, 237, 0.17); */
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 1.25;
  text-decoration: none;
}

.lx_teaser_02 .teaser:not(.no-img).style1 h2 a span,
.lx_teaser_02 .external-teaser:not(.no-img).style1 h2 a span,
.lx_teaser_02 .download-teaser:not(.no-img).style1 h2 a span {
  display: block;
  font-size: 12px;
  margin: 3px 0;
  letter-spacing: normal;
}

.lx_teaser_02 .teaser:not(.no-img).style1 h2 a::before,
.lx_teaser_02 .external-teaser:not(.no-img).style1 h2 a::before,
.lx_teaser_02 .download-teaser:not(.no-img).style1 h2 a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  width: 5px;
  height: 8px;
  background: url("../../../../../../resources/sw_img/icon_arr01_white.svg") center center no-repeat;
  background-size: contain;
}

.lx_teaser_02 .teaser:not(.no-img).style1 h2 a[target=_blank]::after,
.lx_teaser_02 .external-teaser:not(.no-img).style1 h2 a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 12px;
  background: url("../../../../../../resources/sw_img/linkout_white.svg") center center no-repeat;
  background-size: contain;
  margin-left: 5px;
}

.lx_teaser_02 .teaser:not(.no-img).style1 h2 + a img,
.lx_teaser_02 .external-teaser:not(.no-img).style1 h2 + a img,
.lx_teaser_02 .download-teaser:not(.no-img).style1 h2 + a img {
  display: block;
  width: 100%;
  opacity: 1;
  transition: 0.7s 0.1s;
}

.lx_teaser_02 .teaser:not(.no-img).style1 p,
.lx_teaser_02 .external-teaser:not(.no-img).style1 p,
.lx_teaser_02 .download-teaser:not(.no-img).style1 p {
  display: none;
}

.lx_teaser_02 .teaser:not(.no-img).style1 h2 + a:hover img,
.lx_teaser_02 .external-teaser:not(.no-img).style1 h2 + a:hover img,
.lx_teaser_02 .download-teaser:not(.no-img).style1 h2 + a:hover img,
.lx_teaser_02 .teaser:not(.no-img).style1:hover h2 + a img,
.lx_teaser_02 .external-teaser:not(.no-img).style1:hover h2 + a img,
.lx_teaser_02 .download-teaser:not(.no-img).style1:hover h2 + a img {
  opacity: 1;
  transform: scale(1.2);
}

/*-- YouTube用 --*/
.lx_teaser_02 div.external-teaser:not(.no-img).style1 > a[href*="//www.youtube.com"],
.lx_teaser_02 div.external-teaser:not(.no-img).style1 > a[href*="//youtu.be"] {
  position: relative;
}

.lx_teaser_02 div.external-teaser:not(.no-img).style1 > a[href*="//www.youtube.com"] img,
.lx_teaser_02 div.external-teaser:not(.no-img).style1 > a[href*="//youtu.be"] img {
  width: 100%;
}

.lx_teaser_02 div.external-teaser:not(.no-img).style1 > a[href*="//www.youtube.com"]::before,
.lx_teaser_02 div.external-teaser:not(.no-img).style1 > a[href*="//youtu.be"]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4) url("../../../../../../resources/sw_img/youtube_icon.png") no-repeat center center;
  z-index: 1;
}

.lx_teaser_02 div.external-teaser:not(.no-img).style1 h2 a[href*="//www.youtube.com"]::after,
.lx_teaser_02 div.external-teaser:not(.no-img).style1 h2 a[href*="//youtu.be"]::after {
  content: none;
}

.lx_teaser_02 div.external-teaser:not(.no-img).style1 > a[href*="//www.youtube.com"]:hover::before,
.lx_teaser_02 div.external-teaser:not(.no-img).style1 > a[href*="//youtu.be"]:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.lx_teaser_02 div.external-teaser:not(.no-img).style1 > a[href*="//www.youtube.com"]:hover img,
.lx_teaser_02 div.external-teaser:not(.no-img).style1 > a[href*="//youtu.be"]:hover img {
  opacity: 1;
}

.lx_teaser_02 div.external-teaser:not(.no-img).style1 h2 + a[href*="//www.youtube.com"]::before,
.lx_teaser_02 div.external-teaser:not(.no-img).style1 h2 + a[href*="//youtu.be"]::before,
.lx_teaser_02 div.external-teaser:not(.no-img).style1 h2 + a[href*="//www.youtube.com"]:hover::before,
.lx_teaser_02 div.external-teaser:not(.no-img).style1 h2 + a[href*="//youtu.be"]:hover::before {
  background-color: transparent;
}

/*-- バナー type03 --*/
.lx_teaser_03 .teaser:not(.no-img).style1,
.lx_teaser_03 .external-teaser:not(.no-img).style1,
.lx_teaser_03 .download-teaser:not(.no-img).style1 {
  position: relative;
  display: block;
}

.lx_teaser_03 .teaser:not(.no-img).style1 h2,
.lx_teaser_03 .external-teaser:not(.no-img).style1 h2,
.lx_teaser_03 .download-teaser:not(.no-img).style1 h2 {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  z-index: 2;
}

.lx_teaser_03 .teaser:not(.no-img).style1 h2 a,
.lx_teaser_03 .external-teaser:not(.no-img).style1 h2 a,
.lx_teaser_03 .download-teaser:not(.no-img).style1 h2 a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
  min-height: 3em;
  padding: 0.25em 20px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 1.25;
  text-decoration: none;
}

.lx_teaser_03 .teaser:not(.no-img).style1 h2 a span,
.lx_teaser_03 .external-teaser:not(.no-img).style1 h2 a span,
.lx_teaser_03 .download-teaser:not(.no-img).style1 h2 a span {
  display: block;
  font-size: 16px;
  margin: 3px 0;
  letter-spacing: normal;
}

.lx_teaser_03 .teaser:not(.no-img).style1 h2 a::before,
.lx_teaser_03 .external-teaser:not(.no-img).style1 h2 a::before,
.lx_teaser_03 .download-teaser:not(.no-img).style1 h2 a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  width: 5px;
  height: 8px;
  background: url("../../../../../../resources/sw_img/icon_arr01_white.svg") center center no-repeat;
  background-size: contain;
}

.lx_teaser_03 .teaser:not(.no-img).style1 h2 a[target=_blank]::after,
.lx_teaser_03 .external-teaser:not(.no-img).style1 h2 a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 12px;
  background: url("../../../../../../resources/sw_img/linkout_white.svg") center center no-repeat;
  background-size: contain;
  margin-left: 5px;
}

.lx_teaser_03 .teaser:not(.no-img).style1 h2 + a img,
.lx_teaser_03 .external-teaser:not(.no-img).style1 h2 + a img,
.lx_teaser_03 .download-teaser:not(.no-img).style1 h2 + a img {
  display: block;
  width: 100%;
  /*	opacity: 1; */
}

.lx_teaser_03 .teaser:not(.no-img).style1 p,
.lx_teaser_03 .external-teaser:not(.no-img).style1 p,
.lx_teaser_03 .download-teaser:not(.no-img).style1 p {
  display: none;
}

.lx_teaser_03 .teaser:not(.no-img).style1 h2 + a:hover img,
.lx_teaser_03 .external-teaser:not(.no-img).style1 h2 + a:hover img,
.lx_teaser_03 .download-teaser:not(.no-img).style1 h2 + a:hover img,
.lx_teaser_03 .teaser:not(.no-img).style1:hover h2 + a img,
.lx_teaser_03 .external-teaser:not(.no-img).style1:hover h2 + a img,
.lx_teaser_03 .download-teaser:not(.no-img).style1:hover h2 + a img {
  opacity: 0.7;
}

.lx_teaser_03.multiColumn2 .teaser:not(.no-img).style1 h2 a,
.lx_teaser_03.multiColumn2 .external-teaser:not(.no-img).style1 h2 a,
.lx_teaser_03.multiColumn2 .download-teaser:not(.no-img).style1 h2 a {
  font-size: 24px;
}

.lx_teaser_03.multiColumn2 .teaser:not(.no-img).style1 h2 a span,
.lx_teaser_03.multiColumn2 .external-teaser:not(.no-img).style1 h2 a span,
.lx_teaser_03.multiColumn2 .download-teaser:not(.no-img).style1 h2 a span {
  font-size: 16px;
}

.lx_teaser_03.multiColumn3 .teaser:not(.no-img).style1 h2 a,
.lx_teaser_03.multiColumn3 .external-teaser:not(.no-img).style1 h2 a,
.lx_teaser_03.multiColumn3 .download-teaser:not(.no-img).style1 h2 a {
  font-size: 20px;
}

.lx_teaser_03.multiColumn3 .teaser:not(.no-img).style1 h2 a span,
.lx_teaser_03.multiColumn3 .external-teaser:not(.no-img).style1 h2 a span,
.lx_teaser_03.multiColumn3 .download-teaser:not(.no-img).style1 h2 a span {
  font-size: 14px;
}

.lx_teaser_03.multiColumn4 .teaser:not(.no-img).style1 h2 a,
.lx_teaser_03.multiColumn4 .external-teaser:not(.no-img).style1 h2 a,
.lx_teaser_03.multiColumn4 .download-teaser:not(.no-img).style1 h2 a {
  font-size: 18px;
}

.lx_teaser_03.multiColumn4 .teaser:not(.no-img).style1 h2 a span,
.lx_teaser_03.multiColumn4 .external-teaser:not(.no-img).style1 h2 a span,
.lx_teaser_03.multiColumn4 .download-teaser:not(.no-img).style1 h2 a span {
  font-size: 12px;
}

/*-- バナー type04 --*/
.lx_teaser_04 .teaser:not(.no-img).style1,
.lx_teaser_04 .external-teaser:not(.no-img).style1,
.lx_teaser_04 .download-teaser:not(.no-img).style1 {
  position: relative;
  padding: 20px;
  border: 1px solid #bbb;
}

.lx_teaser_04 .teaser:not(.no-img).style1 h2 a[target=_blank]::after,
.lx_teaser_04 .external-teaser:not(.no-img).style1 h2 a[target=_blank]::after {
  /*
  	content: "";
  	display: inline-block;
  	vertical-align: middle;
  	width: 13px;
  	height: 12px;
  	background: url("../../../../../../resources/sw_img/linkout.svg") center center no-repeat;
  	background-size: contain;
  	margin-left: 5px;
  */
}

.lx_teaser_04 .teaser:not(.no-img).style1 h2 + a img,
.lx_teaser_04 .external-teaser:not(.no-img).style1 h2 + a img,
.lx_teaser_04 .download-teaser:not(.no-img).style1 h2 + a img {
  display: block;
  width: 100%;
}

.lx_teaser_04 .teaser:not(.no-img).style1 h2 + a:hover img,
.lx_teaser_04 .external-teaser:not(.no-img).style1 h2 + a:hover img,
.lx_teaser_04 .download-teaser:not(.no-img).style1 h2 + a:hover img,
.lx_teaser_04 .teaser:not(.no-img).style1:hover h2 + a img,
.lx_teaser_04 .external-teaser:not(.no-img).style1:hover h2 + a img,
.lx_teaser_04 .download-teaser:not(.no-img).style1:hover h2 + a img {
  opacity: 0.7;
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  .lx_teaser_04 .teaser:not(.no-img).style1,
  .lx_teaser_04 .external-teaser:not(.no-img).style1,
  .lx_teaser_04 .download-teaser:not(.no-img).style1 {
    padding: 10px;
  }
  }
  /*-- バナー type05 --*/
  .lx_teaser_05 .teaser.no-img.style1,
  .lx_teaser_05 .external-teaser.no-img.style1,
  .lx_teaser_05 .download-teaser.no-img.style1 {
  max-width: none;
  }

.lx_teaser_05 .teaser.no-img.style1 h2,
.lx_teaser_05 .external-teaser.no-img.style1 h2,
.lx_teaser_05 .download-teaser.no-img.style1 h2 {
  position: relative;
  background: #fff;
}

.lx_teaser_05 .teaser.no-img.style1 h2::before,
.lx_teaser_05 .external-teaser.no-img.style1 h2::before,
.lx_teaser_05 .download-teaser.no-img.style1 h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -30px;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  background: url("../../../../../../resources/sw_img/icon_img02.png") center center no-repeat;
  background-size: contain;
}

.lx_teaser_05 .teaser.no-img.style1 h2 a,
.lx_teaser_05 .external-teaser.no-img.style1 h2 a,
.lx_teaser_05 .download-teaser.no-img.style1 h2 a {
  background: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
  min-height: 80px;
  padding: 10px 30px 10px 100px;
  font-size: 16px;
  color: #222;
  font-weight: bold;
  line-height: 1.25;
  text-decoration: none;
  border: 1px solid #eee;
}

.lx_teaser_05 .teaser.no-img.style1 h2 a::before,
.lx_teaser_05 .external-teaser.no-img.style1 h2 a::before,
.lx_teaser_05 .download-teaser.no-img.style1 h2 a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 8px;
  background: url("../../../../../../resources/sw_img/icon_arr01.svg") center center no-repeat;
  background-size: contain;
}

.lx_teaser_05 .teaser.no-img.style1 h2 a[target=_blank]::after,
.lx_teaser_05 .external-teaser.no-img.style1 h2 a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 12px;
  background: url("../../../../../../resources/sw_img/linkout.svg") center center no-repeat;
  background-size: contain;
  margin-left: 5px;
}

.lx_teaser_05 .download-teaser.no-img.style1 h2 a[href*=".pdf"]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 24px;
  background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.svg") center center no-repeat;
  background-size: contain;
  margin-left: 5px;
}

.lx_teaser_05 .teaser.no-img.style1 p,
.lx_teaser_05 .external-teaser.no-img.style1 p,
.lx_teaser_05 .download-teaser.no-img.style1 p {
  margin-top: 5px;
  font-size: 14px;
}

.lx_teaser_05 .teaser.no-img.style1 h2 a:hover,
.lx_teaser_05 .external-teaser.no-img.style1 h2 a:hover,
.lx_teaser_05 .download-teaser.no-img.style1 h2 a:hover {
  background-color: #000;
  color: #fff;
}

.lx_teaser_05 .teaser.no-img.style1 h2 a:hover::before,
.lx_teaser_05 .external-teaser.no-img.style1 h2 a:hover::before,
.lx_teaser_05 .download-teaser.no-img.style1 h2 a:hover::before {
  background-image: url("../../../../../../resources/sw_img/icon_arr01_white.svg");
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  .lx_teaser_05 .teaser.no-img.style1 h2 a,
  .lx_teaser_05 .external-teaser.no-img.style1 h2 a,
  .lx_teaser_05 .download-teaser.no-img.style1 h2 a {
    padding-left: 80px;
  }
}
/*-- エリアリンクtype02 --*/
.lx_arealink_02 .internal-link-area:not(.highlight),
.lx_arealink_02 .external-link-area:not(.highlight) {
  padding: 10px 10px 5px;
  border: 1px solid #eee;
}

.lx_arealink_02 .internal-link-area:not(.highlight) > a,
.lx_arealink_02 .external-link-area:not(.highlight) > a {
  /*	color: inherit; */
}

.lx_arealink_02 .internal-link-area img,
.lx_arealink_02 .external-link-area img {
  margin-right: 10px;
  margin-left: 0;
  margin-bottom: 5px;
}

.lx_arealink_02 .internal-link-area .pos-2,
.lx_arealink_02 .external-link-area .pos-2 {
  margin-left: 10px;
  margin-bottom: 5px;
}

.lx_arealink_02 .internal-link-area img.large,
.lx_arealink_02 .external-link-area img.large {
  margin-bottom: 5px;
}

.lx_arealink_02 .internal-link-area:not(.highlight) > a u,
.lx_arealink_02 .external-link-area:not(.highlight) > a u {
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin: 0.25em 0;
}

.lx_arealink_02.multiColumn2 .internal-link-area:not(.highlight) > a u,
.lx_arealink_02.multiColumn2 .external-link-area:not(.highlight) > a u {
  font-size: 24px;
}

.lx_arealink_02.multiColumn3 .internal-link-area:not(.highlight) > a u,
.lx_arealink_02.multiColumn3 .external-link-area:not(.highlight) > a u {
  font-size: 20px;
}

.lx_arealink_02.multiColumn4 .internal-link-area:not(.highlight) > a u,
.lx_arealink_02.multiColumn4 .external-link-area:not(.highlight) > a u {
  font-size: 16px;
  margin: 0;
}

/*-- エリアリンクtype03 --*/
.lx_arealink_03 .internal-link-area:not(.highlight) > a,
.lx_arealink_03 .external-link-area:not(.highlight) > a {
  /*	color: inherit; */
}

.lx_arealink_03 .internal-link-area img,
.lx_arealink_03 .external-link-area img {
  margin-right: 10px;
  margin-left: 0;
}

.lx_arealink_03 .internal-link-area .pos-2,
.lx_arealink_03 .external-link-area .pos-2 {
  margin-left: 10px;
}

.lx_arealink_03 .internal-link-area:not(.highlight) > a u,
.lx_arealink_03 .external-link-area:not(.highlight) > a u {
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin: 0.25em 0;
}

.lx_arealink_03.multiColumn2 .internal-link-area:not(.highlight) > a u,
.lx_arealink_03.multiColumn2 .external-link-area:not(.highlight) > a u {
  font-size: 24px;
}

.lx_arealink_03.multiColumn3 .internal-link-area:not(.highlight) > a u,
.lx_arealink_03.multiColumn3 .external-link-area:not(.highlight) > a u {
  font-size: 20px;
}

.lx_arealink_03.multiColumn4 .internal-link-area:not(.highlight) > a u,
.lx_arealink_03.multiColumn4 .external-link-area:not(.highlight) > a u {
  font-size: 16px;
  margin: 0;
}

/*-- エリアリンクtype04 --*/
.lx_arealink_04 .internal-link-area:not(.highlight) > a,
.lx_arealink_04 .external-link-area:not(.highlight) > a {
  padding: 40px 40px;
  background: #fff;
  /*	color: inherit; */
}

.lx_arealink_04 .internal-link-area:not(.highlight) > a u,
.lx_arealink_04 .external-link-area:not(.highlight) > a u {
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  margin: 0.25em 0;
}

.lx_arealink_04 .internal-link-area:not(.highlight) > a > *:last-child::after,
.lx_arealink_04 .external-link-area:not(.highlight) > a > *:last-child::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  width: 5px;
  height: 8px;
  background: url("../../../../../../resources/sw_img/icon_arr01.svg") center center no-repeat;
  background-size: contain;
  margin-left: 10px;
}

@media handheld, only screen and (max-width: 767px) {
  .lx_arealink_04 .internal-link-area:not(.highlight) > a,
  .lx_arealink_04 .external-link-area:not(.highlight) > a {
    padding: 20px 20px;
  }
}
/*-- エリアリンクtype05 --*/
.lx_arealink_05 .internal-link-area:not(.highlight) > a,
.lx_arealink_05 .external-link-area:not(.highlight) > a {
  padding: 40px 40px;
  background: #fff;
  border: 1px solid #bbb;
  /*	color: inherit; */
}

.lx_arealink_05 .internal-link-area:not(.highlight) > a u,
.lx_arealink_05 .external-link-area:not(.highlight) > a u {
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  margin: 0.25em 0;
}

.lx_arealink_05 .internal-link-area:not(.highlight) > a > *:last-child::after,
.lx_arealink_05 .external-link-area:not(.highlight) > a > *:last-child::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  width: 5px;
  height: 8px;
  background: url("../../../../../../resources/sw_img/icon_arr01.svg") center center no-repeat;
  background-size: contain;
  margin-left: 10px;
}

@media handheld, only screen and (max-width: 767px) {
  .lx_arealink_05 .internal-link-area:not(.highlight) > a,
  .lx_arealink_05 .external-link-area:not(.highlight) > a {
    padding: 20px 20px;
  }
}
/*-- 数字で見るtype01 --*/
#sharewithmain .lx_col_border01 > .column1,
#sharewithmain .lx_col_border01 > .column2,
#sharewithmain .lx_col_border01 > .column3,
#sharewithmain .lx_col_border01 > .column4,
#sharewithmain .lx_col_border01 > .column5 {
  padding: 20px 20px 0;
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 20px;
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_col_border01 > .column1,
  #sharewithmain .lx_col_border01 > .column2,
  #sharewithmain .lx_col_border01 > .column3,
  #sharewithmain .lx_col_border01 > .column4,
  #sharewithmain .lx_col_border01 > .column5 {
    padding: 10px 10px 0;
    margin-bottom: 10px;
  }
}
.lx_combo_number_pickup01 .title4 h4 {
  text-align: center;
  padding-left: 0;
}

.lx_combo_number_pickup01 .title4 h4::before {
  content: none;
}

.lx_combo_number_pickup01 .text-section.highlight img {
  margin-right: 10px;
}

.lx_combo_number_pickup01 .text-section.highlight img.pos-2 {
  margin-left: 10px;
}

.lx_combo_number_pickup01 .text-section.highlight {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}

.lx_combo_number_pickup01 .text-section.highlight u {
  text-decoration: none;
  display: inline-block;
  margin: 0.25em 0.1em 0 0;
  font-size: 60px;
  font-family: Arial, YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif;
}

.lx_combo_number_pickup01.multiColumn2 .text-section.highlight {
  font-size: 30px;
}

.lx_combo_number_pickup01.multiColumn2 .text-section.highlight u {
  font-size: 60px;
}

.lx_combo_number_pickup01.multiColumn3 .text-section.highlight {
  font-size: 24px;
}

.lx_combo_number_pickup01.multiColumn3 .text-section.highlight u {
  font-size: 50px;
}

.lx_combo_number_pickup01.multiColumn4 .text-section.highlight {
  font-size: 16px;
}

.lx_combo_number_pickup01.multiColumn4 .text-section.highlight u {
  font-size: 30px;
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  .lx_combo_number_pickup01 .text-section.highlight {
    font-size: 20px;
  }
  .lx_combo_number_pickup01 .text-section.highlight u {
    font-size: 40px;
  }
  .lx_combo_number_pickup01.multiColumn2 .text-section.highlight,
  .lx_combo_number_pickup01.multiColumn3 .text-section.highlight {
    font-size: 20px;
  }
  .lx_combo_number_pickup01.multiColumn2 .text-section.highlight u,
  .lx_combo_number_pickup01.multiColumn3 .text-section.highlight u {
    font-size: 40px;
  }
  .lx_combo_number_pickup01.multiColumn4 .text-section.highlight {
    font-size: 16px;
  }
  .lx_combo_number_pickup01.multiColumn4 .text-section.highlight u {
    font-size: 24px;
  }
}
/*==== 会社情報 > 沿革 ====*/
/*-- 沿革1 --*/
.lx_table_history01 .vtable-item > table > tbody > tr > th,
.lx_table_history01 .vtable-item > table > tbody > tr > td {
  vertical-align: top;
  border: 1px solid #ccc;
}

.lx_table_history01 .vtable-item > table > tbody > tr > td {
  background: none;
}

/*-- 沿革2 --*/
.lx_table_history02 .ircalendar-title > table > tbody > tr > th,
.lx_table_history02 .ircalendar-item > table > tbody > tr > td {
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ccc;
}

/*--沿革3 --*/
.lx_table_history03 .ircalendar {
  margin-top: 40px;
  margin-bottom: 20px;
}

.lx_table_history03 tr td,
.lx_table_history03 tr th {
  border: none;
  background: none;
}

.lx_table_history03 .ircalendar-title,
.lx_table_history03 .ircalendar-item {
  position: relative;
  margin-bottom: -10px;
}

.lx_table_history03 .ircalendar-title1,
.lx_table_history03 .ircalendar-item1 {
  position: relative;
}

.lx_table_history03 .ircalendar-item1:not(:empty)::before {
  content: "●";
  position: absolute;
  top: -14px;
  right: -8px;
  color: #ade0ee;
  font-size: 14px;
}

.lx_table_history03 .ircalendar-item:last-child .ircalendar-item1::after {
  content: "▼";
  position: absolute;
  bottom: -15px;
  right: -9px;
  color: #ade0ee;
  font-size: 15px;
}

.lx_table_history03 .ircalendar-title1 th,
.lx_table_history03 .ircalendar-item1 td {
  position: absolute;
  left: 0;
  top: -30px;
}

.lx_table_history03 .ircalendar-title1 > p,
.lx_table_history03 .ircalendar-item1 > p {
  top: -25px;
  right: 20px;
  position: absolute;
  font-size: 30px;
  font-style: italic;
  font-family: inherit;
  transform: scale(1.2, 1);
  color: #c0c0c0;
}

.lx_table_history03 .ircalendar-title2,
.lx_table_history03 .ircalendar-title3,
.lx_table_history03 .ircalendar-item2,
.lx_table_history03 .ircalendar-item3 {
  padding-bottom: 40px;
  top: -20px;
}

.lx_table_history03 .ircalendar-title2,
.lx_table_history03 .ircalendar-item2 {
  border-left: 2px solid #ade0ee;
  position: relative;
}

.lx_table_history03 .ircalendar-title3.has-img > p,
.lx_table_history03 .ircalendar-item3.has-img > p {
  padding-left: 40px;
}

/*==== 会社情報 > 役員紹介 ====*/
/* 役員紹介2 (アコーディオン) */
#sharewithmain .lx_combo_officer02 {
  margin-bottom: 40px;
}

#sharewithmain .lx_combo_officer02 > .column1 {
  margin-bottom: 2px;
}

#sharewithmain .lx_combo_officer02 > .column2 {
  background: #f7f7f7;
  padding: 40px 40px 20px;
  margin-bottom: 0;
}

.lx_combo_officer02 > .column1 .title2.highlight {
  position: relative;
  background: #f7f7f7;
  margin-bottom: 0;
  cursor: pointer;
}

.lx_combo_officer02 > .column1 .title2.highlight h2 {
  padding: 40px 40px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-right: 80px;
}

.lx_combo_officer02 > .column1 .title2.highlight::before,
.lx_combo_officer02 > .column1 .title2.highlight::after {
  content: "";
  position: absolute;
  display: block;
  background: #999;
  transition: 0.5s 0.1s;
}

.lx_combo_officer02 > .column1 .title2.highlight::before {
  top: 50%;
  right: 50px;
  width: 24px;
  height: 2px;
  transform: translate(50%, -50%);
}

.lx_combo_officer02 > .column1 .title2.highlight::after {
  top: 50%;
  right: 50px;
  width: 2px;
  height: 24px;
  transform: translate(50%, -50%);
}

.lx_combo_officer02.open > .column1 .title2.highlight::after {
  background-color: transparent;
}

/*==== 会社情報 > 拠点案内 ====*/
.lx_table_basemap01 .vtable-item > table > tbody > tr > th {
  font-size: 16px;
}

.lx_table_basemap01 .vtable-item > table > tbody > tr > td.vtable-item1 {
  border-right: none;
}

.lx_table_basemap01 .vtable-item > table > tbody > tr > td.vtable-item2 {
  vertical-align: middle;
  border-left: none;
}

.lx_table_basemap01 .vtable-item > table > tbody > tr > td.vtable-item2 a {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 20px;
  color: #fff;
  background: #000;
  text-decoration: none;
}

.lx_table_basemap01 .vtable-item > table > tbody > tr > td.vtable-item2 a::before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 10px;
  height: 14px;
  background: url("../../../../../../resources/sw_img/icon_map.png") center center no-repeat;
  background-size: contain;
  margin-right: 1em;
}

.lx_table_basemap01 .vtable-item > table > tbody > tr > td.vtable-item2 a::after {
  content: none;
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  .lx_table_basemap01 .vtable-item > table > tbody > tr > td.vtable-item2 a {
    padding: 8px 12px;
    font-size: 0;
  }
}
/*==== NEWS ====*/
/*==== IR TOP ====*/
/*-- 株価 ユーロランド --*/
body#no-bg {
  background: transparent;
}

.stock-ticker-frame {
  overflow: hidden;
}

.stock-ticker {
  text-align: center;
  white-space: nowrap;
}

.stock-ticker a:hover {
  text-decoration: none;
}

.stock-ticker img {
  width: 33.333%;
  height: auto;
}

.stock-ticker img + img {
  width: 66.666%;
}

/* TOP用 */
#sharewithmain .stock-ticker-frame {
  background: #f4f4f4;
  border-bottom: 1px solid #ccc;
}

#sharewithmain .stock-ticker {
  max-width: 576px;
  padding: 10px 20px;
  margin: auto;
}

/* IR TOP用 */
/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  [data-promos1=has-img] #promos1 .stock-ticker-frame {
    position: absolute;
    top: auto;
    right: 50%;
    display: block;
    width: 600px;
    height: 360px;
    margin-top: -360px;
    margin-right: -420px;
    /*
    		background: url("../../../../../../resources/sw_img/bg_stock_ticker.jpg") center center no-repeat;
    		background-size: cover;
    */
  }
  #promos1 .stock-ticker {
    margin: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 20px 20px;
    transform: translate(0, -50%);
    background: rgba(255, 255, 255, 0.5);
  }
  /*
  	#promos1 .stock-ticker-frame {
  		position: absolute;
  		top: calc(100px + (480px / 2));
  		left: 50%;
  	}
  	#promos1 .stock-ticker {
  		margin: auto;
  		height: auto;

  		position: absolute;
  		top: 50%;
  		right: 50%;
  		width: 672px;
  		-webkit-transform: translate(530px, -50%);
  		    -ms-transform: translate(530px, -50%);
  		        transform: translate(530px, -50%);

  		background: url("../../../../../../resources/sw_img/bg_stock_ticker.jpg") center center no-repeat;
  		background-size: cover;
  	}
  */
  #promos1 .stock-ticker iframe {
    width: 100%;
  }
}
/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  [data-page-path="/ja/ir"] #wrapper-2,
  [data-page-path="/en/ir"] #wrapper-2 {
    box-sizing: content-box;
    /*		padding-top: calc((100vw - 20px) / 672 * 318 + 20px); */
    /*		padding-top: calc( (318px + 20px) / 2 + 40px ); */
    padding-top: calc((100vw - 20px) / 1.5 + 0px);
  }
  [data-page-path="/ja/ir"] #promos1 .stock-ticker-frame,
  [data-page-path="/en/ir"] #promos1 .stock-ticker-frame {
    position: absolute;
    top: calc(60px + 68vw - 2px);
    top: 286px;
    display: block;
    width: 100%;
  }
  #promos1 .stock-ticker {
    position: relative;
    width: 100%;
    /*		height: calc((100vw - 20px) / 672 * 318 + 40px); */
    /*		max-height: calc( (318px + 20px) / 2 + 40px ); */
    height: calc((100vw - 20px) / 1.5 + 40px);
    background: #eee;
    padding: 20px 10px;
  }
  #promos1 .stock-ticker iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: auto !important;
    width: calc(200% - 20px) !important;
    max-width: 672px;
    transform-origin: left top;
    transform: scale(0.5) translate(-50%, -50%);
  }
}
/*-- 最新イベント --*/
.lx_style_ir_latest_event > * > .link-list {
  padding: 20px;
  background: #f5f5f5;
  margin-bottom: 20px;
}

.lx_style_ir_latest_event > * > .link-list h2 {
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 0;
  border-bottom: 1px solid #000;
  margin-bottom: 25px;
  padding-top: 0;
}

.lx_style_ir_latest_event > * > .link-list ul {
  margin-bottom: 0;
}

.lx_style_ir_latest_event > * > .link-list ul li {
  font-size: 18px;
}

.lx_style_ir_latest_event > * > .link-list ~ .link-list {
  margin-top: -30px;
}

.lx_style_ir_latest_event > * > .link-list ~ .link-list::after {
  content: "";
  display: block;
  clear: both;
}

.lx_style_ir_latest_event > * > .link-list ~ .link-list ul {
  float: right;
}

/*-- 最新決算資料 --*/
/*
.lx_style_ir_latest_earnings .title2 ,
.lx_style_ir_latest_earnings .title3 {
	padding: 20px 20px 0px;
	background: #f5f5f5;
}

.lx_style_ir_latest_earnings .title2 h2 ,
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.lx_style_ir_latest_earnings .news-material {
	padding: 20px;
	background: #f5f5f5;
}
*/
.lx_style_ir_latest_earnings .title3 h3 {
  padding-top: 20px;
  font-size: 22px;
}

.lx_style_ir_latest_earnings .news-material dl ~ h2,
.lx_style_ir_latest_earnings .news-material dl ~ dl {
  display: none;
}

.lx_style_ir_latest_earnings .merged_list ~ .multiColumn1,
.lx_style_ir_latest_earnings .merged_list ~ .multiColumn2,
.lx_style_ir_latest_earnings .merged_list ~ .multiColumn3,
.lx_style_ir_latest_earnings .merged_list ~ .multiColumn4,
.lx_style_ir_latest_earnings .merged_list ~ .multiColumn5 {
  display: none;
}

.lx_style_ir_latest_earnings .news-material dl dt .result-word {
  display: none;
}

.lx_style_ir_latest_earnings .news-material dl dt .filesize {
  display: none;
}

/* 自動連携でない場合 */
.lx_style_ir_latest_earnings .reuse-main-area > .multiColumn1,
.lx_style_ir_latest_earnings .reuse-main-area > .multiColumn2,
.lx_style_ir_latest_earnings .reuse-main-area > .multiColumn3,
.lx_style_ir_latest_earnings .reuse-main-area > .multiColumn4,
.lx_style_ir_latest_earnings .reuse-main-area > .multiColumn5 {
  display: none;
}

.lx_style_ir_latest_earnings .reuse-main-area > .multiColumn1:first-child,
.lx_style_ir_latest_earnings .reuse-main-area > .mgnlEditor + .multiColumn1 {
  display: block;
}

/* h4と同等のスタイル */
.lx_style_ir_latest_earnings .reuse-main-area .link-list 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: 20px;
  font-weight: normal;
  line-height: 1.25;
  margin-bottom: 5px;
}

.lx_style_ir_latest_earnings .reuse-main-area .link-list h2::before,
.lx_style_ir_latest_earnings .reuse-main-area .link-list 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-material dl dt .title-quater {
  display: inline;
}

.lx_style_ir_latest_earnings .news-material h2 {
  display: none !important;
}

.lx_style_ir_latest_earnings .news-material h2.open + .group_year,
.lx_style_ir_latest_earnings .news-material h2.close + .group_year {
  position: relative;
  color: #444;
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  /*	min-height: 35px; */
  padding: 0;
  background: none;
}

/* サムネイル 横並び */
#sharewithmain .lx_style_ir_thumb_wrap {
  margin: 0 auto 60px;
}
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_style_ir_thumb_wrap {
    margin: 0 auto 40px;
  }
}
.lx_style_ir_thumb_wrap > div > .teaser:not(.no-img):last-child,
.lx_style_ir_thumb_wrap > div > .external-teaser:not(.no-img):last-child,
.lx_style_ir_thumb_wrap > div > .download-teaser:not(.no-img):last-child {
  display: none;
}
@media handheld, only screen and (max-width: 767px) {
  .lx_style_ir_thumb_wrap > div > .teaser:not(.no-img):first-child,
  .lx_style_ir_thumb_wrap > div > .external-teaser:not(.no-img):first-child,
  .lx_style_ir_thumb_wrap > div > .download-teaser:not(.no-img):first-child {
    display: none;
  }
  .lx_style_ir_thumb_wrap > div > .teaser:not(.no-img):last-child,
  .lx_style_ir_thumb_wrap > div > .external-teaser:not(.no-img):last-child,
  .lx_style_ir_thumb_wrap > div > .download-teaser:not(.no-img):last-child {
    display: block;
  }
}

/* リンクリスト　*/
.in-editor .lx_list_right .link-list ul {
  display: block;
}
.lx_list_right .link-list ul {
  display: flex;
  justify-content: flex-end;
}

body[id=wide][data-page-path="/ja/ir"] #sharewithmain .lx_parts1_col3pc.lx_style_ir_banner_wrap > *,
body[id=wide][data-page-path="/en/ir"] #sharewithmain .lx_parts1_col3pc.lx_style_ir_banner_wrap > * {
  align-items: stretch;
}
.lx_style_ir_banner_wrap {
  background-color: #F4F4F4;
  padding: 80px 0;
}
.lx_style_ir_banner_wrap > * .index-map {
  background-color: #fff;
  margin-bottom: 20px;
}
.lx_style_ir_banner_wrap > * .index-map .indexLevel_1 {
  padding: 10px 30px;
}
@media handheld, only screen and (max-width: 767px) {
  .lx_style_ir_banner_wrap {
    padding: 60px 0;
  }
  .lx_style_ir_banner_wrap > * .index-map .indexLevel_0 {
    width: 100%;
  }
  .lx_style_ir_banner_wrap > * .index-map .indexLevel_0 > li {
    width: 100%;
  }
}

/* 情報カラム */
body[id=wide][data-page-path="/ja/ir"].in-editor #sharewithmain .lx_style_ir_info_wrap,
body[id=wide][data-page-path="/en/ir"].in-editor #sharewithmain .lx_style_ir_info_wrap {
  display: block;
}
body[id=wide][data-page-path="/ja/ir"] #sharewithmain .lx_style_ir_info_wrap,
body[id=wide][data-page-path="/en/ir"] #sharewithmain .lx_style_ir_info_wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media handheld, only screen and (max-width: 767px) {
  body[id=wide][data-page-path="/ja/ir"] #sharewithmain .lx_style_ir_info_wrap,
  body[id=wide][data-page-path="/en/ir"] #sharewithmain .lx_style_ir_info_wrap {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
}
body[id=wide][data-page-path="/ja/ir"] #sharewithmain .lx_style_ir_info_wrap > .column2 .link-list h2,
body[id=wide][data-page-path="/en/ir"] #sharewithmain .lx_style_ir_info_wrap > .column2 .link-list h2 {
  border: none;
  color: inherit;
  font-weight: inherit;
  padding-bottom: 5px;
  font-size: 20px;
  margin-bottom: 5px;
}
.lx_style_ir_info_wrap {
  margin: 0 auto 40px;
}
@media handheld, only screen and (max-width: 767px) {
  .lx_style_ir_info_wrap {
    margin: 0 auto 30px;
  }
}
.lx_style_ir_info_wrap > * {
  background-color: #F4F4F4;
  padding: 30px;
  margin-bottom: 0;
  position: relative;
}
#sharewithmain .lx_style_ir_info_wrap > .column2,
#sharewithmain .lx_style_ir_info_wrap > .column3 {
  padding-bottom: 40px;
}
#sharewithmain .lx_style_ir_info_wrap > * h2,
#sharewithmain .lx_style_ir_info_wrap > * h3 {
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 0;
  border-bottom: 1px solid #C8CED3;
  margin: 0 auto 25px;
  padding-top: 0;
}
#sharewithmain .lx_style_ir_info_wrap > .column1 .stock-ticker-frame {
  border-bottom: none;
}
#sharewithmain .lx_style_ir_info_wrap > .column1 .stock-ticker-frame .stock-ticker {
  padding: 0;
}
#sharewithmain .lx_style_ir_info_wrap > .column1 .stock-ticker-frame .stock-ticker > a img {
  width: auto;
  max-width: 100%;
  margin: auto;
}
.lx_style_ir_info_wrap.lx_style_ir_latest_event > .column2 > .link-list:last-of-type,
.lx_style_ir_info_wrap.lx_style_ir_latest_event > .column3 > .link-list:last-of-type {
  position: absolute;
  right: 20px;
  bottom: 10px;
  margin: auto;
}
.lx_style_ir_info_wrap.lx_style_ir_latest_event > .column2 > .link-list:last-of-type .internal-link-text,
.lx_style_ir_info_wrap.lx_style_ir_latest_event > .column2 > .link-list:last-of-type .external-link-text,
.lx_style_ir_info_wrap.lx_style_ir_latest_event > .column3 > .link-list:last-of-type .internal-link-text,
.lx_style_ir_info_wrap.lx_style_ir_latest_event > .column3 > .link-list:last-of-type .external-link-text {
  padding-top: 3px;
}
.lx_style_ir_info_wrap.lx_style_ir_latest_event > .column2 > .link-list:last-of-type a,
.lx_style_ir_info_wrap.lx_style_ir_latest_event > .column3 > .link-list:last-of-type a {
  font-size: 14px;
}
.lx_style_ir_info_wrap.lx_style_ir_latest_event > .column2 > .link-list,
.lx_style_ir_info_wrap.lx_style_ir_latest_event > .column3 > .link-list {
  padding: 0;
}
.in-editor .lx_style_ir_info_wrap > .column1 > .text-section {
  flex-wrap: wrap;
  row-gap: 20px;
}
#sharewithmain .lx_style_ir_info_wrap > .column1 > .text-section {
  display: flex;
  margin-bottom: 0;
  align-items: flex-end;
}
#sharewithmain .lx_style_ir_info_wrap > .column1 > .text-section > h2 {
  width: 50%;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sharewithmain .lx_style_ir_info_wrap > .column1 > .text-section > div {
  width: 50%;
  border: 1px solid #707070;
  background-color: #fff;
  padding: 5px;
  font-size: 13px;
}
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_style_ir_info_wrap > .column1 > .text-section > div > p data {
    display: none;
  }
}
#sharewithmain .lx_style_ir_info_wrap > .column2 .news-material {
  border-bottom: 1px solid #C8CED3;
  margin-bottom: 1em;
}
#sharewithmain .lx_style_ir_info_wrap > .column2 .news-material > .group_year dl {
  margin-bottom: 1em;
}
#sharewithmain .lx_style_ir_info_wrap > .column2 > *:nth-last-child(2) .news-material {
  border-bottom: none;
  margin-bottom: 0;
}
#sharewithmain .lx_style_ir_info_wrap > .column3 .link-list ul li.text-without-link {
  padding: 0 0 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #C8CED3;
}
#sharewithmain .lx_style_ir_info_wrap > .column3 .link-list ul li.text-without-link:last-child {
  margin-bottom: 0;
}


/*==== IR > IRライブラリ > 決算資料 ====*/
.lx_accordion_02 .title2 h2,
.news-material h2.open,
.news-material h2.close {
  position: relative;
  cursor: pointer;
  /*
  	margin: 0;
  	padding: 0;
  	border: none;
  	background: none;

  	position: relative;
  	border-top: 1px solid #000;
  	border-bottom: 1px solid #000;
  	margin-bottom: 18px;

  	display: block;
  	color: #000;
  	font-size: 18px;
  	font-weight: normal;
  	line-height: 1.25;
  	padding: 15px 60px 15px 20px;
  */
}

/*
.lx_accordion_02 .title2 h2::after ,
.news-material h2.open::before ,
.news-material h2.close::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 20px;
	display: block;
	width: 45px;
	height: 18px;
	background: url("../../../../../../resources/sw_img/icon_q.png") center center no-repeat;
	background-size: contain;
	margin-top: 0.125em;
}
*/
.lx_accordion_02 .title2 h2::before,
.news-material h2.open::before,
.news-material h2.close::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../../../../../resources/sw_img/icon_down.png") center center no-repeat;
  background-size: contain;
}

.lx_accordion_02.open .title2 h2::before,
.news-material h2.open::before {
  transform: rotate(180deg);
}

.lx_accordion_02 > .column2,
.news-material h2.open + .group_year,
.news-material h2.close + .group_year {
  position: relative;
  color: #444;
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  /*	min-height: 35px; */
  padding: 10px 20px 20px 20px;
  background: #f5f5f5;
}

/*==== IR > 個人投資家・株主の皆様へ ====*/
/* 画像背景化 */
#sharewithmain .lx_text_img_lay_under2 {
  position: relative;
}

.lx_text_img_lay_under2 .text-section.highlight {
  position: static;
  margin: 0;
}

.lx_text_img_lay_under2 .text-section.highlight img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  z-index: -1;
}

/* カラム幅をフリーに */
#sharewithmain .lx_col_width_outcome > .column1,
#sharewithmain .lx_col_width_outcome > .column2,
#sharewithmain .lx_col_width_outcome > .column3,
#sharewithmain .lx_col_width_outcome > .column4,
#sharewithmain .lx_col_width_outcome > .column5 {
  width: auto;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  #sharewithmain .lx_col_pc_width_outcome > .column1,
  #sharewithmain .lx_col_pc_width_outcome > .column2,
  #sharewithmain .lx_col_pc_width_outcome > .column3,
  #sharewithmain .lx_col_pc_width_outcome > .column4,
  #sharewithmain .lx_col_pc_width_outcome > .column5 {
    width: auto;
  }
}
/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_col_width_outcome > .column1,
  #sharewithmain .lx_col_width_outcome > .column2,
  #sharewithmain .lx_col_width_outcome > .column3,
  #sharewithmain .lx_col_width_outcome > .column4,
  #sharewithmain .lx_col_width_outcome > .column5 {
    margin-left: 5px;
    margin-right: 5px;
  }
}
/* カラムの下側に線を引く */
#sharewithmain .lx_col_underline01 > .column1,
#sharewithmain .lx_col_underline01 > .column2,
#sharewithmain .lx_col_underline01 > .column3,
#sharewithmain .lx_col_underline01 > .column4,
#sharewithmain .lx_col_underline01 > .column5 {
  border-bottom: 3px solid #e6f2f1;
}

/* 文字大＋数字特大01 */
.lx_text_font_ex01 .text-section {
  font-size: 24px;
}

.lx_text_font_ex01 .text-section em {
  font-style: normal;
  color: #00a291;
  font-size: 95px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: bold;
}

/* 文字大＋数字特大02 */
.lx_text_font_ex02 .text-section {
  font-size: 28px;
}

.lx_text_font_ex02 .text-section em {
  font-style: normal;
  color: #00a291;
  font-size: 114px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: bold;
}

/* 文字大＋数字特大03 */
.lx_table_font_ex03 .vtable-item > table > tbody > tr > th,
.lx_table_font_ex03 .vtable-item > table > tbody > tr > td,
.lx_table_font_ex03 .ircalendar-title > table > tbody > tr > th,
.lx_table_font_ex03 .ircalendar-item > table > tbody > tr > td,
.lx_text_font_ex03 .text-section {
  font-size: 24px;
}

.lx_table_font_ex03 .vtable-item > table > tbody > tr > th em,
.lx_table_font_ex03 .vtable-item > table > tbody > tr > td em,
.lx_table_font_ex03 .ircalendar-title > table > tbody > tr > th em,
.lx_table_font_ex03 .ircalendar-item > table > tbody > tr > td em,
.lx_text_font_ex03 .text-section em {
  font-style: normal;
  color: #00a291;
  font-size: 56px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: bold;
}

/* 文字大＋数字特大04 */
.lx_text_font_ex04 .text-section {
  font-size: 28px;
}

.lx_text_font_ex04 .text-section em {
  font-style: normal;
  color: #00a291;
  font-size: 75px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: bold;
}

/* 文字大＋数字特大05 */
.lx_text_font_ex05 .text-section {
  font-size: 28px;
}

.lx_text_font_ex05 .text-section em {
  font-style: normal;
  color: #00a291;
  font-size: 90px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: bold;
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  .lx_text_font_ex01 .text-section {
    font-size: 18px;
  }
  .lx_text_font_ex01 .text-section em {
    font-size: 64px;
  }
  .lx_text_font_ex02 .text-section {
    font-size: 18px;
  }
  .lx_text_font_ex02 .text-section em {
    font-size: 56px;
  }
  .lx_table_font_ex03 .vtable-item > table > tbody > tr > th,
  .lx_table_font_ex03 .vtable-item > table > tbody > tr > td,
  .lx_table_font_ex03 .ircalendar-title > table > tbody > tr > th,
  .lx_table_font_ex03 .ircalendar-item > table > tbody > tr > td,
  .lx_text_font_ex03 .text-section {
    font-size: 18px;
  }
  .lx_table_font_ex03 .vtable-item > table > tbody > tr > th em,
  .lx_table_font_ex03 .vtable-item > table > tbody > tr > td em,
  .lx_table_font_ex03 .ircalendar-title > table > tbody > tr > th em,
  .lx_table_font_ex03 .ircalendar-item > table > tbody > tr > td em,
  .lx_text_font_ex03 .text-section em {
    font-size: 38px;
  }
  .lx_text_font_ex04 .text-section {
    font-size: 18px;
  }
  .lx_text_font_ex04 .text-section em {
    font-size: 50px;
  }
  .lx_text_font_ex05 .text-section {
    font-size: 18px;
  }
  .lx_text_font_ex05 .text-section em {
    font-size: 60px;
  }
}
/* 成長性 */
/* 3カラムの第２カラムをSP時90°回転 */
/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_style_ir_intro_ex01 > .column2 {
    transform: rotate(90deg);
  }
}
.lx_style_ir_intro_ex01 .vtable-item > table > tbody > tr > th img,
.lx_style_ir_intro_ex01 .vtable-item > table > tbody > tr > td img,
.lx_style_ir_intro_ex01 .ircalendar-title > table > tbody > tr > th img,
.lx_style_ir_intro_ex01 .ircalendar-item > table > tbody > tr > td img {
  margin-bottom: 0;
}

.lx_style_ir_intro_ex01 .vtable-item > table,
.lx_style_ir_intro_ex01 .vtable-item > table,
.lx_style_ir_intro_ex01 .ircalendar-title > table,
.lx_style_ir_intro_ex01 .ircalendar-item > table {
  width: auto;
  table-layout: auto;
}

.lx_style_ir_intro_ex01 .vtable-item > table > tbody > tr > th,
.lx_style_ir_intro_ex01 .vtable-item > table > tbody > tr > td,
.lx_style_ir_intro_ex01 .ircalendar-title > table > tbody > tr > th,
.lx_style_ir_intro_ex01 .ircalendar-item > table > tbody > tr > td {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
}

#sharewithmain .lx_style_ir_intro_ex01 > .column3 .vtable-item > table > tbody > tr > th:first-child,
#sharewithmain .lx_style_ir_intro_ex01 > .column3 .vtable-item > table > tbody > tr > td:first-child,
#sharewithmain .lx_style_ir_intro_ex01 > .column3 .ircalendar-title > table > tbody > tr > th:first-child,
#sharewithmain .lx_style_ir_intro_ex01 > .column3 .ircalendar-item > table > tbody > tr > td:first-child {
  border-right: 3px solid #e6f2f1;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  #sharewithmain .lx_style_ir_intro_ex01 > .column1 {
    min-width: 360px;
  }
  #sharewithmain .lx_style_ir_intro_ex01 > .column3 {
    min-width: 400px;
  }
}
/*==== IR > 中期経営計画 ====*/
/* アンカー用 */
#sharewithmain .lx_combo_anchor_box {
  padding: 40px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  .lx_combo_anchor_box .anchor-link {
    min-width: calc(33.3333333333% - 40px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .lx_combo_anchor_box .anchor-link + .anchor-link {
    margin-left: 0;
    padding-left: 0;
  }
}
/* タイトル？ */
.lx_hitext_02 .highlight-quoted-text {
  padding: 5px 20px;
  color: #00a291;
  font-size: 26px;
  border: 2px solid #00a291;
  background: #edf7f6;
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  .lx_hitext_02 .highlight-quoted-text {
    font-size: 18px;
  }
}
/* 番号つきリスト */
.lx_text_ol01 .text-section ol,
.lx_text_ol02 .text-section ol {
  padding: 0;
  counter-reset: text_ol01 0;
}

.lx_text_ol01 .text-section ol li,
.lx_text_ol02 .text-section ol li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: text_ol01;
  position: relative;
  padding: 3px 28px;
  padding-left: 76px;
  font-size: 22px;
  background: #f5f5f5;
  margin-bottom: 10px;
}

.lx_text_ol01 .text-section ol li::before,
.lx_text_ol02 .text-section ol li::before {
  content: counter(text_ol01);
  position: absolute;
  top: 50%;
  left: 28px;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  white-space: nowrap;
  font-size: 18px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  background: #161616;
}

.lx_text_ol02 .text-section ol li {
  color: #00a291;
  background: #e6f2f1;
}

.lx_text_ol02 .text-section ol li::before {
  background: #00a291;
}

/* 番号つきリスト */
#sharewithmain .lx_text_ol03 {
  counter-reset: text_ol03 0;
}

.lx_text_ol03 .text-section ol {
  padding: 0;
}

.lx_text_ol03 .text-section ol li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: text_ol03;
  position: relative;
  padding: 2px 38px;
  padding-left: 76px;
  font-size: 22px;
  background: #f5f5f5;
  margin-bottom: 10px;
}

.lx_text_ol03 .text-section ol li::before {
  content: counter(text_ol03);
  position: absolute;
  top: 50%;
  left: 18px;
  display: inline-block;
  width: 38px;
  height: 30px;
  margin-top: -15px;
  white-space: nowrap;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: #161616;
}

/* リンクリスト中央揃え */
.lx_list_center .link-list ul {
  text-align: center;
}

.lx_list_center .link-list ul li {
  display: inline-block;
}

/*==== 事業構成 TOP ====*/
#sharewithmain .lx_style_business_01 {
  background: url("../../../../../../resources/sw_img/bg_mcol_business01.png") center center no-repeat;
}

.lx_style_business_01 .text-section:not(.highlight) em {
  font-style: normal;
  font-size: 60px;
  font-weight: bold;
  color: #0f4a81;
  line-height: 1.2;
}

.lx_style_business_01 .text-section.highlight {
  display: inline-block;
  width: 31%;
  margin-right: 2%;
  text-align: center;
}

.lx_style_business_01 .text-section.highlight table {
  border-radius: 50px;
  overflow: hidden;
  font-size: calc(1rem - 2px);
}

.lx_style_business_01 .text-section.highlight table td {
  text-align: center;
}

.lx_style_business_01 .text-section.highlight em {
  font-style: normal;
  font-size: 36px;
}

/*==== 事業構成 > 直下ページ ====*/
.lx_style_business_intro_ex01 .vtable-item > table > tbody > tr > th img,
.lx_style_business_intro_ex01 .vtable-item > table > tbody > tr > td img,
.lx_style_business_intro_ex01 .ircalendar-title > table > tbody > tr > th img,
.lx_style_business_intro_ex01 .ircalendar-item > table > tbody > tr > td img {
  margin-bottom: 0;
}

.lx_style_business_intro_ex01 .vtable-item > table,
.lx_style_business_intro_ex01 .vtable-item > table,
.lx_style_business_intro_ex01 .ircalendar-title > table,
.lx_style_business_intro_ex01 .ircalendar-item > table {
  width: auto;
  table-layout: auto;
}

.lx_style_business_intro_ex01 .vtable-item > table > tbody > tr > th,
.lx_style_business_intro_ex01 .vtable-item > table > tbody > tr > td,
.lx_style_business_intro_ex01 .ircalendar-title > table > tbody > tr > th,
.lx_style_business_intro_ex01 .ircalendar-item > table > tbody > tr > td {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
}

#sharewithmain .lx_style_business_intro_ex01 > .column3 .vtable-item > table > tbody > tr > th:first-child,
#sharewithmain .lx_style_business_intro_ex01 > .column3 .vtable-item > table > tbody > tr > td:first-child,
#sharewithmain .lx_style_business_intro_ex01 > .column3 .ircalendar-title > table > tbody > tr > th:first-child,
#sharewithmain .lx_style_business_intro_ex01 > .column3 .ircalendar-item > table > tbody > tr > td:first-child {
  border-right: 3px solid #e6f2f1;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  /*
  	#sharewithmain .lx_style_ir_intro_ex01 > .column1 {
  		min-width: 360px;
  	}

  	#sharewithmain .lx_style_ir_intro_ex01 > .column3 {
  		min-width: 400px;
  	}
  */
}
/*==== ダイワボウグループ TOP ====*/
/* 区切り線 */
#sharewithmain .lx_mcol_underline01 {
  border-bottom: 1px solid #d5d5d5;
}

/* 微妙なカラム割 */
/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  #sharewithmain .lx_mcol2_group_ex01 {
    margin-left: 80px;
    margin-right: 80px;
  }
  #sharewithmain .lx_mcol2_group_ex01 > .column1 {
    width: 390px;
    margin-right: 40px;
  }
  #sharewithmain .lx_mcol2_group_ex01 > .column2 {
    width: 470px;
  }
}
/* 背景・アイコンつきテキスト */
/* 01が日、02が英 */
.lx_text_group_ex01 .text-section.highlight,
.lx_text_group_ex02 .text-section.highlight {
  padding: 12px 30px;
  padding-right: 50px;
  color: #fff;
  background: #254983;
  font-size: 14px;
  line-height: 1.5;
}

.lx_text_group_ex02 .text-section.highlight {
  padding: 18px 30px 17px;
  padding-right: 50px;
}

.lx_text_group_ex01 .text-section.highlight img,
.lx_text_group_ex02 .text-section.highlight img {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
}

.segment1.lx_text_group_ex01 .text-section.highlight,
.segment1.lx_text_group_ex02 .text-section.highlight {
  background: #254983;
}

.segment2.lx_text_group_ex01 .text-section.highlight,
.segment2.lx_text_group_ex02 .text-section.highlight {
  background: #006975;
}

.segment3.lx_text_group_ex01 .text-section.highlight,
.segment3.lx_text_group_ex02 .text-section.highlight {
  background: #ae373c;
}

.segment4.lx_text_group_ex01 .text-section.highlight,
.segment4.lx_text_group_ex02 .text-section.highlight {
  background: #c1a573;
}

/*==== 会社情報 TOP ====*/
/*==== 会社情報 > 沿革 ====*/
.lx_vtable_th2nd .vtable-item > table > tbody > tr > th + td {
  text-align: left;
  vertical-align: middle;
  background-color: #595d61;
  color: #fff;
  font-weight: normal;
}

/*==== サステナビリティ TOP ====*/
/* 囲み線つきマルチカラム */
#sharewithmain .lx_mcol_borderbox02 {
  padding: 40px 90px 0;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
  #sharewithmain .lx_mcol_borderbox02 {
    padding: 20px 20px 0;
  }
}
/* 見出し */
.lx_title4_sust_ex01 .title4.style1 h4 {
  margin: 0;
  padding: 0;
  border: none;
  padding: 15px 20px;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  color: #fff;
  line-height: 1.25;
  background: #0f4a81;
}

.bg01.lx_title4_sust_ex01 .title4.style1 h4 {
  background: #254983;
}

.bg02.lx_title4_sust_ex01 .title4.style1 h4 {
  background: #016976;
}

.bg03.lx_title4_sust_ex01 .title4.style1 h4 {
  background: #ae373b;
}

/* 見出しを枠線つきに重ねる設定 */
#sharewithmain .lx_mcol_mb_1 {
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
}

/* バナー */
.lx_teaser_06 .teaser:not(.no-img).style1 h2 a,
.lx_teaser_06 .external-teaser:not(.no-img).style1 h2 a,
.lx_teaser_06 .download-teaser:not(.no-img).style1 h2 a {
  margin-top: 15px;
  padding: 0 10px;
  text-align: center;
  color: #000;
  font-weight: normal;
  font-size: 22px;
  text-decoration: underline;
}

.lx_teaser_06 .teaser:not(.no-img).style1 h2 a::before,
.lx_teaser_06 .external-teaser:not(.no-img).style1 h2 a::before,
.lx_teaser_06 .download-teaser:not(.no-img).style1 h2 a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url("../../../../../../resources/sw_img/icon_down.png") center center no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  margin-right: 20px;
}

/* 番号付きリストの数字を太字に */
.lx_cke_ol_bold ol {
  font-weight: bold;
}

.lx_cke_ol_bold ol strong {
  font-weight: normal;
}

/* SDGs アイコン */
.lx_reuse_img_icon01 .text-section {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 10px;
}

/*==== サステナビリティ > 社会活動 ====*/
#sharewithmain .lx_mcol_borderbox01 {
  padding: 20px 20px 0;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

/*==== ニュース 日付表示 ====*/
.multi3[data-page-marker~=show-date] #page-intro {
  display: block;
}

.multi3[data-page-marker~=show-date] #page-intro > h1 {
  display: none;
}

/*.multi3[data-page-marker~="show-date"] .page-intro .text-meta ul.text-data ,*/
.multi3[data-page-marker~=show-date] #page-intro .text-meta ul.text-data {
  display: block;
  margin-bottom: 20px;
}

/*==== 会社情報 > グループ広報誌「The Daiwabo」 インデックス ====*/
/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  /* 最新1件 */
  .lx_multi3_magazine_index .basic-list2.thumnail ul.tabItems li:first-child {
    width: calc(100% - 18px);
  }
  /* 2～9件目 */
  .lx_multi3_magazine_index .basic-list2.thumnail ul.tabItems li {
    width: calc(33.3333333333% - 18px);
  }
  .lx_multi3_magazine_index .basic-list2.thumnail ul.tabItems li:not(:first-child) .item {
    padding: 0;
  }
  .lx_multi3_magazine_index .basic-list2.thumnail ul.tabItems li:not(:first-child) .n_img {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
  }
  .lx_multi3_magazine_index .basic-list2.thumnail ul.tabItems li:not(:first-child) .c_icon {
    width: calc(100% + 10px);
  }
  .lx_multi3_magazine_index .basic-list2.thumnail ul.tabItems li:not(:first-child) .det_tx {
    /*		display: none; */
  }
}
/*==== 会社情報 > グループ広報誌「The Daiwabo」 アーカイブス ====*/
/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
  .lx_multi3_col3 .basic-list2.thumnail ul.tabItems li {
    width: calc(33.3333333333% - 18px);
  }
  .lx_multi3_col3 .basic-list2.thumnail ul.tabItems li .item {
    padding: 0;
  }
  .lx_multi3_col3 .basic-list2.thumnail ul.tabItems li .n_img {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
  }
  .lx_multi3_col3 .basic-list2.thumnail ul.tabItems li .c_icon {
    width: calc(100% + 10px);
  }
}



/*メインビジュアル用*/
.l-grand_mv {
	overflow: hidden;
	width: 100%;
	margin: 0 0 -50px;
	position: relative;
	z-index: 0;
	pointer-events: none;
}

.l-grand_mv:before {
	content: '';
	inset: 0;
	position: absolute;
	z-index: 200;
}

.l-grand_mv:after {
	content: '';
	width: 100%;
	height: 210px;
	background: linear-gradient(to bottom, #33aade 0%, #fff 100%);
	position: absolute;
	top: 0;
	left: 0;
	opacity: .1;
	z-index: 0;
}

.l-grand_mv figure,
.l-grand_mv picture {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.l-grand_mv .-inner {
	height: 700px;
}

.l-grand_mv .-inner > * {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.l-grand_mv .-catch {
	text-align: center;
	width: 100%;
	margin: 100px 0 0;
}

@media print, screen and (min-width: 634px) {
	.l-grand_mv .-catch img.mobile {
		display: none;
	}
}
@media screen and (max-width: 633px) {
	.l-grand_mv .-catch img.pc {
		display: none;
	}
}

.l-grand_mv .-bg {
	width: 900px;
	margin: -150px 0 0;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 0;
}

.l-grand_mv .-slides {
	width: 100%;
	margin: 240px 0 0;
	overflow: hidden;
	transform: translateZ(0);
	animation: a-slide_show 1s 1s both;
}

.l-grand_mv .-slides .-slide {
	display: flex;
}

.l-grand_mv .-slides .-slide img {
	max-width: none;
}

.l-grand_mv .-slides .-photo img {
	width: 2380px;
}

.l-grand_mv .-slides .-illust {
	margin: -130px 0 0;
}

.l-grand_mv .-slides .-illust img {
	width: 2260px;
}

.l-grand_mv .-slides .-photo .-item:nth-child(1) {
	animation: a-slide_1 200s -100s linear infinite;
}

.l-grand_mv .-slides .-photo .-item:nth-child(2) {
	animation: a-slide_2 200s linear infinite;
}

.l-grand_mv .-slides .-illust .-item:nth-child(1) {
	animation: a-slide_1 120s -60s linear infinite;
}

.l-grand_mv .-slides .-illust .-item:nth-child(2) {
	animation: a-slide_2 120s linear infinite;
}

@keyframes a-slide_show {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes a-slide_1 {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}

@keyframes a-slide_2 {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}

@media print, screen and (max-width: 633px) {
	/*メインビジュアル用*/
	.l-grand_mv {
		margin-bottom: 30px;
	}
	
	.l-grand_mv .-inner {
		height: 520px;
	}
	
	.l-grand_mv .-catch {
		margin-top: 60px;
	}
	
	.l-grand_mv .-bg {
		width: 100%;
		margin-top: -30px;
	}
	
	.l-grand_mv .-slides {
		margin-top: 280px;
	}
	
	.l-grand_mv .-slides .-photo img {
		width: 1400px;
	}
	
	.l-grand_mv .-slides .-illust {
		margin-top: -75px;
	}
	
	.l-grand_mv .-slides .-illust img {
		width: 1600px;
	}
}

/* -- 印刷用 -- */
@media print {
  body {
    opacity: 1 !important;
  }
  /* 印刷時、ヘッダー固定、フッター非表示 */
  #site-info .ax_header > div {
    position: absolute !important;
  }
  #site-info {
    margin: 0;
  }
  #site-info .ax_footer {
    display: none;
  }
  /* 上に戻るボタン非表示 */
  #site-info .topcontrol {
    display: none;
  }
  #header {
    height: 0 !important;
  }
  #site-common {
    /*		display: none !important; */
  }
  /*-- スクロールエフェクトoff --*/
  .fadeObj {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
    transition: 0s 0s !important;
  }
}