/* ////////////////個人投資家//////////////// */
#ir-wrap .ir-textblock {
  margin-bottom: 60px;
}

#ir-wrap h2 {
  font-size: 36px;
  color: #565A5E;
  font-weight: bold;
  margin-bottom: 20px;
}

#ir-wrap p {
  color: #565A5E;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
}

.ir-table {
  margin-bottom: 50px;
  max-width: 1000px;
  width: 100%;
}

.ir-table table {
  width: 100%;
  border: 2px solid #1458A0;
  color: #565A5E;
  margin-bottom: 10px;
}

.ir-table table thead tr th {
  height: 40px;
  background: #1458A0;
  color: #fff;
  font-weight: bold;
  padding-left: 20px;
}

.ir-table table tr {
  border-bottom: 2px solid #1458A0;
}

.ir-table table tr td {
  border-left: 2px solid #1458A0;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
}

.ir-table table tr .support {
  font-weight: 400;
}

.ir-table table tr td ul {
  margin: 0;
  padding-left: 20px;
}

.ir-table table tr td ul li {
  color: #D78434;
}

.ir-table table tr td ul li span {
  color: #565A5E;
  font-weight: 400;
}

#ir-wrap p.note {
  font-size: 13px;
}

.commentary {
  background: #E0EAF4;
  padding: 40px;
  margin-bottom: 100px;
}

.commentary span {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #565A5E;
  margin-bottom: 30px;
}

.text-area {
  display: table;
  margin-bottom: 25px;
}

.text-area:last-of-type {
  margin-bottom: 0;
}

.text-area div {
  display: table-cell;
  vertical-align: top;
}

.commentary-note {
  width: 45px;
}

#ir-wrap .commentary-note p {
  background: #1458A0;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-top: 7px;
}

.commentary-text {
  padding-left: 15px;
}

@media (max-width: 767px) {
  #ir-wrap .ir-textblock {
    margin-bottom: 50px;
  }

  #ir-wrap h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  #ir-wrap p {
    font-size: 15px;
  }

  .ir-table table tr:first-of-type {
    border-bottom: 2px solid #fff;
  }

  .ir-table table tr:nth-of-type(2) th.bd-r {
    border-right: 2px solid #fff;
  }

  .ir-table table tr th {
    font-size: 15px;
    padding-left: 10px;
    font-weight: 400;
  }

  .ir-table table tr .support {
    height: 40px;
    background: #005BAC;
    color: #fff;
    font-weight: bold;
  }

  .ir-table table tr th.bg-lightblue {
    height: 40px;
    background: #E0EAF5;
    color: #005BAA;
    border-top: 2px solid #005BAA;
  }

  .ir-table table tr td {
    font-size: 13px;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .commentary {
    padding: 30px 10px;
    margin-bottom: 60px;
  }

  .commentary span {
    margin-bottom: 10px;
  }

  .text-area,.text-area div {
    display: block;
  }

  .commentary-text {
    padding-left: 0;
  }

  #ir-wrap .commentary-note p {
    margin-bottom: 5px;
  }
}

/* ////////////////経営情報//////////////// */
.management-area .link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}

.management-area .bottom {
  width: 250px;
  height: 50px;
  line-height: 45px;
  border: 3px solid #1458A0;
  text-align: center;
  border-radius: 50px;
}

.management-area .bottom:nth-of-type(1) {
  margin-right: 50px;
}

.management-area .bottom a {
  font-size: 16px;
  font-weight: 500;
  color: #1458A0;
  text-decoration: none;
}

#stock,#corporate {
  padding-top: 150px;
  margin-top: -150px;
}

#ir-wrap.management-area .ir-textblock p {
  margin-bottom: 20px;
}

.management-area .ir-textblock p.name {
  text-align: right;
}

.corporate-area {
  background: #E0EAF4;
  padding-top: 80px;
}

.corporate-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.corporate-title > div span {
  font-size: 20px;
  font-weight: 500;
  color: #565A5E;
}

#ir-wrap .pdf a {
  color: #2182E8;
  text-decoration: underline;
  position: relative;
  display: inline-block;
}

