@charset "UTF-8";

/* ==========================================================================================

  共通のCSS

========================================================================================== */

/* --------------------------------------------------------------------------

  Base

-------------------------------------------------------------------------- */
/* *,
*::before,
*::after {
  box-sizing: border-box;
}
 
html {
  font-size:16px;
}

html.charlarge {
  font-size: 18px;
}
html.charXlarge {
  font-size: 20px;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size:calc(1rem * 1.6);
  line-height: 1.6;
  color: #333333;
  background-color: #FFFFFF;
}

a {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #333333;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: calc(1rem * 1.6);
}

img {
  vertical-align: middle;
  border-style: none;
}

a[target="_blank"]:after {
  content: "";
  margin-left: 5px;
  width: 18px;
  height: 15px;
  display: inline-block;
  position: relative;
  top:calc((1em - 15px) / 2);
  bottom: auto;
  background-image: url(/corporate/ja/img/icon/link_other.png);
  background-repeat: no-repeat;
  background-size: cover;
}

a[target="_blank"]:hover:after {
  background-image: url(/corporate/ja/img/icon/link_other_2.png);
}

a.megaMenuBanner[target="_blank"]:after,
a.megaMenuBanner[target="_blank"]:hover:after,
.slideItem a[target="_blank"]:after,
.slideItem a[target="_blank"]:hover:after {
  background-image: none !important;
}
a.mvDigest[target="_blank"]:after,
a.mvDigest[target="_blank"]:hover:after {
  background-image: none !important;
  position: absolute;
  top: 65px;
}
.panelLink a[target="_blank"]:after,
.panelLink a[target="_blank"]:hover:after {
  background-image: none !important;
  position: absolute;
  top: auto;
}

a[target="_blank"][href$=".pdf"]:after {
  width: 18px;
  height: 23px;
  position: relative;
  top: calc((23px - 1em) / 2);
  bottom:auto;
  background-size:18px 23px;
  background-image: url(/corporate/ja/img/icon/pdf.png);
}
  
a[target="_blank"][href$=".zip"]:after {
  width: 18px;
  height: 23px;
  position: relative;
  top: calc((23px - 1em) / 2);
  bottom:auto;
  background-size:18px 23px;
  background-image: url(/corporate/ja/img/icon/zip.png);
}

a[target="_blank"][href$=".pdf"]:hover:after {
  background-image: url(/corporate/ja/img/icon/pdf_2.png);
}
  
a[target="_blank"][href$=".zip"]:hover:after {
  background-image: url(/corporate/ja/img/icon/zip_2.png);
}

/* 2022/04/27 mihotake */
a[target="_blank"][class~="ebook"]:after {
  width: 25px;
  height: 23px;
  position: relative;
  top: calc((23px - 1em) / 2);
  bottom:auto;
  background-size:25px 23px;
  background-image: url(/corporate/ja/img/icon/book.png);
}

a[target="_blank"][class~="ebook"]:hover:after {
  background-image: url(/corporate/ja/img/icon/book_2.png);
} */

.newsList2 li a .new img,
.newsList2 li a .end img {
  position: relative;
  font-family: sans-serif;
  vertical-align: inherit;
  top: calc(0.2rem * 1.6);
 }

 .productAncList li {
   box-sizing: content-box;
 }

 .unitContact a, .unitContactC a {
  background: none;
  color: #333;
  height: auto;
  position: relative;
 }

.tbl3 .strategy-tbl2 {
  padding-left: 1em;
  text-indent: -1em;
}

.tbl3 .strategy-tbl1 ul {
  padding-left: 1.5em;
  margin-left: 0;
}

.tbl4 .strategy-tbl2 {
  padding-left: 1em;
  text-indent: -1em;
}

.tbl4 .strategy-tbl1 ul {
  padding-left: 1.5em;
  margin-left: 0;
}

.caption {
    word-break: break-all;
}

/* --------------------------------------------------------------------------

  Layout

-------------------------------------------------------------------------- */

/* --------------------------------------------------
  container
-------------------------------------------------- */
.container {
  width: 100%;
  max-width: 1275px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
.container {
    max-width:none;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 579px) {
}

@media (max-width: 399px) {
}

/* --------------------------------------------------
  contents
-------------------------------------------------- */
.contents {
  display: -ms-flexbox;
  display: flex;

}

.contentsMain {
  width: calc(1215px - 352px);
  float: none;
  margin-top: calc(0rem * 1.6);
  margin-bottom: calc(5rem * 1.6);
}

.contentsSub {
  width: 322px;
  float: none;
  min-width: 322px;
  margin-left: 30px;
  margin-top: calc(0rem * 1.6);
  margin-bottom: calc(5rem * 1.6);
}

@media (max-width: 994px) {
  .contentsMain {
    width: calc(72% - 30px);
    min-width: calc(72% - 30px);
    max-width: calc(72% - 30px);
  }
  .contentsSub {
    width: 28%;
    min-width: 28%;
    max-width: 28%;
  }
}


@media (max-width: 767px) {
  
  .contents {
    display: block;
  }

  .contentsMain {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
/*
    -ms-flex-positive: inherit;
    flex-grow: inherit;
*/
  }
  
  .contentsSub {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    margin-left: 0px;
}
}

.contentsMain1col {
  width: 100%;
  margin-bottom: calc(5rem * 1.6);
}

.secWrap {
  padding-bottom: 30px; 
}

/* --------------------------------------------------
  Grid（Compatibility）
-------------------------------------------------- */
.block2colFull, .block3colFull, .block4colFull  {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.unitCol1, .unitCol2, .unitCol3 {
  position: relative;
  padding-right: 10px;
  padding-left: 10px; 
  width: auto!important;
  margin-right: 0!important;
  margin-left: 0!important;
}

.block2colFull .unitCol1 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.block3colFull .unitCol1 { 
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.block3colFull .unitCol2 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}


.block3colFull2 .unitCol1 { 
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%;
  position: relative;
  padding-right: 41px;
  padding-left: 0px; 
  width: auto!important;
  margin-right: 0!important;
  margin-left: 0!important;
}

.block3colFull2 .unitCol2 {
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

@media (max-width: 767px) {
.block3colFull2 { 
  display: flex;
  flex-direction: column;
}
.block3colFull2 .unitCol1 { 
  order: 1;
  text-align:center;
  padding-right:0;
}
.block3colFull2 .unitCol2 { 
  order: 0;
}
}

.block4colFull .unitCol1 { 
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.block4colFull .unitCol2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.block4colFull .unitCol3 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

@media (max-width: 767px) {
  .unitCol1, .unitCol2, .unitCol3 {
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    max-width: 100%!important;
  }
}


/* --------------------------------------------------------------------------

  Header

-------------------------------------------------------------------------- */
#mainHeader {
  padding-top: 0;
  margin-bottom: 0;
  border-bottom: 0;
  height: 85px;
  width: 100%;
}

/* 目指す姿実現の原動力 */
#mainHeader #container{
  max-width: 1275px;
  padding-left:0px;
}

#mainHeaderInner {
  background-color: #ffffff;
  background: rgb(255,255,255);
  filter:alpha(opacity=85); 
  background: rgba(255,255, 255, 0.85);
  position: fixed;
  width: 100%;
  z-index: 50;
  backdrop-filter: blur(5px);
  border-bottom: 1px solid #d0d0d0;
}

#mainHeaderInner > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom:0;
}

#mainHeaderInner > .container.contentsWrap:after {
  display: none;
}

@media (max-width: 994px) {
  #mainHeader {
    height: 68px;
  }
  #mainHeaderInner > .container {
    max-width: none;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* --------------------------------------------------
  Logo
