@charset "utf-8";

/*=====================================================================
 setting
=====================================================================*/
:root {
  --primary-color: #8c531e;
  --colorNormal: #333;
  --colorRed: #e60113;
  --fontShippori: "Shippori Mincho", serif;
  --fontBold: 800;
  --ttlMarginTop: 70px;
  --marginTop: 60px;
  --fontSizeVariable: calc(24px + ((1vw - 0.768rem) * 0.63291)); /* 1400/28 - 768/24 */
  --bdrGray: #ebebeb;
  --bdrDarkGray: #c8c8c8;
  --bgColor01: #f4f3ea;
  --iconArrow: url("/shared/img/arrow.png") no-repeat;
  --iconArrow-w: url("/shared/img/arrow_w.png") no-repeat;
  --iconBlank: url("/shared/img/blank.png") no-repeat;
  --iconPdf: url("/shared/img/pdf.png") no-repeat;
  --iconDl: url("/shared/img/dl.png") no-repeat;
  --iconTableArw: url(/shared/img/table-arw.png) no-repeat;
  --mAuto: 0 auto;
}

/*=====================================================================
 base
=====================================================================*/
/* a Element
--------------------------------------------------------------*/
a {
  color: var(--colorNormal);
  text-decoration: none;
}
a:visited {
  color: #585757;
}
a:hover {
  color: #585757;
  text-decoration: none;
}
/* noLink */
.noLink {
  pointer-events: none;
  color: #ccc !important;
}
/* noLine */
a.noLine,
a.noLine:hover {
  color: var(--colorNormal);
  text-decoration: none !important;
}

/* container
--------------------------------------------------------------*/
#container {
  overflow: hidden;
}
body,
#container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* pageBody
-------------------------------------------------------------*/
#pageBody {
  padding-top: 100px; /*描画時のヘッダーの高さ用*/
}

/* contentsInner
-------------------------------------------------------------*/
.contentsInner {
  max-width: 1098px;
  margin: var(--mAuto);
  padding: 0 40px;
}
.narrow {
  max-width: 830px;
  margin: var(--mAuto);
}

/* contentsArea
-------------------------------------------------------------*/
#contentsArea {
}
.setLocalMenu {
  display: flex;
  align-items: flex-start;
}

/* contents
-------------------------------------------------------------*/
#contents {
  line-height: 1.85;
  margin-top: 76px;
  padding-bottom: 100px;
}
#contents p + p {
  margin-top: 1.8em;
}

.pageTtlImgTop:not(#select):not(.sustainability) #contents {
  margin-top: 0;
}

.setLocalMenu #contents {
  width: calc(93.353% - 195px);
}

@media only screen and (min-width: 834px) {
  .setLocalMenu #contents {
    width: calc(93.353% - 195px);
  }
}

/* section
-------------------------------------------------------------*/
section:not(:first-child) {
  margin-top: 100px;
}
section > section {
  margin-top: 48px !important;
}
section > section > section {
  margin-top: 34px !important;
}

