@charset "UTF-8";
.ir {
  background-image: url(../images/ir/bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
}

.ir .Breadcrumb a, .ir .Breadcrumb span {
  color: #fff;
}

.ir__whatsnew {
  margin: 0 auto 36px;
  padding: 20px 16px 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #e4e4e4;
}

.ir__whatsnew h2 {
  margin: 0 0 18px;
  font-size: 6.13333vw;
  text-align: center;
}

.ir__whatsnew h2 .icon {
  margin-right: 10px;
  width: 7vw;
  height: 7vw;
}

.ir__whatsnew ul {
  margin: 0 0 24px;
}

.ir__whatsnew ul li {
  margin: 0 0 14px;
  padding: 0 0 20px;
  border-bottom: 1px dotted #757575;
}

.ir__whatsnew .date {
  display: block;
  font-size: 3.73333vw;
  font-weight: 500;
}

.ir__whatsnew .ttl {
  display: block;
  font-size: 4.53333vw;
  line-height: 1.4;
}

.ir__menu {
  margin: 0 auto;
  padding: 26px 26px 44px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
}

.ir__menu .menu_item {
  margin: 0 0 50px;
}

.ir__menu .menu_item:last-child {
  margin-bottom: 0;
}

.ir__menu .menu_item h3 {
  margin: 0 0 10px;
  padding: 0 0 10px;
  font-size: 4.53333vw;
  font-weight: 700;
  border-bottom: 2px solid #0044b5;
}

.ir__menu .menu_item h3 .icon {
  margin-right: 14px;
}

.ir__menu .menu_item h3 a {
  display: block;
  position: relative;
}

.ir__menu .menu_item h3 a::after {
  content: "";
  display: block;
  margin-top: -2px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #0044b5;
  border-bottom: 2px solid #0044b5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.ir__menu .menu_item figure {
  margin: 0;
}

.ir__menu .menu_item ul li {
  border-bottom: 2px solid #bfbfbf;
}

.ir__menu .menu_item ul li a {
  display: block;
  padding: 14px 0px;
  font-size: 4.26667vw;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.ir__menu .menu_item ul li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #0044b5;
  border-bottom: 2px solid #0044b5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.ir__menu .menu_item ul li a[target="_blank"]::after {
  border: 0;
  width: 14px;
  height: 14px;
  background-image: url(../images/common/icon_blank.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transform: translateY(-50%);
}

.ir__header {
  margin: 0 auto;
  padding: 23px 16px 10px;
  max-width: 1150px;
}

.ir__header h1 {
  color: #fff;
  font-size: 6.13333vw;
  font-weight: 300;
  text-align: center;
}

.ir__header h1 .icon {
  margin-right: 5px;
}

.ir__body {
  margin: 20px auto 40px;
  padding: 0 12px;
  max-width: 1150px;
}

@media print, screen and (min-width: 768px) {
  .ir {
    background-image: url(../images/ir/bg.jpg);
  }
  .ir__whatsnew {
    margin: 0 auto 80px;
    padding: 56px 62px 56px;
  }
  .ir__whatsnew h2 {
    margin: 0 0 30px;
    padding-right: 50px;
    font-size: 3.6em;
  }
  .ir__whatsnew h2 .icon {
    margin-top: -10px;
    width: 42px;
    height: 30px;
  }
  .ir__whatsnew ul {
    margin: 0 0 20px;
  }
  .ir__whatsnew ul li {
    margin: 0 0 14px;
    padding: 0 0 10px;
  }
  .ir__whatsnew .date {
    display: inline-block;
    padding: 10px 18px 10px 0;
    font-size: 1.8em;
    border-right: 1px solid #bfbfbf;
  }
  .ir__whatsnew .ttl {
    display: inline-block;
    padding: 0 0 0 18px;
    font-size: 2.2em;
  }
  .ir__menu {
    padding: 56px 60px 44px;
  }
  .ir__menu .menu_list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .ir__menu .menu_item {
    -ms-flex: 0 0 44.5%;
    flex: 0 0 44.5%;
    max-width: 44.5%;
    margin: 0 11% 34px 0;
  }
  .ir__menu .menu_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .ir__menu .menu_item h3 {
    margin: 0 0 12px;
    padding: 10px 0 12px;
    font-size: 2.2em;
    font-weight: 700;
  }
  .ir__menu .menu_item h3 .icon {
    margin-top: -6px;
    height: 45px;
    background-position: 0 50%;
  }
  .ir__menu .menu_item ul {
    display: flex;
    flex-wrap: wrap;
  }
  .ir__menu .menu_item ul li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 60px;
    padding: 10px 0;
  }
  .ir__menu .menu_item ul li a {
    padding: 0 10px 0 0;
    width: 100%;
    font-size: 1.8em;
  }
  .ir__header h1 {
    font-size: 4.2em;
  }
  .ir__header h1 .icon {
    margin-top: -8px;
  }
  .ir__body {
    margin: 20px auto 92px;
  }
}

@media print, screen and (min-width: 992px) {
  .ir__menu {
    padding: 56px 60px 44px;
  }
  .ir__menu .menu_item {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin-right: 5%;
  }
  .ir__menu .menu_item:nth-of-type(2n) {
    margin-right: 5%;
  }
  .ir__menu .menu_item:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 1024px) {
  .ir__header {
    padding: 44px 0 27px;
  }
  .ir__body {
    padding: 0;
  }
}

/*---------------------------------------------------
*
*  IR情報の開示について
*
*     @url  /ir/toushika.html
*
*/
.ir__toushika {
  margin: 0 auto 36px;
  padding: 16px 16px 50px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #e4e4e4;
}

.ir__toushika h2 {
  margin: 0 0 18px;
  font-size: 5.33333vw;
  text-align: center;
}

.ir__toushika dl {
  margin: 0 0 45px;
}

.ir__toushika dl:last-child {
  margin-bottom: 0;
}

.ir__toushika dt {
  margin: 0 0 12px;
  padding: 0 0 2px;
  color: #00519f;
  font-size: 4.8vw;
  font-weight: 500;
  border-bottom: 2px solid #959595;
}

.ir__toushika dd {
  margin: 0;
  padding: 0;
  font-size: 3.73333vw;
  line-height: 1.42;
}

.ir__toushika p {
  margin: 0 0 26px;
}

@media print, screen and (min-width: 768px) {
  .ir__toushika {
    margin: 0 auto 82px;
    padding: 56px 58px 70px;
  }
  .ir__toushika h2 {
    margin: 0 0 40px;
    font-size: 3.6em;
  }
  .ir__toushika dl {
    margin: 0 0 60px;
  }
  .ir__toushika dt {
    margin: 0 0 28px;
    padding: 0 0 14px;
    font-size: 2.4em;
  }
  .ir__toushika dd {
    font-size: 1.8em;
    line-height: 1.66;
  }
  .ir__toushika p {
    margin: 0 0 30px;
  }
  .ir__toushika .mg30 {
    margin: 0 0 20px;
  }
}

/*inafuku追加分*/

.ir__body.mini{
  margin-bottom: 0;
  padding-bottom: 50px;
}

.ir__title h2{
  margin: 0 0 18px;
  font-size: 5.33333vw;
  text-align: center;
}

.ir__title h2{
  margin: 0 auto 62px;
  font-size: 3.6em;
}

.ir__body_content h3{
  margin: 0 auto 20px;
  padding-left: 10px;
  color: #00519f;
  font-size: 4.53333vw;
  font-weight: 400;
  border-left: 5px solid #00519f;
}

.ir__body_content {
  margin: 0 auto 36px;
  padding: 16px 16px 50px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #e4e4e4;
}

.ir__body_content .block {
  margin: 0 auto 40px;
}

.ir__body_content p{
  margin: 0 0 30px;
  padding: 0;
  font-size: 3.73333vw;
  line-height: 1.42;
}

.ir__toushika .mg30 {
    margin: 0 0 20px;
}

.ir__body_content table {
  margin: 0 auto 20px;
  font-weight: normal;
  table-layout: auto;
  border-top: 1px solid #ccc;
}

.ir__body_content table th {
  font-weight: 400;
  background-color: #f2f2f2;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  white-space: nowrap;
}

.ir__body_content thead th {
  font-weight: 400;
  text-align: center;
  background-color: #bfbfbf;
  border: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.ir__body_content table tr:last-child th {
  border-bottom: 1px solid #ccc;
}

.ir__body_content table th:last-child,.ir__body_content table td:last-child {
  border-right: 0;
}

.ir__body_content table tr:last-child td {
  border-bottom: 1px solid #ccc;
}

.ir__body_content th, .ir__body_content td {
  padding: 8px;
  font-size: 3.73333vw;
  font-weight: 300;
  text-align: left;
}

.common-popup th, .common-popup td {
  font-size: 2vw;
}

.ir__body_content .backnumber2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 30px;
  padding: 20px 30px;
  /*border-bottom: 1px dotted #ccc;*/
  background: #cae5ff;
}

.ir__body_content .backnumber2 li {
  margin: 0 10px 0 0;
}

.ir__body_content .backnumber2 li a {
  display: inline-block;
  padding: 0 0 0 12px;
  font-size: 3.73333vw;
  position: relative;
}

.ir__body_content .backnumber2 li a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #00519f;
  position: absolute;
  left: 0;
  top: 2.2vw;
}

