@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');

.ir__section a {
  text-decoration: underline;
}

.ir_wrap a:hover {
  opacity: 0.8;
}

.ir__spHide {
  display: inline-block !important;
}

.ir__pcHide {
  display: none !important;
}

@media (max-width: 768px) {
  .ir__spHide {
    display: none !important;
  }

  .ir__pcHide {
    display: inline-block !important;
  }
}


/* ----------------------------------
 * wrap
 * ---------------------------------- */
.ir_wrap * {
  box-sizing: border-box;
}

.ir_wrap {
  /* overflow-x: hidden; */
  position: relative;
  margin: 0 auto;
  padding: 4em 0;
  width: 100%;
  background: #fff;
  border-top: 4px solid #e60012;
  border-bottom: 1px solid #ccc;
}

.ir__irtopstockweather_wrap{	
display: flex;	
}

@media (max-width: 768px) {
  .ir_wrap {
    padding-top: 0;
  }
  
  .ir__irtopstockweather_wrap{	
display: block;	
}
}

/* ----------------------------------
 * header
 * ---------------------------------- */
.ir_header {
  margin: 0 auto 2em auto;
  padding-bottom: 20px;
  max-width: 1200px;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-diretion: row;
  justify-content: space-between;
  align-items: center;
}

.ir_header h1 {
  margin: 0!important;
  font: bold 3em/1 "YuGothic","Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  text-align: left!important;
  color: #000;
}