.pdf a::after {
  content: url("//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/common/icon-pdf.png");
  vertical-align: middle;
  padding-right: 5px;
  position: absolute;
  top: 4px;
  right: -25px;
}

.corporate-pic {
  margin-top: 40px;
}

.adobe, .news-download {
  max-width: 800px;
  width: 100%;
  display: table;
  background: #fff;
  margin: 0 auto 95px;
  border: 2px solid #1458A0;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 30px;
}

.adobe > div, .news-download > div {
  display: table-cell;
  vertical-align: middle;
}

.adobe > div.icon, .news-download > div.icon {
  width: 25%;
}

#ir-wrap .adobe p, #ir-wrap .news-download p {
  font-size: 15px;
}

@media (max-width: 767px) {
  .management-area .link {
    display: block;
    margin-bottom: 40px;
  }

  .management-area .bottom,.management-area .bottom:nth-of-type(1)  {
    margin: 0 auto 20px;
  }

  .corporate-area {
    padding-top: 30px;
  }

  .corporate-area .maw_1000 {
    margin-bottom: 0;
  }

  .corporate-title {
    margin-bottom: 15px;
  }

  .corporate-title > div span {
    font-size: 17px;
  }

  .pdf a {
    font-size: 15px;
  }

  .pdf a::after {
    top: 1px;
  }

  .corporate-pic {
    overflow-x: scroll;
    margin-bottom: 15px;
  }

  .corporate-pic img {
    min-width: 680px;
  }

  .adobe, .news-download {
    padding: 20px;
  }

  .adobe, .adobe > div, .news-download, .news-download > div {
    display: block;
  }

  .adobe > div.icon, .news-download > div.icon {
    width: 100%;
    margin-bottom: 15px;
  }

  #stock, #corporate {
    padding-top: 80px;
    margin-top: -80px;
  }
}

/* ////////////////FAQ//////////////// */
.faq-area dl span {
  width: 29px;
  height: 29px;
  display: inline-block;
  border-radius: 50px;
  font-family: 'Ubuntu', sans-serif;
  font-style: italic;
  font-size: 16px;
  margin-right: 10px;
}

.faq-area dl dt.faq-q span {
  background: #1458A0;
  color: #fff;
  padding-left: 7px;
  padding-top: 2px;
}

.faq-area dl dd.faq-a span {
  background: #fff;
  border: 2px solid #1458A0;
  color: #1458A0;
  padding-left: 6px;
}

.faq-area dl dt.faq-q {
  color: #1458A0;
  margin-bottom: 15px;
}

.faq-area dl dd.faq-a {
  font-weight: 500;
  color: #565A5E;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
}

.faq-area dl dd.faq-a:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 100px;
}

.faq-area dl dd.faq-a > div {
  display: inline-block;
}

#ir-wrap.faq-area dl dd.faq-a a {
  color: #2182E8;
  font-weight: 500;
  text-decoration: underline;
}

@media (max-width:767px) {
  .faq-area dl dt.faq-q,.faq-area dl dd.faq-a {
    font-size: 15px;
  }

  .faq-area dl dd.faq-a {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  /* テキストが２行になった場合 */
  .faq-area dl dd.faq-a > div {
    width: 85%;
  }

  .faq-area dl dd.faq-a span {
    vertical-align: top;
  }

  .faq-area dl dd.faq-a:last-of-type {
    margin-bottom: 60px;
  }
}

/* ////////////////電子公告//////////////// */
.notice-area .pdf {
  margin-bottom: 80px;
}

.notice-area p.day {
  display: inline-block;
  margin-right: 30px;
}

#ir-wrap.notice-area .pdf a {
  color: #565A5E;
  font-weight: 400;
  padding-left: 3px;
}

.notice-area .pdf a::after {
  left: -21px;
  top: 2px;
}

@media (max-width:767px) {
  .notice-area .pdf {
    margin-bottom: 40px;
  }

  .notice-area p {
    display: inline;
    margin-right: 0;
    position: relative;
  }

  .notice-area p.day::after {
    content: url("//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/common/icon-pdf.png");
    vertical-align: middle;
    padding-right: 5px;
    position: absolute;
    top: 4px;
    right: -25px;
  }

  .notice-area .pdf a::after {
    display: none;
  }

  .notice-area .adobe {
    margin-bottom: 60px;
  }
}