.ir__body_content .backnumber2 li a[target=_blank] {
  padding-right: 16px;
  background-image: url(../images/common/icon_blank.gif);
  background-repeat: no-repeat;
  background-position: 100% 55%;
  background-size: auto;
}

.ir__body_content .mb0{
  margin-bottom: 0!important;
}

.ir__body_content .text-center{
  text-align: center;
}

.ir__body_content .text-right{
  text-align: right;
}

.ir__body_content .bullet a{
  margin: 0 0 30px;
  padding: 0 0 0 16px;
  font-size: 3.73333vw;
  line-height: 1.42;
  position: relative;
}

.ir__body_content .bullet a:before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #00529f;
  position: absolute;
  left: 0;
  top: 42%;
}

.ir__body_content .link01 {
  line-height: 1;
}

.ir__body_content span.text {
	font-size: 1.8em;
}
@media print, screen and (max-width: 768px) {
    .ir__body_content span.text_add {
      font-size: 3.73333vw;
    }
}

.ir__body_content .link01 a[target=_blank] {
  padding-right: 16px;
  background-image: url(../images/common/icon_blank.gif);
  background-repeat: no-repeat;
  background-position: 100% 90%;
  background-size: auto;
}

.ir__body_content .table_container table{
  margin-bottom: 0;
  border-right: 1px solid #bfc7d4;
}

