@charset "utf-8";
/* IR style */

/* ========================================
	IR 共通
======================================== */
.ai {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding-left: 7px;
}
.ai-out::after {
  background: url('../img/icon_out.svg') no-repeat center / 100% auto;
  content: '';
  display: inline-block;
  height: 14px;
  width: 14px;
}

#ir-nav-area {
  background-color: #222;
  /* padding-left: 5%; */
}
#ir-nav-area-g {
  background-color: #a78a44;
  padding-left: 5%;
}
#ir-nav {
  padding: 15px 20px;
}
#ir-nav a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px;
  text-decoration: none;
}

.ir-subnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 70px;
  width: 100%;
}
.ir-subnav ul li {
  min-width: 20%;
  margin: 0 20px;
  text-align: center;
}
.ir-subnav li.link-out a {
  padding: 0 1.5em 0 0;
  position: relative;
}
.ir-subnav .ai-out {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.ir-subnav ul li a.active {
  color: #a78a44;
}
.ir-subnav li a .ai::after {
  right: 20px;
}
@media screen and (max-width: 768px) {
  .ir-subnav ul {
    justify-content: flex-start;
    margin: 0 -25px 40px 0;
  }
  .ir-subnav ul li {
    margin: 0 25px 15px 0;
    min-width: calc(50% - 25px);
    text-align: left;
  }
}

.s_eirList_item:last-child {
  border-bottom: 1px solid #ccc3af;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .s_eirModule_titleBox {
    width: calc(100% - (7em + 12em));
  }
}
.s_eirModule_type_icon-pdf {
  display: none;
}
.s_eirModule_type_figure {
  display: inline;
  margin: 0;
}
.s_eirModule_type_figure_image {
  height: 1em;
  position: relative;
  top: -2px;
}
.eir[class*='area_tanshin_'] .eirItem_new,
.eir[class*='area_yuho_'] .eirItem_new,
.eir[class*='area_presentation_'] .eirItem_new,
.eir[class*='area_ir_material_'] .eirItem_new,
.eir[class*='area_meeting_'] .eirItem_new {
  display: none;
}

.btn-more {
  width: 200px;
  background: #a78a44;
  border-radius: 30px;
  margin: 30px 0 0 0;
}
.btn-more a {
  background: url('/wp-content/themes/cuorips2019/inc/img/common/ar_cr_white.svg')
    no-repeat right 15px center;
  background-size: 25px auto;
  font-weight: bold;
  display: block;
  padding-left: 20px;
  color: #fff;
  text-decoration: none;
  line-height: 50px;
}

.indent-1em {
  padding-left: 1em;
  text-indent: -1em;
}
.indent-1hem {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.indent-2em {
  padding-left: 2em;
  text-indent: -2em;
}
.indent-2hem {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.indent-3em {
  padding-left: 3em;
  text-indent: -3em;
}
.indent-3hem {
  padding-left: 3.5em;
  text-indent: -3.5em;
}

ul.ir-list {
  padding-bottom: 20px;
  margin-left: 1em !important;
}
ul.ir-list li {
  position: relative;
  list-style: none;
  margin-bottom: 4px;
  padding-left: 0px;
}

ul.ir-list li::after {
  display: block;
  content: '';
  position: absolute;
  top: 0.6em;
  left: -0.9em;
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 100%;
}

.t-center {
  text-align: center;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

/* ========================================
	TOPページ
======================================== */
#ir-news {
  width: 100%;
  background: #fff;
  padding: 0 0 0px 0;
}

#ir-news h2 {
  font-size: 62px;
  color: #a78a44;
}

#ir-news h2 span {
  font-size: 14px;
  display: block;
}

#ir-news .wrap {
  max-width: 908px;
  margin: auto;
}

#ir-news .wrap > .eir {
  margin-top: 30px;
}
#ir-news .s_eirList_item {
  border-top: 1px solid #a78a44;
}
#ir-news .s_eirList_item:last-child {
  border-color: #a78a44;
}
#ir-news .s_eirModule_eirItem > * {
  margin-left: 0;
}
#ir-news .s_eirModule_date {
  font-size: 15px;
}
#ir-news .s_eirModule_category {
  width: 145px;
}
#ir-news .s_eirModule_category_icon {
  font-size: 12px;
  width: auto;
  padding: 2px 5px;
}
#ir-news .s_eirModule_titleBox {
  width: calc(100% - (7em + 10em));
  padding-left: 0.7em;
}
#ir-news .s_eirModule_title {
  font-weight: bold;
}

