@charset "UTF-8";
/* CSS Document */
.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.u-v_middle {
  vertical-align: middle !important;
}

.c-heading.-lv2.-fs_sm {
  font-size: 1.9rem;
}

.-tdu {
  text-decoration: underline;
}

.-tdu:hover {
  text-decoration: none;
}

.u-c_red_box {
  border: 1px solid red;
  padding: 20px;
}

p.c-annotation {
  font-size: 1.4rem !important;
}

.l-block__inner.-top {
  max-width: 1180px;
}
.c-table.-cmn .c-dark {
  background: #7d97ca;
  color: #fff;
}

@media only screen and (max-width: 768px) {
.u-c_red_box {
  padding: 12px;
}
}

/* ------------------------------ en ------------------------------ */
.p-cookieInfo {
  display: none !important;
}

/* ------------------------------ header ------------------------------ */
.p-megaMenu .c-list.-megaMenu a[href*=".pdf"]::after,
.p-megaMenu .c-read.-megaMenu a[href*=".pdf"]::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/img/common/icon_pdf.svg) center no-repeat;
  background-size: contain;
  margin: 0 0 -2px 5px;
}

/* ------------------------------ top ------------------------------ */
.p-serviceNav__slider .bx-prev::before,
.p-serviceNav__slider .bx-next::before {
  border-top: 2px solid #666;
  border-right: 2px solid #666;
}

@media screen and (min-width: 769px) {
.p-mainNav ul {
  max-width: 1120px;
  margin: 0 auto;
}

.p-mainNav li {
  width: calc(100% / 3);
}

.p-serviceNav__slider li {
  margin: 0 29px 0 0 !important;
}

.p-mainNav__label {
  bottom: 15px;
}

/* slider */
/* .p-serviceNav__slider .bx-controls-direction {
  display: none;
} */

.p-serviceNav__slider .bx-wrapper .bx-loading {
  width: 0;
  height: 0;
}
}

@media only screen and (max-width: 768px) {
  /* sp slide非適用時 */
/* .p-serviceNav__slider li {
  width: 100% !important;
} */

/* sp slide適用時 */
.p-serviceNav__slider li:nth-child(n+2) {
  margin-top: 0;
}

.p-serviceNav__slider .bx-wrapper .bx-loading {
  width: 0;
  height: 0;
}
}

/* ------------------------------ corporate ------------------------------ */
/* common_cpMenu.inc */
.p-catCommonMenu__pdf,
#corporate .p-catCommonMenu__pdf {
  font-size: 1.4rem;
  margin-top: 10px;
}

.p-catCommonMenu__pdf a.c-link.-pdf {
  padding-left: 15px;
}

@media screen and (min-width: 769px) {
.p-catCommonMenu__pdf,
#corporate .p-catCommonMenu__pdf {
  text-align: right;
}
}

a.underlink:hover,
.p-catIndexNav a.underlink:hover {
  background: transparent;
  text-decoration: underline;
}

.c-heading.-lv4.-sec {
  margin-top: 40px;
}

/* 外部からの評価 corporate/feature/ */
.c-table.-financial th, .c-table.-financial td {
  padding: 10px;
}

.c-table.-financial th:first-child {
  padding-left: 15px;
}


