@charset "utf-8";
/* CSS Document */

/***----------------------------------
    タイトル周り
----------------------------------**/
 

.layer-hero .layer-text-white {
	background-color: #ac1e82;
}
.our-passion-and-business .layer-hero .layer-text-white, .financial-indices .layer-hero .layer-text-white, .corporate-governance .layer-hero .layer-text-white{
	background-color: #d61068;
}
.ir-schedule .layer-hero .layer-text-white, .electronic-public-notice .layer-hero .layer-text-white,.stock-information .layer-hero .layer-text-white{
	 background-color: #0097d4;
}
.wacom-at-a-glance .layer-hero .layer-text-white,.faq-and-inquiries .layer-hero .layer-text-white{
	 background-color: #84bc25;
}
@media (min-width: 992px){
	.media-gallery {
		padding: 0 20px 0 100px;
	}

}


#menu-irmenu {
  margin: 0;
}
@media (min-width: 769px){
  .hero {
    min-height: 360px;
  }
}
@media (min-width: 1400px){
	.hero figure figcaption {
		padding-left: 20px;
		padding-right: 20px;
		margin-top:140px;
	}	
}

/***----------------------------------
    sonota 

----------------------------------**/

.ir_nsltr-box {
margin: 30px 0 36px 0;
}


/***----------------------------------
    財務指標

----------------------------------**/
.tabs-hl{
  overflow-x: scroll !important;
}
.tabs-hl .xj_chart_table{
  width: 100%;
  min-width: 580px;
  background-color: #fff;
}
.tabs-hl .xj_chart_table td{
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.tabs-hl .xj_chart_table tr:first-of-type td{
  text-align: center;
  border-bottom: 2px solid #ddd;
}
.tabs-hl .xj_chart_table td.xj_chart_header_first,
.tabs-hl .xj_chart_table td:first-child{
  width: 40%;
}
.tabs-hl .xj_chart_table td.xj_chart_header{
  font-weight: bold;
}
.tabs-hl .xj_chart_table td.xj_chart_value{
  text-align: right;
}

.tabs-hl .xj_chart_table:not(:first-of-type) tr:first-of-type{
  display: none;
}
.tabs-hl .xj_chart_table:last-of-type{
  margin-bottom: 20px;
}

.grp_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2%;
}
.grp_box{
  flex: 0 0 100%;
  padding: 20px;
  background: #fff;
  margin-bottom: 2%;
}
.grp_box h4,.en_grp .grp_box h4{
  color: #fff;
  background: #4b4d50;
  padding: 1rem;
  display: block;
}
.grp_img{
  text-align: center;
  margin-bottom: 1rem;
}
.grp_img img{
  width: auto;
  max-width: 100%;
}
.grp_box .xj_chart_table{
  width: 100%;
}
.grp_box .xj_chart_table td{
  border: 1px solid #ddd;
  padding: 4px;
  text-align: right;
}
.grp_box .non_title .xj_chart_table td:first-child{
  display: none;
}
.grp_box .xj_chart_table td.xj_chart_header,
.grp_box .xj_chart_table td.xj_chart_no_valu{
  text-align: center;
}
.grp_box .xj_chart_table td.xj_chart_header,.grp_box .xj_chart_table td.xj_chart_header_first{
  background: #bebfc0;
}

@media (min-width: 992px) {
  .grp_box{
    padding: 40px;
  }
}

@media (min-width: 768px) {
  .tabs-hl{
    overflow-x: auto !important;
  }
  .tabs-hl .xj_chart_table{
    min-width: auto;
  }
  .grp_box{
    flex: 0 0 49%;
  }
  .en_grp .grp_box h4{
    display: flex;
    align-items: center;
    min-height: 70px;
  }
}


/***----------------------------------
    Corporate Governance

----------------------------------**/
@media (max-width: 768px) {
  .news-links + .news-item-title {
    margin-top: 20px;
  }
}

/***----------------------------------
    STORY BOOK

----------------------------------**/

/* IR top banner */
.storybook-banner {
  background: #f2f2f2;
}
.storybook-banner > * {
  width: 67% !important;
}
.storybook-banner .tile-background {
  width: 100% !important;
  max-width: 100% !important;
}
.storybook-banner .tile-background img {
  position: absolute;
  width: 30%;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
}


h1 small {
  font-size: .7em;
  display: block;
}
@media (max-width: 768px) {
  .storybook .thumb img {
    margin: 40px auto 0;
  }
}

.storybook h3 {
  margin: 0 0 .5em;
  line-height: 1;
}
.storybook h3 small {
  display: inline-block;
}
.storybook .thumb {
  margin: 0;
}
.news-item-title.split {
  margin-top: 20px;
}
.news-item-split ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.news-item-split ul li {
  word-break: break-all;
  margin: 0 0 1em;
  line-height: 1.3;
}
@media (min-width: 560px) {
  .news-item-split ul {
    justify-content: space-between;
  }
  .news-item-split ul li {
    width: 48%;
  }
}

@media (min-width: 768px) {
  .news-item-title.split {
    margin-top: 0;
  }
  .news-item-split ul {
    justify-content: flex-start;
  }
  .news-item-split ul li {
    width: 30%;
    margin: 0 5% 1em 0;
  }
  .news-item-split ul li:nth-child(3n) {
    margin-right: 0;
  }
}

.storybook-archive {
  border-top: 1px solid rgba(173, 175, 180, 0.2);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
}
.storybook-archive header,
.storybook-archive .news-item-title {
  font-size: .85em;
}
.storybook-archive .storybook-item {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
.storybook-archive .storybook-item .thumb {
  width: 20%;
}
.storybook-archive .storybook-item .thumb img {
  margin: 0 auto;
}
.storybook-archive .storybook-item .content {
  width: 75%;
}

@media (min-width: 768px) {
  .storybook-archive .storybook-item {
    width: 48%;
  }
}