@charset "utf-8";
/* Base Elements */
.irWrap {
  width: 100%;
  max-width: 1200px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0;
  padding: 0 20px;
}
.irBtnArea {
  text-align: center;
}
.irBtnArea .irBtn {
  margin: 0 auto;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  width: 410px;
  height: 80px;
  line-height: 80px;
  background: #2f2f2f;
  display: inline-block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.irBtnArea .irBtn:hover {
  background: #0f70ba;
}
@media screen and (max-width: 700px) {
  .irBtnArea .irBtn {
    font-size: 1.6rem;
    width: 70%;
    height: 60px;
    line-height: 60px;
  }
}

/* irContentsWrap */
.irContentsWrap {
  width: 900px;
}
.irContentsWrap p {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 1.9;
}
.irTop h3,
.irContentsWrap > h3 {
  width: 100%;
  color: #000;
  text-align: left;
  font-size: 4rem;
  border-bottom: #000 2px solid;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.irTop h3,
.irListTop h3,
.titleNoBottom h3 {
  margin-bottom: 0;
}
.irContentsWrap h4 {
  width: 100%;
  color: #000;
  text-align: left;
  font-size: 1.7rem;
  margin-bottom: 10px;
}

.irContentsWrap .pdgInner {
  width: 100%;
  text-align: left;
  padding: 0 20px;
}
.irContentsWrap .irInner p {
  line-height: 2;
}
.irContentsWrap .irInner h4 {
  margin-bottom: 15px;
}
.irContentsWrap section {
  margin-bottom: 40px;
}

/* irNaviWrap */
.irNaviWrap {
  min-width: 250px;
  margin-left: 50px;
}
.irNaviWrap ul li a {
  width: 100%;
  font-size: 1.3rem;
  display: block;
  padding: 15px 0;
  border-bottom: #ccc 1px dashed;
}
.irNaviWrap > ul {
  width: 100%;
  border-top: #d1d1d1 1px solid;
}
.irNaviWrap > ul > li {
  width: 100%;
}
.irNaviWrap > ul > li > a {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.irNaviWrap > ul > li > a:after {
  content: "";
  top: 50%;
  right: 10px;
  width: 14px;
  height: 10px;
  font-size: 0;
  line-height: 0;
  background: url(../img/arrow_under.png) no-repeat center center;
  position: absolute;
  transform: translateY(-50%);
}
.irNaviWrap > ul > li.active > a:after {
  background: url(../img/arrow_up.png) no-repeat center center;
}
.irNaviWrap > ul > li.noChild > a:after {
  background: none;
}

.irNaviWrap > ul > li > ul > li > a:before {
  content: "・ ";
  font-weight: bold;
}
.irNaviWrap > ul > li > ul {
  display: none;
}
.irNaviWrap > ul > li.active > ul {
  display: block;
}
.irNaviWrap ul li a:link,
.irNaviWrap ul li a:active,
.irNaviWrap ul li a:visited {
  color: #000;
}
.irNaviWrap ul li a:hover {
  color: #0d6fb8;
}

.irNaviWrap ul li a.here {
  color: #0d6fb8;
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  .irTop h3,
  .irContentsWrap > h3 {
    font-size: 2rem;
    margin-top: 40px;
  }

  /* Base Elements */
  .irWrap {
    width: 100%;
    display: block;
    margin: 30px auto 0;
    padding: 0 20px;
  }

  /* irContentsWrap */
  .irContentsWrap {
    width: 100%;
  }
  .irContentsWrap > h3 {
    font-size: 3rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .irTop h3,
  .irListTop h3,
  .titleNoBottom h3 {
    margin-bottom: 0;
  }
  .irContentsWrap .commonInner {
    padding: 0;
  }

  /* irNaviWrap */
  .irNaviWrap {
    width: 100%;
    margin: 50px 0 0 0;
  }

  .irNaviWrap ul li a:hover {
    color: #000;
  }
}

/*===============================
 
  irTop
 
================================*/
.irTop .irContentsWrap {
  width: 1160px;
  margin: 0 auto;
}

.ir .linkArea {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 100px;
  width: 1000px;
  flex-wrap: wrap;
}
.ir .linkArea > div {
  width: 480px;
  border: #2f2f2f 1px solid;
  margin-bottom: 40px;
}
.ir .linkArea > div > span {
  display: block;
  font-size: 1.9rem;
  font-weight: bold;
  margin: 30px 30px 20px;
  padding-bottom: 5px;
  position: relative;
  border-bottom: #2f2f2f 1px solid;
}
.ir .linkArea > div a:link,
.ir .linkArea > div a:active,
.ir .linkArea > div a:visited {
  color: #000;
}
.ir .linkArea > div > ul {
  margin: 0 30px 20px;
}
.ir .linkArea > div > ul li {
  padding-bottom: 10px;
}
.ir .linkArea > div > ul > li > a:link,
.ir .linkArea > div > ul > li > a:active,
.ir .linkArea > div > ul > li > a:visited {
  text-decoration: underline;
}
.ir .linkArea > div > ul > li > a:hover {
  text-decoration: none;
}
.ir .linkArea > div .link01 {
  height: 60px;
  line-height: 60px;
  display: block;
  font-size: 1.6rem;
  text-decoration: none;
  margin: 0;
  padding: 0 22px;
  background: #2f2f2f;
  position: relative;
  color: #ffffff;
  transition: all 0.3s;
}
.ir .linkArea > div .link01::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f054";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.ir .linkArea > div .link01:hover {
  background: #0f70ba;
}
.ir .linkArea > div > .link01:link,
.ir .linkArea > div > .link01:active,
.ir .linkArea > div > .link01:visited {
  color: #fff;
}

@media screen and (max-width: 700px) {
  .irTop .irContentsWrap {
    width: 100%;
  }

  .ir .linkArea {
    display: block;
    justify-content: normal;
    padding-top: 50px;
    width: 100%;
    flex-wrap: nowrap;
  }
  .ir .linkArea > div {
    width: 95%;
    margin: 0 auto 30px;
  }
  .ir .linkArea > div > span {
    display: block;
    font-size: 1.9rem;
    font-weight: bold;
    margin: 30px 30px 20px;
    padding-bottom: 5px;
    position: relative;
    border-bottom: #2f2f2f 1px solid;
  }
  .ir .linkArea > div .link01 {
    height: 60px;
    line-height: 60px;
    font-size: 1.6rem;
    padding: 0 22px;
  }
}

/*===============================
 
  messageTxt
 
================================*/
.ir .messageInner {
  flex: 1;
  padding: 0 20px;
}
.ir .messageTxt {
  margin-bottom: 50px;
  line-height: 2;
}
.ir .messageTxt p {
  margin-bottom: 0;
}
.ir .messageInner p.signature {
  margin-bottom: 0;
  text-align: right;
}
.ir .messageInner p.signature img {
  max-width: 136px;
}
.ir .messageInner p.signature span {
  margin-bottom: 10px;
  display: block;
}
.ir .messageInner p.signature.pc {
  margin-top: 20px;
}
.ir .messageInner p.signature.sp {
  display: none;
}

/*===============================
 
  Governance
 
================================*/
.irGovernanceWrap {
  padding: 30px;
  border: #000 2px solid;
}
.irGovernanceWrap img {
  width: 100%;
}
.irGovernanceWrap .irLibraryList .no-data,
.irGovernanceWrap .irLibraryList .no-date,
.irGovernanceWrap .irList .no-data,
.irGovernanceWrap .irList .no-date {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  border: none;
}

/*===============================
 
	xj
 
================================*/
.yearSelect {
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}
.yearSelect select {
  height: 40px;
  background: #fff;
  border: #cccccc 1px solid;
  padding: 0 50px 0 20px;
  font-size: 14px;
  box-sizing: border-box;
}
#form:before {
  content: "▼";
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  line-height: 1;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#xj-select-category li {
  width: calc(100% / 6);
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  text-align: center;
}
#xj-select-category ul {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 30px;
}
#xj-select-category .active a {
  font-weight: bold;
  background: #cfe2f1;
}
#xj-select-category a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #000;
  background: #fff;
  position: relative;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
