@charset "UTF-8";
/* ==========================================================================

共通

========================================================================== */
section + section {
  padding-top: 50px;
}

/* ==========================================================================

 IR情報

========================================================================== */

.ir-top{
  display: grid;
  gap: 20px;
  max-width: 1100px;
  width: calc(100% - 20px);
  margin: 10px auto 0;
}
.ir-top section{
  padding: 0;
}

.ir-top section h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.link-flame {
  position: relative;
  display: block;
}

.link-flame::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #ccc;
}

/* IR最新資料 */
.ir-top-material {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .ir-top-material {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
/* IR最新情報 & IR最新情報(PR) */
.ir-top-info{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
}
/* .ir-top-info section div {
  height: 100%;
  background-color: #f2f2f2;
} */
@media screen and (max-width: 767px) {
  .ir-top-info{
    grid-template-columns: 1fr;
  }
}


.ir-top a{
  color: inherit;
}
.ir-top a:hover{
  text-decoration: none;
}
.ir-top a:hover.gl-list__item2{
  outline: 1px solid #ccc;
  outline-offset: -1px;
}
.gl-list__item2{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 15px;
  align-items: center;
  padding: 16px 20px 14px 15px;
  min-height: 50px;
  background-color: #fff;
}
.gl-list__item2 p:last-child{
  grid-row: 2/3;
  grid-column: 1/3;
}
.gl-list__item2:nth-child(2n+1) {
    background-color: #f2f2f2;
}
.gl-list__item2.ico2{
    padding: 16px 56px 14px 15px;
}
.ico2--pdf:after {
    right: 10px;
    background-image: url(/common/images/icon_pdf.png);
}
.ico2:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    margin: auto 0 auto 0;
    background-repeat: no-repeat;
    background-size: 36px 36px;
}

.type1::before,
.type2::before,
.type3::before,
.type4::before{
  display: grid;
  place-items: center;
  width: 62px;
  height: 18px;
  padding: 0 5px;
  border-radius: 4px;
  font-size: 1.0rem;
  font-weight: 600;
  color: #fff;
}
.type1::before{ content: 'IR情報'; background: #0064be; }
.type2::before{ content: '適時開示'; background: #009146; }
.type3::before{ content: 'その他'; background: #808080; }
.type4::before{ content: 'IRニュース'; background: #29abe2; }

.ir-top .gl-list-calender .gl-list__item p:last-child {
    width: auto;
    padding-right: 0;
}
/* ==========================================================================

	株主還元方針 :return.html;

========================================================================== */
#return {
  line-height: 2;
}

.return-lead {
  margin-bottom: 35px;
}

.return-blk {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .return-blk {
    padding-bottom: 35px;
  }
}
.return-blk__title {
  margin-bottom: 20px;
  padding: 0.222em 0 0.222em 0.5em;
  background-color: #25479b;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
}
.return-blk__note {
  padding: 0.25em 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .return-blk__note {
    font-size: 1rem;
  }
}

.return-scroll-table {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #000;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.return-table-title {
  margin-bottom: 7px;
  font-family: "UD Shin Go NT DemiBold", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  font-feature-settings: "palt" 1;
}

.return-table {
  table-layout: fixed;
  min-width: 100%;
}
.return-table tr:not(:last-child) {
  border-bottom: 1px solid #000;
}
.return-table th,
.return-table td {
  padding: 0.85em 0.25em;
  vertical-align: middle;
  text-align: center;
  font-family: "UD Shin Go NT DemiBold", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .return-table th,
.return-table td {
    padding: 0.85em 0.5em;
    font-size: 1.2rem;
  }
}
.return-table th:not(:last-child),
.return-table td:not(:last-child) {
  border-right: 1px solid #000;
}

.return-1 {
  padding-top: 10px;
  text-align: center;
}
.return-1__list {
  max-width: 880px;
  padding: 4px 10px;
  margin: 0 auto 25px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
  font-family: "Gothic MB101 Regular", sans-serif;
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .return-1__list {
    font-size: 1.6rem;
  }
}
.return-1__list ul {
  display: inline-block;
  text-align: left;
}
.return-1__list li {
  text-indent: -1em;
  padding-left: 1em;
}
.return-1__list li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -2px;
  margin-right: 0.25em;
  background: url(/ir/images/check.svg) 50% 50%/100% 100% no-repeat;
}
.return-1 p:nth-of-type(1) {
  margin-bottom: 15px;
  font-family: "Gothic MB101 Regular", sans-serif;
  font-size: 1.8rem;
  color: #f00;
}
@media screen and (max-width: 767px) {
  .return-1 p:nth-of-type(1) {
    font-size: 1.6rem;
  }
}
.return-1 p:nth-of-type(2) {
  margin-bottom: 35px;
}
.return-1 p:nth-of-type(3) {
  display: inline-block;
  padding: 0 1em;
  margin: 0 auto 30px;
  border-bottom: 1px solid #25479b;
  font-family: "UD Shin Go NT Regular", sans-serif;
  font-size: 1.8rem;
  color: #25479b;
}
@media screen and (max-width: 767px) {
  .return-1 p:nth-of-type(3) {
    font-size: 1.6rem;
  }
}

.return-blk__fig1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.return-blk__fig1 figure {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .return-blk__fig1 figure {
    width: 100%;
  }
  .return-blk__fig1 figure:nth-child(2) {
    margin-top: 20px;
  }
}
.return-blk__fig1 div {
  position: relative;
}
@media screen and (max-width: 767px) {
  .return-blk__fig1 div {
    max-width: 460px;
    margin: 0 auto;
  }
}
.return-blk__fig1 div::before {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 89.156626506%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .return-blk__fig1 div::before {
    width: 100%;
  }
}
.return-blk__fig1 figcaption {
  padding: 10px 0 15px;
  font-family: "UD Shin Go NT Regular", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .return-blk__fig1 figcaption {
    font-size: 2rem;
  }
}

.return-blk__fig2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 30px 20px;
  margin-bottom: 50px;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .return-blk__fig2 {
    padding: 10px 10px 20px;
  }
}
.return-blk__fig2 figure {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .return-blk__fig2 figure {
    width: 100%;
  }
  .return-blk__fig2 figure:nth-child(2) {
    margin-top: 20px;
  }
}
.return-blk__fig2 div {
  position: relative;
}
@media screen and (max-width: 767px) {
  .return-blk__fig2 div {
    max-width: 456px;
    margin: 0 auto;
  }
}
.return-blk__fig2 figcaption {
  padding: 10px 0 15px;
  font-family: "UD Shin Go NT Regular", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .return-blk__fig2 figcaption {
    font-size: 2rem;
  }
}

/* ==========================================================================

	IR情報 / カレンダー :index.html;

========================================================================== */
/* ==========================================================================

	IR情報 / 決算短信 :library.html;

========================================================================== */
/* ==========================================================================

	IR情報 / 有価証券報告書 :library2.html

========================================================================== */
/* ==========================================================================

	IR情報 / 決算説明会資料 :library3.html

========================================================================== */
/* ==========================================================================

	IR情報 / 中期経営方針 :plan.html;

========================================================================== */
#plan {
  line-height: 2.1;
}

#plan hr {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 1px;
  border: none;
}

