@charset "utf-8";

/* CSS Document */
a {
  color: #03449E;
  transition: .3s;
}

a:hover {
  opacity: .7;
}

/*.mb40 {
  margin-bottom: 40px;
}
.mb80 {
  margin-bottom: 80px;
}*/
.ir-sec-nav__list {
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 0 0 30px;
}

.ir-sec-nav__item {
  position: relative;
  margin: 0 13px;
}

.ir-sec-nav__item a {
  color: #1F2933;
  transition: .3s all;
}

.ir-sec-nav__item a:hover {
  color: #03449E;
}

.ir-sec-nav__item.ir-sec-nav__item--current a {
  font-weight: 700;
  color: #03449E;
}

/* h4 */
.ir-heading {
  font-size: 16px;
}

.uly-outline__inner {
  margin-top: 60px;
}

.uly-outline__inner:first-child {
  margin-top: 0;
}

@media screen and (max-width:900px) {
  .ir-sec-nav__list {
    width: 100%;
    flex-wrap: wrap;
  }

  .ir-sec-nav__item {
    padding: 20px 0 0;
  }
}

/* common style */
@media screen and (max-width:900px) {
  .uly-outline-nav {
    padding: 20px 0 25px;
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
  }

  .uly-outline-nav::-webkit-scrollbar {
    display: none;
  }

  .uly-outline-nav__list {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    display: flex;
  }

  .uly-outline-nav__item {
    position: relative;
    margin: 0 15px 0 0;
    font-size: 12px;
    text-align: center;
  }

  .uly-outline-nav__item:last-child {
    padding: 0 20px 0 0;
  }

  .uly-outline-nav__item:last-child a::after {
    left: calc(50% - 20px);
  }

  .uly-outline-nav__item a {
    display: inline-block;
    color: #1F2933;
  }

  .uly-outline-nav__item--current a {
    color: #03449e;
    font-weight: bold;
  }

  .uly-outline-nav__item--current a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 15%);
    width: 30%;
    height: 2px;
    background: #03449e;
  }

  .uly-outline {
    padding: 0 0 40px;
  }

  .uly-outline__inner {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    margin-top: 40px;
  }
}

/*
	トップメッセージ
================================*/
.ir-message__img {
  margin: 0 0 2rem;
  text-align: center;
}

.ir-message__img img {
  max-width: 100%;
  width: auto;
}

.ir-message__text p {
  margin-bottom: 1rem;
  font-size: 16px;
}

.ir-message__sig--img {
  text-align: center;
  margin-top: 1rem;
}

.ir-message__text p:not(:first-of-type) {
  text-indent: 1em;
}

.ir-message--en .ir-message__text p {
  text-indent: 0;
}

.ir-message__sig--text {
  text-align: right;
  font-size: 16px;
}

.ir-message__sig--text span {
  font-weight: 700;
  font-size: 20px;
}

@media screen and (max-width:900px) {
  .ir-message__img {
    float: none;
    margin: 0 auto 1rem;
    text-align: center;
  }

  .ir-message__text p {
    font-size: 14px;
  }

  .ir-message__sig--text {
    font-size: 14px;
  }
}

/*
	役員プロフィール
================================*/
.ir-exective {
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  margin: 0 0 2rem;
}

.ir-exective__staff,
.ir-exective__hist {
  border-top: 1px solid #ddd;
  text-align: left;
}

.ir-exective__staff {
  text-align: left;
  width: 240px;
  padding: 20px 0 20px 20px;
  font-weight: normal;
}

.ir-exective__name {
  font-size: 18px;
  font-weight: 700;
}

.ir-exective__hist {
  padding: 15px 0 20px 20px;
}

.ir-exective__item {
  display: flex;
  padding-top: 5px;
}

.ir-exective__date {
  flex-basis: 120px;
  width: 120px;
}

@media screen and (max-width:900px) {

  .ir-exective__staff,
  .ir-exective__hist {
    display: block;
  }

  .ir-exective__staff {
    width: calc(100% - 40px);
    padding: 20px 0 0 0;
  }

  .ir-exective__hist {
    padding: 10px 0 20px 0;
    border: none;
  }
}

/*
	コーポレート・ガバナンス
================================*/
.ir-governance__text {
  margin: 0 0 40px;
  font-size: 16px;
}

.ir-governance__img {
  margin: 0 0 40px;
}

.ir-governance__img img {
  width: auto;
  max-width: 100%;
}