#xj-select-category a:after {
  content: "";
  display: block;
  top: 50%;
  right: 0;
  width: 1px;
  height: 30px;
  line-height: 0;
  background: #ccc;
  position: absolute;
  transform: translateY(-50%);
}
#xj-select-category ul li:first-of-type a:before {
  content: "";
  display: block;
  top: 50%;
  left: 0;
  width: 1px;
  height: 30px;
  line-height: 0;
  background: #ccc;
  position: absolute;
  transform: translateY(-50%);
}
.irLibraryList dl,
.irList dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}
.irList dl {
  padding: 30px;
  border-top: 1px solid #cccccc;
}
.irList dl:last-of-type {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 60px;
}
.irListTop .irList dl:first-of-type {
  border-top: none;
}

.irLibraryList dt .date,
.irList dt .date {
  font-size: 1.6rem;
  margin-right: 45px;
}
.irList dt .category {
  width: 110px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  text-transform: uppercase;
  display: block;
  display: inline-block;
  margin-right: 45px;
  padding: 3px 0;
}
.irLibraryList dd,
.irList dd {
  font-size: 1.6rem;
  flex: 1;
}
.irLibraryList dd a,
.irList dd a {
  color: #333;
}
.irLibraryList dd img,
.irLibraryList .no-date img,
.irList dd img,
.irList .no-date img {
  vertical-align: middle;
  margin-left: 5px;
  width: 20px;
}
.irLibraryList .no-data,
.irLibraryList .no-date,
.irList .no-data,
.irList .no-date {
  padding: 30px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: 1.6rem;
}
/*
	ラベル
================================*/
/*適時開示*/
#xj-mainlist .icon_discro {
  background: #0f70ba;
}
/*決算短信*/
#xj-mainlist .icon_result {
  background: #c64e4e;
}
/*法定開示*/
#xj-mainlist .icon_legal {
  background: #64976f;
}
/*IR資料*/
#xj-mainlist .icon_ir {
  background: #8f6aa9;
}
/*お知らせ*/
#xj-mainlist .icon_info {
  background: #ddac5e;
}
@media screen and (max-width: 1020px) {
  .irList dl {
    display: block;
    padding: 15px;
  }
  .irList dl:last-of-type {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
  }
  .irList dt .date {
    font-size: 1.4rem;
    margin-right: 20px;
  }
  .irList dt .category {
    width: 110px;
    font-size: 1.3rem;
    margin-right: 0;
    padding: 5px 0;
  }
  .irList dd {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
  #xj-select-category ul {
    flex-wrap: wrap;
    margin: 0 0 20px;
  }
  #xj-select-category li {
    width: calc(100% / 2);
  }
  #xj-select-category a {
    display: block;
  }
  #xj-select-category ul li:nth-child(odd) a:before {
    content: "";
    display: block;
    top: 50%;
    left: 0;
    width: 1px;
    height: 30px;
    line-height: 0;
    background: #ccc;
    position: absolute;
    transform: translateY(-50%);
  }
}