/* ////////////////免責事項//////////////// */
#ir-wrap p.disclaimer-title {
  font-weight: 500;
  margin-bottom: 10px;
}

#ir-wrap p.disclaimer-text {
  margin-bottom: 40px;
}

#ir-wrap p.disclaimer-text:last-of-type {
  margin-bottom: 100px;
}

@media (max-width:767px) {
  #ir-wrap p.disclaimer-title {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 15px;
  }

  #ir-wrap p.disclaimer-text {
    margin-bottom: 31px;
  }

  #ir-wrap p.disclaimer-text:last-of-type {
    margin-bottom: 60px;
  }
}

/* ////////////////IRライブラリー//////////////// */
#ir-wrap .anchor-link {
  margin-bottom: 60px;
}

#ir-wrap .anchor-link .bottom {
  width: 230px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  border: 3px solid #1458A0;
  text-align: center;
}

#ir-wrap .anchor-link .bottom a {
  display: block;
  color: #1458A0;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

#yuukasyouken,#kessaitanshin,#kessaisetumeikai,#kabunushitushin {
  padding-top: 150px;
  margin-top: -150px;
  margin-bottom: 80px;
}

.kessaitanshin-area,.kabunushitushin-area {
  background: #E0EAF4;
  padding-top: 80px;
  padding-bottom: 80px;
}

#kabunushitushin {
  margin-bottom: 0;
}

#kabunushitushin .adobe {
  margin: 70px auto 0;
}

iframe {
  margin-top: 10px;
  border: none;
}

.ir-frame div#ancList {
  display: none;
}

.ir-frame .irLibrary h3 {
  font-size: 20px;
  color: #565A5E;
  font-weight: 500;
  margin-bottom: 0;
}

.ir-frame .irLibrary .irGroup {
  margin-bottom: 45px;
}

.ir-frame .irLibrary .irGroup:last-of-type {
  margin-bottom: 0;
}

.ir-frame .irLibrary dl {
  border-bottom: none;
}

.ir-frame .irLibrary dt {
  padding-bottom: 0;
  padding-right: 10px;
  color: #565A5E;
}

.ir-frame .irLibrary dt span {
  vertical-align: middle;
  font-size: 16px;
}

.ir-frame .irLibrary dd {
  padding-bottom: 20px;
}

.ir-frame .irLibrary dd:last-of-type {
  padding-bottom: 0;
}

.ir-frame .irLibrary dd a {
  color: #565A5E;
  font-size: 16px;
  position: relative;
  text-decoration: underline;
  padding-left: 20px;
}

.ir-frame .irLibrary dd a::before {
  content: "";
  background: url("//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/common/icon-pdf.png") no-repeat;
  background-size: 100%;
  width: 13px;
  height: 18px;
  position: absolute;
  top: 5px;
  left: 0;
}

.ir-frame .irLibrary dd span.irKB {
  color: #565A5E;
  font-size: 16px;
  vertical-align: middle;
}

.ir-frame .irLibrary dd img {
  display: none;
}

.ir-frame #download, .ir-frame #pnex {
  display: none;
}

.ir-frame #irMkr {
  margin-top: 50px;
}

 #kessaitanshin-frame {
   background: #E0EAF4;
 }

@media (max-width:767px) {
  #ir-wrap .anchor-link {
    margin-bottom: 20px;
  }

  #ir-wrap .anchor-link .bottom {
    margin: 0 auto 20px;
  }

  #yuukasyouken, #kessaitanshin, #kessaisetumeikai, #kabunushitushin {
    padding-top: 80px;
    margin-top: -80px;
    margin-bottom: 50px;
  }

  .kessaitanshin-area, .kabunushitushin-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #kabunushitushin {
    margin-bottom: 0;
  }

  #kabunushitushin .adobe {
    margin: 30px auto 0;
  }

  .ir-frame .irLibrary h3 {
    font-size: 17px;
  }

  .ir-frame .irLibrary dt,.ir-frame .irLibrary dd {
    padding-left: 0;
    font-size: 15px;
  }

  .ir-frame .irLibrary dd {
    margin-bottom: 8px;
  }

  .ir-frame .irLibrary .irGroup {
    margin-bottom: 35px;
  }

  .ir-frame #irMkr {
    margin-top: 35px;
  } 
}