#plan .text-block {
  margin-bottom: 20px;
}

#plan .text-block__title {
  /**/
  font-size: 1.8rem;
  color: #0b308e;
}

/* ==========================================================================

	IR情報 / 株式情報 :stocks.html;

========================================================================== */
#stocks {
  line-height: 2.1;
}

#stocks .text-block {
  margin-bottom: 40px;
}

#stocks .text-block .indent {
  padding-left: 1em;
}

#stocks h2 {
  font-size: 1.4rem;
}

#stocks dl.dl--type1 dt {
  clear: both;
  float: left;
  width: 10em;
}

#stocks dl.dl--type1 dd {
  margin: 0 0 0.25em 10em;
}

#stocks dl.dl--type2 dd {
  margin: 0 0 1em 10em;
}

#stocks dl.dl--type3 dt {
  clear: both;
  float: left;
  margin-right: 1em;
}

#stocks dl.dl--type3 dd {
  margin: 0 0 1em 1em;
}

#stocks p.ex {
  text-indent: -3em;
  padding-left: 3em;
}

.stocks__chart iframe {
  height: 1040px;
}

@media screen and (max-width: 767px) {
  #stocks dl.dl--type1 dt {
    clear: both;
    float: none;
    width: auto;
  }

  #stocks dl.dl--type1 dd {
    margin: 0 0 0.25em 1em;
  }

  #stocks dl.dl--type2 dd {
    margin: 0 0 1em 1em;
  }

  .stocks__chart iframe {
    height: 1140px;
  }
}
/* ==========================================================================

 IR情報 / 株主総会 :meeting.html;

========================================================================== */
#meeting .text-block {
  margin-bottom: 50px;
}