#ir-news .s_eirModule_date_time {
  font-size: 12px;
}

#ir-news .s_eirModule_title_link {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #ir-news {
    margin-top: 70px;
  }
  #ir-news .s_eirList_item {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    width: 98%;
    margin: 15px auto 0;
    padding-top: 15px;
  }
  #ir-news .s_eirModule_titleBox {
    margin: 0;
    padding: 0.7em 0 0 0;
    width: 100%;
  }
  #ir-news + .wrap {
    margin-bottom: 70px;
  }

  .frame-news {
    margin: 150px 0;
  }

  #ir-news .wrap {
    width: calc(100% - 32px);
    padding: 0;
  }
  #ir-news h2 {
    font-size: 34px;
  }
  #ir-news .wrap ul.list li {
    display: block;
  }
  #ir-news .wrap ul.list li p.title {
    display: block;
    padding-left: 0;
    margin-top: 10px;
  }
  #ir-news .wrap ul.list li p.date,
  #ir-news .wrap ul.list li p.cate,
  #ir-news .wrap ul.list li p.title {
    width: auto;
  }
  #ir-news .wrap ul.list li p.date {
  }
  #ir-news .wrap ul.list li p.cate {
    padding-left: 20px;
  }
  #ir-news .wrap ul.list li .cate span {
    padding: 1px 3px;
  }
  .frame-news .btn-more {
    margin: 40px 0 0;
  }
}

/* ========================================
	IR TOPページ
======================================== */
#ir-top-news {
  margin-bottom: 110px;
}
.ir-news-list + .btn-more {
  margin: 60px 0 0 auto;
}
.ir-index-pattern {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 110px;
}
.ir-index-pattern .col {
  margin-right: 5%;
  width: calc((100% - (5% * 2)) / 3);
}
.ir-index-pattern .col:nth-of-type(3n) {
  margin-right: 0;
}
.ir-index-pattern .col:nth-of-type(n + 4) {
  margin-top: 110px;
}
.ir-index-pattern .col figure {
  margin-bottom: 70px;
  text-align: center;
}
.ir-index-pattern .col figure img {
  max-width: 100%;
}
.ir-index-pattern .col h2 {
  margin-bottom: 1.8em;
}
.ir-index-pattern .col ul li + li {
  margin-top: 1em;
}
.ir-index-pattern .col li a {
  border-bottom: 1px solid rgba(47, 54, 64, 0.85);
  text-decoration: none;
  position: relative;
  transition: 0.1s;
}
.ir-index-pattern ul:not(.textRight) li {
  padding-left: 60px;
}
.ir-index-pattern ul:not(.textRight) li a {
  display: block;
  padding-right: 1.5em;
}
.ir-index-pattern ul:not(.textRight) li a:not([target='_blank'])::after {
  content: '»';
  display: inline;
  position: absolute;
  bottom: 4px;
  right: 5px;
}
.ir-index-pattern .col li a .ai-out {
  position: absolute;
  bottom: 3px;
  right: 3px;
}
.ir-index-pattern .col li a:hover {
  border-bottom-color: transparent;
}
.ir-index-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.ir-index-btn .btn-more {
  margin: 0 15px 20px;
  width: 285px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #ir-top-news,
  .ir-index-pattern {
    margin-bottom: 80px;
  }
  .ir-index-pattern .col {
    margin-right: 0;
    width: 100%;
  }
  .ir-index-pattern .col figure {
    margin-bottom: 20px;
  }
  .ir-index-pattern .col h2 {
    margin-bottom: 1em;
  }
  .ir-index-pattern .col + .col {
    margin-top: 70px !important;
  }
  .ir-index-btn .btn-more {
    width: 100%;
  }
}