/* ////////////////財務実績//////////////// */
#ir-wrap.financial-area .anchor-link .btn01 .bottom {
  margin-left: auto;
}

#ir-wrap.financial-area .anchor-link .btn02 .bottom {
  margin: 0 auto;
}

#ir-wrap.financial-area .anchor-link .btn03 .bottom {
  margin-right: auto;
}

#highlight,#jyoukyou,#cashflow {
  padding-top: 150px;
  margin-top: -150px;
  margin-bottom: 80px;
}

.jyoukyou-area {
  background: #E0EAF4;
  padding-top: 80px;
  padding-bottom: 80px;
}

.ir-frame .qirWrapper {
  width: 100%;
}

#highlight-frame #qirNote p:nth-of-type(2),
#highlight-frame #qirNote p:nth-of-type(3),
#highlight-frame .pnex {
  display: none;
}

.ir-frame #qirNote p {
  font-size: 13px;
}

#jyoukyou-frame {
  padding: 0 10px;
}

#jyoukyou-frame #qirNote {
  display: none;
}

#jyoukyou .note {
  margin-top: 40px;
  padding: 0 10px;
}

#jyoukyou .note p {
  font-size: 13px;
}

#cashflow-frame #qirNote p {
  margin-bottom: 25px;
  line-height: 1.8;
}

#cashflow-frame #qirNote p:nth-of-type(2),
#cashflow-frame #qirNote p:nth-of-type(3) {
  font-size: 16px;
}

#cashflow-frame #qirNote p span {
  display: block;
  font-size: 20px;
  font-weight: 500 !important;
  color: #565A5E;
  margin-bottom: -20px;
}

#cashflow-frame #qirNote p a {
  position: relative;
  padding-right: 25px;
  color: #2182E8;
}

#cashflow-frame #qirNote p a::before {
  content: "";
  background: url("//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/ir-icon-link.png") no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 2px;
  top: 3px;
}

@media (max-width:830px) {
  .qirColumn {
    width: 47%!important;
  }
  
  .qirChart　{
    width: 100%!important;
  }
}


@media (max-width:767px) {
  #highlight,#jyoukyou,#cashflow {
    padding-top: 80px;
    margin-top: -80px;
    margin-bottom: 30px;
  }

  #ir-wrap.financial-area .anchor-link .btn02 .bottom {
    margin: 0 auto 20px;
  }

  .jyoukyou-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #cashflow-frame #qirNote p span {
    font-size: 17px;
  }

  #cashflow-frame #qirNote p:nth-of-type(2),
  #cashflow-frame #qirNote p:nth-of-type(3) {
    font-size: 15px;
  }
  
  .qirColumn,.qirChart {
    width: 100%!important;
  } .qirChart
}

/* リンクアイコン非表示 */
@media (max-width:460px) {
  #cashflow-frame #qirNote p a {
    padding-right: 0;
  }

  #cashflow-frame #qirNote p a::before {
    display: none;
  }
}

/* ////////////////株式について//////////////// */
#ir-wrap.stock-area .anchor-link .btn01 .bottom {
  margin-left: auto;
}

#ir-wrap.stock-area .anchor-link .btn02 .bottom {
  margin: 0 auto;
}

#ir-wrap.stock-area .anchor-link .btn03 .bottom {
  margin-right: auto;
}

#kabuka,#kabushiki,#kabunushisoukai {
  padding-top: 150px;
  margin-top: -150px;
  margin-bottom: 60px;
}

#kabunushisoukai {
  margin-bottom: 0;
}

.kabuka-block {
  background: #E0EAF4;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.kabuka-block .bottom {
  width: 380px;
  height: 60px;
  background: #fff;
  margin: 0 auto 25px;
  border-radius: 50px;
  border: 3px solid #1458A0;
}

#kabuka .kabuka-block .bottom a {
  color: #1458A0;
  font-weight: 700;
  font-size: 20px;
  line-height: 53px;
  text-decoration: none;
}

.kabuka-block p {
  font-size: 13px;
}

