@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202605-keihantrain{background: url("../../../img/outing/202605-keihantrain/img_kv.jpg")center; background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.keihantrain_202605_titlewrap {
  border-bottom: 2px solid #298acd;
  border-top: 2px solid #298acd;
  padding: 20px 0;
}
.keihantrain_202605_blueborderBox {
  border: 2px solid #298acd;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.keihantrain_202605_bluebgBox {
  padding: 30px 20px;
  border-radius: 20px;
  background-color: #ebf6fd;
}
.keihantrain_202605_bluetx {
  color: #298acd;
}
.keihantrain_202605_blueBox {
  display: inline-block;
  color: #fff;
  background-color: #298acd;
  padding: 5px 10px;
  height: 100%;
  border-radius: 8px;
}
.keihantrain_202605_bordertop {
    border-top: 2px dotted #298acd;
    margin-top: 40px !important;
    padding-top: 30px !important;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
  .keihantrain_202605_spbordertop {
    border-top: 2px dotted #298acd;
    padding-top: 30px;
    margin-top: 30px;
  }
  .width70_center {
    width: 70%;
    margin: 15px auto !important;
  }
  .width80_center {
    width: 80%;
    margin: 15px auto !important;
  }
  .keihantrain_202605_t_sp_center {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {

}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
  .keihantrain_202605_flexWrap {
    display: flex;
    justify-content: space-between;
  }
  .keihantrain_202605_flexitem01 {
    width: 55%;
  }
  .keihantrain_202605_flexitem02 {
    width: 43%;
  }
  .keihantrain_202605_flexitem03 {
    width: 48%;
  }
  .keihantrain_202605_pcborderright {
    border-right: 2px dotted #298acd;
    padding-right: 20px;
  }
}

/*ipad 450～PC幅------------------------------*/
@media screen and (min-width: 450px) and (max-width: 767.8px)  {

  }
