/* CSS Document */
/* -----------------------------------------common-start*/
body {
  background: #FFF;
}

#type-ir .header-area-outer:before {
  background: url(/ir/image/bg_header_ir.png) no-repeat;
  background-size: cover;
}

.content-ttl-jpn {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .15em;
  line-height: 1;
}

.content-ttl-eng {
  font-family: 'Sora', sans-serif;
  font-weight: 100;
  font-size: 45px;
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 1.25em;
  line-height: 1;
  margin-top: .25em;
}

.content-box.type-center {
  text-align: center;
}

.content-box.type-two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-box.type-two-column .box {
  width: 47.5%;
}

.content-box.type-two-column .box:nth-child(n+3) {
  margin-top: 8%;
}

.content-box.with-dashed-line {
  border-top: 1px dashed #091138;
  padding-top: 25px;
}

.block-ttl-area {
  background: #47aedf;
}

.block-ttl-area:after {
  background: -webkit-gradient(linear, left top, right top, from(#47aedf), color-stop(50%, #47aedf), color-stop(50%, #ffd700), to(#ffd700));
  background: -webkit-linear-gradient(left, #47aedf 0%, #47aedf 50%, #ffd700 50%, #ffd700 100%);
  background: -o-linear-gradient(left, #47aedf 0%, #47aedf 50%, #ffd700 50%, #ffd700 100%);
  background: linear-gradient(to right, #47aedf 0%, #47aedf 50%, #ffd700 50%, #ffd700 100%);
}

.block-ttl {
  color: #fff;
}

.block-ttl .unit {
  font-size: 12px;
  letter-spacing: 0.1em;
}

.ir-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.ir-nav-list.type-three-column .ir-nav {
  width: calc(100% / 3);
}

.ir-nav-list.type-four-column .ir-nav {
  width: calc(100% / 4);
}

.ir-nav-list.type-five-column .ir-nav {
  width: calc(100% / 5);
}

.ir-nav span {
  cursor: pointer;
}

.ir-nav a,
.ir-nav span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  border: 2px solid rgba(9, 17, 56, 0.75);
  border-right: none;
  font-size: 16px;
  font-weight: bold;
  color: #091138;
  text-decoration: none;
  line-height: 1;
  padding: 1em 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
}

.ir-nav a:hover,
.type-tab .ir-nav span:hover {
  color: #FFF;
  background: rgba(9, 17, 56, 0.75);
}

.ir-nav a:after,
.ir-nav span:after {
  font-family: 'hlorg' !important;
  content: "\e901";
  font-size: 16px;
  padding-left: .25em;
  display: inline-block;
  vertical-align: middle;
}

.ir-nav.type-window a:after {
  content: "\e904";
  font-size: 12px;
}

.ir-nav:first-child a,
.ir-nav:first-child span {
  border-radius: 10px 0 0 10px;
}

.ir-nav:last-child a,
.ir-nav:last-child span {
  border-radius: 0 10px 10px 0;
  border-right: 2px solid rgba(9, 17, 56, 0.75);
}

.ir-nav.is-stay a,
.ir-nav.is-stay span {
  pointer-events: none;
  color: #FFF;
  background: rgba(9, 17, 56, 0.75);
}

.ir-nav.is-stay a:after,
.ir-nav.is-stay span:after {
  content: none;
}

.btn-page-top {
  border: 2px solid #F3F4F8;
}

.normal-txt .type-window:after {
  font-family: 'hlorg' !important;
  content: "\e904";
  font-size: 12px;
  padding-left: .25em;
}

/* -----------------------------------------common-end*/
/* -----------------------------------------TOP-page-start*/
.top-content-news {
  padding: 150px 0;
}

.top-content-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.top-content-news .ir-news-list {
  border-bottom: none;
}

.top-content-news .ir-news-list:after {
  content: "";
  display: block;
  width: 20%;
  height: 1px;
  background: #091138;
  margin-top: 1em;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.top-content-news .ir-news-list-outer a:hover .ir-news-list:after {
  width: 100%;
}

.top-content-two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-content-two-column .content-ttl-jpn {
  color: #FFF;
  font-weight: normal;
}

.top-content-two-column .content-ttl-eng {
  color: #FFF;
}

.top-content-two-column .normal-btn a {
  border: 1px solid #FFF;
  color: #FFF;
}

.top-content-two-column .normal-btn a:before {
  background: #FFF;
}

.top-content-two-column .normal-btn a:hover {
  color: #091138;
  background: #FFF;
}

.top-content-intro {
  width: 50%;
  background: url(/ir/image/bg_3min.png) no-repeat;
  background-size: cover;
  padding: 8% 0;
  margin-bottom: 5%;
  position: relative;
  z-index: 2;
}

.top-content-mail {
  width: 50%;
  background: url(/ir/image/bg_mail.png) no-repeat;
  background-size: cover;
  padding: 8% 0;
  margin-top: 5%;
}

.top-content-three-column {
  padding: 150px 0;
  background: #ffd700;
  position: relative;
}

.top-content-three-column:before {
  /* content: ""; */
  position: absolute;
  left: 0;
  top: -30%;
  display: block;
  width: 50%;
  height: 30%;
  background: #ffd700;
  z-index: 1;
}

.top-content-three-column-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-content-three-column-box {
  width: 31%;
}

.top-content-three-column .content-ttl-jpn {
  font-size: 15px;
}

.top-content-three-column .content-ttl-eng {
  font-size: 33px;
}

.top-ir-nav a {
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  color: #091138;
  letter-spacing: .05em;
  border-bottom: 1px dashed #091138;
  margin-top: 1em;
  padding: 0 0 .25em 1.2em;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.top-ir-nav a:hover {
  opacity: .5;
}

.top-ir-nav a:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'hlorg' !important;
  content: "\e901";
}

.top-ir-nav.type-window a:after {
  display: inline-block;
  font-family: 'hlorg' !important;
  content: "\e904";
  padding-left: .5em;
}

.normal-btn.type-download {
  width: 100%;
  margin-top: 35px;
}

.normal-btn.type-download a {
  font-size: 12px;
  font-weight: normal;
  color: #FFF;
  background: #091138;
  border: none;
}

.normal-btn.type-download a:hover {
  color: #091138;
}

.normal-btn.type-download a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #FFF;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform ease .5s;
  transition: -webkit-transform ease .5s;
  -o-transition: transform ease .5s;
  transition: transform ease .5s;
  transition: transform ease .5s, -webkit-transform ease .5s;
}

.normal-btn a:hover:before {
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.normal-btn.type-download a span {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .15em;
}

.top-content-three-column-nav-list {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  padding: 75px 0 0;
}

.top-content-three-column-nav {
  width: 31%;
}

.top-content-three-column-nav a {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: #091138;
  letter-spacing: .15em;
  display: block;
  border: 2px solid #091138;
  text-align: center;
  padding: 1.25em 0 1em;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.top-content-three-column-nav span {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-top: .75em;
}

.top-content-three-column-nav a:hover {
  color: #FFF;
}

.top-content-three-column-nav a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #091138;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform ease .5s;
  transition: -webkit-transform ease .5s;
  -o-transition: transform ease .5s;
  transition: transform ease .5s;
  transition: transform ease .5s, -webkit-transform ease .5s;
}

.top-content-three-column-nav a:hover:before {
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.top-content-calendar {
  padding: 150px 0;
}

.ir-info-area {
  background: #F3F4F8;
  padding: 25px 0;
}

.ir-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ir-info-item:last-child {
  margin-left: 5%;
}

.ir-info-list a {
  font-weight: bold;
  line-height: 1;
  color: #091138;
  text-decoration: none;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.ir-info-list a:hover {
  opacity: .5;
}

.ir-info-list a:before {
  margin-right: .25em;
  font-family: 'hlorg' !important;
  content: "\e901";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* -----------------------------------------TOP-page-end*/
/* ----------------------------------------- NEWS-page-start*/
.tab-area.type-hide {
  display: none;
}

.ir-news-list-outer {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.ir-news-list-outer:hover {
  opacity: .5;
}

.ir-news-list-outer + .ir-news-list-outer {
  margin-top: 50px;
}

.ir-news-list-outer > a {
  display: block;
  text-decoration: none;
}

.ir-news-list {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ir-news-date {
  font-family: 'Sora', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #091138;
}

.ir-news-category {
  margin-left: .5em;
  padding-bottom: 0.15em;
}

.ir-news-category span {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .05em;
  padding: 6px 10px 7px;
}

.ir-news-category .type-info {
  color: #fff;
  background: #091138;
  border: 1px solid #091138;
}

.ir-news-category .type-settlement {
  color: #091138;
  background: #fff;
  border: 2px solid #091138;
}

.ir-news-category .type-disclosure {
  color: #fff;
  background: #e50012;
  border: 2px solid #e50012;
}

.ir-news-category .type-ir {
  color: #e50012;
  background: #fff;
  border: 2px solid #e50012;
}

.ir-news-ttl {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .05em;
}

.ir-news-ttl,
.ir-news-txt {
  width: 100%;
  margin-top: .5em;
  color: #091138;
}

/*DOCUMENT*/
.news-category.type-info > span {
  color: #fff;
  background: #091138;
  border: 1px solid #091138;
}

.news-category.type-settlement > span {
  color: #091138;
  background: #fff;
  border: 2px solid #091138;
}

.news-category.type-disclosure > span {
  color: #fff;
  background: #e50012;
  border: 2px solid #e50012;
}

.news-category.type-ir > span {
  color: #e50012;
  background: #fff;
  border: 2px solid #e50012;
}

.ir-news-area {
  padding: 30px 0 50px;
}

#irp-top-list > .ir-news-list-outer:nth-child(n+2) {
  display: none;
}

/* ----------------------------------------- NEWS-page-end*/
/* -----------------------------------------3MINUTES-page-start*/
.intro-block-ttl {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: .15em;
  text-align: center;
}

.intro-catch {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .15em;
  color: #0068b6;
  text-align: center;
}

.intro-catch span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #ffd600));
  background: -webkit-linear-gradient(transparent 65%, #ffd600 65%);
  background: -o-linear-gradient(transparent 65%, #ffd600 65%);
  background: linear-gradient(transparent 65%, #ffd600 65%);
}

/* -----------------------------------------3MINUTES-page-end*/
/* -----------------------------------------MANAGEMENT-page-start*/
/*GOVERNANCE*/
.obj-governance {
  width: 800px;
  margin: 30px auto 0;
}

/* -----------------------------------------MANAGEMENT-page-end*/
/* -----------------------------------------LIBRARY-page-start*/
.content-box.type-library {
  border-bottom: 7px solid rgba(9, 17, 56, 0.1);
  padding-bottom: 75px;
}

.content-box.type-library + .content-box.type-library {
  margin-top: 75px;
}

.type-library .content-ttl-jpn {
  font-size: 25px;
  margin-bottom: 1.5em;
}

/*RESULTS*/
.btn-past {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .1em;
  color: #fff;
  text-align: center;
  width: 200px;
  border-radius: 100vh;
  background: #091138;
  padding: 8px 0;
  margin: 20px auto 0;
  cursor: pointer;
}

.btn-past:hover {
  opacity: .5;
}

.btn-past:after {
  content: "MORE VIEW";
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.btn-past.is-open:after {
  content: "CLOSE";
}

.year-select-list.type-now .year-select-item:nth-child(n+7) {
  display: none;
}

.year-select-list-outer {
  display: none;
}

.year-select-list.type-past .year-select-item:nth-child(-n+6) {
  display: none;
}

.irp-comment {
  text-align: right;
  margin-top: 80px;
}

.irp-comment a {
  text-decoration: none;
  font-weight: bold;
  color: #666;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.irp-comment a:hover {
  color: #0068b6;
}

/* -----------------------------------------LIBRARY-page-end*/
/* -----------------------------------------STOCK-page-start*/
.content-area-inner.type-year-select {
  padding: 130px 0 0;
}

.year-select-outer {
  background: #f3f4f6;
}

.year-select-area {
  padding: 25px 0;
  max-width: 1000px;
  margin: 0 auto;
}

.year-select-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.year-select-item {
  width: 15.5%;
  margin-right: 1.4%;
}

.year-select-item:nth-child(6n) {
  margin-right: 0;
}

.year-select-item:nth-child(n+7) {
  margin-top: 1.4%;
}

.year-select-item button {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .1em;
  color: #091138 !important;
  text-align: center;
  display: block;
  width: 100%;
  background: #FFF;
  border: 2px solid rgba(9, 17, 56, 0.75);
  padding: 12px 0 10px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.year-select-item.is-active button,
.year-select-item button:hover {
  color: #FFF !important;
  background: rgba(9, 17, 56, 0.75);
}

.year-select-item.is-active button {
  cursor: auto;
}

.year-select-outer + .content-area-inner {
  padding: 80px 0 100px;
}

.ir-news-list-outer.type-pdf + .ir-news-list-outer {
  margin-top: 30px;
}

.ir-news-list-outer.type-pdf .ir-news-list {
  padding-bottom: 10px;
}

.ir-news-list-outer.type-pdf .ir-news-date {
  font-size: 15px;
}

.ir-news-list-outer.type-pdf .ir-news-ttl {
  font-size: 16px;
  margin-top: 0.25em;
}

/* -----------------------------------------STOCK-page-end*/
/* -----------------------------------------PERFORMANCE-page-start*/
.graph-area {
  padding-top: 40px;
}

/* -----------------------------------------PERFORMANCE-page-end*/
/* -----------------------------------------OTHER-page-start*/
/*CALENDAR*/
.content-box.type-calendar {
  border-top: 7px solid rgba(9, 17, 56, 0.1);
  padding-top: 75px;
  margin-top: 75px;
}

.type-calendar .content-ttl-jpn {
  font-family: 'Sora', sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: .075em;
  margin-bottom: 1.5em;
}

.type-calendar .ir-news-list-outer:hover {
  opacity: 1;
}

.type-calendar .ir-news-list-outer {
  margin-top: 30px;
}

.type-calendar .ir-news-list {
  padding-bottom: 10px;
}

.type-calendar .ir-news-date {
  font-size: 15px;
}

.type-calendar .ir-news-ttl {
  font-size: 16px;
  margin-top: 0.25em;
}

.line-block-list {
  border: 1px solid #091138;
  padding: 2%;
  margin-top: 1em;
}

/*FAQ*/
.content-box.type-faq + .content-box.type-faq {
  border-top: 7px solid rgba(9, 17, 56, 0.1);
  padding-top: 75px;
}

.content-box.type-faq .content-ttl-jpn {
  font-size: 25px;
  margin-bottom: 1.5em;
}

.faq-list + .faq-list {
  margin-top: 50px;
}

.faq-list-ttl {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: .05em;
}

.faq-list-ttl:before {
  content: "Q.";
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: .1em;
  margin-right: .25em;
}

.faq-list-txt {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .1em;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: .3em;
  margin-top: .5em;
}

.faq-list-txt:before {
  content: "A.";
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #0068B6;
  letter-spacing: .1em;
  margin-right: .25em;
}

.faq-list-txt .note {
  font-size: 12px;
}

.faq-list-txt .type-window:after {
  font-family: 'hlorg' !important;
  content: "\e904";
  font-size: 12px;
  padding-left: .25em;
}

/* -----------------------------------------OTHER-page-end*/
/* -----------------------------------------BACKNUM-page-start*/
.content-box.type-backnum {
  padding-bottom: 100px;
}

/* -----------------------------------------BACKNUM-page-end*/
/* -----------------------------------------EXPS-page-start*/
.bnr-exps-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 100px;
}

.bnr-exps {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.bnr-exps:first-child {
  width: 67.5%;
}

.bnr-exps:last-child {
  width: 32.5%;
}

.bnr-exps:hover {
  opacity: .5;
}

.exps-header {
  background: url(/ir/image/exps/20221209/bg_header_exps.png) no-repeat;
  background-size: 100% auto;
  background-position: center left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.exps-header-ttl {
  width: 40%;
  margin: 10% 0 10% 10%;
}

.exps-nav-list {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.exps-nav-item {
  width: calc(100% / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #091138;
  border-right: none;
  text-decoration: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.exps-nav-item:hover {
  background: #091138;
}

.exps-nav-item:first-child {
  border-radius: 5px 0 0 5px;
}

.exps-nav-item:last-child {
  border-right: 2px solid #091138;
  border-radius: 0 5px 5px 0;
}

.exps-nav-txt {
  text-align: center;
  padding: 1em 0;
  font-size: 16px;
  font-weight: bold;
  color: #091138;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.exps-nav-item:hover .exps-nav-txt {
  color: #fff;
}

.content-area.type-profile,
.content-area.type-gray {
  background: #f3f4f6;
}

.content-area.type-profile .content-area-inner {
  padding: 50px 0;
}

.exps-profile-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 750px;
  margin: 0 auto;
}

.exps-profile-img {
  width: 280px;
}

.exps-profile-info {
  width: 430px;
}

.exps-profile-info .profile-company {
  font-weight: bold;
}

.exps-profile-info .profile-name {
  font-size: 20px;
  font-weight: bold;
}

.exps-profile-info .profile-txt {
  margin-top: 1em;
  line-height: 2;
  text-align: justify;
}

.exps-box-ttl {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
}

.normal-btn.type-exps {
  width: 30%;
}

.normal-btn.type-exps a {
  border: 1px solid #091138;
  font-weight: normal;
  font-size: 13px;
}

.btn-list {
  border: none;
  margin: 0;
  padding: 0;
}

.btn-list.type-two-column {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-list.type-two-column .normal-btn {
  margin: 35px 0 0;
}

.column-box-list {
  margin-top: 1.25em;
}

.column-box-list.type-two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column-box-list.type-two-column .column-box {
  width: 48%;
}

.column-box-list.type-two-column .column-box .normal-txt {
  margin: 0;
}

.exps-ttl-list {
  text-align: center;
  letter-spacing: .1em;
}

.exps-content-mark span {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #FFF;
  background: #091138;
  border-radius: 100vh;
  padding: 0.25em 1.25em;
}

.exps-content-ttl {
  font-size: 35px;
  margin-top: .5em;
}

.exps-content-sub-ttl {
  font-size: 20px;
  font-weight: bold;
}

.exps-head-img {
  margin-top: 3em;
}

.exps-head-cap {
  font-size: 12px;
  margin-top: .5em;
}

.normal-txt.exps-1st {
  margin-top: 2.5em;
}

.it-hihyou-ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .1em;
  color: #FFF;
  background: #091138;
  text-align: center;
  padding: .5em 0;
  margin-top: 50px;
}

.it-hihyou-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 2px solid #091138;
}

.it-hihyou-item {
  width: 50%;
  padding: .5em 0 .35em 1em;
  border-bottom: 1px solid #091138;
}

.it-hihyou-item:nth-child(even) {
  border-left: 1px solid #091138;
}

.it-hihyou-item:last-child,
.it-hihyou-item:nth-last-child(2) {
  border-bottom: none;
}

/* -----------------------------------------EXPS-page-end*/
/* -----------------------------------------INVESTOR-QUESTIONS-page-start*/
.iq-top-area a {
  display: block;
  width: 770px;
  padding: 40px 0 40px 40px;
  margin: 0 auto 100px;
  background: url(/ir/image/bg_iq.png) no-repeat;
  background-size: cover;
  background-position: center right;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.iq-top-area a:hover {
  opacity: .5;
}

.iq-top-area-sub-ttl {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .1em;
  color: #49a3ce;
  background: #FFF;
  border-radius: 100vh;
  padding: .25em 1.5em .15em;
}

.iq-top-area-ttl {
  font-family: 'Sora', sans-serif;
  font-weight: 100;
  font-size: 45px;
  line-height: 1.1;
  margin-top: .35em;
}

.iq-top-area-txt {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .1em;
  margin: 1em 0;
}

.iq-top-area-btn {
  width: 225px;
  padding: 1em 0;
  border: 2px solid #FFF;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .1em;
  color: #FFF;
  text-align: center;
}

.type-iq .normal-txt {
  text-align: center;
}

.type-iq .tab-area .content-area-inner {
  padding-top: 0;
}

.type-iq .tab-area .content-ttl-jpn {
  font-size: 25px;
}

.answer-area {
  margin-top: 50px;
}

.answer-area + .answer-area {
  margin-top: 100px;
}

.answer-date-area {
  text-align: center;
}

.answer-date {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .1em;
  background: #ffd300;
  border-radius: 10px;
  padding: 1em 3em;
  margin: 0 auto;
}

.iq-list {
  width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.iq-head {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.iq-body {
  width: calc(100% - 90px);
  position: relative;
  padding: 25px;
  text-align: left;
  border-radius: 8px;
}

.iq-list.type-answer {
  margin-left: 100px;
}

.type-quest .iq-head {
  margin-right: 30px;
  background: #474d69;
}

.type-answer .iq-head {
  background: #0068b6;
  margin-left: 30px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.type-quest .iq-body {
  background: #474d69;
}

.type-answer .iq-body {
  border: 2px solid #0068b6;
  background: #FFF;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.type-quest .iq-body:after {
  content: "";
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 15px;
  border-right-width: 15px;
  border-right-color: #474d69;
  margin-top: -10px;
  right: 100%;
  top: 30px;
}

.type-answer .iq-body:after,
.type-answer .iq-body:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 30px;
}

.type-answer .iq-body:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 15px;
  border-right-width: 15px;
  margin-top: -10px;
  border-left-color: #FFFFFF;
}

.type-answer .iq-body:before {
  border-color: rgba(255, 124, 92, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 17px;
  border-right-width: 17px;
  margin-top: -12px;
  margin-left: 2px;
  border-left-color: #0068b6;
}

.iq-head-txt {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #FFF;
}

.iq-body-txt {
  color: #FFF;
}

.type-answer .iq-body-txt {
  color: #091138;
}

.iq-body > p + p {
  margin-top: 15px;
}

/* -----------------------------------------INVESTOR-QUESTIONS-page-end*/
@media screen and (max-width: 1050px) {
  /* -----------------------------------------common-start*/
  /* -----------------------------------------common-end*/
  /* -----------------------------------------TOP-page-start*/
  .top-content-inner {
    width: 90%;
  }
  .top-content-three-column-inner {
    width: 90%;
  }
  .top-content-three-column-nav-list {
    width: 90%;
  }
  /* -----------------------------------------TOP-page-end*/
  /* ----------------------------------------- NEWS-page-start*/
  /* ----------------------------------------- NEWS-page-end*/
  /* -----------------------------------------3MINUTES-page-start*/
  /* -----------------------------------------3MINUTES-page-end*/
  /* -----------------------------------------MANAGEMENT-page-start*/
  /*GOVERNANCE*/
  .obj-governance {
    width: 100%;
    margin: 5% auto 0;
  }
  /* -----------------------------------------MANAGEMENT-page-end*/
  /* -----------------------------------------LIBRARY-page-start*/
  /* -----------------------------------------LIBRARY-page-end*/
  /* -----------------------------------------STOCK-page-start*/
  .year-select-area {
    width: 90%;
  }
  .year-select-item button {
    font-size: 15px;
  }
  /* -----------------------------------------STOCK-page-end*/
  /* -----------------------------------------PERFORMANCE-page-start*/
  /* -----------------------------------------PERFORMANCE-page-end*/
  /* -----------------------------------------OTHER-page-start*/
  /* -----------------------------------------OTHER-page-end*/
  /* -----------------------------------------EXPS-page-start*/
  .bnr-exps {
    width: 90%;
  }
  .exps-nav-list {
    width: 95%;
    padding: 5% 0;
  }
  .exps-nav-txt {
    font-size: 15px;
  }
  .content-area.type-profile .content-area-inner {
    padding: 10% 0;
  }
  .exps-profile-list {
    width: 95%;
  }
  .exps-profile-img {
    width: 40%;
  }
  .exps-profile-info {
    width: 55%;
  }
  #type-exps .normal-btn {
    width: 40%;
  }
}

@media screen and (max-width: 1050px) and (max-width: 950px) {
  .column-box-list.type-two-column .column-box:first-child {
    width: 38%;
  }
  .column-box-list.type-two-column .column-box:last-child {
    width: 60%;
  }
}

@media screen and (max-width: 1050px) {
  /* -----------------------------------------EXPS-page-end*/
  /* -----------------------------------------INVESTOR-QUESTIONS-page-start*/
  .iq-list {
    width: 90%;
  }
  /* -----------------------------------------INVESTOR-QUESTIONS-page-end*/
}

@media screen and (max-width: 768px) {
  /* -----------------------------------------common-start*/
  #type-ir .header-area-inner:after {
    background: url(/ir/image/bg_header_ir.png) no-repeat;
    background-size: cover;
    background-position: center right;
  }
  .content-box.type-two-column .box {
    width: 100%;
  }
  .content-box.type-two-column .box:nth-child(n+2),
  .content-box.type-two-column .box:nth-child(n+3) {
    margin-top: 15%;
  }
  .content-box.with-dashed-line {
    padding-top: 10%;
  }
  .content-ttl-jpn {
    font-size: 15px;
  }
  .content-ttl-eng {
    font-size: 40px;
    line-height: 1.2;
  }
  .ir-nav-list.type-three-column .ir-nav {
    width: 100%;
  }
  .ir-nav-list.type-four-column .ir-nav,
  .ir-nav-list.type-five-column .ir-nav {
    width: 50%;
  }
  .ir-nav a {
    font-size: 14px;
  }
  .ir-nav a:after {
    font-size: 14px;
  }
  .ir-nav-list.type-three-column .ir-nav a {
    border: 2px solid rgba(9, 17, 56, 0.75);
    border-bottom: none;
  }
  .ir-nav-list.type-three-column .ir-nav:first-child a {
    border-radius: 10px 10px 0 0;
  }
  .ir-nav-list.type-three-column .ir-nav:last-child a {
    border-radius: 0 0 10px 10px;
    border-bottom: 2px solid rgba(9, 17, 56, 0.75);
  }
  .ir-nav-list.type-four-column .ir-nav a,
  .ir-nav-list.type-four-column .ir-nav span,
  .ir-nav-list.type-five-column .ir-nav a,
  .ir-nav-list.type-five-column .ir-nav span {
    border: none;
  }
  .ir-nav-list.type-four-column .ir-nav:nth-child(1) a,
  .ir-nav-list.type-four-column .ir-nav:nth-child(1) span,
  .ir-nav-list.type-five-column .ir-nav:nth-child(1) a,
  .ir-nav-list.type-five-column .ir-nav:nth-child(1) span {
    border-radius: 10px 0 0 0;
    border: 2px solid rgba(9, 17, 56, 0.75);
    border-bottom: none;
  }
  .ir-nav-list.type-four-column .ir-nav:nth-child(2) a,
  .ir-nav-list.type-four-column .ir-nav:nth-child(2) span,
  .ir-nav-list.type-five-column .ir-nav:nth-child(2) a,
  .ir-nav-list.type-five-column .ir-nav:nth-child(2) span {
    border-radius: 0 10px 0 0;
    border-top: 2px solid rgba(9, 17, 56, 0.75);
    border-right: 2px solid rgba(9, 17, 56, 0.75);
  }
  .ir-nav-list.type-four-column .ir-nav:nth-child(3) a,
  .ir-nav-list.type-four-column .ir-nav:nth-child(3) span {
    border-radius: 0 0 0 10px;
    border: 2px solid rgba(9, 17, 56, 0.75);
  }
  .ir-nav-list.type-four-column .ir-nav:nth-child(4) a,
  .ir-nav-list.type-four-column .ir-nav:nth-child(4) span {
    border-radius: 0 0 10px 0;
    border: 2px solid rgba(9, 17, 56, 0.75);
    border-left: none;
  }
  .ir-nav-list.type-five-column .ir-nav:nth-child(3) a,
  .ir-nav-list.type-five-column .ir-nav:nth-child(3) span {
    border: 2px solid rgba(9, 17, 56, 0.75);
    border-bottom: none;
  }
  .ir-nav-list.type-five-column .ir-nav:nth-child(4) a,
  .ir-nav-list.type-five-column .ir-nav:nth-child(4) span {
    border: 2px solid rgba(9, 17, 56, 0.75);
    border-bottom: none;
    border-left: none;
  }
  .ir-nav-list.type-five-column .ir-nav:nth-child(5) {
    width: 100%;
  }
  .ir-nav-list.type-five-column .ir-nav:nth-child(5) a,
  .ir-nav-list.type-five-column .ir-nav:nth-child(5) span {
    border-radius: 0 0 10px 10px;
    border: 2px solid rgba(9, 17, 56, 0.75);
  }
  /* -----------------------------------------common-end*/
  /* -----------------------------------------TOP-page-start*/
  .top-content-news {
    padding: 25% 0;
  }
  .top-content-news .ir-news-list:after {
    width: 100%;
  }
  .top-content-intro,
  .top-content-mail {
    width: 100%;
    padding: 12% 0;
    margin: 0;
  }
  .top-content-three-column {
    padding: 5% 0 15%;
  }
  .top-content-three-column:before {
    content: none;
  }
  .top-content-three-column-box {
    width: 100%;
    margin-top: 15%;
  }
  .top-content-three-column .content-ttl-eng {
    font-size: 40px;
    margin-bottom: .5em;
  }
  .normal-btn.type-download {
    margin-top: 5%;
  }
  .top-content-three-column-nav-list {
    padding: 15% 0 0;
  }
  .top-content-three-column-nav {
    width: 100%;
    margin-top: 4%;
  }
  /* -----------------------------------------TOP-page-end*/
  /* ----------------------------------------- NEWS-page-start*/
  .ir-news-list-outer + .ir-news-list-outer {
    margin-top: 15%;
  }
  .ir-news-list {
    padding-bottom: 5%;
  }
  /* ----------------------------------------- NEWS-page-end*/
  /* -----------------------------------------3MINUTES-page-start*/
  /* -----------------------------------------3MINUTES-page-end*/
  /* -----------------------------------------MANAGEMENT-page-start*/
  /* -----------------------------------------MANAGEMENT-page-end*/
  /* -----------------------------------------LIBRARY-page-start*/
  .content-box.type-library {
    border-bottom: 7px solid rgba(9, 17, 56, 0.1);
    padding-bottom: 15%;
  }
  .content-box.type-library + .content-box.type-library {
    margin-top: 15%;
  }
  .type-library .content-ttl-jpn {
    font-size: 22px;
  }
  /* -----------------------------------------LIBRARY-page-end*/
  /* -----------------------------------------STOCK-page-start*/
  .content-area-inner.type-year-select {
    padding: 20% 0 0;
  }
  .year-select-area {
    padding: 8% 0;
    max-width: 90%;
  }
  .year-select-item {
    width: 32%;
    margin-right: 2%;
  }
  .year-select-item:nth-child(3n) {
    margin-right: 0;
  }
  .year-select-item:nth-child(n+4) {
    margin-top: 2%;
  }
  .year-select-item button {
    font-size: 14px;
    padding: 5.5% 0 5%;
  }
  .year-select-outer + .content-area-inner {
    padding: 10% 0 15%;
  }
  .ir-news-list-outer.type-pdf + .ir-news-list-outer {
    margin-top: 8%;
  }
  .ir-news-list-outer.type-pdf .ir-news-list {
    padding-bottom: 2%;
  }
  .ir-news-list-outer.type-pdf .ir-news-date {
    font-size: 14px;
  }
  .ir-news-list-outer.type-pdf .ir-news-ttl {
    font-size: 15px;
  }
  /* -----------------------------------------STOCK-page-end*/
  /* -----------------------------------------PERFORMANCE-page-start*/
  .graph-area {
    padding-top: 10%;
  }
  /* -----------------------------------------PERFORMANCE-page-end*/
  /* -----------------------------------------OTHER-page-start*/
  /*CALENDAR*/
  .content-box.type-calendar {
    border-top: 7px solid rgba(9, 17, 56, 0.1);
    padding-top: 15%;
    margin-top: 15%;
  }
  .type-calendar .ir-news-list-outer + .ir-news-list-outer {
    margin-top: 8%;
  }
  .type-calendar .content-ttl-jpn {
    font-size: 22px;
  }
  .type-calendar .ir-news-list {
    padding-bottom: 2%;
  }
  .type-calendar .ir-news-date {
    font-size: 14px;
  }
  .type-calendar .ir-news-ttl {
    font-size: 15px;
  }
  /*FAQ*/
  .content-box.type-faq + .content-box.type-faq {
    padding-top: 15%;
  }
  .content-box.type-faq .content-ttl-jpn {
    font-size: 22px;
  }
  .faq-list + .faq-list {
    margin-top: 10%;
  }
  .faq-list-ttl {
    font-size: 15px;
  }
  .faq-list-ttl:before {
    font-size: 20px;
  }
  .faq-list-txt {
    font-size: 13px;
  }
  .faq-list-txt:before {
    font-size: 20px;
  }
  /* -----------------------------------------OTHER-page-end*/
  /* -----------------------------------------BACKNUM-page-start*/
  .content-box.type-backnum {
    padding-bottom: 15%;
  }
  /* -----------------------------------------BACKNUM-page-end*/
  /* -----------------------------------------EXPS-page-start*/
  .bnr-exps-area {
    margin: 0 auto 20%;
  }
  .bnr-exps:first-child,
  .bnr-exps:last-child {
    width: 100%;
  }
  .exps-nav-list {
    width: 90%;
    padding: 8% 0;
  }
  .exps-nav-item {
    width: 100%;
    border: 2px solid #091138;
  }
  .exps-nav-txt {
    font-size: 14px;
    padding: .75em 0;
  }
  .exps-nav-item:first-child {
    border-radius: 5px 5px 0 0;
  }
  .exps-nav-item:nth-child(n+2) {
    border-top: none;
  }
  .exps-nav-item:last-child {
    border-radius: 0 0 5px 5px;
  }
  .exps-profile-list {
    width: 100%;
    display: block;
  }
  .exps-profile-img {
    width: 50%;
    margin: 0 auto;
  }
  .exps-profile-info {
    width: 100%;
    margin-top: 5%;
  }
  .exps-box-ttl {
    font-size: 20px;
    line-height: 1.4;
  }
  #type-exps .normal-txt {
    text-align: justify;
  }
  #type-exps .normal-btn {
    width: 70%;
  }
  #type-exps .normal-btn + .normal-btn {
    margin-top: 3%;
  }
  .column-box-list.type-two-column .column-box {
    width: 100% !important;
  }
  .column-box-list.type-two-column .column-box:last-child {
    margin-top: 1em;
  }
  .exps-content-mark span {
    font-size: 13px;
  }
  .exps-content-ttl {
    font-size: 30px;
    line-height: 1.5;
  }
  .exps-content-sub-ttl {
    font-size: 16px;
    margin-top: .75em;
  }
  .exps-head-img {
    margin-top: 2em;
  }
  .it-hihyou-ttl {
    font-size: 16px;
    line-height: 1.4;
  }
  .it-hihyou-item {
    width: 100%;
    padding: .5em 0 .35em 1em;
    border-bottom: 1px solid #091138;
  }
  .it-hihyou-item:nth-child(even) {
    border-left: none;
  }
  .it-hihyou-item:nth-last-child(2) {
    border-bottom: 1px solid #091138;
  }
  /* -----------------------------------------EXPS-page-end*/
  /* -----------------------------------------INVESTOR-QUESTIONS-page-start*/
  .iq-top-area a {
    width: 100%;
    padding: 8% 0;
    margin: 0;
    background: #20b9ee;
    background: -webkit-gradient(linear, left top, left bottom, from(#20b9ee), to(#0793c0));
    background: -webkit-linear-gradient(top, #20b9ee 0%, #0793c0 100%);
    background: -o-linear-gradient(top, #20b9ee 0%, #0793c0 100%);
    background: linear-gradient(180deg, #20b9ee 0%, #0793c0 100%);
    text-align: center;
  }
  .iq-top-area-sub-ttl {
    font-size: 15px;
  }
  .iq-top-area-ttl {
    font-size: 40px;
  }
  .iq-top-area-txt {
    font-size: 14px;
  }
  .iq-top-area-btn {
    width: 70%;
    border: 1px solid #FFF;
    margin: 0 auto;
  }
  .answer-area {
    margin-top: 6%;
  }
  .answer-area + .answer-area {
    margin-top: 12%;
  }
  .answer-date {
    font-size: 15px;
  }
  .iq-list {
    width: 100%;
    margin-top: 7%;
  }
  .iq-head {
    width: 45px;
    height: 45px;
  }
  .iq-body {
    width: calc(100% - 65px);
    padding: 5%;
  }
  .iq-list.type-answer {
    margin-left: 0;
  }
  .type-quest .iq-head {
    margin-right: 20px;
  }
  .type-answer .iq-head {
    margin-left: 20px;
  }
  .type-quest .iq-body:after {
    top: 23px;
  }
  .type-answer .iq-body:after,
  .type-answer .iq-body:before {
    top: 23px;
  }
  .iq-head-txt {
    font-size: 26px;
  }
  .iq-body-txt {
    font-size: 13px;
  }
  .iq-body > p + p {
    margin-top: 5%;
  }
  /* -----------------------------------------INVESTOR-QUESTIONS-page-end*/
}
/* 20231026 TOP youtube-area追加 */
.youtube-area {
	width: 90%;
	margin: 0 auto 80px;
  text-align: center;
}
.youtube {
  margin-top: 30px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 768px) {
  .youtube-area {
    margin-top: 80px;
  }
	.youtube-area iframe {
		width: 100%;
		max-width: 500px;
	}
}
/* 20231121 pdfリンクの追加 */
.pub_link {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pub_link a {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.3;
  min-height: 4em;
  margin: 10px 15px;
  max-width: 90%;
  padding: 8px 15px;
	width: 220px;
}
/* 20231207 TOP マネーサテライト記述追加 */
.ir-info {
  align-items: stretch;
  display: flex;
  justify-content: space-evenly;
  margin: 80px auto;
}
.ir-info_item {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 560px;
  text-align: center;
  width: 48%;
}
.ir-info_item a {
  display: block;
  position: relative;
  margin-top: auto;
  transition: opacity 0.3s;
  text-decoration: none;
}
.ir-info_item a:hover {
  opacity: .5;
}
.ir-info_thumb {
  height: 0;
  margin: 30px auto 0;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.ir-info_thumb img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.ir-info_thumb .viewmore {
  bottom: 5px;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  color: white;
  font-size: 20px;
  display: inline-block;
  right: 10px;
  position: absolute;
}
.ir-info_thumb .viewmore:after {
  font-family: 'hlorg' !important;
  content: "\e904";
  font-size: 18px;
  padding-left: .25em;
}
@media screen and (max-width: 768px) {
  .ir-info {
    display: block;
    margin-top: 80px;
  }
  .ir-info_item {
    margin-bottom: 60px;
    width: 90%;
  }
  .for-pc {
    display: none;
  }
}