#kabushiki {
  margin-bottom: 80px;
}

#kabushiki table tr {
  border-bottom: 1px solid #E2E2E2;
}

#kabushiki table tr th {
  padding-bottom: 23px;
  padding-top: 20px;
}

#kabushiki table tr th p {
  font-size: 18px;
  color: #1458A0;
  font-weight: 500;
}

#kabushiki table tr td {
  padding-bottom: 23px;
  padding-top: 20px;
}

#kabushiki table tr td p {
  font-weight: 400;
}

#kabushiki table tr td a {
  color: #2182E8;
  font-weight: 400;
  word-break: break-all;
  position: relative;
}

#kabushiki table tr td a::before {
  content: "";
  background: url("//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/ir-icon-link.png") no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  right: -28px;
}

#kabunushisoukai {
  margin-bottom: 0;
}

.kabunushisoukai-area {
  padding-top: 80px;
  background: #E0EAF4;
}

.kabunushisoukai-area .adobe {
  margin: 70px auto 100px;
}

@media (max-width:767px) {
  #kabuka, #kabushiki, #kabunushisoukai {
    padding-top: 90px;
    margin-top: -90px;
    margin-bottom: 50px;
  }

  #ir-wrap.stock-area .anchor-link .btn02 .bottom {
    margin: 0 auto 20px;
  }

  .kabuka-block {
    padding: 20px 15px;
  }

  .kabuka-block .bottom {
    width: 250px;
    height: 50px;
    margin-bottom: 20px;
  }

  #kabuka .kabuka-block .bottom a {
    font-size: 16px;
    line-height: 43px;
  }

  #kabushiki table tr th,#kabushiki table tr td {
    display: block;
    width: 100%;
  }

  #kabushiki table tr td {
    font-size: 15px;
    padding-top: 7px;
    padding-bottom: 16px;
  }

  #kabushiki table tr th {
    padding-bottom: 0;
    padding-top: 16px;
  }

  #kabushiki table tr:first-of-type th {
    padding-top: 0;
  }

  #kabunushisoukai {
    margin-bottom: 0;
  }

  .kabunushisoukai-area {
    padding-top: 30px;
  }

  .kabunushisoukai-area .maw_1000 {
    margin-bottom: 0;
  }

  .kabunushisoukai-area .adobe {
    margin: 40px auto 60px;
  }

  #kabunushisoukai .ir-frame .irLibrary dt span,
  #kabunushisoukai .irLibrary dd a,
  #kabunushisoukai .ir-frame .irLibrary dd span.irKB {
    font-size: 14px;
  }
}


/* pdfのアイコンズレ */
@media (max-width:570px) {
  #kabunushisoukai .irLibrary dd a {
    padding-left: 20px;
  }

  #kabunushisoukai .irLibrary dd a::before {
    left: 0px;
    top: 3px;
  }
}

/* 外部リンクのアイコンズレ */
@media (max-width:394px) {
  #kabushiki table tr td a::before {
    top: 27px;
  }
}

/* ////////////////irカレンダー//////////////// */
#calendar {
  margin-bottom: 100px;
}

#calendar #irCalendar,
#calendar .bl_irCalendar {
  display: none;
}

.calendar-img {
  margin-bottom: 30px;
}

#ir-wrap #calendar #dataList h3 {
  font-size: 36px;
  margin-bottom: 10px;
}

#ir-wrap #calendar .irLibrary dl {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 25px;
  margin-bottom: 8px;
}

#ir-wrap #calendar .irLibrary dt {
  width: 155px;
}

#ir-wrap #calendar .irLibrary dt span {
  color: #1458A0;
  font-weight: 400;
}

#ir-wrap #calendar .irLibrary dd,#calendar #irCal {
  font-weight: 400;
  color: #565A5E;
}

#ir-wrap #calendar .irLibrary .irGroup {
  margin-bottom: 83px;
}

#ir-wrap #calendar .irLibrary .irGroup:last-of-type {
  margin-bottom: 40px;
}