/*===============================
 
	カレンダー、ガバナンス
 
================================*/
.irCalendarImg,
.irGovernanceImg {
  max-width: 1080px;
  margin: 0 auto;
}
.irCalendarImg img,
.irGovernanceImg img {
  width: 100%;
}
/*
	カレンダー
================================*/
.irCalendarImg {
  margin-bottom: 55px;
}
.irCalendarList {
  margin-bottom: 40px;
}
.irCalendarList dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  line-height: 74px;
  border-top: 1px solid #cccccc;
}
.irCalendarList dl:last-child {
  border-bottom: 1px solid #cccccc;
}
.irCalendarList dt {
  width: 180px;
}
.irCalendarList dd {
  flex: 1;
  line-height: 2.5rem;
  padding: 25px 0 25px 0;
}
@media screen and (max-width: 1020px) {
  .irCalendarImg {
    margin-bottom: 30px;
  }
  .irCalendarList {
    margin-bottom: 20px;
  }
  .calendar p {
    padding: 0 15px;
    font-size: 1.4rem;
    line-height: 26px;
  }
  .irCalendarList dl {
    display: block;
    line-height: 35px;
    padding: 20px 10px;
  }
  .irCalendarList dt {
    width: 100%;
    font-weight: bold;
    padding: 0 0 0 3px;
    line-height: normal;
    margin-bottom: 5px;
  }
  .irCalendarList dd {
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
  }
}
/*===============================
 
	ライブラリ
 
================================*/
.library .irInner {
  padding: 0 20px 40px;
}
.irLibraryList {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}
.irLibraryList dl {
  padding-bottom: 20px;
}