#meeting .text-block dl dt {
  float: left;
  clear: left;
  padding-left: 2.2em;
}

#meeting .text-block dl dd {
  margin-left: 2.2em;
  padding-left: 3em;
}

/* ==========================================================================

 IR情報 / 業績・財務情報 :financial.html;

========================================================================== */
#financial .financial-navi .col-xs-6 {
  margin-bottom: 10px;
}

#financial .financial-navi a {
  text-align: center;
  display: block;
  position: relative;
  height: 38px;
  padding: 5px;
  background: #0b308c;
}

#financial .financial-navi a span {
  color: #ffffff;
  vertical-align: middle;
}

#financial figure {
  max-width: 870px;
  margin: 0 auto;
}

#financial figure img[src$=".svg"] {
  max-width: 870px;
  width: 100%;
}

#financial figure + figure {
  margin-top: 40px;
}

#financial figcaption {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

#financial .table-wrapper {
  max-width: 870px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

#financial .table-name {
  margin-bottom: 10px;
}

#financial .table-name span {
  float: right;
}

table.ir {
  font-size: 1.2rem;
  line-height: 1.45;
  width: 100%;
  border: 1px solid #000000;
  margin-bottom: 20px;
}

table.ir td,
table.ir th {
  font-weight: normal;
  padding: 5px 10px;
  text-align: center;
  border-left: 1px solid #000000;
}

table.ir tr {
  border-bottom: 1px solid #000000;
}

table.ir p {
  text-indent: -1em;
  padding-left: 1em;
}

#financial table.ir tr:first-child th:nth-child(1) {
  width: 20%;
}

#financial table.ir tr:first-child th:nth-child(2) {
  width: 16%;
}

#financial table.ir tr:first-child th:nth-child(3) {
  width: 16%;
}

#financial table.ir tr:first-child th:nth-child(4) {
  width: 16%;
}

#financial table.ir tr:first-child th:nth-child(5) {
  width: 16%;
}

#financial table.ir tr:first-child th:nth-child(6) {
  width: 16%;
}

#financial table.ir-ex tr:first-child th:nth-child(1) {
  width: 20%;
}

#financial table.ir-ex tr:first-child th:nth-child(2) {
  width: 20%;
}

#financial table.ir-ex tr:first-child th:nth-child(3) {
  width: 20%;
}

#financial table.ir-ex tr:first-child th:nth-child(4) {
  width: 20%;
}

#financial table.ir-ex tr:first-child th:nth-child(5) {
  width: 20%;
}

#financial table.ir td {
  text-align: right;
}

@media screen and (max-width: 767px) {
  table.ir {
    font-size: 1rem;
  }

  table.ir td,
table.ir th {
    padding: 5px;
  }

  table.ir span {
    font-size: 0.6rem;
  }
}