@charset "UTF-8";
/*=========================
▼▼IR情報の記事のタグの色▼▼
===========================*/
.summary {
  background-color: #255f8a;
}
.timely_disclosure {
  background-color: #159279;
}
.statutory_disclosure {
  background-color: #c18e33;
}
.ir {
  background-color: #975cad;
}
.notice {
  background-color: #c3513f;
}
main img {
  display: block;
  height: auto;
  width: 100%;
}
/*=========================
▲▲IR情報の記事のタグの色▲▲
===========================*/
@media screen and (min-width: 768px) {
  /*=========================
  ▼▼コンテンツが少ない時にfooterの下に余白ができるのを防ぐ▼▼
  ===========================*/
  #page-container {
    min-height: 100vh;
    position: relative;
  }
  .footer_block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  /*=========================
  ▲▲コンテンツが少ない時にfooterの下に余白ができるのを防ぐ▲▲
  ===========================*/
  .year_select {
    position: relative;
    width: fit-content;
    margin-bottom: 27px;
  }
  .year_select::after {
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    background-image: url(../img/ir_common/year_arrow.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    right: 10px;
    cursor: pointer;
  }
  .year_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 24px 9px 14px;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    color: #333;
  }
  .pc_none {
    display: none;
  }
  main {
    padding-top: 10px;
    padding-bottom: 534px;
  }
  .ir_auto {
    width: 80%;
    margin: 0 auto;
    max-width: 1000px;
  }
  .bread_list {
    display: flex;
    align-items: center;
    margin-bottom: 42px;
  }
  .bread_list li {
    font-size: 12px;
    line-height: 1.5;
    margin-right: 36px;
    color: #333;
    position: relative;
  }
  .bread_list li:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 8px;
    height: 10px;
    background-image: url(../img/ir_common/breadcrumb_right_arrow.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
  }
  .bread_list li a {
    color: #333;
  }
  @media screen and (max-width: 980px) {

  }
  .ir_page_title {
    color: #333;
    font-size: 29px;
    line-height: 1.2;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
    margin-bottom: 36px;
  }
  .ir_page_title_eng {
    display: inline-block;
    margin-left: 16px;
    font-size: 20px;
    line-height: 1.5;
    color: #333;
  }
  .ir_h2_title {
    font-size: 22px;
    line-height: 1.4;
    color: #268391;
    margin-bottom: 5px;
    padding-bottom: 0;
  }
  .ir_h3_title {
    font-size: 20px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 0;
  }
  .ir_text_block {
    margin-bottom: 55px;
  }
  .ir_text {
    font-size: 17px;
    font-weight: 500;
    line-height: 2;
    color: #666;
    padding-bottom: 0;
  }
  .ir_img_block {
    margin-bottom: 65px;
  }
  .ir_img_block .ir_h2_title {
    margin-bottom: 19px;
  }
  .ir_img {
    width: 100%;
  }
  .ir_img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .ir_sub_text_block .ir_text_block {
    margin-bottom: 34px;
  }
  .ir_sub_block {
    margin-bottom: 40px;
  }
  .ir_sub_block:last-of-type {
    margin-bottom: 0;
  }
  /*=========================
  ▼▼IRニュース一覧のカテゴリーのボタン▼▼
  ===========================*/
  .ir_list_btn_list {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .list_btn {
    width: calc(100% / 4 - 8px);
    margin: 0 4px 10px;
  }
  .list_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 20px 11px;
    line-height: 1.4;
    font-size: 17px;
    transition: all 0.3s;
    color: #fff;
    background-color: #fff;
  }
  .list_btn a:hover {
    color: #fff;
  }
  .list_btn .all {
    border: 2px solid #666;
    color: #666;
  }
  .list_btn .all:hover {
    background-color: #666;
  }
  /*=========================
  ▲▲IRニュース一覧のカテゴリーのボタン▲▲
  ===========================*/
  /*=========================
  ▼▼IR情報の記事▼▼
  ===========================*/
  .news_list {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .news_list li {
    border-top: 1px solid #d5d5d5;
  }
  .news_list li:last-of-type {
    border-bottom: 1px solid #d5d5d5;
  }
  .news_list li:first-of-type {
    border-top: none;
  }
  .news_list li a {
    padding: 15px 42px 13px 20px;
    display: flex;
    align-items: center;
    color: #666;
    font-size: 14px;
    position: relative;
  }
  .news_list li a::after {
    content: "";
    display: block;
    width: 9px;
    height: 11px;
    background-image: url(../img/ir_common/news_right_arrow.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 27px;
    transition: all 0.3s;
  }
  .news_list li a:hover::after {
    right: 20px;
  }
  .news_date {
    display: flex;
    line-height: 1.5;
    margin-right: 22px;
    align-items: center;
  }
  .news_date time {
    display: block;
    margin-right: 20px;
    line-height: 1.5;
    font-weight: 400;
  }
  .news_list .news_date .tag {
    padding: 4px 12px 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    width: 100px;
    line-height: 1.2;
  }
  .news_title {
    margin-right: 10px;
    padding-bottom: 0;
  }
  .pdf {
    position: relative;
    padding-left: 14px;
  }
  .pdf::after {
    content: "";
    display: block;
    width: 14px;
    height: 17px;
    background-image: url(../img/ir_common/icon_pdf.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  /*=========================
  ▲▲IR情報の記事▲▲
  ===========================*/

  /*=========================
  ▼▼IRページ共通のfooter▼▼
  ===========================*/
  .ir_footer {
    border-top: 1px solid #333;
    padding-top: 39px;
    width: 80%;
    max-width: 1000px;
    margin: 0 auto 35px;
  }
  .ir_footer_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ir_footer_list > li {
    border: solid 1px #d5d5d5;
    width: 49%;
    margin-bottom: 13px;
    padding: 10px 26px 18px;
    min-height: 240px;
  }
  .ir_block {
    position: relative;
  }
  .ir_block::after {
    content: "";
    display: block;
    height: 40px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .ir_management .ir_block::after {
    width: 51px;
    background-image: url(../img/ir_common/icon_management.png);
  }
  .ir_library .ir_block::after {
    width: 41px;
    background-image: url(../img/ir_common/icon_library.png);
  }
  .ir_title {
    font-size: 22px;
    line-height: 1.2;
    padding-top: 46px;
    color: #268391;
    width: fit-content;
    margin: 0 auto 17px;
  }
  .ir_detail_list li {
    line-height: 1.4;
    margin-bottom: 4px;
  }
  .ir_detail_list li:last-of-type {
    margin-bottom: 0;
  }
  .ir_detail_list li a {
    width: fit-content;
    margin-right: 5px;
    display: flex;
    position: relative;
    align-items: center;
    color: #666;
  }
  .ir_detail_list li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 10px;
    background-image: url(../img/ir_common/news_right_arrow.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -18px;
    transition: all 0.3s;
  }
  .ir_detail_list li a:hover::after {
    right: -22px;
  }
  /*=========================
  ▲▲IRページ共通のfooter▲▲
  ===========================*/
}
@media screen and (max-width: 767px) {
  .year_select {
    position: relative;
    width: fit-content;
    margin-bottom: 18px;
  }
  .year_select::after {
    content: "";
    display: block;
    width: 8px;
    height: 5px;
    background-image: url(../img/ir_common/year_arrow.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    right: 6px;
  }
  .year_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 8px 20px 7px 10px;
    outline: none;
    font-size: 14px;
    color: #333;
  }
  .sp_none {
    display: none;
  }
  main {
    padding-top: 10px;
  }
  .ir_auto {
    width: 80%;
    margin: 0 auto;
    max-width: 1000px;
  }
  .bread_list {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
  }
  .bread_list li {
    font-size: 12px;
    line-height: 1.4;
    margin-right: 24px;
    color: #333;
    position: relative;
  }
  .bread_list li:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 8px;
    height: 10px;
    background-image: url(../img/ir_common/breadcrumb_right_arrow.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
  }
  .bread_list li a {
    color: #333;
  }
  .ir_page_title {
    color: #333;
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
    margin-bottom: 28px;
  }
  .ir_page_title_eng {
    display: block;
    font-size: 18px;
    margin-top: 4px;
    line-height: 1.4;
    color: #333;
  }
  .ir_h2_title {
    font-size: 20px;
    line-height: 1.4;
    color: #268391;
    margin-bottom: 8px;
    padding-bottom: 0;
  }
  .ir_h3_title {
    font-size: 18px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
    position: relative;
    padding-bottom: 0;
  }
  .ir_text_block {
    margin-bottom: 40px;
  }
  .ir_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    color: #666;
  }
  .ir_img_block {
    margin-bottom: 42px;
  }
  .ir_img_block .ir_h2_title {
    margin-bottom: 14px;
  }
  .ir_img {
    width: 100%;
  }
  .ir_img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .ir_sub_text_block .ir_text_block {
    margin-bottom: 28px;
  }
  .ir_sub_block {
    margin-bottom: 22px;
  }
  .ir_sub_block:last-of-type {
    margin-bottom: 0;
  }
  /*=========================
  ▼▼IRニュース一覧のカテゴリーのボタン▼▼
  ===========================*/
  .ir_list_btn_list {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 22px;
  }
  .list_btn {
    width: calc(100% / 2 - 4px);
    margin: 0 2px 6px;
  }
  .list_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 12px 9px;
    line-height: 1.3;
    font-size: 15px;
    color: #fff;
    background-color: #fff;
  }
  .list_btn .all {
    border: 2px solid #666;
    color: #666;
  }
  /*=========================
  ▲▲IRニュース一覧のカテゴリーのボタン▲▲
  ===========================*/
  /*=========================
  ▼▼IR情報の記事▼▼
  ===========================*/
  .news_list li {
    border-top: 1px solid #d5d5d5;
  }
  .news_list li:first-of-type {
    border-top: none;
  }
  .news_list li:last-of-type {
    border-bottom: 1px solid #d5d5d5;
  }
  .news_list li a {
    padding: 15px 24px 13px 20px;
    color: #666;
    font-size: 14px;
    position: relative;
    display: block;
  }
  .news_list li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 10px;
    background-image: url(../img/ir_common/news_right_arrow.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .news_date {
    display: flex;
    line-height: 1.4;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
  }
  .news_date time {
    display: inline-block;
    margin-right: 16px;
    line-height: 1.5;
    font-weight: 400;
  }
  .news_list .news_date .tag {
    padding: 3px 4px 4px;
    color: #fff;
    display: flex;
    justify-content: center;
    width: 84px;
    line-height: 1.2;
  }
  .news_title {
    padding-bottom: 0;
    display: inline-block;
    margin-right: 10px;
  }
  .pdf {
    position: relative;
    padding-left: 12px;
    display: inline-block;
  }
  .pdf::after {
    content: "";
    display: block;
    width: 14px;
    height: 17px;
    background-image: url(../img/ir_common/icon_pdf.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  /*=========================
  ▲▲IR情報の記事▲▲
  ===========================*/
  /*=========================
  ▼▼IRページ共通のfooter▼▼
  ===========================*/
  .ir_footer {
    border-top: 1px solid #333;
    padding-top: 28px;
    width: 80%;
    max-width: 1000px;
    margin: 64px auto 32px;
  }
  .ir_footer_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ir_footer_list > li {
    border: solid 1px #d5d5d5;
    width: 100%;
    margin-bottom: 12px;
    padding: 18px 6% 17px;
  }
  .ir_footer_list > li:last-of-type {
    margin-bottom: 0;
  }
  .ir_title {
    font-size: 18px;
    line-height: 1.3;
    color: #268391;
    width: fit-content;
    margin-bottom: 8px;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .ir_block .ir_title::after {
    content: "";
    display: block;
    height: 32px;
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .ir_management .ir_block .ir_title::after {
    width: 41px;
    background-image: url(../img/ir_common/icon_management.png);
  }
  .ir_library .ir_block .ir_title::after {
    width: 33px;
    background-image: url(../img/ir_common/icon_library.png);
  }
  .ir_detail_list li {
    line-height: 1.4;
    margin-bottom: 4px;
  }
  .ir_detail_list li:last-of-type {
    margin-bottom: 0;
  }
  .ir_detail_list li a {
    width: fit-content;
    margin-right: 5px;
    display: flex;
    position: relative;
    align-items: center;
    color: #666;
    padding: 2px 0 1px;
  }
  .ir_detail_list li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 10px;
    background-image: url(../img/ir_common/news_right_arrow.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -18px;
  }
  /*=========================
  ▲▲IRページ共通のfooter▲▲
  ===========================*/
}