/* topicPathArea
-------------------------------------------------------------*/
#topicPathArea {
  color: #333;
  background-color: #fff;
  padding: 10px 0 15px;
}
#topicPathArea a,
#topicPathArea a:hover,
#topicPathArea a:visited {
  color: #333;
}
#topicPathArea .contentsInner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* topicPath */
#topicPath {
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
}
#topicPath li {
  margin: 5px 6px 0 0;
}
#topicPath li:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: var(--iconArrow) no-repeat;
  background-size: 6px 10px;
  margin: 0 10px -1px;
  padding-right: 5px;
}
/* link */
#topicPath + * {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}
#topicPath + * li {
  margin: 5px 0 0 10px;
}
/* box-full
-------------------------------------------------------------*/
.box-full {
  background: var(--bgColor01);
  margin-right: calc(24.408% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

#company.ir.pageTtlImgTop .box-full,
#company .box-full,
#select.pageTtlImgTop .box-full,
#company.sustainability.pageTtlImgTop .box-full {
  margin-right: calc(50% - 50vw);
  padding-top: 76px;
  padding-bottom: 76px;
}

.box-fullW {
  background: #fff;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

/* overOpc
--------------------------------------------------------------*/
.overOpc,
.overOpcB {
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.overOpcB {
  display: block;
  position: relative;
}
html:not(.touchDevice) .overOpc:hover,
html:not(.touchDevice) a:hover .overOpc {
  opacity: 0.7;
}

html:not(.touchDevice) .overOpcB:hover,
html:not(.touchDevice) a:hover .overOpcB {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
html:not(.touchDevice) .overOpcB:after,
html:not(.touchDevice) a .overOpcB:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
html:not(.touchDevice) .overOpcB:hover:after,
html:not(.touchDevice) a:hover .overOpcB:after {
  opacity: 1;
}
html:not(.touchDevice) a.linkImgText:hover .link-arw {
  color: var(--primary-color);
  text-decoration: underline !important;
}

/*=====================================================================
 localMenu
=====================================================================*/
#localMenu {
  width: 24.408%;
  max-width: 195px;
  flex-shrink: 0;
  margin: 0 0 73px auto;
  padding-top: 56px;
  border-top: 3px solid var(--primary-color);
}
/* lm-categoryTtl
-------------------------------------------------------------*/
.lm-categoryTtl {
  font-size: 2rem;
  line-height: 1.15;
  font-family: var(--fontShippori);
  font-weight: bold;
}
.lm-categoryTtl > a,
.lm-categoryTtl > span {
  text-decoration: none;
  display: block;
  padding: 19px 10px 18px;
  border-bottom: 1px solid var(--bdrGray);
}
.lm-categoryTtl > a:hover {
  color: var(--colorNormal);
}

/* lm-list
-------------------------------------------------------------*/
.lm-list {
  font-size: 1.4rem;
  line-height: 1.4;
}
.lm-list li {
  border-bottom: 1px solid var(--bdrGray);
}
.lm-list a {
  color: var(--colorNormal);
  text-decoration: none;
  display: block;
  padding: 20px 10px 20px 10px;
}
.lm-list a:hover {
  color: var(--primary-color);
  background-color: var(--bgColor01);
}
.lm-list .act > a {
  color: var(--primary-color);
  background-color: var(--bgColor01);
}
.lm-list .open {
  background-color: var(--bgColor01);
}
.lm-list .open > a::before {
  right: 6px;
  transform: translate(-40%, -50%) rotate(45deg);
}
.lm-list ul {
  display: none;
}
.lm-list .open > ul {
  display: block;
}
.lm-list li li a {
  padding-left: 24px;
}
.lm-list li li {
  border-top: 1px solid var(--bdrGray);
  border-bottom: none;
}
.lm-list ul ul {
  padding-left: 42px;
}
.lm-list li li li {
  border-top: none;
}
.lm-list li li li a {
  padding: 5px 24px 5px 10px;
}

/*=====================================================================
 text
=====================================================================*/
/* font setting
--------------------------------------------------------------*/
.textBold {
  font-weight: bold;
}
.textNormal {
  font-weight: normal !important;
}

/*---.nowrap   --- SmartPhone :nowrap */
/*---.nowrap-spNo --- SmartPhone :normal */
/*---.nowrap-pc --- SmartPhone/tablet P :normal */
.nowrap,
.nowrap-pc {
  white-space: nowrap;
}
.textBreak {
  word-break: break-all;
}

small {
  font-size: 100%;
}
.textSS {
  font-size: 75%;
} /* 12px */
.textS {
  font-size: 87.5%;
} /* 14px */
.textL {
  font-size: 112.5%;
} /* 18px */
.textLL {
  font-size: 125%;
} /* 20px */

.textRed {
  color: var(--colorRed);
}

.text-rl {
  writing-mode: vertical-rl;
  font-family: var(--fontShippori);
  font-size: 2rem;
  line-height: 2.3;
}
.text-rl > span {
  display: block;
  margin-left: 20px;
}
/* bodyText
--------------------------------------------------------------*/
.bodyText > * + * {
  margin-top: 0.8em;
}

/* figcaption
--------------------------------------------------------------*/
figure figcaption,
.figcaption {
  font-size: 1.4rem;
  line-height: 1.5;
  display: block;
  padding-top: 8px;
}

figcaption.ttl {
  font-size: 1.6rem;
  font-weight: var(--fontBold);
  font-family: var(--fontShippori);
  margin-bottom: 30px;
}
/* atn
--------------------------------------------------------------*/
.text-atn,
.text-atnNum {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 25px;
}
.text-atn:not(ul):not(ol),
.text-atn li {
  text-indent: -1.4em;
  margin-left: 1.4em;
}
.text-atnNum:not(ul):not(ol),
.text-atnNum li {
  text-indent: -2em;
  margin-left: 2em;
}
.text-atn li + li,
.text-atnNum li + li {
  margin-top: 0.6em;
}

.text-shippori {
  font-family: var(--fontShippori);
}

/*=====================================================================
 pageTtlArea
=====================================================================*/
/* pageTtlArea
-------------------------------------------------------------*/
#pageTtlMain {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  border-bottom: 1px solid var(--bdrGray);
  padding: 0 0 36px;
  box-sizing: border-box;
  height: 155px;
}
#company.top #pageTtlMain {
  height: 700px;
  overflow: hidden;
  align-items: center;
}
#pageTtlMain .contentsInner {
  width: 100%;
}

