/*------------------------------------
  決算説明会サマリー
--------------------------------------*/
.ir--read {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 59px 6.66667% 64px;
  /*padding: 59px 0 64px;*/  
  z-index: 0;
}

.ir--read__in {
  width: 100%;
  margin: 0 auto;
}

.ir--read__hd {
  width: 100%;
  text-align: center;
}

.ir--read__ttl {
  color: #444444;
  font-size: 26px;
  line-height: 44px;
  margin-bottom: 12px;
}

.ir--read__hd p {
  color: #666666;
  font-size: 15px;
  letter-spacing: 0.3px;

}

.ir--read__p {
  font-size: 12px;
  line-height: 2.08333;
  color: #666;
  margin: 27px 0 0;
  text-align: justify;
}




.ir--frbs {
  background-color: #fff;
  padding-bottom: 15%;
  width: 100%;
}

.ir--frbs__in .not-item {
  font-size: 20px;
  text-align: center;
}


.ir--frbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 60px;
  margin: 0 auto 115px;
  width: 100%;
  max-width: 860px;
}

.ir--frbs__list li {
  border-bottom: 1px solid rgba(68, 68, 68, 0.3);
  padding-bottom: 30px;
  width: 100%;
  max-width: 400px;
}


.ir--frbs__list li h3 {
  color: #A82B43;
  font-size: 18px;
  /*font-size: 20px;*/
  line-height: 34px;
  letter-spacing: 0.4px;
  margin-bottom: 24px;
}

.ir--frbs__list li h3.set-movie {
  display: flex;
  justify-content: space-between;
  align-items: baseline;  
}

.ir--frbs__list li h3.set-movie::after {
  content: '';
  background-image: url('../img/ir/summary/icon-movie.jpg');
  display: block;
  height: 18px;
  width: 34px;
}

.ir--frbs__list li img {
  display: block;
  margin-bottom: 36px;
}
.ir--frbs__list li p {
  color: #444444;
  font-size: 20px;
  line-height: 34px;
}

.ir--frbs__list li p br {
  display: none;
}



.pager-nav-wrapper {
  display: flex;
  justify-content: center;
}
.pager-nav-wrapper .pager-nav{
  display: flex;
  justify-content: center;
  gap: 24px 24px;
}
.pager-nav-wrapper .pager-nav .page-numbers {
  background: #fff;
  border: 2px solid #A82B43;
  border-radius: 50%;
  color: #A82B43;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  height: 40px;
  width: 40px;
}

.pager-nav-wrapper .pager-nav .page-numbers.current{
  background: #A82B43;
  color: #fff;
}


body.summary .b--cts__back-ir {
  margin-top: initial;
}







@media screen and (max-width: 874px) {
	
	.ir--frbs__list {
    /*margin: 0 auto;*/
    max-width: 400px;
  }


}/*-874px*/

@media screen and (max-width: 600px) {
  .m--ph__sub-ttl {
    line-height: 24px;
    text-align: center;
    max-width: 290px;
  }


  .ir--read__ttl {
    font-size: 15px;
  }
  .ir--read__hd p {
    font-size: 12px;
  }


	.ir--frbs__in {
    padding-right: 26px;
    padding-left: 26px;
  }
	.ir--frbs__list {
    /*margin: 0 auto;*/
    margin-bottom: 60px;
    max-width: 400px;
  }


}/*-799px*/
