@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;
}

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

/* ----------------------------------
 * 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: 1.2em 1em;
  font-weight: bold;
  font-size: 1.2em;
  color: #000;
  background: #f2f2f2;
  border: 1px solid #ccc;
  font-family: 'Optima';
}

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

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

.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: 3.5rem 1rem;
  font-size: 2.2em;
  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/en/img/ir_mainVisual.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center, right;
}
.ir__ttlH2 span {
  color: #e60012;
  font-size: 40%;
  font-family: 'Quicksand', sans-serif;
}
.ir__ttlH2 span:before {
  content: '\A';
  white-space: pre;
}

.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__irtopLink1_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
  width: 100%;
}

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

.ir__irtopLink1_ttl {
  font-family: "YuGothic","Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
.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;
  top: .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__irtopLink2_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3em;
  width: 100%;
}

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

.ir__irtopLink2_contents_main {
  padding: 2em 2em;
}

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

.ir__irtopLink2_ttl {
  font-family: "YuGothic","Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 500;
  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;
  top: .3em;
}

@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_main {
    padding: 1.5em;
  }
}


.ir__irtopCalendar {
  margin-top: 3em;
}

.ir__irtopCalendar_img {
  display: flex;
  justify-content: center;
  padding: 0;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

.ir__irtopCalendar_img img {
  width: 50%;
}

.ir__irtopCalendar_img img:nth-child(2) {
  margin-left: 2px;
}

@media screen and (max-width: 768px) {
  .ir__irtopCalendar_img {
    flex-direction: column;
    max-width: 424px;
    width: 100%;
  }

  .ir__irtopCalendar_img img {
    width: 100%;
  }

  .ir__irtopCalendar_img img:nth-child(2) {
    margin-left: 0;
    margin-top: 2px;
  }
}


/* ----------------------------------
 * 株主・投資家の皆様へ
 * ---------------------------------- */
.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; }

.governance .ir__contentsWrap p { margin-bottom: 1.2em; }

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

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


/* ----------------------------------
 * 株式情報
 * ---------------------------------- */
.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__stockTable td {
  width: 75%;
}


/* ----------------------------------
 * よくあるご質問
 * ---------------------------------- */
.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;
}