.u-txt-italic {
  font-style: italic;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-flex_right {
  justify-content: right;
}

.l-pos {
  position: relative;
}

.c-sup {
  vertical-align: super;
  font-size: smaller;
}

.wid100 {
  width: 100%;
}

.attention.governance {
  border: 1px solid #f7584a;
  left: 50%;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 500px;
}

.p-csrMainRead p.underHead {
  font-size: 2.8rem;
  text-align: center;
}

.attention-c {
  color: #f7584a !important;
}

.noteBox {
  display: flex;
  margin: 10px auto;
}

ul.c-note {
  counter-reset: num;
  /* margin: 10px auto; */
}

ul.c-note li {
  display: inline-block;
  min-height: auto;
  margin: 4px 0 0;
  padding-left: 1.5em;
  text-indent: -1.5em;
  width: 100%;
}

ul.c-note li:before {
  counter-increment: num;
  content: counter(num)'.';
  padding: 0 0 0 10px;
}

.attention-note li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.attention-note.-lg li {
  padding-left: 3em;
  text-indent: -3em;
}

.attention-note.-md li {
  padding-left: 2em;
  text-indent: -2em;
}

.list-logo {
  width: 100%;
}

.list-logo-item {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.logo-img {
  height: 50px;
  min-width: 50px;
}

.small {
  font-size: 1.4rem;
}

.small_s {
	font-size: 1.3rem;
	display: inline-block;
	line-height: 1.2;
	margin-top: 1rem;
	padding-left: 3.5em;
    text-indent: -3.5em;
}
.small_s a {
	text-decoration: underline;
    color: #333333;
    padding: 0 2px;
}

.heading-small {
  font-size: 75%;
}

.imgBox {
  border: 1px solid #ccc;
}

.featureBox {
  align-items: stretch;
}

.featureBox-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
.p-linkList.-cmn ul li._full {
  width: auto;
}

}

/* ------------------------------ irトップ ------------------------------ */
.irIndexSubNav-menu,
.p-irIndexSubNav__column:last-child,
html[lang=en] .p-irIndexSubNav__column {
  width: 100%;
}

.p-irIndexSubNav__column:last-child .p-irIndexSubNav__label {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.p-irIndexSubNav__column:last-child .p-irIndexSubNav__title::before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* ------------------------------ irメッセージ ------------------------------ */
.p-ir_message {
  font-feature-settings: "palt";
}

@media screen and (min-width: 769px) {
.p-irIndexSubNav__column:first-child li:nth-child(2),
.p-irIndexSubNav__column:first-child li:nth-child(4),
html[lang=en] .p-irIndexSubNav__column:first-child li {
  margin-right: 11px;
}

.p-irIndexSubNav__column:first-child li:nth-child(3n),
html[lang=en] .p-irIndexSubNav__column:first-child li:nth-child(3n) {
  margin-right: 0;
}

.p-irIndexSubNav__column li:nth-child(n+3),
html[lang=en]  .p-irIndexSubNav__column li + li {
  margin-top: 0;
}

.p-irIndexSubNav__column li:nth-child(n+4) {
  margin-top: 9px;
}

/* irメッセージ */
.p-ir_message {
  display: flex;
  justify-content: space-between;
}

.c-ir-message {
  width: 580px;
}

}

/* ------------------------------
業績・財務情報
 ------------------------------ */
/* 注釈list */
 .p-irMainNav ul.irlist-wid100 li,
.p-irMainRead ul.irlist-wid100 li {
  display: block;
  min-height: auto;
  margin-right: 0;
  width: 100%;
}

.p-irMainNav ul.irlist-wid100 li,
.p-irMainRead ul.irlist-wid100 li {
  display: block;
  padding-left: 1em;
  /* text-indent: -1em; */
}

.p-irMainNav ul.irlist-wid100 >li,
.p-irMainRead ul.irlist-wid100 >li {
  margin-top: 0 !important;
  margin-bottom: 4px;
}

.p-irMainRead ul.irlist-wid100 li.c-annotation {
  font-size: 1.4rem;
}

/* num */
.p-irMainNav ul.irlist-wid100 .num-list li {
  text-indent: -1em;
}

.p-irMainNav ul.irlist-wid100 .num-list li::before,
.p-irMainRead ul.irlist-wid100 .num-list li::before {
  content: none;
}

/* グループ優待券 */
.c-table caption.c-usageGuide ul li {
  margin-top: 6px;
}

.c-table caption.c-usageGuide ul li + li {
  margin-left: 0;
  margin-right: 20px;
}

/* サステナビリティ - ダイバーシティへの取り組み */
ol.c-list.-cmn.list-num-b > li:before{
  font-weight: bold;
}

.woman-head-s {
  border: 1px solid #333;
  padding: 4px 6px;
}

.woman-box {
  border: 1px solid #ccc;
  margin-top: 40px;
  padding: 20px;
}

@media screen and (min-width: 769px) {
.-sp {
  display: none;
}

  .c-h2-heading.governance {
    margin-bottom: 40px;
  }

  .featureBox-item {
    width: 500px;
  }

/* サステナビリティ - SDGs（持続可能な開発目標）への取組 */
.sustainability-theme {
  position: relative;
}

.sustainability-theme__item {
  position: absolute;
  width: 135px;
}

.sustainability-theme__item:first-of-type {
  top: 100px;
  left: 430px;
}

.sustainability-theme__item:nth-of-type(2) {
  top: 155px;
  left: 292px;
}

.sustainability-theme__item:nth-of-type(3) {
  top: 155px;
  right: 298px;
}

.sustainability-theme__item:nth-of-type(4) {
  bottom: 197px;
  left: 292px;
}

.sustainability-theme__item:nth-of-type(5) {
  bottom: 197px;
  right: 298px;
}

.sustainability-theme__item:last-of-type {
  bottom: 130px;
  left: 430px;
}

}

/* グループの事業領域 about_us */
.-flex-txt {
  font-size: 1.6rem;
  line-height: 2;
}

.-flex-txt dt {
  width: 25%;
}

.-flex-txt dd {
  width: 75%;
}

.-flex-txt.-train dt {
  width: 30%;
}

.-flex-txt.-train dd {
  width: 70%;
}

@media only screen and (min-width: 769px) {
/* about us - index */
.p-businessList__inner li {
  margin: 0 20px 30px;
}

}
@media only screen and (max-width: 768px) {
  .attention.governance {
    font-size: 1.6rem;
    margin: 20px 20px 0;
    position: static;
    width: calc(100% - 40px);
  }
  .p-csrMainRead p.underHead {
    font-size: 2.6rem;
  }

/* pdfボタン */
.p-documentList__title {
  margin-bottom: 0;
}

/* グループの事業領域 about_us */
.-flex-txt dt,
.-flex-txt dd {
  width: 100%;
}

.p-businessList__inner li:nth-child(1),
.p-businessList__inner li:nth-child(2) {
  margin: 0 5px 10px;
}

/* サステナビリティ - SDGs（持続可能な開発目標）への取組 */
.sustainability-theme__item {
  margin-bottom: 20px;
}

.sustainability-theme__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.sustainability-theme__list li {
  margin: 0 5px;
  width: calc((100% - 40px) / 4);
}

.-pc {
  display: none;
}

}

/* -------------------------------------
recruit テンプレート部分
------------------------------------- */
/* .p-recruitAccordion__division ul li.keiyaku {
  background-color: #9e4fbf;
}

@media only screen and (min-width: 769px) {
.p-recruitAccordion__link ul li {
  width: calc(100% / 5 - 12px);
  margin-right: 15px;
}
.p-recruitAccordion__link ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 15px 20px;
}
} */