/* ========================================
	IRニュース
======================================== */
.s_eirTab li {
  border-color: #a78a44;
  border-width: 1px;
  font-size: 15px;
}
.s_eirTab li a {
  color: #413d33;
  transition: 0.1s;
}
.s_eirTab li.active a,
.s_eirTab li:hover a {
  background-color: #a78a44;
}
.s_yearController {
  background: #ccc3af;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
}
.s_yearController::after {
  border-color: #a78a44 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  content: '';
  display: block;
  height: 0;
  width: 0;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}
.s_eirSelect {
  -webkit-appearance: none;
  appearance: none;
  background: #ede7d9;
  font-size: 1rem;
  padding: 10px 50px 10px 15px;
}
.s_eirList_item {
  border-top-color: #ccc3af;
}
.s_titleBox_page_num {
  display: none;
}
.s_eirModule_new {
  margin-left: 5px;
}

/* ========================================
	株主･投資家の皆様へ
======================================== */
.message-area {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.message-img {
  width: 30%;
}
.message-img img {
  max-width: 100%;
}
.message-txt {
  width: 64%;
}

@media screen and (max-width: 768px) {
  .message-area {
    flex-wrap: wrap;
  }
  .message-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .message-txt {
    width: 100%;
  }
}

/* ========================================
	コーポレート・ガバナンス
======================================== */
.eir[class*='area_governance'] .s_eirList_item {
  border-bottom: none;
}

/* ========================================
	財務ハイライト
======================================== */
.qirBox_carefulNote_list_item:nth-of-type(2) {
  display: none;
}
.qir .qirContent_table thead th,
.qir .qirContent_table tbody th {
  background-color: #ccc3af;
  border-color: #000;
}
.qir .qirContent_table table,
.qir .qirContent_table th,
.qir .qirContent_table td {
  border-color: #000;
}

/* ========================================
	株式情報
======================================== */
table.tbl-overview {
  border-width: 0;
}
@media screen and (min-width: 769px) {
  table.tbl-overview th {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  table.tbl-overview {
    border-width: 0 0 1px !important;
  }
  table.tbl-overview th,
  table.tbl-overview td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  table.tbl-overview th {
    border-bottom-width: 0 !important;
    padding: 5px 10px !important;
  }
  table.tbl-overview td {
    border-width: 0 1px !important;
    padding: 1.2em 1em !important;
  }
}

/* ========================================
	IRカレンダー
======================================== */

.ir-calendar {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
}
.ir-calendar .col {
  width: calc(50% - 3px);
}

.ir-calendar img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .ir-calendar {
    display: block;
    margin-bottom: 40px;
  }
  .ir-calendar .col {
    width: 100%;
  }
  .ir-calendar .col + .col {
    margin-top: 20px;
  }
}

/* ========================================
	投資家の皆様へ
======================================== */

.photo img {
  max-width: 100%;
  height: auto;
}

.m-auto {
  margin: 0 auto;
}

.ir-subnav.individual {
  border: 1px solid #a78a44;
  padding: 20px 20px 15px 20px;
  margin: 25px 0 40px;
}

.ir-subnav.individual ul {
  margin-bottom: 0;
}
.ir-subnav.individual ul li {
  min-width: auto !important;
  margin: 0 30px 5px 0;
}

.ir-subnav.individual ul li:last-of-type {
  min-width: auto !important;
  margin-right: 0;
}

table.terms tr td:first-of-type {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .ir-subnav.individual ul {
    width: calc(100% + 20px);
  }
  .ir-subnav.individual ul li {
    margin-right: 25px;
  }
  .photo img {
    width: 100%;
    height: auto;
  }

  section .inner table.terms {
    font-size: 14px !important;
  }

  table.terms tr td:nth-of-type(1) {
    width: 15%;
  }

  table.terms tr td:nth-of-type(2) {
    width: 25%;
    word-break: break-word;
  }

  table.terms tr td:nth-of-type(3) {
    width: 60%;
    word-break: break-word;
  }

  table.terms td,
  table.terms th {
    padding: 1.2em !important;
  }
}

@media screen and (min-width: 769px) {
  .wd-85p {
    width: 85%;
  }

  .wd-75p {
    width: 75%;
  }

  .wd-60p {
    width: 60%;
  }
}