/*===============================
 
    業績・財務情報
 
================================*/
.performance .irInner,
.finance .irInner,
.cashflow .irInner,
.xjGraphWrap {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.xjBox {
  display: block;
  width: 30%;
  text-align: center;
  margin: 0 0 3em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
p.xjBox__ttl {
  margin-bottom: 20px;
  background: #0d6fb8;
  color: #fff;
  font-size: 1.4rem;
  white-space: nowrap;
  padding: 5px;
}
p.xjBox__uint {
  text-align: left;
  font-size: 0.9em;
  margin-bottom: 10px;
}
.xjBox__figure img {
  max-width: 100%;
  width: auto;
  margin-bottom: 20px;
}
.xj_chart_table {
  width: 100%;
  /*transform: scale(0.9);*/
}
.xj_chart_table td {
  border: solid 1px #dddddd;
  padding: 5px 0;
  text-align: right;
  font-size: 6px;
  font-weight: normal;
}
td.xj_chart_header,
td.xj_chart_header_first {
  padding: 2px 0;
  text-align: center;
}
.thNone td:first-child,
.thNone .xj_chart_header_first {
  display: none;
}
td.xj_chart_header {
  background: #cfe2f1;
}
.xj_chart_table tr td:first-of-type {
  background: #fff;
}
@media screen and (max-width: 1020px) {
  .xjBox {
    width: 45%;
  }
}
@media screen and (max-width: 616px) {
  .performance .irInner,
  .finance .irInner,
  .cashflow .irInner {
    display: block;
  }
  .xjBox {
    width: 100%;
  }
  .xj_chart_table td {
    font-size: 11px;
  }
}

/*===============================
 
  stoock
 
================================*/

.ir .outline {
  width: 100%;
  padding: 0 30px;
}
.ir .outline:first-of-type {
  border-top: none;
}
.ir .outline dt {
  width: 250px;
}
@media screen and (max-width: 1020px) {
  .ir .outline {
    padding: 20px 30px;
  }
}

/*===============================
 
	FAQ
 
================================*/
.irFaqList {
  padding: 0 20px;
}
.irFaqList ul {
  width: 100%;
  text-align: left;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: #ccc 1px solid;
}
.irFaqList ul li {
  width: 100%;
  text-align: left;
  padding-bottom: 20px;
}
.irFaqList ul li a {
  color: #000;
  font-weight: bold;
  font-size: 1.8rem;
  transition: all 0.3s;
}
.irFaqList ul li a:hover {
  opacity: 0.6;
}
.irFaqList dl {
  width: 100%;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
}
.irFaqList dl dt {
  font-weight: bold;
  font-size: 1.8rem;
  text-decoration: underline;
  margin-bottom: 10px;
}
.irFaqList dl dd {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
.qua,
.ans {
  margin-bottom: 1.5rem;
}
dt.qua {
  color: #00a6e0;
}
dt.ans {
  color: #595656;
}
dd.qua {
  font-weight: 700;
  border-bottom: solid 1px #cccccc;
  font-size: 1.1em;
}
.irFaqNote {
  margin-top: 60px;
  padding: 30px;
  border: #000 2px solid;
}
.irFaqNote li {
  padding-bottom: 5px;
}
@media screen and (max-width: 1020px) {
  dd.qua {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 1020px) {
  .irFaqList dl dt:before {
    content: " ";
    margin-top: -100px;
    height: 100px;
    display: block;
    visibility: hidden;
  }
}
/*===============================
 
	株主優待のご案内
 
================================*/

.ir_benefit h2 {
  width: 100%;
  color: #000;
  text-align: left;
  border-bottom: #000 2px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ir_benefit .ir_benefit_nav {
  margin: 30px 0px 0px 0px;
  padding: 0px 0px 30px 0px;
  border-bottom: 1px solid #cccccc;
}
.ir_benefit .ir_benefit_h2 {
  margin-top: 60px;
}
.ir_benefit .ir_benefit_nav li {
  padding: 5px 0px 5px 27px;
  position: relative;
}
.ir_benefit .ir_benefit_nav li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-2px) rotate(135deg);
  box-sizing: border-box;
}
.ir_benefit .ir_benefit_nav a {
  color: #000;
}
.ir_benefit table {
  width: 100%;
  font-size: 1.5rem;
}
.ir_benefit table td {
  padding: 8px;
  border: 1px solid #cccccc;
}
.ir_benefit table .ir_benefit_table_title {
  background-color: #f5f5f5;
  text-align: center;
}
.ir_benefit_note_list li {
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 12px;
}
@media screen and (max-width: 700px) {
  .ir_benefit table {
    width: 100%;
    font-size: 1rem;
  }
  .ir_benefit table td {
    padding: 2px;
  }
  .ir_benefit_note_list li {
    font-size: 1.6rem;
  }
  .ir_benefit img {
    width: 100%;
  }
}
