@charset "utf-8";
/*/////irディレクトリCSS/////*/

@import "reset.css";
@import "common.css";
@import "common_sp.css";
@import "gnav.css";
@import "gnav_sp.css";
@import "subPage.css";
@import "existing.css";
@import "existing_sp.css";


/* ir
---------------------------------------------------*/
/* index * */
body#index .mainTitBl .entit img{
    width: 19.209558823%;
    margin: 0 auto;
}

body#index .box01 .w864{
    width: 864px;
}

body#index .box01 .bannerBl li{
    width: 416px;
}

body#index .box02{
    margin-top: 30px;
}

body#index .box02 .txtBtnLinkBl.column02{
    column-gap: 30px;
    justify-content: center;
 }

body#index .box02 .txtBtnLinkBl.column02 li{
    width: 416px;
}


.newsArea h2{
    border-bottom: 1px solid #333333;
    color: #006CB5;
    font-weight: 700;
    font-size: 28px;
    position: relative;
    padding-bottom: 10px;
}

.newsArea h2 .moreLink{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
}

.newsArea h2 .moreLink a{
    background: url("../img/common/icn_arrow_right.svg") no-repeat right center;
    padding-right: 35px;
    color: #006CB5;
    line-height: 32px;
}

.newsArea .post{
    margin-bottom: 40px;
}

.newsArea .post .post_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newsArea .post .post_date{
    font-weight: 500;
    color: #ACACAC;
    margin-bottom: 10px;
    float: left;
    line-height: 1.5;
}

.newsArea .post .post_category{
    display: flex;
    margin-bottom: 10px;
}

.newsArea .post .post_category li{
    border: 1px solid #006CB5;
    border-radius: 14px;
    color: #006CB5;
    
    margin-right: 10px;
    display: inline-block;
    width: 88px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}

.newsArea .post .post_category li.topics{
    border-color:  #F02D2D;
    color: #F02D2D;
}

.newsArea .post .post_category li.procuts{
    border-color:  #04671F;
    color: #04671F;
}

.newsArea .post .post_flex .post_date{
    width: 100px;
}

.newsArea .post .post_flex .post_category-tit{
    width: calc(100% - 110px);
}

.newsArea .post .post_flex .post_tit{
    line-height: 1.5;
}

.newsArea .post .post_flex .post_tit img {
  width: 24px;
  margin-left: 3px;
}

@media only screen and (max-width:767px) {

  body#index .box01 .w864{
    width: 100%;
  }
    
  .newsArea h2{
      font-size: 22px;
      padding-bottom: 10px;
  }

  .newsArea h2 .moreLink{
      top: -5px;
  }
    
  .newsArea .post{
      margin-bottom: 40px;
  }

  .newsArea .post .post_flex{
      display: block;
  }
    
  .newsArea .post .post_flex .post_date{
      width: 120px;
      margin-top: 5px;
  }

  .newsArea .post .post_flex .post_category-tit{
      width: 100%;
  }

  .newsArea .post .post_flex .post_tit{
       width: 100%;
  }

}

/* ir-mail */
.rgistrationBtnBl{
    display: flex;
    justify-content: space-between;
    gap:20px;
    align-items: center;
}

.rgistrationBtnBl .btn a{
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    background: #006CB5;
    border-radius: 30px;
    width: 190px;
    display: block;
    padding: 18px 0;
    position: relative;
}


.rgistrationBtnBl .btn a span:after{
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    right: 30px;
    top: calc(50% - 12px);
    background: url("../img/common/icn_window_white.svg") no-repeat right center;
}

.rgistrationBtnBl .txt p{
    margin: 0 !important;
}

@media only screen and (max-width:767px) {
  .rgistrationBtnBl{
      margin-top: 50px !important;
      display: block;
    }

    .rgistrationBtnBl .btn a{
        margin: 0 auto 20px;
    }
    
}


/* qanda */
.qanda_list{
    border-bottom: 1px solid #C9C9C9;
    padding-bottom: 30px;
}

.qanda_list li{
    display: block;
    min-height: 32px;
    font-weight: 700;
    padding-left: 50px !important;
    text-indent: 0 !important;
    background: url("../img/ir/qanda/icn_q.svg") no-repeat left top;
}

.qanda_moreLink{
    text-align: right;
    margin-top: 10px;
}

.qanda_moreLink a {
  background: url("../img/common/icn_arrow_right.svg") no-repeat right center;
    background-size: 26px auto;
  padding-right: 30px;
  color: #006CB5;
  line-height: 32px;
  font-weight: 700;
}

.qanda_list li + li{
    margin-top: 30px !important;
}

.qandaBl dt{
    display: block;
    min-height: 32px;
    font-weight: 700;
    padding-left: 50px;
    background: url("../img/ir/qanda/icn_q.svg") no-repeat left top;
}

.qandaBl dd{
    margin-top: 25px;
    display: block;
    min-height: 32px;
    padding-left: 50px;
    background: url("../img/ir/qanda/icn_a.svg") no-repeat  left top;

    border-bottom: 1px solid #C9C9C9;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.qandaBl dd a{
    color: #006CB5;
}

.qandaBl dd.none{
    display: none;
}
.qandaBl dd + dt {
    margin-top: 25px;
}

/* ファクトブック */
.reportBl{
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #C9C9C9;
    padding-bottom: 30px;
    margin-bottom: 30px;
    gap: 20px;
}

.reportBl .txt{
    flex: 1;
}

.reportBl .txt p{
    margin-top: 0 !important;
}

.reportBl .txt a{
    color: #006CB5;
    text-decoration: underline;
}

.reportBl .txt a:hover{
    text-decoration:none;
}

.reportBl .img{
    max-width: 200px;
    text-align: right;
}

.reportBl .img.border{
    color:#C9C9C9!important;
}

@media only screen and (max-width:767px) {
    .reportBl .txt p{
        font-size: 14px !important;
    }

    
    .reportBl .img{
        width: 120px;
    }    
}

.tabBl .tab_area{
    display: flex;
    width: 100%;
    gap:2px;
}

.tabBl .tab_area li{
    text-align: center;
    border-bottom: 4px solid #C9C9C9;
    color: #C9C9C9;
    text-indent: 0;
    flex: 1; 
    font-size: 18px;
    padding:10px 0 !important;
    letter-spacing: 0.1em;
    margin: 0 !important;
    font-weight: 700;
}

.tabBl .tab_area li.active{
    color: #006CB5;
    border-color: #006CB5;
}