@charset "utf-8";
/* CSS Document */

/*=============================================================

2022.05.13以降

=============================================================*/

/*----------------------------------------------------
Products
-----------------------------------------------------*/
/*standardが崩れる*/
.point_base {
    width: 90px;
    padding: 4px 5px 3px;
}


/*----------------------------------------------------
SDGs
-----------------------------------------------------*/
#recruit #sdgs ul.sdgsIcon.other li .name {
    /*font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;*/
    min-height: 81px;
}

/**====================================

index改訂2024.5.28

======================================**/
/*なぜか崩れているので記述（あとで消す？）
多分sliderがうまく動いていないからだと思う（原因不明）*/

#index #imgGallery #inWrap {
  max-height: 500px;
}
#imgGallery #slider {
    margin: 0;
    height: 100%;
    max-height: 500px;
}



/*左　展示会*/
/*#index #renew2024 #cont-topics .live-tab-wrap .content1 .tab-content-inner .left-box,
#index #renew2024 #cont-topics .live-tab-wrap .content3 .tab-content-inner .left-box{
  width: 65%;
  padding-right: 30px;
}*/

/*右　トピックス*/
#index #renew2024 #cont-topics .live-tab-wrap .content1 .tab-content-inner .right-box,
#index #renew2024 #cont-topics .live-tab-wrap .content3 .tab-content-inner .right-box{
  width: 100%;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}

#index #renew2024 #cont-pickup .cont-inner {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1250px;
    margin-right: auto;
    margin-left: auto;
}
#index #renew2024 #cont-pickup .cont-inner .right-box {
    width: 100%;
  max-width: 840px;
    padding-left: 0px;
}