-------------------------------------------------- */
#mainHeader .logo {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  margin-top:16px;
  margin-bottom:16px;
}

#mainHeader .logo img {
  width: 223px;
  height: 31px;
}

/* --------------------------------------------------
  文字サイズ
-------------------------------------------------- */

.unitCharSize {
  margin: 0;
  font-size: 12px;
  margin-right: 20px;
}

.unitCharSize dt {
  margin-right: 5px;
}

.unitCharSize dd {
  border: 0;
}

.unitCharSize a {
  text-decoration: none;
  background-color: #d0d0d0;
  color: #8a8a8a;
  padding: 2px;
  min-width: 30px;
  display: inline-block;
  text-align: center;
  font-family: sans-serif;
}

.unitCharSize dd.current a {
  background-color: #ef0041;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  border-bottom:0;
  font-size: 12px;
}

@media (max-width: 994px) {
  .unitCharSize{
    display: none;
  }
}

/* --------------------------------------------------
  Global Navigation
-------------------------------------------------- */
.globalNav {
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.globalNavWrap {
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.globalNavBlock1 {
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.globalNavBlock2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 994px) {
  .globalNav {
    display: none;
    background-color: #fff;
    flex-basis: 100%;
    padding-top: 0;
    max-height: calc(100vh - 200px); 
    overflow: scroll;
  }

  .globalNavWrap {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .globalNavBlock1 {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .globalNavBlock2 {
    -ms-flex-direction: column;
    flex-direction: column;
    
  -ms-flex-align: stretch;
  align-items: stretch;
  }
}

/* --------------------------------------------------
  Global Navigation Menu & SP Menu
-------------------------------------------------- */
.globalNavMenu {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
}

.globalNavMenuItem a {
  display: inline-block;
  padding: 12px 18px;
  position: relative;
  font-size: 14px;
}

.globalNavMenuItem.current > a,
.globalNavMenuItem.is-menuopened > a {
  color: #ef0041;
}

.globalNavMenuItem a::after {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 60px / 2);
}


.globalNavMenuItem.current > a:after {
  border-bottom: 4px solid #ef0041;
}

.globalNavMenuItem.is-menuopened a:after {

}

.spMenuItem > a {
  position: relative;
}

.globalNavMenuItem > a > button,
.spMenuItem > a > button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  border: 0;
  border-left: 1px solid #b9b9b9;
  background-color: transparent;
  outline: none;
}

.globalNavMenuItem > a > button:after,
.spMenuItem > a > button:after {
  content: "";
  width: 15px;
  height: 15px;
  border: transparent;
  border-left: 3px solid #ef0041;
  border-bottom: 3px solid #ef0041;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  right: calc(1rem * 1.6);
  top: calc(50% - 15px / 2);
  left: auto;
  background-image: none;
  -webkit-transition:none;
  transition:none;
}

.spMenuItem > a:not(.has-submenu):after {
  content: "";
  width: 15px;
  height: 15px;
  border: transparent;
  border-right: 3px solid #ef0041;
  border-bottom: 3px solid #ef0041;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  right: calc(1rem * 1.6);
  left: auto;
  top: calc(50% - 15px / 2);
  background: none;
}

.globalNavMenuItem > a.is-open > button:after,
.spMenuItem > a.is-open > button:after {
  border: transparent;
  border-right: 3px solid #ef0041;
  border-top: 3px solid #ef0041;
}

.spMenu {
  display: none;

}

.spMenuItem {
  border-top: 1px solid #b9b9b9;
}

.spMenu > .spMenuItem > a  {
  padding-left: calc(2rem * 1.6);
  padding-right: calc(3rem * 1.6);
  display: block;
}

.spMenu > .spMenuItem > a.current-page {
  color: #ef0041;
}
.spMenu > .spMenuItem > a.current-page-no {
  color: #333333!important;
}

.spMenu > .spMenuItem > .spMenu > .spMenuItem > a {
  padding-left: calc(3rem * 1.6);
  padding-right: calc(3rem * 1.6);
  background-color: #d0d0d0;
/*
  color: #ffffff;
  background-color: #a1a1a1;*/
}


@media (max-width: 994px) {
  .globalNav {
    margin-left: -15px;
    margin-right: -15px;
  }
  .globalNavMenu {
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #b9b9b9;
  }

  .globalNavMenuItem {
    border-top: 1px solid #b9b9b9;
  }

  .globalNavMenuItem > a {
    display: block;
  }
  .globalNavMenuItem > a::after {
    display: none;
  }

  .globalNavMenuItem.current > a,
  .globalNavMenuItem.is-menuopened > a {
    color: inherit;
  }
  .globalNavMenuItem.current > a:after {
    border-bottom: 0;
  }

  .globalNavMenuItem > a:not(.has-submenu):after {
    border: transparent;
    border-right: 3px solid #ef0041;
    border-bottom: 3px solid #ef0041;
  }

  .globalNavMenuItem > a > button,
  .spMenuItem > a > button {
    display: block;
  }
}



/* --------------------------------------------------
  Global Navigation Links
-------------------------------------------------- */
.globalNavLinks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.globalNavLinks a {
  padding-right: 16px;
  position: relative;
  color: #ef0041;
  font-size: 14px;
}

.globalNavLinks a:not(:last-child):after {
  content: "|";
  position: absolute;
  right: 5px;
  top: 0;
}
.globalNavLinks a:last-child {
  padding-right: 0;
}


@media (max-width: 994px) {
  .globalNavLinks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top:calc(1rem * 1.6);
    padding-left:calc(1rem * 1.6);
    padding-right:calc(1rem * 1.6);
  }
  .globalNavLinks a:not(:last-child):after {
    content: "";
  }
  .globalNavLinks a {
    background-color: #d0d0d0;
    text-align: center;
    margin-bottom: calc(0.8rem * 1.6);
    padding:calc(0.5rem * 1.6);
  }
}

/* --------------------------------------------------
  Global Navigation Search Button
-------------------------------------------------- */

.globalNavSearch {
  font-size: 16px;
}

.searchBtn {
  margin-left: 8px;
}

.searchBtn img {
  width: 23.5px;
  height: 27.5px;
}

.searchForm {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.searchForm .q {
  -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    display: block;
    height: calc(1.5em + calc(.75rem * 1.6) + 2px);
    padding: calc(.375rem * 1.6) calc(.75rem * 1.6);
    font-size: calc(1rem * 1.6);
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: calc(.25rem * 1.6);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-image: url(/corporate/ja/img/icon/icon-search-gray.png);
    background-repeat: no-repeat;
    background-size: 33px 35px;
    padding-left: 40px;
}

.searchForm button {
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: calc(.375rem * 1.6) calc(.75rem * 1.6);
  font-size: calc(1rem * 1.6);
  line-height: 1.5;
  border-radius: calc(.25rem * 1.6);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-color: #d0d0d0;
  color: #8a8a8a;
}


.globalNavSearch .searchForm {
  display: none;
}

@media (max-width: 994px) {
 
  .globalNavSearch {
    text-align: center;
    margin-bottom: calc(1rem * 1.6);
    padding-left: calc(1rem * 1.6);
    padding-right: calc(1rem * 1.6);

  }
  .searchBtn {
    display: none;
  }

  .globalNavSearch .searchForm {
    display: -ms-flexbox;
    display: flex;
  }
}


/* --------------------------------------------------
  SP Menu Button
-------------------------------------------------- */
#spMenuBtn {
  display: none;
  cursor: pointer;
}

#spMenuBtn span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#spMenuBtn {
  position: relative;
  width: 27px;
  height: 24px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
#spMenuBtn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ef0041;
  border-radius: 4px;
}
#spMenuBtn span:nth-of-type(1) {
  top: 0;
}
#spMenuBtn span:nth-of-type(2) {
  top: calc(50% - 1px);
}
#spMenuBtn span:nth-of-type(3) {
  bottom: 0;
}