#pageTtlMain.pageTtlImg {
  align-items: center;
  height: 300px;
  padding: 0;
  border-bottom: none;
  margin-bottom: 0px;
}

#company.ir.pageTtlImgTop #pageTtlMain.pageTtlImg {
  background: url(/ir/img/pageTtl.jpg) center center/cover;
}
#sustainability.sustainability.pageTtlImgTop #pageTtlMain.pageTtlImg {
  color: #fff;
  background: url(/sustainability/img/pageTtl.jpg) center center/cover;
}
#select.pageTtlImgTop #pageTtlMain.pageTtlImg {
  background: url(/select/img/pageTtl.jpg) center center/cover;
  height: 500px;
  color: #fff;
  justify-content: center;
  text-align: center;
}
#select.pageTtlImgTop #pageTtlMain.pageTtlImg span {
  display: block;
}
#select.pageTtlImgTop #pageTtlMain.pageTtlImg span + span {
  margin-top: 20px;
}
/*=====================================================================
 ttl
=====================================================================*/
[class^="ttl-"] + [class^="ttl-"],
[class^="ttl-"] + p,
[class^="ttl-"] + [class^="col-"],
[class^="ttl-"] + .sp-table-scroll,
[class^="ttl-"] + .table-default,
[class^="ttl-"] + .box-toggle,
[class^="ttl-"] + figure,
[class^="ttl-"] + [class^="boxed-"] {
  margin-top: 34px;
}

/* h1
--------------------------------------------------------------*/
#pageTtlMain h1 {
  font-size: var(--fontSizeVariable);
  font-family: var(--fontShippori);
  line-height: 1.1;
}
#pageTtlMain.pageTtlImg h1 {
  font-size: 3.8rem;
}
/* 最小/最大サイズ */
@media screen and (max-width: 768px) {
  #pageTtlMain h1 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1400px) {
  #pageTtlMain h1 {
    font-size: 2.8rem;
  }
}

/* h2
--------------------------------------------------------------*/
.ttl-h2 {
  font-family: var(--fontShippori);
  font-size: 2.2rem;
  font-weight: var(--fontBold);
  line-height: 1.3;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--primary-color);
}

/* h3
--------------------------------------------------------------*/
.ttl-h3 {
  font-family: var(--fontShippori);
  font-size: 1.7rem;
  font-weight: var(--fontBold);
  background-color: var(--bgColor01);
  padding: 10px 10px;
  box-sizing: border-box;
  line-height: 1.3;
  margin-top: var(--ttlMarginTop);
}
section > .ttl-h3 {
  margin-top: 0;
}
p + .ttl-h3 {
  margin-top: var(--ttlMarginTop);
}

/* h4
--------------------------------------------------------------*/
.ttl-h4 {
  font-family: var(--fontShippori);
  font-size: 1.6rem;
  font-weight: var(--fontBold);
  color: var(--primary-color);
  line-height: 1.3;
  margin-top: var(--ttlMarginTop);
}
section > .ttl-h4 {
  margin-top: 0;
}
.ttl-h4 + p {
  margin-top: 14px;
}

/* ttl-fig
--------------------------------------------------------------*/
.ttl-fig {
  font-weight: var(--fontBold);
  line-height: 1.3;
}

/* ttl-related
--------------------------------------------------------------*/
.ttl-related {
  font-family: var(--fontShippori);
  font-size: 2rem;
  font-weight: var(--fontBold);
  line-height: 1.3;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--bdrDarkGray);
  margin-bottom: 34px;
}

/* lead
--------------------------------------------------------------*/
.lead {
  font-family: var(--fontShippori);
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
}
.lead + [class^="ttl-"] {
  margin-top: var(--ttlMarginTop);
}

/* catch
--------------------------------------------------------------*/
.catch {
  font-family: var(--fontShippori);
  font-size: 3.6rem;
  line-height: 1.6;
  font-weight: bold;
}
.catch + [class^="ttl-"] {
  margin-top: var(--ttlMarginTop);
}

/*=====================================================================
 link
=====================================================================*/
/* base setting
-------------------------------------------------------------*/
a.inline {
  color: var(--primary-color);
  text-decoration: none !important;
}
a.inline:visited {
  color: #999;
}
a.inline:hover {
  text-decoration: underline !important;
}

