<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  菴懈�譌･: 20180820
  菴懈�閠�: FOIS01
*/
.subpage_bnr_ttl_en {
  text-transform: capitalize;
}
.investor_box {
  background: #fff;
  position: relative;
}
.investor_box,
.subpage_nav02_box {
  box-shadow: 0 0 6px rgba(204,204,204,1);
}
.investor_box::before {
  background: rgb(255,131,43);
  background: linear-gradient(to right, rgba(255,131,43,1) 0%, rgba(255,178,78,1) 100%);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.investor_box_ttl {
  align-items: center;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.investor_box_ttl_url {
  width: 88px;
}
.investor_box_ttl_url a {
  color: #333;
  display: block;
  width: 100%;
}
.investor_box_ttl_url a::before {
  background: url(../../image-cmn/ico-right-orange-arrow03.png) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  vertical-align: middle;
  width: 8px;
}
.investor_box_ttl_url a:hover {
  color: #e37422;
}
.investor_box_ttl_in {
  font-weight: bold;
}
.investor_material_lst li {
  margin-top: 10px;
  max-width: 100%;
}
.investor_material_lst li:first-child {
  margin-top: 0;
}
.investor_material_lst li:nth-child(n+7) {
  display: none;
}
.investor_material_lst li a {
  background: rgba(255,255,255,1);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
  border: 1px solid #e0e0e0;
  border-radius: 100px;
  color: #333;
  display: block;
  padding: 7px 25px 7px 15px;
  position: relative;
  width: 100%;
}
.investor_material_lst li a::before {
  content: "";
  background: url(../../image-cmn/ico-right-black-arrow.png) no-repeat;
  background-size: 100% auto;
  height: 11px;
  position: absolute;
  right: 17px;
  top: calc(50% - 5px);
  width: 7px;
}
.investor_material_lst li a::after,
.investor_news_ttl a::after {
  background: url(../../image-cmn/ico-pdf.png) no-repeat;
  background-size: contain;
  content: "";
  height: 16px;
  margin-left: 5px;
  vertical-align: sub;
  width: 12px;
}
.investor_news_ttl a::after {
  display: none;
}
.investor_material_lst li a::after,
.investor_news_pdf .investor_news_ttl a::after {
  display: inline-block;
}
.investor_material_lst li a:hover {
  background: #e0e0e0;
}
.investor_news_lst li {
  border-top: 1px dotted #ccc;
  line-height: 1.5;
}
.investor_news_lst li:first-child {
  border-top: 0;
}
.investor_news_date {
  font-size: 1.4rem;
}
.subpage_nav02_box {
  display: block;
}
.subpage_nav02_type {
  align-items: center;
  flex-direction: row;
  width: 100%;
}
.subpage_nav02_ico {
  margin-bottom: 0;
  margin-right: 10px;
}
.subpage_nav02_ico img {
  vertical-align: middle;
  width: auto;
}
@media screen and (max-width:767px) {
  .investor_box_ttl {
    padding: 12px 10px;
  }
  .investor_news_lst li {
    padding: 8px 10px;
  }
  .investor_news_lst li:last-child {
    padding-bottom: 15px;
  }
  .investor_box_ttl_in {
    font-size: 1.8rem;
  }
  .investor_box {
    margin-top: 20px;
  }
  .investor_box:first-child {
    margin-top: 0;
  }
  .investor_material_lst {
    padding: 20px 10px;
  }
  .subpage_nav02_type {
    height: 44px;
  }
  .subpage_nav02_ico img {
    height: 24px;
  }
}
@media screen and (min-width:768px), print {
  .investor_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .investor_news {
    width: 66%;
  }
  .investor_material {
    width: calc(100% - 66% - 20px);
  }
  .investor_box_ttl {
    padding: 13px 20px 13px 28px;
  }
  .investor_news_lst li {
    padding: 8px 20px 8px 28px;
  }
  .investor_news_lst li:last-child {
    padding-bottom: 15px;
  }
  .investor_box_ttl_in {
    font-size: 2rem;
  }
  .investor_material_lst {
    padding: 20px;
  }
  .subpage_nav02_box {
    width: calc((100% - 60px)/4);
  }
  .subpage_nav02_ttl {
	  font-size:1.8rem;
	line-height:2rem;
  }
  .subpage_nav02_type {
    height: 50px;
  }
  .subpage_nav02_ico img {
    height: 30px;
  }
}
</pre></body></html>