#spMenuBtn.is-active span:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
}
#spMenuBtn.is-active span:nth-of-type(2) {
  opacity: 0;
}
#spMenuBtn.is-active span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
}


#spMenuBtn:focus {
  outline: none;
}


@media (max-width: 994px) {
  #spMenuBtn {
    display: block;
  }
}

/* --------------------------------------------------------------------------

  Mega Menu

-------------------------------------------------------------------------- */

.megaMenus {
  /*display: none;*/
  position: relative;
  width: 100%;
  max-width: 100%;
}

.megaMenus > .container {
  position: relative;
}

.megaMenu {
  display: none;
  position: absolute;
  max-width: 100%;
  width: 100%;
  left: 0;
  top: 1px;
}

.megaMenuContents {
  max-height: calc(100vh - 100px);
  overflow-y: scroll;
    
  background-color: #ffffff;
}

.megaMenuBody {
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

.megaMenuHeader {
  width: 250px;
  min-width: 250px;
  background-color: #181818;
  margin-top: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  text-align: center;
}

.megaMenuHeader a {
  font-size: calc(0.875rem * 1.6);
  color: #fff;
}

.megaMenuHeader span {
  position: relative;
}

.megaMenuColumn {
  padding: 30px 15px;
  width: 100%;
}

.megaMenuColumn + .megaMenuColumn {
/*  border-left: 1px solid #d0d0d0;*/
}

.megaMenuColumn > ul.listLink > li {
  padding: 0 0 0 1em!important;
  margin-bottom: calc(2rem * 1.6);
  position: relative;
  font-size: calc(0.875rem * 1.6);
}

.megaMenuColumn > ul.listLink > li > ul.listLink {
  margin-top: calc(0.5rem * 1.6)!important;
}

.megaMenuColumn > ul.listLink > li > ul.listLink > li {
  margin-bottom:0;
  font-size: calc(0.875rem * 1.6);
}

.megaMenuColumn > ul.listLink > li:last-child {
  margin-bottom: 0;
}

.megaMenuColumn > ul.listLink > li > a::before {
  display: none;
}

.megaMenuColumn ul.listLink a.current-page {
  color: #ef0041;
  font-weight: bold;
}

.megaMenuColumn ul.listLink a.current-page-no {
  color: #333333!important;
  font-weight: normal!important;
}

.megaMenuColumn ul.listLink a.current-page:before {
  border-color: #ef0041;
}

.megaMenuImg {
  margin-bottom: calc(2rem * 1.6);
  display: block;
  position: relative;
}

.megaMenuImg span {
  line-height: 1;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  font-size: calc(1.6rem * 1.6);
  -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.megaMenuImg img {
  width: 100%;
}

.megaMenuImg:hover span {
  color:#fff;
  text-decoration: underline;
}

.megaMenuImg span:after {
  content: "";
  display: block;
  margin-top: 15px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  height: 0.6em;
  width: 0.6em;
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: top left;
}

.megaMenuBanner  {
  display: block;
}

.megaMenuBanner img  {
  width: 170px;
}

#megaMenuSearch .megaMenuBody {
  padding: calc(2rem * 1.6);
}
.menuBack {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 40;
  opacity: 0.4;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.current-page {

}
/* --------------------------------------------------------------------------

  Footer

-------------------------------------------------------------------------- */

#mainFooter {
  padding: calc(1rem * 1.6) 0;
  background-color: #333333;
  border-top: 1px solid #e2e2e2;
}

/* --------------------------------------------------
  Links
-------------------------------------------------- */
#mainFooter .listLinkHr {
  font-size: calc(1rem * 1.6);
  margin-bottom: calc(1rem * 1.6);
}
#mainFooter .listLinkHr a {
  color: #efefef;
  font-size: calc(0.875rem * 1.6); 
  background-image: none;
}
#mainFooter .listLinkHr a::before {
  border-color: #efefef;
}

/* Do Not Sell or Share My Personal Information */
a.ot-sdk-show-settings {
  cursor:pointer;
}
a.ot-sdk-show-settings:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  #mainFooter .listLinkHr {
    padding-top:calc(0rem * 1.6);
    padding-bottom:calc(0rem * 1.6);
  }
  #mainFooter .listLinkHr li {
    margin-bottom: 0.2em;
  }
}

/* --------------------------------------------------
  Copylight
-------------------------------------------------- */
#mainFooter .copyright {
  margin: 0;
  color: #efefef;
  line-height: 1;
  text-align: right;
  font-size: 12px;
}


/* --------------------------------------------------
  To Page Top
-------------------------------------------------- */
.toTop {
  display: none!important;
}

.toTopNew {
  text-align: right;
  position: fixed;
  bottom: 80px;
  right: calc((100vw - 1275px) / 2 + 15px); 
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s; 
  z-index: 10;
}

.toTopNew.visible {  
  opacity: 1;
  visibility: visible;
}