@media (max-width:767px) {
  #calendar {
    margin-bottom: 60px;
  }

  .calendar-img {
    overflow-x: scroll;
  }

  .calendar-img img {
    min-width: 814px;
    padding-bottom: 15px;
  }

  #calendar-arrow {
    width: 130px;
    height: 35px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: auto;
  }

  #calendar-arrow .arrow {
    width: 0;
    height: 0;
    border-left: 15px solid #005BAC;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
  }

  .arrow-sliding {
    position: absolute;
    -webkit-animation: slide 4s linear infinite reverse; 
    animation: slide 4s linear infinite reverse;
  }

  .delay1 {
    -webkit-animation-delay: 1s; 
    animation-delay: 1s;
  }

  .delay2 {
    -webkit-animation-delay: 2s; 
    animation-delay: 2s;
  }

  .delay3 {
    -webkit-animation-delay: 3s; 
    animation-delay: 3s;
  }

  @-webkit-keyframes slide {
    0% { opacity:0; transform: translateX(15vw); }	
    20% { opacity:1; transform: translateX(9vw); }	
    80% { opacity:1; transform: translateX(-9vw); }	
    100% { opacity:0; transform: translateX(-15vw); }	
  }

  @keyframes slide {
    0% { opacity:0; transform: translateX(15vw); }	
    20% { opacity:1; transform: translateX(9vw); }	
    80% { opacity:1; transform: translateX(-9vw); }	
    100% { opacity:0; transform: translateX(-15vw); }	
  }
  
  #ir-wrap #calendar #dataList h3 {
    font-size: 25px;
  }

  #ir-wrap #calendar .irLibrary dt span {
    font-size: 15px;
    margin-bottom: 5px;
  }

  #ir-wrap #calendar .irLibrary dd {
    padding: 0;
  }

  #ir-wrap #calendar .irLibrary dl {
    padding-bottom: 15px;
  }

  #ir-wrap #calendar .irLibrary .irGroup {
    margin-bottom: 40px;
  }

  #ir-wrap #calendar .irLibrary .irGroup:last-of-type {
    margin-bottom: 30px;
  }

  #calendar #irCal {
    font-size: 15px;
  }
}

/* ////////////////irトップ//////////////// */
.ir-news {
  margin-top: 100px;
}

#ir-wrap .ir-news h2 {
  font-size: 26px;
}

.ir-news .irRSS {
  display: none;
}

.ir-news .ir-frame .irLibrary dl {
  margin-bottom: 6px;
}

.ir-news .irLibrary .cat-text {
  width: 80px;
  height: 22px;
  line-height: 21px;
  font-size: 13px;
  padding: 0;
  border-radius: 5px;
  margin-right: 8px;
}

.ir-news .irLibrary .cat-tanshin {
  background: #B9A193;
}

.ir-news .irLibrary .cat-yuho {
  background: #F08300;
}

.ir-news .irLibrary .cat-press {
  background: #1458A0;
}

.irtop-table {
  margin-bottom: 100px;
}

.irtop-table table tr {
  border-bottom: 1px solid #E2E2E2;
}

.irtop-table table tr:first-of-type {
  border-top: 1px solid #E2E2E2;;
}

.irtop-table table th {
  width: 30%;
  font-size: 26px;
  color: #565A5E;
  font-weight: 700;
}

.irtop-table table td {
  padding: 40px 0;
}

.irtop-table table td p a {
  display: inline-block;
  color: #1458A0;
  font-weight: 500;
  position: relative;
  text-decoration: underline;
  margin-bottom: 5px;
}

#ir-wrap .irtop-table table td p:first-of-type {
  margin-bottom: 25px;
}

.irtop-table table td p a::before,
ul.irtop-link li a::before {
  content: "";
  background: url("//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/ir-icon-right.png") no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  right: -30px;
}

#ir-wrap .irtop-table table td ul {
  padding: 0;
}

#ir-wrap .irtop-table table td ul li {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}

#ir-wrap .irtop-table table td ul li p {
  margin-bottom: 0 !important;
}

#ir-wrap .irtop-table table td .button,
.ir-news-link {
  width: 380px;
  height: 60px;
  border: 3px solid #1458A0;
  border-radius: 50px;
  margin-top: 35px;
}

.ir-news-link {
  margin: 60px auto;
}

#ir-wrap .irtop-table table td .button a,
.ir-news-link a {
  display: block;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  font-weight: 700;
  color: #1458A0;
  text-decoration: none;
}