a.img-arw .link-arw {
  font-size: 1.8rem;
  font-weight: var(--fontBold);
  font-family: var(--fontShippori);
  margin-top: 10px;
}

.link-arw a,
a.link-arw,
a .link-arw,
a[href^="#ac"],
.link-btn a > span,
a.link-btn > span {
  color: var(--colorNormal);
  line-height: 1.4;
  display: inline-block;
  padding: 2px 0 2px 0;
  position: relative;
  text-decoration: none;
}
.link-btn a,
a.link-btn {
  background: #fff;
}

a[href^="#ac"]::after {
  transform: rotateZ(90deg);
  top: calc(0.8em - 5px);
}

a.img-arw:hover .link-arw,
.link-arw a:hover,
.link-arw:hover,
a[href^="#ac"]:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.link-arw a::after,
a.link-arw::after,
a .link-arw::after,
a[href^="#ac"]::after,
.link-btn a > span::after,
a.link-btn > span::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: var(--iconArrow) no-repeat;
  background-size: 6px 10px;
  margin: 0 10px 1px;
}
.link-btn a > span::after,
a.link-btn > span::after {
  margin: 0 10px -2px;
}

/* link-icon
-------------------------------------------------------------*/
/* base setting */
a[target="_blank"],
a[href$=".pdf"] .size,
a.iconPdf .size {
  position: relative;
}
a[target="_blank"]::after,
a[href$=".pdf"] .size::before,
a.iconPdf .size::before,
.link-btn a[target="_blank"] > span::after,
.link-btn a[href$=".pdf"] > span::after,
a[target="_blank"].link-btn > span::after,
a[target=".pdf"].link-btn > span::after {
  content: "";
  display: inline-block;
  margin: 0 5px 0 10px;
  margin-bottom: -3px;
}
.link-btn a:after,
.noIcon a:after {
  content: none;
}

/* blank */
a[target="_blank"]::after,
.link-btn a[target="_blank"] > span::after,
a[target="_blank"].link-btn > span::after {
  background: var(--iconBlank);
  background-size: 9px 9px;
  width: 9px;
  height: 9px;
  margin-bottom: 1px;
}
figure a[target="_blank"]::after {
  background: none;
}

/* pdf */
a[href$=".pdf"] .size::before,
a.iconPdf::after,
.link-btn a[href$=".pdf"] > span::after,
a[target=".pdf"].link-btn > span::before {
  background: var(--iconPdf);
  background-size: 14px 18px;
  width: 14px;
  height: 18px;
  margin-bottom: -2px;
}
a[href$=".pdf"]::after {
  content: none;
  background: none;
}

/* DL */
.dl a[href$=".zip"]::after,
.link-btn .dl a[href$=".zip"] > span::after {
  background: var(--iconDl);
  background-size: 11px 13px;
  width: 11px;
  height: 13px;
  margin-bottom: -2px;
}

/* link-flow
-------------------------------------------------------------*/
.link-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -3rem;
  margin-top: 5px;
}
.link-flow li {
  margin-left: 3rem;
}
.link-list li + li {
  margin-top: 0.8rem;
}

/* otherArw
-------------------------------------------------------------*/
.otherArw a {
  display: block;
  width: 150px;
  position: relative;
}
.otherArw a:hover {
  text-decoration: none;
}
.otherArw a:after {
  position: absolute;
  right: 0;
  top: 28px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: var(--iconArrow) no-repeat;
  background-size: 6px 10px;
}
.otherArw a:before {
  content: "";
  height: 1px;
  width: 150px;
  background: #333;
  position: absolute;
  bottom: -4px;
}

/*=====================================================================
 link-btn
=====================================================================*/
/* btn setting
-------------------------------------------------------------*/
[class^="link-btn"] > * + * {
  margin-top: 0.4em;
}

.link-btn.btnCenter {
  width: 50%;
  margin: var(--mAuto);
}

.link-btn a,
a.link-btn {
  display: inline-block;
  font-family: var(--fontShippori);
  font-size: 1.6rem;
  font-weight: var(--fontBold);
  width: 100%;
  line-height: 1.4;
  box-sizing: border-box;
  transition: all 0.3s;
  border: 1px solid #999;
}
.link-btn a > span,
a.link-btn > span {
  display: flex;
  align-items: center;
  padding: 0 3rem;
  min-height: 7.4rem;
  box-sizing: border-box;
}