.toTopNew a {
  width: 27px;
  height: 30.5px;
  background: none;
  background-image: url(/corporate/ja/img/icon/top.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

.toTopNew span {
  display: none;
}


@media (max-width: 1274px) {
  .toTopNew {
    right: 15px;
  }
}

@media (max-width: 767px) {

}

/* --------------------------------------------------
  cookie confirm
-------------------------------------------------- */
.cookieSwitch {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  z-index: 10;
  opacity: 1;
  background: rgb(0,0,0);
  filter:alpha(opacity=70); 
  background: rgba(0, 0, 0, 0.7);

}


.footerOptSize  {
  width: 100%;
  max-width: 1275px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

@media (max-width: 767px) {
  .footerOptSize  {
    max-width:none;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.cookie-sup {
  display: block;
  width: auto;
}

.cookie-sublink:hover{
  color: #ef0041;
}

.cookieSwitch-close {
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  background-color: white;
  text-align: center;
  word-break: keep-all;
  margin: 0 0 0 calc(1rem * 1.6);
  padding: 0;
  float: none;
  min-width: 160px;
}

.cookieSwitch-close a {
  padding: calc(0.8rem * 1.6) calc(1.5rem * 1.6);
  display: inline-block;
  width: 100%;
}

.cookieSwitch-close a:hover {
  color: #ef0041;
}


@media (max-width: 767px) {
  .footerOptSize  {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cookieSwitch-close {
    min-width: 100%;
    margin: calc(1rem * 1.6) 0;
  }
}

/* --------------------------------------------------------------------------

  Side

-------------------------------------------------------------------------- */

/* --------------------------------------------------
  サイドブロック（リンク）
-------------------------------------------------- */
.blockSubLinks {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: calc(1.5rem * 1.6);
}

.blockSubLinks h2 {
  color:#ef0041;
  font-size:calc(1.25rem * 1.6);
  margin-top:0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  background:none;
}
.blockSubLinks h2::before {
  display: none;
}

.blockSubLinks .inner {
  border: 0;
  padding: calc(1rem * 1.6) 0;
  margin-top: 0;
}
.blockSubLinks .openList {
  display:none!important;
  background: none!important;
}
.blockSubLinks .openList a::after {
  content: "";
  width: 15px;
  height: 15px;
  border: transparent;
  border-left: 3px solid #ef0041;
  border-bottom: 3px solid #ef0041;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: calc(50% - 15px / 2);
  left: auto;
  background-image: none;
}
.blockSubLinks .is-open a::after {
  border: transparent;
  border-right: 3px solid #ef0041;
  border-top: 3px solid #ef0041;
}

@media (max-width: 767px) {

  .blockSubLinks {
    border-bottom: 0;
    position: relative;
  }
  
  .blockSubLinks .openList {
    display: block!important;
    position: absolute;
    top: 12px;
    right: 20px;
    width: 22px;
    height: 22px;
    background: url(/corporate/ja/img/btn_open2.png) no-repeat 0 0;
    background-size: 16px 16px;
  }

  .blockSubLinks .openList a {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .blockSubLinks .openList.is-open {
    background: url(/corporate/ja/img/btn_close2.png) no-repeat 0 0;
    background-size: 17px 17px;
  }

  .blockSubLinks .inner {
    display: none;
    padding:calc(1rem * 1.6);
    background-color: #ffffff;
  }

  .blockSubLinks h2 {
    background-color: #e6e6e6;
    padding: calc(0.5rem * 1.6) calc(3rem * 1.6) calc(0.5rem * 1.6) calc(1rem * 1.6);
  }

  .blockSubLinksTitle {
     background-color: #e6e6e6;
     padding: calc(0.5rem * 1.6) calc(1rem * 1.6);
     position: relative;
  }

  .blockSubLinksTitle > h2 {
    padding: 0;
  }

  .blockSubLinksTitle > div {
    font-size: calc(0.875rem * 1.6);
    color: #8a8a8a;
  }

  .blockSubLinksTitle > .openList {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .blockSubLinksTitle > .openList a {
    height: 100%;
  }
  .blockSubLinksTitle > .openList a::after {
    content: "";
    width: 15px;
    height: 15px;
    border: transparent;
    border-left: 3px solid #ef0041;
    border-bottom: 3px solid #ef0041;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: calc(50% - 15px / 2);
    left: auto;
    background-image: none;
  }

  .blockSubLinksTitle > .openList.is-open a::after {
    border: transparent;
    border-right: 3px solid #ef0041;
    border-top: 3px solid #ef0041;
  }

  .contentsSubBlocks {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: calc(1rem * 1.6);
    padding: 15px;
    background-color: #f8f8f8;
  }
}

/* --------------------------------------------------------------------------

  パンくず

-------------------------------------------------------------------------- */

#topicPath {
  margin: calc(1rem * 1.6) 0 calc(2rem * 1.6);
  padding: 0;
}

#topicPath li {
  position: relative;
  display: inline-block;
  font-size: calc(0.875rem * 1.6);
  color: #ef0041;
  padding-right: 1em;
}
#topicPath li a:after {
  content: "";
}

#topicPath li a {
  color: #333333;
  padding-right: 0;
}

#topicPath li:not(:last-child):after {
  content: "/";
  color:#333333;
  position: absolute;
  right: 0;
  top: 0;
}

#topicPath_bt li {
  position: relative;
  display: inline-block;
  font-size: calc(0.875rem * 1.6);
  color: #ef0041;
  padding-right: 1em;
}
#topicPath_bt li a:after {
  content: "";
}

#topicPath_bt li a {
  color: #333333;
  padding-right: 0;
}

#topicPath_bt li:not(:last-child):after {
  content: "/";
  color:#333333;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  #topicPath {
/*    margin-bottom: 1em;*/
  }
}

/* --------------------------------------------------------------------------

  Contents

-------------------------------------------------------------------------- */

/* --------------------------------------------------
  タイトルA
-------------------------------------------------- */
.ttlA {
    color: #ef0041;
    line-height: 1.5;
    font-size: calc(1.375rem * 1.6);
    max-width: 100%;
    padding-right: 2em;
    padding-bottom: 1em;
    padding-left: 0;
    margin: 0 0 30px;
    font-weight: normal;
    position: relative;
    display: inline-block;
    border-bottom: solid 1px #ef0041;
    background: none;
}

/* 私たちの目指す姿 */
#strategy2030 .pageTitle{
    display:none;
}

/* 中期経営戦略 */
#ourcommitment .pageTitle{
    display:none;
}


/* --------------------------------------------------
  タイトルB
-------------------------------------------------- */
.ttlB {
  background-color: #e5e5e5;
  border-radius: calc(.6rem * 1.6);
  padding: calc(0.3rem * 1.6) calc(1rem * 1.6);
  font-size: calc(1.375rem * 1.6);
  font-weight: bold;
  margin: 0 0 calc(1.5rem * 1.6);
  background-image: none;
}
.ttlB:before {
  display: none;
}

/* --------------------------------------------------
  タイトルC
-------------------------------------------------- */
.ttlC {
  color: #ef0041;
  margin: 0 0 calc(0.5rem * 1.6);
  font-size: calc(1rem * 1.6);
  font-weight:bold;
  border-bottom: 0;
}

.ttlC::before,
.ttlC::after {
  display: none;
}

/* --------------------------------------------------
  タイトルD
-------------------------------------------------- */
.ttlD {
  margin: 0 0 calc(0.75rem * 1.6);
  font-size: calc(1.125rem * 1.6);
  font-weight:bold;
  border-left: 2px solid #ef0041;
  padding: 0 0 0 calc(0.5rem * 1.6);
  line-height: 1.2;
}

.ttlD:before {
  content: "";
}

/* --------------------------------------------------
  テーブル
-------------------------------------------------- */

.tbl1,
.tbl2,
.tbl3 {
  border-collapse: collapse;
  margin-bottom: 30px;
}

.tbl1 + .supple,
.tbl2 + .supple,
.tbl3 + .supple {
  display: block;
  margin: -20px 0 30px;
}

.tbl1 {
  width: 100%;
}
.tbl1 th,
.tbl1 td {
  padding: 5px 10px;
  border: 1px solid #d9d9d9;
  vertical-align: top;
}
.tbl1 th {
  background-color: #eeeeee;
  font-weight: bold;
  text-align: left;
}
.tbl1 td.boTd {
  border-top: 3px double #d9d9d9;
}

.tbl2 th,
.tbl2 td {
  padding: 5px 10px;
  border: 1px solid #d9d9d9;
  vertical-align: top;
}
.tbl2 th {
  font-weight: normal;
}
.tbl2 thead th {
  background-color: #eeeeee;
}
.tbl2 thead th span {
  float: right;
  font-weight: normal;
}

.tbl3 th,
.tbl3 td {
  padding: 5px 10px;
  border: 1px solid #d9d9d9;
  vertical-align: middle;
  box-sizing: border-box;
}
.tbl3 th {
  font-weight: normal;
}
.tbl3 .hlt {
  background-color: #f1f5ff;
}
.tbl3 thead th {
  background-color: #eeeeee;
}
.tbl3 tfoot {
  background-color: #f1f5ff;
}
.tbl3 tfoot .current {
  background-color: #fef9e2;
}
.tbl3 tbody th {
  background-color: #d3dfff;
}
.tbl3 tbody th.noBgc {
  background: none;
  text-align: left;
}
.tbl3 tbody .sub {
  background-color: #f1f5ff;
}
.tbl3 tbody .current th {
  background-color: #ffe4b1;
}
.tbl3 tbody .current th.noBgc {
  background: none;
  text-align: left;
}
.tbl3 tbody .current .sub {
  background-color: #fef9e2;
}
.tbl3 tbody .current .hlt {
  background-color: #fef9e2;
}

@media (max-width: 767px) {
  
  .tbl1,
  .tbl2,
  .tbl3 {
    margin-bottom: 15px;
  }

  .tbl1 + .supple,
  .tbl2 + .supple,
  .tbl3 + .supple {
    margin: -5px 0 15px;
  }

  .tbl3 th,
  .tbl3 td {
    padding: 2px 3px; }
}