#ir-wrap .irtop-table table td.kabushiki li:first-of-type p a::before {
  background: url("//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/ir-icon-link02.png") no-repeat;
  background-size: 100%;
}

ul.irtop-link {
  padding: 0;
  margin-top: 40px;
  list-style: none;
  text-align: center;
}

ul.irtop-link li {
  display: inline-block;
}

ul.irtop-link li:nth-of-type(2) {
  margin: 0 100px;
}

ul.irtop-link li a {
  color: #1458A0;
  font-weight: 500;
  position: relative;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .ir-news {
    margin-top: 20px;
  }

  #ir-wrap .ir-news h2 {
    font-size: 25px;
  }

  .ir-news .ir-frame .irLibrary dd a,
  .ir-news .ir-frame .irLibrary dd span.irKB {
    font-size: 15px;
  }

  .irtop-table {
    margin-bottom: 40px;
  }

  .irtop-table table th,.irtop-table table td {
    display: block;
    width: 100%;
  }

  .irtop-table table th {
    font-size: 25px;
    padding-top: 50px;
  }

  .irtop-table table td {
    padding: 20px 0 45px;
  }

  #ir-wrap .irtop-table table td p:first-of-type {
    margin-bottom: 20px;
  }

  #ir-wrap .irtop-table table td .button,
  .ir-news-link {
    width: 260px;
    height: 50px;
    margin: 0 auto;
  }

  .ir-news-link {
    margin: 40px auto;
  }

  #ir-wrap .irtop-table table td .button a,
  .ir-news-link a {
    font-size: 16px;
    line-height: 44px;
  }

  .ir-news .news-download {
    margin: 0 auto 50px;
  }

  #ir-wrap .irtop-table table td ul li {
    width: 48%;
  }

  #ir-wrap .irtop-table table td ul li.pc {
    display: none;
  }

  #ir-wrap .irtop-table table td ul li.sp {
    width: 100%;
  }

  ul.irtop-link li {
    display: block;
  }

  ul.irtop-link li:nth-of-type(2) {
    margin: 23px 0;
  }
}

/* ////////////////irニュース//////////////// */
.newslist-area .ir-news {
  margin-top: -30px;
}

.ir-news .irLibrary #yearList {
  margin-bottom: 50px;
}

.ir-news .yearMenu {
  text-align: center;
}

.ir-news .irLibrary .yearMenu li {
  margin: 0 25px;
  position: relative;
}

.ir-news .irLibrary .yearMenu li::before {
  content: "|";
  font-size: 17px;
  color: #E2E2E2;
  position: absolute;
  right: -26px;
  top: -2px;
}
.ir-news .irLibrary .yearMenu li:last-of-type::before {
  display: none;
}

.ir-news .irLibrary .yearMenu li a {
  color: #707070;
  font-weight: 500;
}

.ir-news .irLibrary .yearMenu li.active a {
  color: #B5B5B5;
}

.ir-news .irLibrary #tab {
  margin: 0 auto 40px;
}

.ir-news #tabList {
  text-align: center;
}

.ir-news .irLibrary #tab li {
  margin: 0 24px;
}

.ir-news .irLibrary #tab li a {
  width: auto;
  padding: 0 0 6px 0;
  background: none;
  border: none;
  border-bottom: 2px solid #707070;
  color: #707070;
  font-size: 20px;
  font-weight: 500;
}

.ir-news .irLibrary #tab li a.selected,
.ir-news .irLibrary #tab li a:hover {
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #2182E8;
  position: relative;
  color: #2182E8;
}

.ir-news .irLibrary #tab li a.selected::before,
.ir-news .irLibrary #tab li a:hover::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 11px solid #2182E8;
  top: 37px;
  left: 0;
  right: 0;
  margin: auto;
}

.newslist-area .ir-news .ir-frame .irLibrary dl {
  margin-bottom: 20px;
}

.ir-news .irLibrary .cat-pr {
  background: #9693C4;
}

.ir-news .irLibrary .cat-ir_material2 {
  background: #80B3EB;
}

.newslist-area .news-download {
  margin: 70px auto 100px;
}

