@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202508-toku2{background: url(/k-press/assets/img/feature/202508-toku2/img_kv.jpg) no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.l_main .mb60{margin-bottom: 60px !important;}
.width60 {
  width: 60% !important;
}
.tx_202508-toku2_blue_01 {
  color: #005583;
}
.is_iconpoint_202508-toku2 {
    font-size: 62% !important;
    line-height: 1.4;
    margin-top: 10px !important;
    display: flex;
    align-items: center;
}
.is_iconpoint_202508-toku2 img {
    width: auto;
    height: 30px;
    margin-right: 10px;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
  .bg_202508-toku2_01 {
    background: url("/k-press/assets/img/feature/202508-toku2/bg_notebook_sp.png") no-repeat;
    background-size: auto 100%;
    padding: 10px 18px 25px;
  }
  .spmb5 {
    margin-bottom: 5px;
  }
}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
  .pcmt28{margin-top: 28px !important;}
  .pcml40{margin-left: 40px !important;}
  
  .flexWrap_pc01 {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
    align-items: center;
  }
  .is_categorytitle_202508-toku2_01 {
    width: 25% !important;
  }
  .is_categorytitle_202508-toku2_02 {
    width: 45% !important;
  }
  .is_categorytitle_202508-toku2_03 {
    width: 71% !important;
  }
  .width47 {
    width: 47% !important;
  }
  .is_floatl_202508-toku2_02 {
    float: left;
    width: 40% !important;
  }  
  .is_floatr_202508-toku2_02 {
    float: right;
    width: 40% !important;
  } 
  .pcflexWrap_202508-toku2_01 {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .is_pcflexboxL_202508-toku2_02 {
    width: 60% !important;
  }
  .is_pcflexboxR_202508-toku2_02 {
    width: 36% !important;
  }
  .bg_202508-toku2_01 {
    background: url("/k-press/assets/img/feature/202508-toku2/bg_notebook_pc.png") no-repeat;
    padding: 25px;
  }
  .pcmt10 {
    margin-top: 10px !important;
  }
}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/