.link-btn a:hover,
a.link-btn:hover {
  color: var(--colorNormal);
  background: var(--bgColor01);
  text-decoration: none !important;
}

/*=====================================================================
 list
=====================================================================*/
[class^="list-"] + [class^="list-"] {
  margin-top: 1em;
}
[class^="list-"] > li > span {
  font-weight: bold;
  display: block;
  margin-bottom: 0.6em;
}

/* list-circle
-------------------------------------------------------------*/
.list-circle {
  line-height: 1.6;
  margin-top: 20px;
}
.list-circle > li {
  padding-left: 0.8em;
  margin-top: 0.8em;
  position: relative;
}
.list-circle > li::before {
  content: "";
  background: var(--primary-color);
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.table-default .list-circle,
.table-default .list-circle > li {
  margin-top: 0;
}

/* list-num
-------------------------------------------------------------*/
.list-num {
  line-height: 1.4;
  margin-top: 20px;
  margin-left: 2em;
}
.list-num > li {
  list-style-type: decimal;
  margin-top: 1em;
}

/*=====================================================================
 col
=====================================================================*/
p + [class^="col-"],
[class^="col-"] + [class^="col-"] {
  margin-top: var(--marginTop);
}
[class^="col-"] {
  display: flex;
  flex-wrap: wrap;
}
[class^="col-"] > * {
  box-sizing: border-box;
  margin-top: 46px;
  margin-left: 46px;
}
[class^="col-"].link-arw,
.link-arw[class^="col-"] {
  margin-top: 0;
}
[class^="col-"].link-arw > *,
.link-arw[class^="col-"] > * {
  margin-top: 5px !important;
}

.col-2 > * {
  width: calc((99.9999% - 46px) / 2);
}
.col-3 > * {
  width: calc((99.9999% - 92px) / 3);
}
.col-4 > * {
  width: calc((99.9999% - 138px) / 4);
}
.col-2 > *:nth-child(2n + 1),
.col-3 > *:nth-child(3n + 1),
.col-4 > *:nth-child(4n + 1) {
  margin-left: 0;
}
.col-2 > *:nth-child(-n + 2),
.col-3 > *:nth-child(-n + 3),
.col-4 > *:nth-child(-n + 4) {
  margin-top: 0;
}

/* col-clm
-------------------------------------------------------------*/
.col-2.col-clm2-1 > *:nth-child(odd),
.col-2.col-clm1-2 > *:nth-child(even) {
  width: calc((99.9999% - 92px) / 3 * 2 + 46px);
}
.col-2.col-clm2-1 > *:nth-child(even),
.col-2.col-clm1-2 > *:nth-child(odd) {
  width: calc((99.9999% - 92px) / 3);
}
.col-2.col-clm3-1 > *:nth-child(odd),
.col-2.col-clm1-3 > *:nth-child(even) {
  width: calc((99.9999% - 138px) / 4 * 3 + 92px);
}
.col-2.col-clm3-1 > *:nth-child(even),
.col-2.col-clm1-3 > *:nth-child(odd) {
  width: calc((99.9999% - 138px) / 4);
}

/*=====================================================================
 box
=====================================================================*/
[class^="boxed-bdr"] + [class^="boxed-bdr"] {
  margin-top: 4em;
}
[class^="boxed-bdr"] > [class^="col-"],
[class^="boxed-bdr"] > [class^="col-"] {
  margin-bottom: 0;
}

[class^="boxed-bdr"] {
  padding: 40px;
  box-sizing: border-box;
  border: 1px solid var(--bdrDarkGray);
}
[class^="boxed-"] > .boxed-ttl,
[class^="boxed-"] .boxed-ttl {
  color: var(--primary-color);
  font-family: var(--fontShippori);
  font-weight: var(--fontBold);
  font-size: 2rem;
  margin-bottom: 30px;
}

/* colorBox */
.colorBox {
  padding: 40px;
  box-sizing: border-box;
  background: var(--bgColor01);
}
.colorBox .colorBox-ttl {
  font-family: var(--fontShippori);
  font-weight: var(--fontBold);
  font-size: 2.4rem;
  margin-bottom: 10px;
}

/*=====================================================================
 table / dl
=====================================================================*/
/* table-default 
-------------------------------------------------------------*/
.sp-table-scroll + .sp-table-scroll,
.table-default + .sp-table-scroll,
.sp-table-scroll + .table-default {
  margin-top: 100px;
}
.table-default caption {
  font-family: var(--fontShippori);
  font-size: 1.6rem;
  font-weight: var(--fontBold);
  margin-bottom: 5px;
  text-align: left;
}

.table-default {
  line-height: 1.4;
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  border-top: 1px solid #c8c8c8;
}
.table-default th,
.table-default td {
  background-color: #fff;
  padding: 10px;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
}
.table-default .bdrT {
  border-top: 1px solid var(--bdrDarkGray);
}
.table-default .bdrR {
  border-right: 1px solid var(--bdrDarkGray);
}
.table-default .bdrB {
  border-bottom: 1px solid var(--bdrDarkGray);
}
.table-default .bdrL {
  border-left: 1px solid var(--bdrDarkGray);
}
.table-default th {
  font-weight: normal;
}
.table-default th:first-child,
.table-default td:first-child {
  border-left: none;
}
.table-default th:last-child,
.table-default td:last-child {
  border-right: none;
}
.table-default thead th {
  text-align: center;
  font-weight: normal;
}
.table-default thead th,
.table-default .ttl {
  background-color: var(--bgColor01);
}
.table-default .bg,
.table-default .bg th,
.table-default .bg td {
  background-color: #f7f7f2;
}

/*=====================================================================
 toggle
=====================================================================*/
/* toggle-set
--------------------------------------------------------------*/
.toggle-set .toggle-btn,
.toggle-set .toggle-close {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toggle-set > .toggle-box {
  display: none;
}
.toggle-set.open > .toggle-box {
  display: block;
}

/* toggle-sp */
.toggle-sp .toggle-btn {
  cursor: auto;
}
.toggle-sp .toggle-close {
  display: none;
}
.toggle-sp > .toggle-box {
  display: block;
}
.sp-noLink {
}

/* delete JS Style */
@media only screen and (min-width: 768px) {
  .toggle-sp > .toggle-box {
    display: block !important;
  }
}

/* box-toggle
--------------------------------------------------------------*/
.box-toggle {
}
.box-toggle + .box-toggle {
  margin-top: 1px;
}
.box-toggle .toggle-btn,
.box-toggle .toggle-close {
  transition: 0.3s;
}
.box-toggle > .toggle-btn {
  line-height: 1.4;
  box-sizing: border-box;
  display: table;
  width: 100%;
  background-color: var(--bgColor01);
  position: relative;
}
.box-toggle > .toggle-btn > span {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  padding: 15px 40px 15px 20px;
}
.box-toggle > .toggle-btn > span > span {
  color: var(--primary-color);
  font-weight: var(--fontBold);
  padding-right: 10px;
}
.box-toggle > .toggle-btn:after,
.box-toggle > .toggle-btn:before {
  content: "";
  background-color: #000;
  display: block;
  width: 9px;
  height: 1px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  right: 30px;
  transition: all 0.3s ease;
}
.box-toggle > .toggle-btn:after {
  transform: rotate(90deg);
}
.box-toggle.open > .toggle-btn:after {
  transform: rotate(0);
}
.box-toggle > .toggle-box {
  display: none;
}
.box-toggle.open > .toggle-box {
  display: block;
  padding: 34px 20px;
}
.box-toggle.open > .toggle-box .answer {
  display: flex;
}
.box-toggle.open > .toggle-box .answer .num {
  color: #e50013;
  font-weight: var(--fontBold);
  margin-right: 10px;
}
/*=====================================================================
 tabs
=====================================================================*/
/* tab-set
--------------------------------------------------------------*/
.tab-set {
}

/* tab-btn */
.tab-btn {
  line-height: 1.25;
  font-size: 100%;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
.tab-btn > li {
  font-size: 1.5rem;
  background-color: var(--bgColor01);
  box-sizing: border-box;
  min-height: 35px;
  width: calc((100% - 5px) / 5);
}
.tab-btn a {
  color: #666;
  display: table;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
  border-bottom: 3px solid var(--bgColor01);
}
.tab-btn a:hover {
  color: #fff;
  background: #8c531f;
  border-bottom: 3px solid #663300;
}
.tab-btn a.act {
  color: #fff;
  background-color: #8c531f;
  border-bottom: 3px solid #663300;
}
.tab-btn a > span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 4px;
}
/* tab-panel */
.tab-set .tab-panel {
  display: none;
}
.tab-set .tab-panel.act {
  display: block;
}

/*=====================================================================
 news
=====================================================================*/
.news-list dt {
  font-size: 1.5rem;
  padding: 20px 0 6px 0;
}
.news-list dt > span {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  background: #fff;
  padding: 2px 5px;
  min-width: 120px;
  box-sizing: border-box;
  text-align: center;
  margin-left: 10px;
}
/* newsArea */
#newsArea .news-list dt {
  white-space: nowrap;
  width: 90px;
  padding: 0 120px 0 0;
  position: relative;
}
#newsArea .news-list dd {
  margin-top: -1.7em;
  padding: 0 0 20px 235px;
}
#newsArea .news-list dt span {
  line-height: 20px;
  white-space: nowrap;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 111px;
  position: absolute;
  top: 3px;
  right: 0;
}