@media screen and (max-width:900px) {
  .ir-governance__text {
    font-size: 16px;
  }
}

/*
	株価情報
================================*/
.ir-quote__text {
  font-size: 16px;
}

@media screen and (max-width:900px) {
  .ir-quote__text {
    font-size: 16px;
  }
}

/*
	FAQ
================================*/
.faq-section {
  margin-bottom: 40px;
}

.faq-section:last-of-type {
  margin-bottom: 80px;
}

@media screen and (max-width:900px) {
  .faq-section:last-of-type {
    margin-bottom: 0;
  }
}

.ir-faq__current-file {
  margin-bottom: 40px;
  text-align: center;
}

.icon_pdf--wide {
  margin-right: .5rem;
}

.ir-faq {
  margin: 1rem 0;
}

.faq-heading {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  color: #3e4c59;
  font-family: "Roboto", sans-serif, "游ゴシック体", "Yu Gothic";
  font-size: 20px;
  cursor: pointer;
}

@media screen and (max-width:900px) {
  .faq-heading {
    padding-bottom: 10px;
    font-size: 18px;
  }
}

.faq-heading04 {
  font-size: 18px;
  color: #3e4c59;
}

@media screen and (max-width:900px) {
  .faq-heading04 {
    font-size: 16px;
  }
}

.faq-heading.is-opened::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 10px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #3e4c59;
  border-right: solid 2px #3e4c59;
  transform: rotate(-45deg);
  transition: all 0.5s;
}

.faq-heading::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 10px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #3e4c59;
  border-right: solid 2px #3e4c59;
  transform: rotate(135deg);
  transition: all 0.5s;
}

.ir-faq__Q {
  color: #03449E;
  font-weight: 700;
  font-size: 16px;
}

.ir-faq__A {
  font-size: 14px;
  margin: 0;
  padding: 5px 0 1rem;
}

.ir-faq__Q,
.ir-faq__A {
  position: relative;
  padding-left: 2rem;
}

.ir-faq__Q::before {
  content: "Q";
  background-color: #03449E;
  color: #fff;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: 0;
  text-align: center;
  border-radius: 50%;
}

.ir-faq__link {
  word-break: break-all;
}

.ir-faq__image {
  margin: 20px 0;
}

.ir-faq__image img {
  width: 90%;
}

@media screen and (max-width:900px) {
  .ir-faq__image img {
    width: 100%;
  }
}

/*
	お問い合わせ
================================*/
.ir-inquiry__form {
  width: 100%;
  table-layout: fixed;
}

.ir-inquiry__form button,
.ir-inquiry__form input,
.ir-inquiry__form select,
.ir-inquiry__form textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

.ir-inquiry__form textarea {
  width: 500px;
  padding: 3px 10px;
  border: 1px solid #d3d3d3;
}

.ir-inquiry__form input[type="text"] {
  width: 400px;
  padding: 3px 10px;
  border: 1px solid #d3d3d3;
}

.ir-inquiry__form th,
.ir-inquiry__form td {
  padding: 20px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  line-height: 1.8;
}

