@charset "UTF-8";
main h2 {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}

main h2::after {
  display: block;
  width: 80px;
  height: 4px;
  margin-top: 32px;
  background-color: #106AB0;
  content: "";
}

.stocks_top .top_contentlist_area li:nth-child(1) {
  background-image: url(../img/stocks/top_bg_01_pc.jpg);
}

.stocks_top .top_contentlist_area li:nth-child(2) {
  background-image: url(../img/stocks/top_bg_02_pc.jpg);
}

.stocks_top .top_contentlist_area li:nth-child(3) {
  background-image: url(../img/stocks/top_bg_03_pc.jpg);
}

.stocks_top .top_contentlist_area li:nth-child(4) {
  background-image: url(../img/stocks/top_bg_04_pc.jpg);
}

.stocks_top .top_contentlist_area li:nth-child(5) {
  background-image: url(../img/stocks/top_bg_05_pc.jpg);
}

.stocks_top .top_contentlist_area li:nth-child(6) {
  background-image: url(../img/stocks/top_bg_06_pc.jpg);
}

.stocks_top .top_contentlist_area li:nth-child(7) {
  background-image: url(../img/stocks/top_bg_07_pc.jpg);
}

.stocks_top .top_contentlist_area li:nth-child(8) {
  background-image: url(../img/stocks/top_bg_08_pc.jpg);
}

/* 決算短信 */
.stocks_pdflist main h2.hx_base {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 36px;
}

.stocks_pdflist main dl {
  margin-bottom: 40px;
}

.stocks_pdflist main dt {
  position: relative;
  height: 40px;
  border-bottom: 1px solid #606060;
  color: #606060;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.stocks_pdflist main dt.on::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.stocks_pdflist main dt::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-image: url(../img/news/arrow.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.stocks_pdflist main dd {
  display: none;
  padding-top: 20px;
}

.stocks_pdflist main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.stocks_pdflist main li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px 20px 0;
  font-size: 16px;
  line-height: 1;
}

.stocks_pdflist main li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 25px;
  border: 2px solid rgba(16, 106, 176, 0.3);
  border-radius: 100px;
  color: #106AB0;
  line-height: 1.2;
}

.stocks_pdflist main li a span {
  width: calc(100% - 30px);
}

.stocks_pdflist main li a::after {
  display: inline-block;
  width: 20px;
  height: 27px;
  margin-left: 10px;
  background-image: url(../img/stocks/ico_pdf.png);
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}

.stocks_pdflist main .news_date {
  width: 150px;
  font-weight: 300;
}

.stocks_pdflist main .news_link {
  width: calc(100% - 150px);
}

.stocks_pdflist main .news_link a {
  color: #106AB0;
  font-weight: bold;
}

/* 有価証券報告書 */
/* 株主総会関連資料 */
/* 株主への報告書 */
/* 株式・株主情報 */
.stocks_stockholder main {
  font-size: 16px;
}

.stocks_stockholder main img {
  width: auto;
  max-width: 100%;
}

.stocks_stockholder main h2 span {
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
}

.stocks_stockholder main table {
  width: 100%;
  border-top: 1px solid #C0C0C0;
}

.stocks_stockholder main table th,
.stocks_stockholder main table td {
  padding: 20px 0;
  border-bottom: 1px solid #C0C0C0;
  table-layout: fixed;
}

.stocks_stockholder main table th {
  width: 250px;
  padding-right: 2em;
  text-align: left;
}

.stocks_stockholder main table td a {
  color: #106AB0;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.stocks_stockholder main table td a:hover {
  opacity: 0.7;
}

.stocks_stockholder main table + p,
.stocks_stockholder main div + p {
  margin-top: 40px;
}

.stocks_stockholder main p {
  line-height: 2;
}

.stocks_stockholder main .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stocks_stockholder main .box2 h3 {
  width: 160px;
  margin-top: 17px;
  font-weight: bold;
}

.stocks_stockholder main .box2 table {
  width: calc(100% -160px);
}

.stocks_stockholder main .box2 th {
  width: 200px;
}

.stocks_stockholder main .table_03 {
  border-top: none;
}

.stocks_stockholder main .table_03 th,
.stocks_stockholder main .table_03 td {
  padding: 10px 0;
  border-bottom: 1px solid #106AB0;
  vertical-align: middle;
}

.stocks_stockholder main .table_03 th {
  width: calc(100% - 300px);
  color: #106AB0;
}

.stocks_stockholder main .table_03 td {
  border-left: 1px solid rgba(16, 106, 176, 0.2);
  text-align: center;
}