@media (max-width: 767px) {
  .ir-news .irLibrary #yearList {
    margin-bottom: 35px;
  }

  .ir-news .yearMenu {
    text-align: left;
    margin-top: 25px;
  }

  .ir-news .irLibrary .yearMenu li {
    margin: 0 9px 9px 0;
    background: #E0EBF5;
    border: 1px solid #E0EBF5;
    padding: 3px 12px;
  }

  .ir-news .irLibrary .yearMenu li :last-of-type {
    margin: 0;
  }

  .ir-news .irLibrary .yearMenu li.active {
    background: #fff;
    border: 1px solid #E2E2E2;
  }

  .ir-news .irLibrary .yearMenu li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #005BAC;
  }

  .ir-news .irLibrary .yearMenu li.active a {
    color: #B5B5B5;
  }

  .ir-news .irLibrary .yearMenu li::before {
    display: none;
  }

  .ir-news .irLibrary #tab {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 auto 25px;
  }

  .ir-news .irLibrary #tab li {
    width: auto;
    margin: 0;
  }

  .ir-news .irLibrary #tab li a {
    font-size: 14px;
    padding: 0 0 3px 0;
  }

  .ir-news .irLibrary #tab li a.selected::before,
  .ir-news .irLibrary #tab li a:hover::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #2182E8;
    top: 25px;
  }

  .newslist-area .ir-news .ir-frame .irLibrary dl {
    margin-bottom: 10px;
  }

  .newslist-area .news-download {
    margin: 50px auto 60px;
  }
}

@media (max-width: 325px) {
  .ir-news .irLibrary #tab li a {
    font-size: 12px;
  }

  .ir-news .irLibrary #tab li a.selected::before,
  .ir-news .irLibrary #tab li a:hover::before {
    top: 22px;
  }
}

.e-ir {
  margin-top: 50px;
}

.e-ir a {
  position: relative;
  padding-right: 24px;
}

.e-ir a::before {
  content: "";
  background: url("//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/ir-icon-link.png") no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 2px;
  top: 3px;
}

.e-ir img {
  display: block;
  margin-top: 10px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .e-ir a {
    padding-right: 0;
  }
    
  .e-ir a::before {
    display: none;
  }
}

/* ////////////////株主優待制度//////////////// */
#yuutai-wrap {
  padding-bottom: 50px;
}
#yuutai-wrap .link {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 60px;
}
#yuutai-wrap .link .bottom {
  width: 250px;
  height: 50px;
  line-height: 45px;
  border: 3px solid #1458a0;
  text-align: center;
  border-radius: 50px;
}
#yuutai-wrap .link .bottom:nth-of-type(1) {
  margin-right: 50px
}
#yuutai-wrap .link .bottom a {
  font-size: 16px;
  font-weight: 500;
  color: #1458a0;
  text-decoration: none;
}

#yuutai-wrap h2 {
  font-size:36px;
  color:#565a5e;
  font-weight:bold;
  margin-top: 40px;
  margin-bottom:20px;
}

#yuutai-wrap h3{
  margin-top: 30px;
  margin-bottom:15px;
  font-size: 20px;
  line-height: 29px;
  color: #565a5e;
  font-weight: bold;
}

.yuutai-textblock p {
  color: #565a5e;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
}

#yuutai-wrap .yuutai-img {
  display: block;
  margin: 0 auto 30px auto;
  max-width: 100%;
  height: auto;
}

#yuutai-wrap #purpose,
#yuutai-wrap #summary {
  padding-top: 150px;
  margin-top: -150px;
}
@media(max-width: 767px) {
  #yuutai-wrap .link {
    display:block;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  #yuutai-wrap .link .bottom,
  #yuutai-wrap .link .bottom:nth-of-type(1) {
    margin: 0 auto 20px;
  }

  #yuutai-wrap h2 {
    font-size:25px;
    margin-bottom:15px;
  }

  #yuutai-wrap h3{
    margin-bottom:15px;
    font-size: 17px;
    line-height: 25px;
  }

  .yuutai-textblock p {
    font-size: 15px;
  }

  #yuutai-wrap #purpose,
  #yuutai-wrap #summary {
    padding-top: 80px;
    margin-top: -80px;
  }
}