/*=====================================================================
 seclect-box
=====================================================================*/
.seclect-box {
  position: relative;
  width: 244px;
  margin: 20px 0 20px;
}
.seclect-box:after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 10px;
  background: var(--iconArrow) no-repeat;
  background-size: 6px 10px;
  transform: rotateZ(90deg);
  margin: -3px 10px 0;
  pointer-events: none;
  content: "";
}
.seclect-box .pulldown {
  appearance: none;
  width: 244px;
  height: 47px;
  background-color: #fff;
  border: 1px solid var(--bdrDarkGray);
  padding: 10px 30px;
  cursor: pointer;
}
::-ms-expand {
  display: none;
}

/*=====================================================================
 map-area
=====================================================================*/
.map-area {
  width: auto;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-top: 10px;
}
.map-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 PC-large
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (min-width: 1920px) {
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Tab
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width: 1023px) {
  /*=====================================================================
 base Layout
=====================================================================*/
  /* contentsArea
-------------------------------------------------------------*/
  .setLocalMenu {
    flex-direction: column;
  }
  /* contents
-------------------------------------------------------------*/
  .setLocalMenu #contents {
    width: 100%;
  }

  /*=====================================================================
 localMenu
=====================================================================*/
  #localMenu {
    width: 100%;
    max-width: none;
    margin: 0 0 50px;
    padding-top: 0;
  }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width: 767px) {
  /*=====================================================================
 setting
=====================================================================*/
  :root {
    --ttlMarginTop: 40px;
    --marginTop: 60px;
  }

  /*=============================================================
 base Layout
=============================================================*/
  /* container
--------------------------------------------------------------*/
  #container {
    min-width: 320px;
  }
  body,
  #container {
  }

  /* pageBody
--------------------------------------------------------------*/
  #pageBody {
  }

  /* contentsInner
-------------------------------------------------------------*/
  .contentsInner {
    padding: 0 4%;
  }

  /* topicPathArea
-------------------------------------------------------------*/

  /* contentsArea
-------------------------------------------------------------*/
  .setLocalMenu {
    flex-direction: column;
  }
  /* contents
-------------------------------------------------------------*/
  #contents {
    margin-top: 40px;
    padding-bottom: 50px;
  }
  .setLocalMenu #contents {
    width: 100%;
  }

  /* section
-------------------------------------------------------------*/
  section + section {
    margin-top: 60px !important;
  }

  /* topicPathArea
-------------------------------------------------------------*/

  /* box-full
-------------------------------------------------------------*/

  /*=====================================================================
 localMenu
=====================================================================*/
  #localMenu {
    width: 100%;
    max-width: none;
    margin: 0 0 50px;
    padding-top: 0;
  }
  /* lm-categoryTtl
-------------------------------------------------------------*/

  /* lm-list
-------------------------------------------------------------*/
  .lm-list a {
    padding: 16px 10px 16px 10px;
  }

  /*=====================================================================
 text
=====================================================================*/
  .text-rl {
    writing-mode: inherit;
    line-height: 2;
    font-size: 1.6rem;
  }
  .text-rl > span {
    margin-left: 0;
    font-size: 2rem;
    margin-bottom: 6px;
  }

  /*=====================================================================
 pageTtlArea
=====================================================================*/
  /* pageTtlArea
-------------------------------------------------------------*/
  #company.top #pageTtlMain {
    height: 400px;
    overflow: hidden;
    align-items: center;
  }
  #company #pageTtlMain img {
    object-fit: cover;
  }
  #select.pageTtlImgTop #pageTtlMain.pageTtlImg {
    height: 280px;
  }
  #sustainability.sustainability.pageTtlImgTop #pageTtlMain.pageTtlImg {
    height: 130px;
  }
  #sustainability.sustainability.pageTtlImgTop #pageTtlMain.pageTtlImg h1 {
    font-size: 2.8rem;
  }

  /*=====================================================================
 ttl
=====================================================================*/
  [class^="ttl-"] + [class^="ttl-"],
  [class^="ttl-"] + p,
  [class^="ttl-"] + .sp-table-scroll,
  [class^="ttl-"] + .table-default,
  [class^="ttl-"] + .box-toggle,
  [class^="ttl-"] + [class^="boxed-"] {
    margin-top: 25px;
  }

  .lead + [class^="ttl-"] {
    margin-top: 80px;
  }

  /*=====================================================================
 link
=====================================================================*/

  /*=====================================================================
 link-btn
=====================================================================*/

  /*=====================================================================
 list
=====================================================================*/

  /*=====================================================================
 col
=====================================================================*/
  [class^="col-"] + [class^="col-"] {
    margin-top: 60px;
  }

  .col-2,
  .col-3,
  .col-4 {
    display: flex;
    flex-wrap: wrap;
  }
  .col-2 > *,
  .col-3 > *,
  .col-4 {
    margin-top: 0;
  }
  .col-2 > *:nth-child(n),
  .col-3 > *:nth-child(n),
  .col-4 > *:nth-child(n) {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  /*[class^="boxed-"]>[class^="col-"]>*:nth-child(n):not(:last-child){margin-bottom: 40px;}*/
  .col-2 > *:last-child,
  .col-3 > *:last-child,
  .col-4 > *:last-child {
    margin-bottom: 0;
  }

  .sp-col-2 > *:nth-child(n) {
    width: calc((99.9999% - 15px) / 2);
  }
  .sp-col-3 > *:nth-child(n) {
    width: calc((99.9999% - 30px) / 3);
  }

  .sp-col-2 > *:nth-child(n),
  .sp-col-3 > *:nth-child(n) {
    margin-top: 15px;
    margin-left: 15px;
  }
  .sp-col-2 > *:nth-child(2n + 1),
  .sp-col-3 > *:nth-child(3n + 1) {
    margin-left: 0;
  }
  .sp-col-2 > *:nth-child(-n + 2),
  .sp-col-3 > *:nth-child(-n + 3) {
    margin-top: 0;
  }

  /* col-clm
-------------------------------------------------------------*/
  .col-2.col-clm2-1 > *:nth-child(n),
  .col-2.col-clm1-2 > *:nth-child(n),
  .col-2.col-clm3-1 > *:nth-child(n),
  .col-2.col-clm1-3 > *:nth-child(n) {
    width: 100%;
    margin-left: 0;
  }

  /*=====================================================================
 box
=====================================================================*/
  /* colorBox */
  .colorBox {
  }
  .colorBox .colorBox-ttl {
    font-size: 2rem;
  }

  /*=====================================================================
 table / dl
=====================================================================*/
  /* table-default
--------------------------------------------------------------*/
  .table-default th,
  .table-default td {
    padding: 5px;
  }

  /* sp-table-scroll 
--------------------------------------------------------------*/
  .sp-table-scroll {
    overflow: auto;
    /*white-space:nowrap;*/
    table-layout: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 2;
  }
  .sp-table-scroll > table {
    margin-bottom: 5px;
  }
  .sp-table-scroll .cellFix {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
  }
  html:not(.win) .sp-table-scroll::-webkit-scrollbar {
    height: 5px;
  }
  html:not(.win) .sp-table-scroll::-webkit-scrollbar-track {
    background: #e3e4e5;
    border-radius: 10px;
  }
  html:not(.win) .sp-table-scroll::-webkit-scrollbar-thumb {
    background: #84919d;
    border-radius: 10px;
  }
  .sp-table-scroll .arwSc {
    background: var(--iconTableArw) 0 0 / auto 60px;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: opacity 0.2s ease-out;
  }
  .sp-table-scroll.sc .arwSc {
    opacity: 1;
    visibility: visible;
  }
  /* table-default */
  .sp-table-scroll .table-default {
    border-collapse: separate;
    border-spacing: 0;
    width: 1000px;
  }
  .sp-table-scroll .table-default th,
  .sp-table-scroll .table-default td {
    position: relative;
    -webkit-text-size-adjust: 100%;
    border-left: none;
    font-size: 14px !important;
  }
  /*=====================================================================
 toggle
=====================================================================*/

  /*=====================================================================
 tabs
=====================================================================*/
  .tab-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .tab-btn > li {
    font-size: 1.3rem;
    font-weight: normal;
    margin-bottom: 5px;
    margin-right: 5px;
    min-height: 50px;
    width: calc((100% - 10px) / 3);
  }
  .tab-btn > li:nth-child(3n) {
    margin-right: 0;
  }
  /*=====================================================================
 news
=====================================================================*/
  #newsArea .news-list dd {
    margin-top: 0;
    padding: 10px 0 20px 0;
  }
}
