@charset "utf-8";
/* CSS Document */
.page-header {
  background: #FFE317;
  color: #212529;
}
h2 {
  padding: .8em 0 .7em;
  border-top: 2px solid #337ab7;
  border-bottom: 1px solid #e9e9e9
}
h3 {
  padding-bottom: 8px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}
h3:after {
  content: ".";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  width: 30%;
  border-bottom: 1px solid #337ab7
}
p:last-child {
  margin-bottom: 0;
}
.ir-section {
  font-size: 14px;
}
.ir-section + .ir-section {
  margin-top: 4rem;
}
.ir-section h3:not(:first-child) {
  margin-top: 2rem;
}
.ir-table th, .ir-table td {
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  padding: 1em;
  font-size: 14px;
}
.ir-table th {
  width: 25%;
  min-width: 140px;
  vertical-align: top;
}
.adobeBox {
  display: flex;
  padding: 1em;
  background: #e5e5e5;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  font-size: 14px;
}
.adobeBox p {
  margin: 0 0 0 2em;
}
@media screen and (max-width:767px) {
  .is-pc {
    display: none;
  }
  .adobeBox {
    display: block
  }
  .adobeBox p {
    margin: 1em 0 0 0;
  }
}
/*
  .irMenu
*/
.irMenu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  margin-top: 7rem;
}
.irMenu_block._irtop {
  grid-column: 1/-1;
  grid-row: 1/2;
}
.irMenu_block._irnews {
  grid-column: 1/2;
  grid-row: 2/3;
}
.irMenu_block._management {
  grid-column: 1/2;
  grid-row: 3/5;
}
.irMenu_block._financial {
  grid-column: 2/3;
  grid-row: 2/4;
}
.irMenu_block._library {
  grid-column: 3/4;
  grid-row: 2/5;
}
.irMenu_block._stock {
  grid-column: 1/2;
  grid-row: 5/6;
}
.irMenu_block._other {
  grid-column: 2/3;
  grid-row: 4/6;
}
.irMenu_block._notice {
  grid-column: 3/4;
  grid-row: 5/6;
}
.irMenu_title {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: .5em;
  margin-bottom: 0;
  font-size: 20px;
}
.irMenu_title::after {
  content: none;
}
.irMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.irMenu li {
  margin: .5em 0 0;
  font-size: 14px;
}
.irMenu_block a {
  padding-right: 1.5em;
  position: relative;
}
.irMenu_block a::after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: 2px solid #337ab7;
  border-right: 2px solid #337ab7;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
}
@media screen and (max-width:991px) {
  .irMenu {
    grid-template-columns: 1fr;
  }
  .irMenu_block {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}
/*
  IRトップ
*/
.ir-top_btn {
  text-align: right;
  margin-top: 2rem;
}
.ir-top_btn a {
  position: relative;
  border: 1px solid #212529;
  padding: .5em 2em .5em 1em;
  border-radius: .25em;
  color: #212529;
  transition: .3s;
}
.ir-top_btn a::after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: 2px solid #212529;
  border-right: 2px solid #212529;
  transform: rotate(45deg);
  position: absolute;
  right: 1em;
  top: calc(50% - 5px);
}
.ir-top_btn a:hover {
  text-decoration: none;
  background: #0056b3;
  border: 1px solid #0056b3;
  color: #fff;
}
.ir-top_btn a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.irContents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e5e5e5;
  border: 1px solid rgba(0, 0, 0, .1);
  margin-top: 7rem;
}
.irContents_block {
  background: #fff;
  padding: 1em;
}
.irContents_title {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 20px;
  text-align: center;
}
.irContents_title::after {
  content: none;
}
.irContents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.irContents li {
  margin: .5em 0 0;
  font-size: 14px;
}
@media screen and (max-width:991px) {
  .irContents {
    grid-template-columns: 1fr;
  }
}
/*
  トップメッセージ
*/
.ir-message_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.ir-message_img {
  width: 250px;
  margin: 0 0 2rem 2rem;
  text-align: center;
}
.ir-message_img p {
  margin-top: 1rem;
  line-height: 1.4;
}
.ir-message_text {
  text-align: center;
  flex: 1 0 0%;
}
.ir-message_text p {
  margin-bottom: 1.5em;
  line-height: 2;
}
.ir-message_lead {
  font-size: 1.5em;
  font-weight: bold;
}
.ir-message_note {
  text-align: left;
  max-width: 680px;
  margin: 4em auto 2em;
  font-size: .85em;
}
.ir-message_note p {
  text-indent: -2em;
  padding-left: 2em;
  text-align: justify;
}
.ir-message_sign {
  text-align: right;
  max-width: 680px;
  margin: 0 auto;
}
.ir-message_date {
  display: block;
  margin-bottom: .5em;
}
.ir-message_name span {
  display: inline-block;
  width: 12em;
  margin-left: 1em;
}
@media screen and (max-width:991px) {
  .ir-message_wrap {
    flex-direction: column;
  }
  .ir-message_img {
    margin: 0 auto 2rem;
  }
  .ir-message_text {
    text-align: left;
  }
  .ir-message_note, .ir-message_sign {
    max-width: none;
  }
}
/*
  会社概要
*/
.ir-overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5em 1em;
  margin: 0;
}
.ir-overview dt, .ir-overview dd {
  margin: 0;
  padding: 0;
  border: none;
  font-weight: normal
}
/*
  役員プロフィール
*/
.ir-executive_block {
  display: flex;
  margin-top: 2rem;
}
.ir-executive_block:first-child {
  margin-top: 0;
}
.ir-executive_name {
  font-size: 18px;
  width: 18%;
  min-width: 120px;
  margin-right: 2em;
}
.ir-executive_name span {
  color: #989898;
  font-size: .75em;
  display: block;
}
.ir-executive_career {
  flex: 1 0 0%;
  display: grid;
  grid-template-columns: 8em auto;
  margin: 0;
  background: #f0f7ff;
  padding: 1em;
  border-left: dashed 1px #5b8bd0;
}
.ir-executive_career dt {
  font-weight: normal;
  padding: 0;
  border: none;
}
.ir-executive_career dd {
  padding: 0;
  border: none;
}
.ir-executive_note {
  margin-top: 2rem;
}
@media screen and (max-width:767px) {
  .ir-executive_block {
    display: block;
  }
  .ir-executive_name {
    margin-right: 0;
    margin-bottom: .75em;
    width: 100%;
  }
}
/*
  コーポレート・ガバナンス
*/
.ir-governance_img {
  text-align: center;
}
/*
  IRライブラリ
*/
.ir-library {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 2rem;
}
.ir-library_item {
  position: relative;
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 2em 2em 5em;
}
.ir-library_item h3 {
  font-size: 18px;
}
.ir-library_btn {
  position: absolute;
  bottom: 2em;
  right: 2em;
}
.ir-library_btn a {
  padding-right: 1.5em;
}
.ir-library_btn a::after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: 2px solid #337ab7;
  border-right: 2px solid #337ab7;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
}
@media screen and (max-width:991px) {
  .ir-library {
    grid-template-columns: 1fr;
  }
}
/*
  IRカレンダー
*/
.ir-calendar_img {
  text-align: center;
  margin-bottom: 2rem
}
.ir-calendar_img .is-sp {
  display: none;
}
.ir-calendar_note {
  margin-top: 2rem;
}
@media screen and (max-width:767px) {
  .ir-calendar_img .is-pc {
    display: none;
  }
  .ir-calendar_img .is-sp {
    display: inline;
  }
}
/*
  FAQ
*/
.ir-faq_list {
  margin: 0;
}
.ir-faq_list dt {
  border-left: none;
  padding: 0 0 0 1.5em;
  margin: 4rem 0 1em;
  position: relative;
  font-size: 18px;
  font-weight: normal;
}
.ir-faq_list dt:first-child {
  margin-top: 0;
}
.ir-faq_list dt::before {
  content: "Q";
  font-size: 1.25em;
  color: #337ab7;
  position: absolute;
  left: 0;
  top: -.125em;
}
.ir-faq_list dd {
  padding-left: 10px;
  margin-bottom: 0;
  border-left: 2px solid #e5e5e5;
}
/*
  IRについてのお問い合わせ
*/
.ir-form {
  margin-top: 2rem;
}
.ir-form-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
  font-size: 14px;
}
.ir-form-label {
  flex-basis: 25%;
  padding: 7px 15px 0 0;
  margin-bottom: 0;
  text-align: right;
  font-weight: bold;
}
.label {
  display: inline;
  padding: 1px 4px 1px 4px;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  margin-right: 2px;
}
.label-danger {
  background-color: #d9534f
}
.ir-form-input {
  flex-basis: 75%;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control::placeholder {
  color: #999;
  opacity: 1;
}
.ir-form-btn {
  margin-top: 2rem;
  text-align: center
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #245580
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px
}
.btn-primary:active, .btn-primary.active {
  background-color: #265a88;
  border-color: #245580
}
@media screen and (max-width:767px) {
  .ir-form-label {
    flex-basis: 100%;
    margin-bottom: 5px;
    text-align: left;
  }
  .ir-form-input {
    flex-basis: 100%;
  }
}