
/*====================================
  00. Edit css
    ----------------------------------
    Structure
    ----------------------------------
    - 1. Global
    - 2. Component
    - 3. Top
    - 4. Outline
    - 5. Features
    - 6. Sustainability
    - 7. Finance
    - 8. IR
    - 9. Investor
    -10. Other
    
    ----------------------------------
    Introduction
    ----------------------------------
    直書き用CSS
    
    ----------------------------------
    Constitution
    ----------------------------------
    
    ----------------------------------
    Change Log
    ----------------------------------
    - 2019/12/16   Founding
    
====================================*/
/*====================================

  - 1. Global
--------------------------------------
  「グローバル」用 style

====================================*/

/*====================================

  - 2. Component
--------------------------------------
  「コンポーネント」用 style

====================================*/

/*====================================

  - 2. Top
--------------------------------------
  「トップ」用 style

====================================*/
.main-section--top-stock-col {
  display: flex;
  justify-content: center;
}
.main-section--top-stock-col p {
  margin: 0 15px;
}
.main-section--top-stock-col .stock-banner a {
  height: 100px;
  padding: 0 1rem;
}
.main-section--top-stock-col .stock-banner-img a {
  background:#fff;
  display: block;
}
.main-section--top-stock-col .stock-banner-img a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main-section--top-stock-col .stock-banner-img a:hover img {
	opacity:0.5;
	transition:0.3s;
}

@media screen and (max-width: 768px) {
  .main-section--top-stock-col {
    display: block;
  }
  .main-section--top-stock-col p {
    margin: 0 auto;
  }
  .main-section--top-stock-col .stock-banner-img {
    text-align: center;
    margin-top: 30px;
  }
  .main-section--top-stock-col .stock-banner-img a {
    background: none;
  }
}

/*====================================

  - 3. Outline
--------------------------------------
  「投資法人の概要」用 style

====================================*/

/*====================================

  - 4. Features
--------------------------------------
  「投資法人の特徴」用 style

====================================*/

/*====================================

  - 5. Sustainability
--------------------------------------
  「サステナビリティへの取組み」用 style

====================================*/

/*====================================

  - 6. Finance
--------------------------------------
  「財務情報」用 style

====================================*/

/*====================================

  - 7. IR
--------------------------------------
  「IR情報」用 style

====================================*/
/*よくあるご質問*/
.faq-box dt {
    position: relative;
    cursor: pointer;
    border: solid 1px #ddd;
    padding: 15px 50px 15px 60px;
    margin: 8px 0 0;
    font-weight: bold;
}
.faq-box dt:hover {
    background-color: #E7EFF9;
}
.faq-box dt::before {
    color: #fff;
    content: "Q";
    position: absolute;
    top:0;
    bottom:0;
    left: 15px;
    margin: auto;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1;
    background:#87B65D;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-box dt::after {
    color: #ccc;
    content: "＋";
    position: absolute;
    margin: auto;
    top:0;
    bottom:0;
    right: 12px;
    width: 25px;
    height: 25px;
    font-size: 1rem;
    line-height: 25px;
    text-align: center;
    transition: all 0.3s;
    border:1px solid #ccc;
}
.faq-box dt:hover::after {
    border-color: #254B94;
    color: #254B94;
}
.faq-box dt.active::after {
    content: "－";
}

.faq-box dd {
    position: relative;
    padding: 15px 0 15px 60px;
    margin: 8px 0 0;
}
.faq-box dd::before {
    color: #fff;
    content: "A";
    position: absolute;
    top: 12px;
    left: 15px;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1;
    background:#254B94;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-box .faq-img {
  margin:  20px 0;
}
.faq-box .faq-link + .faq-link {
  margin-top: 5px;
}
.faq-box .faq-link a::after {
    display: inline-block;
    line-height: 1.0;
    font-size: 1.25em;
    width: 1.25em;
    height: 1.25em;
    font-family: "basicicon" !important;
    content: "\e9ef";
    /*
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .5s;
    transition: all .5s;
    */
    color: #E7EFF9;
    vertical-align: bottom;
    margin-left: 0.3rem;
}
.faq-box .faq-link a:hover::after {
    color: #87B65D;
}
.faq-box .faq-link a[href$=".pdf"].link-icon::after {
    content: "\e9a8" !important;
    color: #f72702 !important; 
    font-size: 1em !important;
    vertical-align: middle !important;
}



/*====================================

  - 8. Investor
--------------------------------------
  「投資主の皆様へ」用 style

====================================*/

/*====================================

  - 9. Other
--------------------------------------
  「その他」用 style

====================================*/