/* --------------------------------------------------
  タブナビゲーション
-------------------------------------------------- */
.tabNav {
  padding:0;
  margin-bottom: calc(1rem * 1.6);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -calc(0.5rem * 1.6);
  margin-right: -calc(0.5rem * 1.6);
}

.tabNavItem {
  width:20%;
  font-size: calc(1rem * 1.6);
  padding: calc(0.5rem * 1.6) calc(0.5rem * 1.6) 0;
  margin-bottom: calc(0.75rem * 1.6);
  position: relative;
}

.tabNavItem.current {
  padding: 0 calc(0.5rem * 1.6) 0 calc(0.5rem * 1.6);
}

.tabNavItem.current:after {
  content: "";
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 0.6em;
  width: 0.6em;
  position: absolute;
  bottom: 0.5em;
  left: 50%;
  margin-left: -0.6em;
  line-height: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

/*
ul.listLink > li > a:hover:before {
  border-color:#ef0041;
}
*/
.tabNavItem a {
  background-color: #d0d0d0;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  padding: calc(0.5rem * 1.6) calc(0.5rem * 1.6);
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.tabNavItem.current a {
  pointer-events: none;
  cursor: default;
  padding: calc(0.75rem * 1.6) calc(0.5rem * 1.6) calc(1rem * 1.6) calc(0.5rem * 1.6);
}

.tabNavItem.current a, .tabNavItem:hover a {
  background-color: #ef0041;
  text-decoration: none;
}

@media (max-width: 994px) {
  .tabNavItem {
    width: 33.333333%;
    padding: 0 calc(0.5rem * 1.6);
  }
  .tabNavItem a {
    padding: calc(1.25rem * 1.6) calc(0rem * 1.6)!important;
  }
}


/* --------------------------------------------------
  タブナビゲーション（Compatibility）
-------------------------------------------------- */
.listNav.blockTab {
  background-color: inherit;
  padding: 0;
}
.listNav.blockTab ul {
  padding:0;
  margin-bottom: calc(1rem * 1.6);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -calc(0.5rem * 1.6);
  margin-right: -calc(0.5rem * 1.6);
}

.listNav.blockTab li {
  width:20%;
  font-size: calc(1rem * 1.6);
  padding: calc(0.5rem * 1.6) calc(0.5rem * 1.6) 0;
  margin-bottom: calc(0.75rem * 1.6);
  position: relative;
}

.listNav.blockTab li.current {
  padding: 0 calc(0.5rem * 1.6) 0 calc(0.5rem * 1.6);
}

.listNav.blockTab li.current:after {
  content: "";
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 0.6em;
  width: 0.6em;
  position: absolute;
  bottom: 0.5em;
  left: 50%;
  margin-left: -0.6em;
  line-height: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: bottom;
}


.listNav.blockTab li a {
  background-color: #d0d0d0;
  color: #fff;
  text-align: center;
  line-height: 1.3!important;
  padding: calc(0.5rem * 1.6) calc(0.5rem * 1.6);
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0!important;
}

.listNav.blockTab li a::before {
  display: none;
}

.listNav.blockTab li.current a {
  pointer-events: none;
  cursor: default;
  padding: calc(0.75rem * 1.6) calc(0.5rem * 1.6) calc(1rem * 1.6) calc(0.5rem * 1.6);
}

.listNav.blockTab li.current a, .listNav.blockTab li:hover a {
  background-color: #ef0041;
  text-decoration: none;
  border: 0!important;
  margin-top: 0;
  height: 100%;
}
.listNav.blockTab li.twoLine a,
.listNav.blockTab li.twoLine.current a, 
.listNav.blockTab li.twoLine:hover a {
  height: 100%;
}
@media (max-width: 994px) {
  .listNav.blockTab li {
    width: 33.333333%!important;
    padding: 0 calc(0.5rem * 1.6)!important;
  }
  .listNav.blockTab li a {
    padding: calc(1.25rem * 1.6) calc(0rem * 1.6)!important;
  }
}

@media (max-width: 579px) {
  .listNav.blockTab li {
    width: 50%!important;
  }
}

@media (max-width: 399px) {
  .listNav.blockTab li {
    width: 100%!important;
  }
}

.groupCategory.blockTab li {
  font-size: calc(0.75rem * 1.6);
}

.groupCategory.blockTab a {
  box-sizing: content-box;
}

@media (max-width: 640px) {
  .listNav.blockTab ul {
    margin-left: 0;
    margin-right: 0;
  }
  .groupCategory.blockTab li a {
    box-sizing: border-box;
  }
}


/* --------------------------------------------------
  リンクリスト
-------------------------------------------------- */
ul.listLink {
  margin: 0!important;
  text-indent: 0;
  font-size: calc(1rem * 1.6);
  padding-left: 0;
  list-style: none;
}
ul.listLink > li {
  display: block;
  margin: 0 0 calc(0.5rem * 1.6) 0;
  padding: 0 0 0 1em!important;
}

ul.listLink > li > a {
  position: relative;
  padding-left: 0;
/*  display: inline-block;*/
  background-image: none;
}

ul.listLink > li > a:before {
  content: "";
  border-top: 2px solid #d0d0d0;
  border-right: 2px solid #d0d0d0;
  height: 0.6em;
  width: 0.6em;
  position: absolute;
  top: calc((1em - 0.6em * 1.41421) / 2);
  left: -0.9em;
  line-height: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: top left;
}
@media all and (-ms-high-contrast: none) {
  ul.listLink > li > a:before {
    top: 0.2em;
  }
}


ul.listLink > li > a:not(.current-page):hover:before {
  border-color:#ef0041;
}

ul.listLink > li.current {
  background-color: inherit!important;
}

ul.listLink > li.current a {
  color:#ef0041;
}

ul.listLink > li.current a:before {
  border-color:#ef0041;
}

/* --------------------------------------------------
  リンクリスト（水平）
-------------------------------------------------- */
ul.listLinkHr {
  margin-left: 0;
  text-indent: 0;
  font-size: calc(1rem * 1.6);
  padding-left: 0;
  list-style: none;
}
ul.listLinkHr > li {
  display: inline-block;
  margin: 0 1.5em 1em 0;
}
ul.listLinkHr > li:last-child {
  margin-right: 0;
}
ul.listLinkHr > li > a {
  position: relative;
  padding-left: 1em;
  display: inline-block;
  background: none;
}

ul.listLinkHr > li > a:before {
  content: "";
  border-top: 2px solid #d0d0d0;
  border-right: 2px solid #d0d0d0;
  height: 0.6em;
  width: 0.6em;
  position: absolute;
  top: calc((1em * 1.6 - 0.6em * 1.41421) / 2);
  left: 0;
  line-height: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: top left;
}
@media all and (-ms-high-contrast: none) {
  ul.listLinkHr > li > a:before {
    top: 0.2em;
  }
}


ul.listLinkHr > li > a:hover:before {
  border-color:#ef0041;
}

ul.listLinkHr > li.rss a {
  position: relative;
}

ul.listLinkHr > li.rss a:before {
  content: "";
  border-width: 0;
  padding-left: 16px;
  -webkit-transform: none;
  transform: none;
  background-image: url(/corporate/ja/img/icon/rss.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  transform: none;
  width: 18px;
  height: 18px;
  top: 3px;
  left: -7px;
  position: absolute;
}



/* --------------------------------------------------
  日付リンクリスト（水平）
-------------------------------------------------- */
dl.dateListLink {
  margin-left: 0;
  text-indent: 0;
  font-size: calc(1rem * 1.6);
  padding-left: 0;
  list-style: none;
  margin-top: 0;
}

dl.dateListLink > dt {
  float: left;
  width: 8em;
  margin: 0 0 calc(0.5rem * 1.6) 0;
}

dl.dateListLink > dd {
  margin: 0 0 calc(0.5rem * 1.6) calc(8rem * 1.6);
  padding-left: 1em;
}

dl.dateListLink > dd > a {
  position: relative;
/*  padding-left: 1em;*/
/*  display: inline-block;*/
/*  width: calc(100% - 7.5em);*/
}

dl.dateListLink > dd > a:before {
  content: "";
  border-top: 2px solid #d0d0d0;
  border-right: 2px solid #d0d0d0;
  height: 0.6em;
  width: 0.6em;
  position: absolute;
  top: calc((1em * 1 - 0.6em * 1.41421) / 2);
  left: -1em;
  line-height: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: top left;
}
@media all and (-ms-high-contrast: none) {
  dl.dateListLink > dd > a:before {
    top: 0.2em
  }
}


dl.dateListLink > dd > a:hover:before {
  border-color:#ef0041;
}

/* --------------------------------------------------
  お知らせリスト
-------------------------------------------------- */
ul.newsListLink {
  margin-left: 0;
  text-indent: 0;
  font-size: calc(1rem * 1.6);
  padding-left: 0;
  list-style: none;
}

ul.newsListLink li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;

  border-top: 1px solid rgba(0, 0, 0, 0.1);
/*  border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/

/*  margin-top: -1px;*/
  padding-top: calc(0.5rem * 1.6);
  padding-bottom: calc(0.5rem * 1.6);
  margin-bottom: 0;
}

ul.newsListLink li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

ul.newsListLink li > div {
  white-space: nowrap;
  margin-right: calc(1rem * 1.6);
}
ul.newsListLink .date {
  min-width: 120px;
  display: inline-block;
  font-weight: bold;
  margin-right: 0.5em;
}

ul.newsListLink .badge {
  width: 100px;
  display: inline-block;
  padding: calc(0.2rem * 1.6);
  background-color: #8a8a8a;
  color: #fff;
  font-size: calc(0.875rem * 1.6);
  text-align: center;
  line-height: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 1em;
  font-family: sans-serif;
}

ul.newsListLink .badge.group {
  font-size: calc(0.7rem * 1.6);
  line-height: calc(0.9rem * 1.6);
}

ul.newsListLink .badge.info {
/*  background-color: #00a5a0;*/
}

ul.newsListLink .badge.release {
/*  background-color: #00a5a0;*/
}

ul.newsListLink .badge.product {
/*  background-color: #00a5a0;*/
}

ul.newsListLink .badge.group {
/*  background-color: #00a5a0;*/
}

ul.newsListLink .badge.attention {
/*/*  background-color: #1a62b4;*/
}

ul.newsListLink .badge.event {
/*  background-color: #00a5a0;*/
}

ul.newsListLink .badge.ir {
/*  background-color: #00a5a0;*/
}

ul.newsListLink .badge.release-ir {
/*  background-color: #00a5a0;*/
}

ul.newsListLink .badge.results {
/*  background-color: #00a5a0;*/
}

ul.newsListLink .badge.management {
/*  background-color: #00a5a0;*/
}

ul.newsListLink .badge.results-management {
/*  background-color: #00a5a0;*/
}

ul.newsListLink .badge.others {
/*  background-color: #00a5a0;*/
}


ul.newsListLink a {
  position: relative;
  padding-left: 1em;
  display: inline-block;

}

ul.newsListLink a:before {
  content: "";
  border-top: 2px solid #d0d0d0;
  border-right: 2px solid #d0d0d0;
  height: 0.6em;
  width: 0.6em;
  position: absolute;
/*  top: calc((1em * 1.6 - 0.6em * 1.41421) / 2);*/
  top:calc(50% - 0.3em * 1.4142);
  left: 0;
  line-height: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: top left;
}

ul.newsListLink a[target="_blank"][href$=".pdf"]:after {
  top: calc((23px - 1em) / 2);
}
  

ul.newsListLink .new {
  content: "";
  margin-left: 5px;
  width: 62px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: calc((16px - 1em) / 2);
  background-image: url(/corporate/ja/img/icon/new.png);
  background-repeat: no-repeat;
  background-size: cover;
}

ul.newsListLink a:hover .new {
  background-image: url(/corporate/ja/img/icon/new_2.png);
}


@media all and (-ms-high-contrast: none) {
  ul.newsListLink a:before {
    top: 0.2em
  }
}

ul.newsListLink a:hover:before {
  border-color:#ef0041;
}


@media (max-width: 767px) {
  ul.newsListLink li {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ul.newsListLink a { 
    margin-top: calc(0.5rem * 1.6);
    width: 100%;
  }
}


/* --------------------------------------------------
  バナー
-------------------------------------------------- */
.banner {
  margin-bottom:calc(1.5rem * 1.6);
  display:block;
  position:relative;
}

.banner .bannerTitle {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #ffffff;
  background: rgb(0,0,0);
  filter:alpha(opacity=70); 
  background: rgba(0, 0, 0, 0.7);
  padding: calc(0.5rem * 1.6);
}

.banner .bannerTitle::after {
  content: "";
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  height: 1em;
  width: 1em;
  position: absolute;
  top: calc((calc(1rem * 1.6) + calc(1rem * 1.6) * 1.6 - 1em * 1.41421) / 2);
  right: 10px;
  line-height: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: top left;
}

.banner:hover .bannerTitle {
  color: #ef0041;
}

.banner:hover .bannerTitle::after {
  border-color: #ef0041;
}

/* --------------------------------------------------
  EIR共通
-------------------------------------------------- */
a.eir_rss_link {
  background: none;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  padding-left:0;
}

a.eir_rss_link img {
  display: none;
}

a.eir_rss_link::before {
  content: "";
  border-width: 0;
  padding-left: 16px;
  -webkit-transform: none;
  transform: none;
  background-image: url(/corporate/ja/img/icon/rss.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  transform: none;
  width: 18px;
  height: 18px;
  top: 3px;
  left: -7px;
  position: absolute;
}

a.eir_rss_link:after {
  content: "RSS";
  padding-left: 1em;
}

@media (max-width: 1274px) {
  .qirArea-twocolumn .qirContent {
    width: 100%!important; 
    margin-bottom: calc(2rem * 1.6)!important; 
  }
}

/* --------------------------------------------------
  擬似モーダルウィンドウ（POPUP）： 20240711
-------------------------------------------------- */

button.pop {
 border: none;
}

.popup-window {
  width: 90vw;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 10px;
  border-color: #fff;
  padding: 15px 15px 40px;
  margin: 0;
}

.popup-window::backdrop {
 background: rgba(0,0,0,.5);
 cursor: default;
}

.popup-close {
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  right: 13px;
}

/* --------------------------------------------------------------------------

  汎用class

-------------------------------------------------------------------------- */

/* --------------------------------------------------
  responsive
-------------------------------------------------- */

.pcOnly { display: block; }
.spOnly { display: none; }

@media (max-width: 767px) {
  .pcOnly { display: none; }
  .spOnly { display: block; }
}


/* --------------------------------------------------
  float
-------------------------------------------------- */
.float-left { float: left !important; }
.float-right { float: right !important; }
.float-none { float: none !important; }

/* --------------------------------------------------
  text
-------------------------------------------------- */

.text-nowrap {
  white-space: nowrap !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

/* --------------------------------------------------
  text color
-------------------------------------------------- */

.text-primary {
  color: #ef0041 !important;
}

.text-white {
  color: #fff !important;
}

.text-underL {
  text-decoration: underline !important;
}

/* --------------------------------------------------
  background color
-------------------------------------------------- */
.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

/* --------------------------------------------------
  border
-------------------------------------------------- */
.border {
  border: 1px solid #e8e8e8 !important;
}

.border-top {
  border-top: 1px solid #e8e8e8 !important;
}

.border-right {
  border-right: 1px solid #e8e8e8 !important;
}

.border-bottom {
  border-bottom: 1px solid #e8e8e8 !important;
}

.border-left {
  border-left: 1px solid #e8e8e8 !important;
}


/* --------------------------------------------------
  width
-------------------------------------------------- */
.w-10 { width: 10% !important; }
.w-20 { width: 20% !important; }
.w-30 { width: 30% !important; }
.w-40 { width: 40% !important; }
.w-50 { width: 50% !important; }
.w-60 { width: 60% !important; }
.w-70 { width: 70% !important; }
.w-80 { width: 80% !important; }
.w-90 { width: 90% !important; }
.w-100 { width: 100% !important; }

@media (max-width: 1274px) {
  .w-lg-10 { width: 10% !important; }
  .w-lg-20 { width: 20% !important; }
  .w-lg-30 { width: 30% !important; }
  .w-lg-40 { width: 40% !important; }
  .w-lg-50 { width: 50% !important; }
  .w-lg-60 { width: 60% !important; }
  .w-lg-70 { width: 70% !important; }
  .w-lg-80 { width: 80% !important; }
  .w-lg-90 { width: 90% !important; }
  .w-lg-100 { width: 100% !important; }
}

@media (max-width: 994px) {
  .w-md-10 { width: 10% !important; }
  .w-md-20 { width: 20% !important; }
  .w-md-30 { width: 30% !important; }
  .w-md-40 { width: 40% !important; }
  .w-md-50 { width: 50% !important; }
  .w-md-60 { width: 60% !important; }
  .w-md-70 { width: 70% !important; }
  .w-md-80 { width: 80% !important; }
  .w-md-90 { width: 90% !important; }
  .w-md-100 { width: 100% !important; }
}

@media (max-width: 767px) {
  .w-ms-10 { width: 10% !important; }
  .w-ms-20 { width: 20% !important; }
  .w-ms-30 { width: 30% !important; }
  .w-ms-40 { width: 40% !important; }
  .w-sm-50 { width: 50% !important; }
  .w-sm-60 { width: 60% !important; }
  .w-sm-70 { width: 70% !important; }
  .w-sm-80 { width: 80% !important; }
  .w-sm-90 { width: 90% !important; }
  .w-sm-100 { width: 100% !important; }
}

@media (max-width: 579px) {
  .w-xs-10 { width: 10% !important; }
  .w-xs-20 { width: 20% !important; }
  .w-xs-30 { width: 30% !important; }
  .w-xs-40 { width: 40% !important; }
  .w-xs-50 { width: 50% !important; }
  .w-xs-60 { width: 60% !important; }
  .w-xs-70 { width: 70% !important; }
  .w-xs-80 { width: 80% !important; }
  .w-xs-90 { width: 90% !important; }
  .w-xs-100 { width: 100% !important; }
}
/* --------------------------------------------------
  margin
-------------------------------------------------- */
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: calc(0.25rem * 1.6) !important;
}

.mt-1,
.my-1 {
  margin-top: calc(0.25rem * 1.6) !important;
}

.mr-1,
.mx-1 {
  margin-right: calc(0.25rem * 1.6) !important;
}

.mb-1,
.my-1 {
  margin-bottom: calc(0.25rem * 1.6) !important;
}

.ml-1,
.mx-1 {
  margin-left: calc(0.25rem * 1.6) !important;
}

.m-2 {
  margin: calc(0.5rem * 1.6) !important;
}

.mt-2,
.my-2 {
  margin-top: calc(0.5rem * 1.6) !important;
}

.mr-2,
.mx-2 {
  margin-right: calc(0.5rem * 1.6) !important;
}

.mb-2,
.my-2 {
  margin-bottom: calc(0.5rem * 1.6) !important;
}

.ml-2,
.mx-2 {
  margin-left: calc(0.5rem * 1.6) !important;
}

.m-3 {
  margin: calc(1rem * 1.6) !important;
}

.mt-3,
.my-3 {
  margin-top: calc(1rem * 1.6) !important;
}

.mr-3,
.mx-3 {
  margin-right: calc(1rem * 1.6) !important;
}

.mb-3,
.my-3 {
  margin-bottom: calc(1rem * 1.6) !important;
}

.ml-3,
.mx-3 {
  margin-left: calc(1rem * 1.6) !important;
}

.m-4 {
  margin: calc(1.5rem * 1.6) !important;
}

.mt-4,
.my-4 {
  margin-top: calc(1.5rem * 1.6) !important;
}

.mr-4,
.mx-4 {
  margin-right: calc(1.5rem * 1.6) !important;
}

.mb-4,
.my-4 {
  margin-bottom: calc(1.5rem * 1.6) !important;
}

.ml-4,
.mx-4 {
  margin-left: calc(1.5rem * 1.6) !important;
}

.m-5 {
  margin: calc(3rem * 1.6) !important;
}

.mt-5,
.my-5 {
  margin-top: calc(3rem * 1.6) !important;
}

.mr-5,
.mx-5 {
  margin-right: calc(3rem * 1.6) !important;
}

.mb-5,
.my-5 {
  margin-bottom: calc(3rem * 1.6) !important;
}

.ml-5,
.mx-5 {
  margin-left: calc(3rem * 1.6) !important;
}

/* --------------------------------------------------
  padding
-------------------------------------------------- */
.p-0 { padding: 0 !important; }
.pt-0, .py-0 { padding-top: 0 !important; }
.pr-0, .px-0 { padding-right: 0 !important; }
.pb-0, .py-0 { padding-bottom: 0 !important; }
.pl-0, .px-0 { padding-left: 0 !important; }
.p-1 { padding: calc(0.25rem * 1.6) !important; }
.pt-1, .py-1 { padding-top: calc(0.25rem * 1.6) !important;}
.pr-1, .px-1 { padding-right: calc(0.25rem * 1.6) !important; }
.pb-1, .py-1 { padding-bottom: calc(0.25rem * 1.6) !important; }
.pl-1, .px-1 { padding-left: calc(0.25rem * 1.6) !important; }
.p-2 { padding: calc(0.5rem * 1.6) !important; }
.pt-2, .py-2 { padding-top: calc(0.5rem * 1.6) !important; }
.pr-2, .px-2 { padding-right: calc(0.5rem * 1.6) !important; }
.pb-2, .py-2 { padding-bottom: calc(0.5rem * 1.6) !important; }
.pl-2, .px-2 { padding-left: calc(0.5rem * 1.6) !important; }
.p-3 { padding: calc(1rem * 1.6) !important; }
.pt-3, .py-3 { padding-top: calc(1rem * 1.6) !important; }
.pr-3, .px-3 { padding-right: calc(1rem * 1.6) !important; }
.pb-3, .py-3 { padding-bottom: calc(1rem * 1.6) !important; }
.pl-3, .px-3 { padding-left: calc(1rem * 1.6) !important; }
.p-4 { padding: calc(1.5rem * 1.6) !important; }
.pt-4, .py-4 { padding-top: calc(1.5rem * 1.6) !important; }
.pr-4, .px-4 { padding-right: calc(1.5rem * 1.6) !important; }
.pb-4, .py-4 { padding-bottom: calc(1.5rem * 1.6) !important; }
.pl-4, .px-4 { padding-left: calc(1.5rem * 1.6) !important; }
.p-5 { padding: calc(3rem * 1.6) !important; }
.pt-5, .py-5 { padding-top: calc(3rem * 1.6) !important; }
.pr-5, .px-5 { padding-right: calc(3rem * 1.6) !important; }
.pb-5, .py-5 { padding-bottom: calc(3rem * 1.6) !important; }
.pl-5, .px-5 { padding-left: calc(3rem * 1.6) !important; }

/* --------------------------------------------------
  font-weight
-------------------------------------------------- */
.fw-400 { font-weight: 400 !important; }
.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }

/* --------------------------------------------------
  font-size
-------------------------------------------------- */
.fs-65 { font-size:calc(0.65rem * 1.6) !important; }
.fs-70 { font-size:calc(0.70rem * 1.6) !important; }
.fs-75 { font-size:calc(0.75rem * 1.6) !important; }
.fs-80 { font-size:calc(0.80rem * 1.6) !important; }
.fs-85 { font-size:calc(0.85rem * 1.6) !important; }
.fs-90 { font-size:calc(0.90rem * 1.6) !important; }
.fs-95 { font-size:calc(0.95rem * 1.6) !important; }
.fs-100 { font-size:calc(1.00rem * 1.6) !important; }
.fs-105 { font-size:calc(1.05rem * 1.6) !important; }
.fs-110 { font-size:calc(1.10rem * 1.6) !important; }
.fs-115 { font-size:calc(1.15rem * 1.6) !important; }
.fs-120 { font-size:calc(1.20rem * 1.6) !important; }
.fs-125 { font-size:calc(1.25rem * 1.6) !important; }
.fs-130 { font-size:calc(1.30rem * 1.6) !important; }

@media (max-width: 1274px) {
  .fs-lg-65 { font-size:calc(0.65rem * 1.6) !important; }
  .fs-lg-69 { font-size:calc(0.69rem * 1.6) !important; }
  .fs-lg-70 { font-size:calc(0.70rem * 1.6) !important; }
  .fs-lg-75 { font-size:calc(0.75rem * 1.6) !important; }
  .fs-lg-80 { font-size:calc(0.80rem * 1.6) !important; }
  .fs-lg-85 { font-size:calc(0.85rem * 1.6) !important; }
  .fs-lg-90 { font-size:calc(0.90rem * 1.6) !important; }
  .fs-lg-95 { font-size:calc(0.95rem * 1.6) !important; }
  .fs-lg-100 { font-size:calc(1.00rem * 1.6) !important; }
  .fs-lg-105 { font-size:calc(1.05rem * 1.6) !important; }
  .fs-lg-110 { font-size:calc(1.10rem * 1.6) !important; }
  .fs-lg-115 { font-size:calc(1.15rem * 1.6) !important; }
  .fs-lg-120 { font-size:calc(1.20rem * 1.6) !important; }
  .fs-lg-125 { font-size:calc(1.25rem * 1.6) !important; }
  .fs-lg-130 { font-size:calc(1.30rem * 1.6) !important; }
}

@media (max-width: 994px) {
  .fs-md-65 { font-size:calc(0.65rem * 1.6) !important; }
  .fs-md-69 { font-size:calc(0.69rem * 1.6) !important; }
  .fs-md-70 { font-size:calc(0.70rem * 1.6) !important; }
  .fs-md-75 { font-size:calc(0.75rem * 1.6) !important; }
  .fs-md-80 { font-size:calc(0.80rem * 1.6) !important; }
  .fs-md-85 { font-size:calc(0.85rem * 1.6) !important; }
  .fs-md-90 { font-size:calc(0.90rem * 1.6) !important; }
  .fs-md-95 { font-size:calc(0.95rem * 1.6) !important; }
  .fs-md-100 { font-size:calc(1.00rem * 1.6) !important; }
  .fs-md-105 { font-size:calc(1.05rem * 1.6) !important; }
  .fs-md-110 { font-size:calc(1.10rem * 1.6) !important; }
  .fs-md-115 { font-size:calc(1.15rem * 1.6) !important; }
  .fs-md-120 { font-size:calc(1.20rem * 1.6) !important; }
  .fs-md-125 { font-size:calc(1.25rem * 1.6) !important; }
  .fs-md-130 { font-size:calc(1.30rem * 1.6) !important; }
}

@media (max-width: 767px) {
  .fs-sm-65 { font-size:calc(0.65rem * 1.6) !important; }
  .fs-sm-69 { font-size:calc(0.69rem * 1.6) !important; }
  .fs-sm-70 { font-size:calc(0.70rem * 1.6) !important; }
  .fs-sm-75 { font-size:calc(0.75rem * 1.6) !important; }
  .fs-sm-80 { font-size:calc(0.80rem * 1.6) !important; }
  .fs-sm-85 { font-size:calc(0.85rem * 1.6) !important; }
  .fs-sm-90 { font-size:calc(0.90rem * 1.6) !important; }
  .fs-sm-95 { font-size:calc(0.95rem * 1.6) !important; }
  .fs-sm-100 { font-size:calc(1.00rem * 1.6) !important; }
  .fs-sm-105 { font-size:calc(1.05rem * 1.6) !important; }
  .fs-sm-110 { font-size:calc(1.10rem * 1.6) !important; }
  .fs-sm-115 { font-size:calc(1.15rem * 1.6) !important; }
  .fs-sm-120 { font-size:calc(1.20rem * 1.6) !important; }
  .fs-sm-125 { font-size:calc(1.25rem * 1.6) !important; }
  .fs-sm-130 { font-size:calc(1.30rem * 1.6) !important; }
}

@media (max-width: 579px) {
  .fs-xs-65 { font-size:calc(0.65rem * 1.6) !important; }
  .fs-xs-69 { font-size:calc(0.69rem * 1.6) !important; }
  .fs-xs-70 { font-size:calc(0.70rem * 1.6) !important; }
  .fs-xs-75 { font-size:calc(0.75rem * 1.6) !important; }
  .fs-xs-80 { font-size:calc(0.80rem * 1.6) !important; }
  .fs-xs-85 { font-size:calc(0.85rem * 1.6) !important; }
  .fs-xs-90 { font-size:calc(0.90rem * 1.6) !important; }
  .fs-xs-95 { font-size:calc(0.95rem * 1.6) !important; }
  .fs-xs-100 { font-size:calc(1.00rem * 1.6) !important; }
  .fs-xs-105 { font-size:calc(1.05rem * 1.6) !important; }
  .fs-xs-110 { font-size:calc(1.10rem * 1.6) !important; }
  .fs-xs-115 { font-size:calc(1.15rem * 1.6) !important; }
  .fs-xs-120 { font-size:calc(1.20rem * 1.6) !important; }
  .fs-xs-125 { font-size:calc(1.25rem * 1.6) !important; }
  .fs-xs-130 { font-size:calc(1.30rem * 1.6) !important; }
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
.d-block { display: block !important; }
.d-none { display: none !important; }

@media (max-width: 1274px) {
  .d-lg-block { display: block !important; }
  .d-lg-none { display: none !important; }
}

@media (max-width: 994px) {
  .d-md-block { display: block !important; }
  .d-md-none { display: none !important; }
}

@media (max-width: 767px) {
  .d-sm-block { display: block !important; }
  .d-sm-none { display: none !important; }
}

@media (max-width: 579px) {
  .d-xs-block { display: block !important; }
  .d-xs-none { display: none !important; }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.dBlock {
  display: block;
}

/* --------------------------------------------------
  vertical align
-------------------------------------------------- */
.vaT {
	vertical-align: top !important;
}
.vaM {
	vertical-align: middle !important;
}
.vaB {
	vertical-align: bottom !important;
}

/* --------------------------------------------------
  new line
-------------------------------------------------- */
.word_break {
  word-break: break-all;
}
.justify {
  text-align: justify;
}