@media (max-width: 1024px) {
  .ir_header {
    padding: 0 1em 1em 1em;
    max-width: 100%;
    display: flex;
    flex-diretion: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .ir_header {
    padding: 1em;
    width: 100%;
  }
  
  .ir_header h1 {
    font-size: 2em;
  }
}

/* ----------------------------------
 * IR情報ナビ(共通)
 * ---------------------------------- */
.ir__mainNavi {
  padding-left: 1rem;
  width: 25%;
  position: relative;
}

.ir__mainNavi .navi_head {
  padding: 1em 1.5em;
  font-weight: bold;
  font-size: 1.5em;
  color: #000;
  background: #f2f2f2;
  border: 1px solid #ccc;
}

.ir__mainNavi ul {
  display: flex;
  flex-direction: column;
}

.ir__mainNavi li a {
  padding: 1em 1.5em 1em 2em;
  font-size: 1.125em;
  color: #333;
  display: block;
  border: 1px solid #ccc;
  border-top: none;
  position: relative;
}

.ir__mainNavi li a:before {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-size: 1em;
  font-weight: 900;
  color: #666;
  position: absolute;
  left: 1em;
}

.ir__mainNavi li.sub a {
  padding: 1em 1.5em 1em 3em;
  font-size: 1.125em;
  color: #333;
  background: #fff;
  display: block;
  border: 1px solid #ccc;
  border-top: none;
  position: relative;
}

.ir__mainNavi li.sub a:before {
  content: "\f101";
  font-family: 'Font Awesome 5 Free';
  font-size: 1em;
  font-weight: 900;
  color: #999;
  position: absolute;
  left: 1.5em;
} 

.ir__mainNavi li.local a {
  color: #000;
  background: url('https://www.kibun.co.jp/img/bg.gif') repeat #FDFAF5 0 0;
}

.ir__mainNavi li.local a:before {
  color: #e60012;
}

.ir__mainNavi li.na-local {
  /* */
}

.ir__mainNavi li.na-local a:hover:before {
  color: #e60012;
}

.ir__mainNavi .banner {
  display: block;
}

.ir__mainNavi .banner a {
  margin-top: 20px;
  display: block;
}

.ir__mainNavi .banner a img {
  width: 100%;
}

/* navi smartphone */
@media screen and (max-width: 768px) {
  .navi {
    padding: 4em 2em;
    position: fixed;
    right: 0;
    background: rgba(255,255,255,.95); z-index: 3;
    /* height: 100%; overflow: auto;*/
    transform:translateZ(0) translateX(100%);
    -webkit-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
  }
  
  .js_humburgerOpen .navi {
    position: absolute;
    top: 0;
    transform: translateZ(0) translateX(0);
  }
  
  .ir__mainNavi {
    padding-left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .ir__mainNavi .navi_head {
    padding: .75em 1em;
    font-weight: bold;
    font-size: 1.2em;
    color: #000;
    background: #f2f2f2;
    border: 1px solid #ccc;
  }
  
  .ir__mainNavi ul {
    display: flex;
    flex-direction: column;
  }
  
  .ir__mainNavi li a {
    padding: .75em 1em .75em 2em;
    font-size: .9em;
    color: #333;
    background: #fff;
    display: block;
    border: 1px solid #ccc;
    border-top: none;
    position: relative;
  }
  
  .ir__mainNavi li.sub a {
    padding: .75em 1em .75em 3em;
    font-size: .9em;
    color: #333;
    background: #fff;
    display: block;
    border: 1px solid #ccc;
    border-top: none;
    position: relative;
  }
  
  .ir__mainNavi .banner {
    width: 100%;
  }
  
  .ir__mainNavi .banner a img {
    max-width: 100%;
    width: 14em;
  }
}

/* ----------------------------------
 * ウィンドウサイズ
 * ---------------------------------- */
.ir__mainWrap {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between; 
  flex-direction: row-reverse;
}

.ir__contentsWrap {
  margin-right: 1em;
  width: 75%;
}

@media (max-width: 1024px) {
  .ir__mainWrap {
    margin: 0 auto;
    padding: 0 1em;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .ir__mainWrap {
    margin: 0 auto;
    padding: 0 .5em;
    width: 100%;
    min-height: calc(962px - 8em);
  }
   
   .ir__contentsWrap {
     margin-right: 0;
     width: 100%;
  }
}


/* ----------------------------------
 * タイトル
 * ---------------------------------- */
.ir__ttlH2 {
  margin-bottom: 1em;
  padding: 2.5rem 1rem;
  font-size: 3em;
  line-height: 1.2;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 1rem;
  background-image: linear-gradient(90deg, #fff 50%, rgba(255,255,255,.4) 65%, rgba(255,255,255,0)), url('/corporate/ir/img/ir_mainVisual.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center, right;
  font-family: "YuGothic","Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
.ir__ttlH2 span {
  color: #e60012;
  font-size: 40%;
  font-family: 'Quicksand', sans-serif;
}
.ir__ttlH2 span:before {
  content: '\A';
  white-space: pre;
}

.ir__ttlH3rd    { padding: 0.25em 0.75em; margin: 2em 0 1em 0; font-size: 1.25em; color: #e60012; border: 1px solid #e60012; border-radius: 0.25em; font-family: "YuGothic","Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif; line-height: 1.5; }

.ir__ttlH3 {
  margin-bottom: 1.5em;
  color: #000;
  font-weight: 400;
  font-size: 2.5em;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  font-family: "YuGothic","Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}


/* ----------------------------------
 * テキスト
 * ---------------------------------- */
.ir__txtMb {
  margin-bottom: 1em;
}

.ir__tA_r {
  text-align: right;
}


/* ----------------------------------
 * 扉ページ
 * ---------------------------------- */
.ir__doorPageList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.ir__doorPageList_item {
  border: 1px solid #ccc;
  padding: 16px;
  width: 48%;
}

.ir__doorPageList_item:nth-child(n+3) {
  margin-top: 30px;
}

.ir__doorPageList_ttl {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-family: "YuGothic","Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

.ir__doorPageList_ttl a {
  color: #e60012;
  display: inline-block;
  position: relative;
  padding-left: 1em;
}
.ir__doorPageList_ttl a:hover {
  opacity: 0.6;
}
.ir__doorPageList_ttl a:hover::before {
  color: #e60012;
  opacity: 1;
}
.ir__doorPageList_ttl a::before {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-size: 1em;
  font-weight: 900;
  color: #666;
  position: absolute;
  left: 0;
}

@media (max-width: 768px) {
  .ir__doorPageList {
    display: block;
  }
  
  .ir__doorPageList_item {
    width: 100%;
  }
  
  .ir__doorPageList_item:nth-child(n+2) {
    margin-top: 1em;
  }
}


/* ----------------------------------
 * IRTOP
 * ---------------------------------- */
.ir__irtopMainVisual {
  margin: 0;
  height: auto;
  width: 100%;
}

.ir__irtopMainVisual img {
  border-radius: 1rem;
  max-width: 100%;
}

.ir__irtopMessage_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
  width: 100%;
}

.ir__irtopMessage_ttlBox {
  margin: 0 auto;
  text-align: center;
  width: 42%;
}

.ir__irtopMessage_ttl {
  color: #000;
  font-family: "YuGothic","Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 1.8em !important;
  font-weight: 500;
  margin-bottom: 0;
}

.ir__irtopMessage_linkBtn {
  background: #e60012;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  margin-top: 1.5em;
  padding: 4px 28px 4px 18px;
  text-decoration: none !important;
  position: relative;
}
/*
.ir__irtop_stockItem{	
border-top: 1px solid #ccc;	
justify-content: space-between;	
margin-top: 3em;	
padding-top: 3em;	
padding: 3em 0 0 0;	
width: 50%;	
}	
.ir__irtop_stockItem_contents {	
/* margin: 0 0px 0 25px; */	
background: #ffffff;	
border-radius: 1rem;	
padding: 1.1em 2em;	
width: 100%;	
display: block;	
text-align: center;	
}	
.ir__irtop_stockItem img {	
width: 245px;	
margin: 0 0px;	
}	
.ir__irtop_stockClose{	
text-align: center;	
margin-top: 10px;	
}
*/
/* IE位置調整 */
@media all and (-ms-high-contrast: none) {
  .ir__irtopMessage_linkBtn {
    padding: 4px 28px 0 18px;
  }
}
.ir__irtopMessage_linkBtn::before,
.ir__irtopMessage_linkBtn::after {
  position: absolute;
  content: '';
  border-style: solid;
  border-width: 4px 0 4px 9px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  top: 50%;
}
.ir__irtopMessage_linkBtn::before {
  right: 10px;
  border-color: transparent transparent transparent #fff;
}
.ir__irtopMessage_linkBtn::after {
  right: 13px;
  border-color: transparent transparent transparent #e60012;
}

.ir__irtopMessage_txtBox {
  width: 58%;
  margin: auto 0;
  padding-left: 6%;
}

@media (max-width: 768px) {
  .ir__irtopMessage_wrap {
    display: block;
    margin-top: 2em;
  }
  
  .ir__irtopMessage_ttlBox {
    width: 100%;
  }
  
  .ir__irtopMessage_txtBox {
    width: 100%;
    margin-top: 1em;
    padding: 0;
  }
  
  .ir__irtopMessage_linkBtn_wrap {
    margin-top: 0.7em;
    text-align: center;
  }
  
  .ir__irtopMessage_linkBtn {
    margin: 0;
  }
}


.ir__irtopLink1_wrap {
  border-top: 1px solid #ccc;
  /*display: flex;*/
  justify-content: space-between;
  margin-top: 3em;
  padding-top: 3em;
  width: 100%;
  width: 50%;

}

.ir__irtopLink1_contents {
  background: #fdf6f2;
  border-radius: 1rem;
  padding: 2.5em 2em;
  width: 48.5%;
  width: 100%;
  }

.ir__irtopLink1_contents:nth-child(2){	
margin-top:25px;	
}

.ir__irtopLink1_ttl {
  border-bottom: 1px solid #e60012;
  font-family: "YuGothic","Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.ir__irtopLink1_ttl a {
  position: relative;
  color: #e60012;
  display: block;
  font-size: 1.4em !important;
  text-decoration: none;
  width: 100%;
}
.ir__irtopLink1_ttl a::after {
  position: absolute;
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-size: 0.6em;
  font-weight: 900;
  color: #e60012;
  right: 0;
}

.ir__irtopLink1_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0.5em;
}

.ir__irtopLink1_listItem {
  width: 50%;
}

.ir__irtopLink1_listItem:nth-child(n+3) {
  margin-top: 0.6em;
}

.ir__irtopLink1_listItem a {
  position: relative;
  padding-left: 1.5em;
  padding-left: 1.2em;
}
.ir__irtopLink1_listItem_link {
  text-decoration: underline !important;
}
.ir__irtopLink1_listItem a::before {
  position: absolute;
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-size: 1.2em;
  font-weight: 900;
  color: #666;
  left: 0;
  top: -0.15em;
}
.ir__irtopLink1_listItem a:hover::before {
  color: #e60012;
}

@media (max-width: 1160px) {
  .ir__irtopLink1_listItem {
    width: 100%;
  }
  
  .ir__irtopLink1_listItem:nth-child(n+2) {
    margin-top: 0.3em;
  }
}

@media (max-width: 768px) {
  .ir__irtopLink1_wrap {
    display: block;
  }
  
  .ir__irtopLink1_contents {
    width: 100%;
    padding: 1.6em 1.5em;
  }
  
  .ir__irtopLink1_contents:nth-child(n+2) {
    margin-top: 0.5em;
  }
  
  .ir__irtopLink1_ttl {
    padding-bottom: 1em;
  }
  
  .ir__irtopLink1_wrap {	
width: 100%;	
}	
.ir__irtop_stockItem_contents {	
padding: 1.1em 3em;	
}	
.ir__irtop_stockItem {	
width: 100%;	
border-top: 0px;	
justify-content: space-between;	
margin-top: 0em;	
padding-top: 0px;	
padding: 3em 0 0 0;	
}	
.ir__irtop_stockItem img {	
width: 100%;	
}
}

.ir__irtopNews_wrap {
  margin-top: 5.5em;
}

.ir__irtopNews_ttl {
  color: #e60012;
  font-family: "YuGothic","Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 1.8em !important;
  margin-bottom: 1.2em;
  text-align: center;
  text-decoration: none;
}

.ir__irtopNews_linkBtn_wrap {
  margin-top: 3em;
  text-align: center;
}

.ir__irtopNews_linkBtn {
  background: #fff;
  border: 1px solid #e60012;
  border-radius: 3px;
  color: #e60012 !important;
  display: inline-block;
  padding: 4px 28px 4px 18px;
  text-decoration: none !important;
  position: relative;
}

.ir__irtop_stockItem{	
border-top: 1px solid #ccc;	
justify-content: space-between;	
margin-top: 3em;	
padding-top: 3em;	
padding: 3em 0 0 0;	
width: 50%;	
}	
.ir__irtop_stockItem_contents {	
/* margin: 0 0px 0 25px; */	
background: #ffffff;	
border-radius: 1rem;	
padding: 1.1em 2em;	
width: 100%;	
display: block;	
text-align: center;	
}	
.ir__irtop_stockItem img {	
width: 245px;	
margin: 0 0px;	
}	
.ir__irtop_stockClose{	
text-align: center;	
margin-top: 10px;	
}
/* IE位置調整 */
@media all and (-ms-high-contrast: none) {
  .ir__irtopNews_linkBtn {
    padding: 4px 28px 0 18px;
  }
}
.ir__irtopNews_linkBtn::before,
.ir__irtopNews_linkBtn::after {
  position: absolute;
  content: '';
  border-style: solid;
  border-width: 4px 0 4px 9px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  top: calc(50% - 1px);
}
.ir__irtopNews_linkBtn::before {
  right: 11px;
  border-color: transparent transparent transparent #e60012;
}
.ir__irtopNews_linkBtn::after {
  right: 13px;
  border-color: transparent transparent transparent #fff;
}

@media (max-width: 768px) {
  .ir__irtopNews_wrap {
    margin-top: 2.5em;
  }
  
  .ir__irtopNews_linkBtn_wrap {
    margin-top: 1.5em;
  }
}


.ir__irtopLink2_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 5.5em;
  width: 100%;
}

.ir__irtopLink2_contents {
  background: #f2f2f2;
  border-radius: 1rem;
  width: 48.5%;
}

.ir__irtopLink2_contents_img {
  background-size: cover;
  border-radius: 1rem 1rem 0 0;
  width: 100%;
  height: 200px;
}
.ir__irtopLink2_contents_img_management {
  background: url('/corporate/ir/img/irtop/irtop_img01.jpg') no-repeat;
  background-position: 50% 50%;
}
.ir__irtopLink2_contents_img_stock {
  background: url('/corporate/ir/img/irtop/irtop_img02.jpg') no-repeat;
}

.ir__irtopLink2_contents_main {
  padding: 2em 2em;
}

.ir__irtopLink2_ttl {
  border-bottom: 1px solid #ccc;
  font-family: "YuGothic","Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 500;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  text-decoration: none;
  width: 100%;
}

.ir__irtopLink2_ttl a {
  position: relative;
  display: block;
  font-size: 1.4em !important;
  text-decoration: none;
}
.ir__irtopLink2_ttl a::before {
  position: absolute;
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-size: 0.6em;
  font-weight: 900;
  color: #666;
  right: 0;
}

.ir__irtopLink2_list {
  margin-top: 1.8em;
}

.ir__irtopLink2_listItem:nth-child(n+2) {
  margin-top: 0.6em;
}

.ir__irtopLink2_listItem a {
  background: #e60012;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  padding: 4px 28px 4px 18px;
  text-decoration: none !important;
  position: relative;
}
/* IE位置調整 */
@media all and (-ms-high-contrast: none) {
  .ir__irtopLink2_listItem a {
    padding: 4px 28px 0 18px;
  }
}
.ir__irtopLink2_listItem a::before,
.ir__irtopLink2_listItem a::after {
  position: absolute;
  content: '';
  border-style: solid;
  border-width: 4px 0 4px 9px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  top: 50%;
}
.ir__irtopLink2_listItem a::before {
  right: 10px;
  border-color: transparent transparent transparent #fff;
}
.ir__irtopLink2_listItem a::after {
  right: 13px;
  border-color: transparent transparent transparent #e60012;
}

@media (max-width: 768px) {
  .ir__irtopLink2_wrap {
    display: block;
    margin-top: 2.5em;
  }
  
  .ir__irtopLink2_contents {
    width: 100%;
  }
  
  .ir__irtopLink2_contents:nth-child(n+2) {
    margin-top: 0.5em;
  }
  
  .ir__irtopLink2_contents_img {
    height: 130px;
    background-size: cover;
  }
  .ir__irtopLink2_contents_img_stock {
    background-position: 98% 22%;
  }
  
  .ir__irtopLink2_contents_main {
    padding: 1.5em;
  }
  
  .ir__irtopLink2_ttl {
    padding-bottom: 1.2em;
  }
  
  .ir__irtopLink2_list {
    margin-top: 1em;
  }
}


.ir__irtopBottomLink_wrap {
  margin-top: 4em;
}

.ir__irtopBottomLink_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.ir__irtopBottomLink_listItem {
  width: 30%;
}

.ir__irtopBottomLink_listItem:nth-child(n+4) {
  margin-top: 1.5em;
}

/* 最後左寄せする */
.ir__irtopBottomLink_list::after {
  display: block;
  content: '';
  width: 30%;
  height: 0;
}

.ir__irtopBottomLink_listItem a {
  position: relative;
  display: flex;
  width: 100%;
  background: #f2f2f2;
  font-weight: 600;
  padding: 1em;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.ir__irtopBottomLink_listItem a::before,
.ir__irtopBottomLink_listItem a::after {
  position: absolute;
  content: '';
  border-style: solid;
  border-width: 4px 0 4px 9px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  top: calc(50% - 1px);
}
.ir__irtopBottomLink_listItem a::before {
  right: 25px;
  border-color: transparent transparent transparent #e60012;
}
.ir__irtopBottomLink_listItem a::after {
  right: 27px;
  border-color: transparent transparent transparent #f2f2f2;
}

@media (max-width: 768px) {
  .ir__irtopBottomLink_wrap {
    margin-top: 2.5em;
  }
  
  .ir__irtopBottomLink_list::after {
    content: none;
  }
  
  .ir__irtopBottomLink_listItem {
    width: 47%;
  }
  
  .ir__irtopBottomLink_listItem:nth-child(n+3) {
    margin-top: 1em;
  }
  
  .ir__irtopBottomLink_listItem a {
    font-size: 96%;
  }
}

@media (max-width: 460px) {
  .ir__irtopBottomLink_listItem a::before {
    right: 12px;
  }
  .ir__irtopBottomLink_listItem a::after {
    right: 14px;
  }
}


/* ----------------------------------
 * 株主・投資家の皆様へ
 * ---------------------------------- */
.ir__messageName {
  text-align: right;
  font-size: 1.125em;
}


/* ----------------------------------
 * コーポレート・ガバナンス
 * ---------------------------------- */
.ir__governanceImg            {
  width: 100%;
  margin: 1em 0 0 0;
}

.ir__governanceImg img        {
  max-width: 100%;
}
/*
.ir_textArea h3               { margin: 1.5em 0; font-size: 1.8em!important; color: #333; border-bottom: 1px solid #666; }
.ir_textArea h4               { margin: 2em 0 1em 0; font-size: 1.2em; padding: 0.5em 0.75em; color: #e60012; border: 1px solid #e60012; border-radius: 0.25em; }
*/
.ir__section article          { margin: 3.5em 0 0; }
.ir__section article table    { border-collapse: collapse; margin: 0.5em 0; }
.ir__section article table th { border-top: 1px solid #e60012; background: #f2f2f2; border-bottom: 1px solid #e60012; text-align: center; } 
.ir__section article th,
.ir__section article td       { padding: 1em 0.5em; }
.ir__section article tr       { border-bottom: 1px solid #CCC; }
.ir__section article tr:last-child { border-bottom: 1px solid #e60012; }
.ir__section article table .fixwid { width: 9.5%; }
.ir__section article table .nowrap { white-space: nowrap; }
.ir__section article table .center { text-align: center; }

.ir__section article .indent2 { text-indent: -2em; margin-left: 2em; }


    @media screen and (max-width: 768px) {

        .scroll-table890         { overflow: auto!important; display: block; }
        .scroll-table890 .fixwid { white-space: nowrap; }


    }


/* ----------------------------------
 * 経営管理体制
 * ---------------------------------- */
.ir_man_sya_article dl        { display: flex; flex-wrap: wrap; border-top: 1px solid #e60012; border-bottom: 1px solid #e60012; line-height: 1.8rem; margin: 0.5em 0; }
.ir_man_sya_article dl dt     { width: 40%; background: #f2f2f2; padding: 1em; border-bottom: 1px solid #ccc; font-weight: bold; font-size: 1.15em; padding-left: 3em; box-sizing: border-box; }
.ir_man_sya_article dl dd     { width: 30%; padding: 1em; margin: 0; border-bottom: 1px solid #ccc; background: #fff; padding-left: 4.5em; box-sizing: border-box; }

.ir_man_sya_article .nobb     { border-bottom: none; }

.ir_man_sya_article dl.dl4    { display: flex; flex-wrap: wrap; border-top: 1px solid #e60012; border-bottom: 1px solid #e60012; line-height: 1.8rem; margin: 0.5em 0; }
.ir_man_sya_article dl.dl4 dt { width: 20%; }
.ir_man_sya_article dl.dl4 dd { width: calc(80%/3); padding-left: 3.5em; }
.ir_man_sya_article dl.dl4 dd.bg { width: 25%; padding-left: 2em; background: #f2f2f2; }

.ir_man_sya_article dl.dl3        { margin-top: 2em; }
.ir_man_sya_article dl.dl3 dt     { width: 28%; }
.ir_man_sya_article dl.dl3 dd.dd2 { width: 22%; }
.ir_man_sya_article dl.dl3 dd.dd3 { width: 50%; padding-left: 2em; }


.ir_man_sya_article table               { border-collapse: collapse; margin: 0.5em 0; }
.ir_man_sya_article table tr:first-child,
.ir_man_sya_article table tr:last-child { border-bottom: solid 1px #e60012; }
.ir_man_sya_article tr                  { border-bottom: 1px solid #CCC; }
.ir_man_sya_article table th            { background: #f2f2f2; width: 50%; }
.ir_man_sya_article  th,
.ir_man_sya_article  td                 { padding: 1em 0.5em; }
.ir_man_sya_article table .center       { text-align: center; }

/* ----------------------------------
 * ディスクロージャーポリシー
 * ---------------------------------- */
.ir__ttlH3 + .ir__disclosureTxt {
  margin-bottom: 4em;
}

.ir__disclosureTxt:last-child {
  margin-bottom: 0;
}

/* ----------------------------------
 * 株主・投資家の皆様との対話
 * ---------------------------------- */
 .ir_man_dialogue_article li       { list-style: disc; margin-left: 1.5em; }
.ir_man_dialogue_article dl        { display: flex; flex-wrap: wrap; border-top: 1px solid #e60012; border-bottom: 1px solid #e60012; line-height: 1.8rem; margin: 0.5em 0; }
.ir_man_dialogue_article dl dt     { width: 33%; background: #f2f2f2; padding: 1em; border-bottom: 1px solid #ccc; font-weight: bold; font-size: 1.15em; padding-left: 2em; box-sizing: border-box; }
.ir_man_dialogue_article dl dd     { width: calc(67%/2); padding: 1em; margin: 0; border-bottom: 1px solid #ccc; background: #fff; padding-left: 1em; box-sizing: border-box; }

.ir_man_dialogue_article .nobb     { border-bottom: none; }

dl.no-design                       { border: none; }
dl.no-design dt                    { background: #fff; font-weight: normal; font-size: 1em; width: 20%; padding: 0; border: none; }
dl.no-design dd                    { background: #fff; font-weight: normal; font-size: 1em; width: 80%; padding: 0; border: none; }
.ir_man_dialogue_article img       { width: 80%; height: auto; padding: 2em 4em; box-sizing: border-box; }

/* ----------------------------------
 * 株式情報
 * ---------------------------------- */
.ir__stockTable,
.ir__stockTable th,
.ir__stockTable td {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.ir__stockTable th,
.ir__stockTable td {
  padding: 1em 1.5em;
}

.ir__stockTable th {
  background: #f2f2f2;
  width: 25%;
}
.ir__benefitTable th {	
background: #f2f2f2;	
width: auto;	
}

.ir__stockTable td {
  width: 75%;
}
.ir__benefitTable td {	
width: auto;	
}


/* ----------------------------------
 * よくあるご質問
 * ---------------------------------- */
.ir__faqBox {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(112,112,112,0.5);
  -moz-box-shadow: 0px 0px 4px rgba(112,112,112,0.5);
  -ms-box-shadow: 0px 0px 4px rgba(112,112,112,0.5);
  box-shadow: 0px 0px 4px rgba(112,112,112,0.5);
}

.ir__faqBox_q {
  color: #B71B21;
  font-family: "YuGothic","Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  padding: 20px 120px 20px 50px;
  line-height: 1.2em;
  box-shadow: 0 4px 4px -4px rgba(112, 112, 112, 0.5);
  background: url('/corporate/ir/img/faq/faq_icon_q.png') no-repeat 20px center;
  position: relative;
  cursor: pointer;
}

.ir__trgbtn {
  background: url('/corporate/ir/img/faq/btn_close.gif') no-repeat 0 0;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -9.5px;
  height: 19px;
  width: 97px;
}
.ir__faqBox_q.active .ir__trgbtn {
    background: url('/corporate/ir/img/faq/btn_close.gif') no-repeat 0 -19px;
}

.ir__faqBox_a {
  display: none;
}

.ir__faqBox_a_content {
  padding: 5px 20px 20px 50px;
  background: url('/corporate/ir/img/faq/faq_icon_a.png') no-repeat 20px 5px;
  min-height: 2em;
}

.ir__faqBox + .ir__ttlH3 {
  margin-top: 1.5em;
}

.ir__faqBox_visionList_item {
  display: flex;
}

.ir__faqBox_visionList_item_q {
  display: inline-block;
  position: relative;
  width: 5em;
}
.ir__faqBox_visionList_item_q::after {
  position: absolute;
  content: '：';
  display: inline;
  right: 0;
}

.ir__faqBox_visionList_item_a {
  width: calc(100% - 5em);
}

@media (max-width: 768px) {
  .ir__faqBox_q.active {
    background: url('/corporate/ir/img/faq/faq_icon_q.png') no-repeat 20px center !important;
  }
}


/* ----------------------------------
 * IRに関するお問合せ
 * ---------------------------------- */
.ir__contactTable {
  box-sizing: border-box;
  margin-bottom: 1em;
  width: 100%;
}

.ir__contactTable th,
.ir__contactTable td {
  padding: 0;
}

.ir__contactTable th {
  width: 20%;
  font-weight: normal;
  vertical-align: top;
  white-space: nowrap;
}

.ir__contactTable td {
  width: 80%;
  padding-left: 1em;
}


/* ----------------------------------
 * 免責事項
 * ---------------------------------- */
.ir__disclaimerTxt {
  margin-bottom: 4em;
}

.ir__disclaimerTxt:last-child {
  margin-bottom: 0;
}