.stocks_stockholder main .table_03 tr:first-child th:nth-child(2),
.stocks_stockholder main .table_03 tr:first-child th:nth-child(3) {
  width: 150px;
  border-left: 1px solid #fff;
  background-color: #106AB0;
  color: #fff;
  text-align: center;
}

.stocks_stockholder main .table_03 .bgc {
  background-color: rgba(16, 106, 176, 0.2);
}

/* IRカレンダー */
.stocks_calendar main li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 20px 0 0;
}

.stocks_calendar main li:first-child {
  margin-top: 0;
}

.stocks_calendar main span {
  font-size: 16px;
}

.stocks_calendar main .ir_calendar_term {
  margin-right: 20px;
  padding: 10px 20px;
  border: 1px solid #106AB0;
  border-radius: 50px;
  color: #106AB0;
  font-size: 14px;
}

.stocks_calendar main .ir_calendar_title {
  margin-right: 20px;
  color: #106AB0;
  font-weight: bold;
  font-size: 18px;
}

/* 電子公告 */
.stocks_e-public-notice main p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2;
}

.stocks_e-public-notice main p:last-child {
  margin-bottom: 0;
}

.stocks_e-public-notice main .link_pdf {
  display: inline-block;
}

.stocks_e-public-notice main .link_pdf a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 25px;
  border: 2px solid rgba(16, 106, 176, 0.3);
  border-radius: 100px;
  color: #106AB0;
  line-height: 1.2;
}

.stocks_e-public-notice main .link_pdf a span {
  width: calc(100% - 43px);
}

.stocks_e-public-notice main .link_pdf a::after {
  display: inline-block;
  width: 23px;
  height: 30px;
  margin-left: 20px;
  background-image: url(../img/stocks/ico_pdf.png);
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}

@media screen and (max-width: 768px) {
  main h2 {
    line-height: 1.2;
  }
  .stocks_top .top_contentlist_area li:nth-child(1) {
    background-image: url(../img/stocks/top_bg_01_sp.jpg);
  }
  .stocks_top .top_contentlist_area li:nth-child(2) {
    background-image: url(../img/stocks/top_bg_02_sp.jpg);
  }
  .stocks_top .top_contentlist_area li:nth-child(3) {
    background-image: url(../img/stocks/top_bg_03_sp.jpg);
  }
  .stocks_top .top_contentlist_area li:nth-child(4) {
    background-image: url(../img/stocks/top_bg_04_sp.jpg);
  }
  .stocks_top .top_contentlist_area li:nth-child(5) {
    background-image: url(../img/stocks/top_bg_05_sp.jpg);
  }
  .stocks_top .top_contentlist_area li:nth-child(6) {
    background-image: url(../img/stocks/top_bg_06_sp.jpg);
  }
  .stocks_top .top_contentlist_area li:nth-child(7) {
    background-image: url(../img/stocks/top_bg_07_sp.jpg);
  }
  .stocks_top .top_contentlist_area li:nth-child(8) {
    background-image: url(../img/stocks/top_bg_08_sp.jpg);
  }
  .stocks_pdflist main li a {
    border-radius: 30px;
  }
  .stocks_stockholder main {
    font-size: 16px;
  }
  .stocks_stockholder main img {
    width: 100%;
  }
  .stocks_stockholder main h2 span {
    width: calc(100%);
    margin-left: 0;
  }
  .stocks_stockholder main table th {
    width: 120px;
    padding-right: 1em;
  }
  .stocks_stockholder main .box2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .stocks_stockholder main .box2 h3 {
    width: 100%;
    margin: 0 0 20px;
  }
  .stocks_stockholder main .box2 table {
    width: 100%;
  }
  .stocks_stockholder main .table_03 th,
  .stocks_stockholder main .table_03 td {
    padding: 5px;
  }
  .stocks_stockholder main .table_03 th {
    width: calc(100% - 140px);
  }
  .stocks_stockholder main .table_03 tr:first-child th:nth-child(2),
  .stocks_stockholder main .table_03 tr:first-child th:nth-child(3) {
    width: 70px;
    padding: 5px;
  }
  .stocks_calendar main li {
    display: block;
  }
  .stocks_calendar main .ir_calendar_term {
    display: table;
    margin-bottom: 6px;
    line-height: 1;
  }
  .stocks_calendar main .ir_calendar_title {
    margin-right: 0.5em;
  }
  .stocks_e-public-notice main p {
    font-size: 16px;
  }
  .stocks_e-public-notice main .link_pdf a {
    border-radius: 30px;
  }
}

/*# sourceMappingURL=maps/stocks.css.map */