.ir-inquiry__form th {
  width: 160px;
  color: #003f65;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}

.ir-inquiry__form .icon {
  width: 40px;
  vertical-align: top;
}

.ir-inquiry__form .icon span {
  display: block;
  width: 40px;
  padding: 2px 0;
  background: #f1832c;
  color: #fff;
  text-align: center;
}

.box_button {
  margin: 30px 0;
  text-align: center;
}

.button {
  position: relative;
  display: inline-block;
  width: 300px;
  padding: 15px 0;
  background: #ef832b;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: 0.2s linear;
  border: none;
}

.button:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (max-width:640px) {
  .ir-inquiry__form {
    width: 100%;
    font-size: 14px;
  }

  .ir-inquiry__form tr,
  .ir-inquiry__form th,
  .ir-inquiry__form td {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .ir-inquiry__form tr {
    position: relative;
  }

  .ir-inquiry__form th {
    width: 100%;
    padding: 10px;
    border-bottom: none;
  }

  .ir-inquiry__form td {
    padding: 10px;
    border-top: none;
  }

  .ir-inquiry__form tr:not(:last-child) td {
    border-bottom: none;
  }

  .ir-inquiry__form .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
  }

  .ir-inquiry__form td .item {
    float: none;
    width: 100%;
  }

  .ir-inquiry__form td .item:nth-child(2) {
    margin-top: 30px;
  }

  .ir-inquiry__form .box_button {
    margin: 20px 10px;
  }

  .ir-inquiry__form .box_button.multiple .button {
    width: 45%;
    margin: 0 5px;
  }

  .ir-inquiry__form input[type=text],
  .ir-inquiry__form textarea {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 10px;
  }

  .ir-inquiry__form label {
    float: none;
    display: inline-block;
    margin-right: 20px;
  }

  .button {
    position: relative;
    -webit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    background: #ef832b;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    transition: 0.2s linear;
    border: none;
  }
}

/*
	IRトップ
================================*/
.ir-info-h4 {
  margin: 0 0 10px;
  color: #3e4c59;
}

.ir-content__box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ir-content__box {
  width: 32%;
  border: 10px solid #f5f5f5;
  /*background: #f5f5f5;*/
  margin-bottom: 2%;
  padding: 10px;
  box-sizing: border-box;
}

.ir-content__box-title {
  margin: -10px -10px 0;
  padding-top: calc(1rem - 10px);
  padding-bottom: 1rem;
  background: #f5f5f5;
}

.ir-content__box ul {
  padding: 1rem 0;
  padding-bottom: calc(1rem - 10px);
}

.ir-content__box ul li:not(:last-of-type) {
  margin-bottom: 5px;
}

.ir-content__box.single-box p {
  padding: 1rem 0;
  padding-bottom: calc(1rem - 10px);
}

/* IRニュース */
.ir-news__list {
  margin: 0 0 40px;
}

.ir-movie {
  box-sizing: border-box;
  width: 48%;
}

.ir-movie iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

@media screen and (max-width:900px) {
  .ir-content__box {
    width: 49%;
  }

  .ir-movie {
    width: 100%;
    margin-bottom: 4%;
  }
}

@media screen and (max-width:640px) {
  .ir-content__box {
    width: 100%;
  }
}

/*
	コーポレートガバナンス
================================*/
.ir-governance__list .xj-list__nodate dl {
  border: none;
}

/*
	IRカレンダー
================================*/
.ir-calendar__img {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}

.ir-calendar__img img {
  width: calc(50% - 2px);
}

.ir-calendar__table {
  margin-bottom: 1rem;
}

.ir-calendar__table th {
  white-space: nowrap;
}

/*
	免責事項
================================*/
.ir-disclaimer__text {
  margin: 0 0 40px;
}

/*
	株式基本情報
================================*/
.ir-policy__text {
  margin: 0 0 40px;
}

.ir-policy__text:last-child {
  margin: 0%;
}

/*
	ディスクロージャーポリシー
================================*/
.ir-stock__wrap {
  margin: 0 0 40px;
}

.ir-stock__wrap:last-child {
  margin: 0;
}

/*
	電子公告
================================*/
.ir-notice__list {
  margin: 0 0 40px;
}

/*
	事業概要
================================*/
.ir-overview {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.ir-overview__box {
  background: #f5f5f5;
  padding: 24px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 20px;
}

.ir-overview__title {
  font-weight: bold;
  font-size: 20px;
  color: #ed6c23;
}

.ir-overview__box--growing .ir-overview__title {
  color: #0c88e4;
}

.ir-overview__label {
  font-weight: bold;
  font-size: 12px;
  position: relative;
  padding: 4px 0 0 18px;
  display: block;
}

.ir-overview__label::before {
  content: "";
  width: 1px;
  height: 24px;
  background: #ed6c23;
  position: absolute;
  transform: rotate(40deg);
  left: 8px;
  bottom: 0;
}

.ir-overview__box--growing .ir-overview__label::before {
  background: #0c88e4;
}

.ir-overview__text {
  font-size: 16px;
  margin-bottom: 16px;
}

.ir-overview__text:last-child {
  margin-bottom: 0;
}

@media screen and (max-width:900px) {
  .ir-overview {
    flex-direction: column;
  }
}


/*
	その他
================================*/
.uly-outline .disclosure_policy .uly-heading {
  margin-bottom: .5rem;
}

/* バフェットコード箇所 見出し */
.ir-heading-buffet {
  margin: 10px 0 0;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width:900px) {
  .ir-calendar__table th {
    padding-right: 1rem;
  }

  /* バフェットコード箇所 見出し */
  .ir-heading-buffet {
    font-size: 18px;
  }
}

@media screen and (max-width:640px) {
  .ir-calendar__img {
    display: block;
    text-align: center;
  }

  .ir-calendar__img img {
    width: auto;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