.ir__body_content .table_container{
  margin-bottom: 10px;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.ir__body_content .main-color{
  color: #4679c5;
}

.ir__body_content .fBox {
  padding: 14px;
  background: #f4f6fa;
  border: 1px solid #ccc;
}

@media print, screen and (min-width: 768px) {
  .ir__title h2 {
    margin: 0 0 40px;
    font-size: 3.6em;
  }

  .ir__body_content h3{
    margin: 0 auto 30px;
    padding-left: 10px;
    font-size: 3em;
  }

  .ir__body_content .block {
    margin: 0 auto 50px;
  }

  .ir__body_content {
    margin: 0 auto 82px;
    padding: 56px 58px 70px;
  }

  .ir__body_content p {
    font-size: 1.8rem;
    line-height: 1.66;
  }

  .ir__body_content table {
    margin: 0 auto 30px;
  }

  .ir__body_content th, .ir__body_content td {
    font-size: 1.8em;
  }

  .ir__body_content .backnumber2 li {
    margin: 0 30px 0 0;
  }

  .ir__body_content .backnumber2 li a {
    padding: 0 0 0 16px;
    font-size: 1.8em;
  }

  .ir__body_content .backnumber2 li a::before {
    border-width: 5px 0 5px 10px;
    top: 8px;
  }

  .ir__body_content .bullet a{
    display: inline-block;
    padding: 0 0 0 12px;
    position: relative;
    font-size: 1.8em;
    line-height: 1.66;
  }

  .ir__body_content .bullet a:before{
    border-width: 5px 0 5px 10px;
    top: 9px;
  }

  .ir__body_content .link01 a[target=_blank] {
    background-position: 100% 70%;
  }

  .ir__body_content .link01 a {
    padding: 0 0 0 16px;
  }
}

/*---------------------------------------------------
*
*  フィナンシャルレポート
*
*     @url  /ir/annual.html
*
*/


.ir__body_content.annual table{
  width: 100%;
}
.ir__body_content.annual table tr td {
    white-space: nowrap;
}
.ir__body_content.annual table tr td:last-child{
  width: 150px;
  white-space: nowrap;
}

.ir__body_content.annual table td:not(.integrated_report_link):last-child a{
  padding-left:20px;
}

.ir__body_content.annual .icon.pdf{
  margin-right: 10px;
}

/*
.ir__annual {
  margin: 0 auto 36px;
  padding: 16px 16px 50px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #e4e4e4;
}

.ir__annual h2 {
  margin: 0 0 18px;
  font-size: 5.33333vw;
  text-align: center;
}

.ir__pdf_DLlist {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 2px solid #bfbfbf;
}

.ir__pdf_DLlist:nth-of-type(1) {
  border-top: 2px solid #bfbfbf;
}

.ir__pdf_DLlist dt, .ir__pdf_DLlist dd {
  margin: 0;
  padding: 0;
}

.ir__pdf_DLlist dt {
  font-size: 4.26667vw;
  font-weight: 400;
  text-align: left;
}

.ir__pdf_DLlist dd {
  font-size: 3.73333vw;
  font-weight: 300;
  text-align: right;
}

.ir__pdf_DLlist .icon.pdf{
  margin-right: 10px;
}
*/

@media print, screen and (min-width: 768px) {

/*
  .ir__annual {
    margin: 0 auto 82px;
    padding: 56px 58px 70px;
  }

  .ir__annual h2 {
    margin: 0 0 40px;
    font-size: 3.6em;
  }

  .ir__pdf_DLlist {
    margin: 0 auto;
    padding: 6px 0 7px;
  }
  .ir__pdf_DLlist::after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .ir__pdf_DLlist dt {
    float: left;
    font-size: 2em;
    text-align: left;
  }
  .ir__pdf_DLlist dd {
    float: right;
    padding-right: 20px;
    font-size: 1.6em;
  }
*/
}

/*---------------------------------------------------
*
*  IRカレンダー
*
*     @url  /ir/calendar.html
*
*/

.ir__body_content.calendar th{
  width: 150px;
}

/*---------------------------------------------------
*
*  業績の推移
*
*     @url  /ir/gyouseki.html
*
*/

.ir__body_content.gyouseki table td{
  text-align: right;
}

/*---------------------------------------------------
*
*  経営指標推移
*
*     @url  /ir/keiei.html
*
*/

.ir__body_content.keiei table tr:nth-of-type(2){
  text-align: center;
}
.ir__body_content.keiei table td{
  text-align: right;
    white-space: nowrap;
}

/*---------------------------------------------------
*
*  決算短信・説明資料
*
*     @url  /ir/kessan.html
*
*/

.ir__body_content.kessan table,.ir__body_content.kessan table th,.ir__body_content.kessan table td{
  text-align: center;
    white-space: nowrap;
}

.ir__body_content.kessan .icon.pdf{
  margin-right: 10px;
}

/*---------------------------------------------------
*
*  決算短信・説明資料
*
*     @url  /ir/kessan_old.html
*ir__body_content
*/

.ir__body_content.kessan_old table th{
  text-align: center;
}

.ir__body_content.kessan_old table{
  width: 100%;
}

.ir__body_content.kessan_old table tr td:last-child{
  width: 150px;
}

.ir__body_content.kessan_old table td:last-child a{
  padding-left:20px;
}

.ir__body_content.kessan_old .icon.pdf{
  margin-right: 10px;
}

/*---------------------------------------------------
*
*  株主に関する資料
*
*     @url  /ir/stock.html
*
*/


.ir__body_content .stock ul {
  margin: 0 0 50px;
}

.ir__body_content .stock ul li {
  margin: 0 0 14px;
  padding: 0 0 20px;
  border-bottom: 1px dotted #757575;
}

.ir__body_content .stock .date {
  display: block;
  font-size: 3.73333vw;
  font-weight: 500;
}

.ir__body_content .stock .ttl {
  display: block;
  font-size: 4.53333vw;
  line-height: 1.4;
}
.ir__body_content .stock .text {
  font-size: 3.73333vw;
}

.ir__body_content .stock .yahoo .text{
  display: block;
}

@media print, screen and (min-width: 768px) {
  .ir__body_content .stock ul {
    margin: 0 0 50px;
  }
  .ir__body_content .stock ul li {
    margin: 0 0 14px;
    padding: 0 0 10px;
  }
  .ir__body_content .stock .date {
    display: inline-block;
    padding: 10px 18px 10px 0;
    font-size: 1.8em;
    border-right: 1px solid #bfbfbf;
  }
  .ir__body_content .stock .ttl {
    display: inline-block;
    padding: 0 0 0 18px;
    font-size: 2.2em;
  }

  .ir__body_content .stock .text {
    font-size: 1.8em;
  }

  .ir__body_content .stock .yahoo .text{
    display: inline-block;
  }
  .ir__body_content.annual table tr td.annual_link{ width:50% !important;}

  .ir__body_content.annual table tr td.integrated_report_link{ width:25% !important;}

}


/*---------------------------------------------------
*
*  ir
*
*     @url  /ir/
*
*/

.page-ir h2.largeTitle {
  margin: 0 auto 50px;
  padding: 0;
  color: #165dd9;
  font-size: 5.6vw;
  font-weight: 400;
  text-align: center;
  border: 0;
  position: relative;
}

.page-ir h2.largeTitle::after {
  content: "";
  display: block;
  margin-left: -25px;
  width: 50px;
  height: 3px;
  background-color: #165dd9;
  position: absolute;
  left: 50%;
  bottom: -20px;
}


@media print, screen and (min-width: 768px) {
  .page-ir h2.largeTitle {
    margin: 0 auto 80px;
    padding: 0;
    font-size: 3.8em;
    text-align: center;
  }
}

/*---------------------------------------------------
*
*  有価証券報告書
*
*     @url  /ir/yuuka.html
*
*/

.ir__body_content .yuuka table,.ir__body_content .yuuka table th,.ir__body_content .yuuka table td{
    white-space: nowrap;
}
