@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202606-keihantrain{background: url("../../../img/event/202606-keihantrain/img_kv.jpg")center; background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.keihantrain_202606_titlewrap {
  background-image: radial-gradient(circle, #f9f4c6 44%, #dcf0e8);
  padding: 20px 0;
  position: relative;
}
.keihantrain_202606_titlewrap::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 100px;
    height: 78px;
    top: 10px;
    left: 15px;
    background-image: url("/k-press/assets/img/event/202606-keihantrain/titledecoration01.png");
    background-size: contain;
  }
.keihantrain_202606_titlewrap::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 80px;
    height: 78px;
    bottom: 10px;
    right: 15px;
    background-image: url("/k-press/assets/img/event/202606-keihantrain/titledecoration02.png");
    background-size: contain;
  }
.keihantrain_202606_orangetx {
  color: #e8860e;
}
.keihantrain_202606_orangeBox {
  display: inline-block;
  color: #fff;
  background-color: #e8860e;
  padding: 5px 10px;
  height: 100%;
  border-radius: 8px;
  margin: 10px 0 !important;
}
.keihantrain_202606_purpletx {
  color: #a14d97;
}
.keihantrain_202606_purpleBox {
  display: inline-block;
  color: #fff;
  background-color: #a14d97;
  padding: 5px 10px;
  height: 100%;
  border-radius: 8px;
  margin: 10px 0 !important;
}
.keihantrain_202606_greentx {
  color: #28983d;
}
.keihantrain_202606_greenBox {
  display: inline-block;
  color: #fff;
  background-color: #28983d;
  padding: 5px 10px;
  height: 100%;
  border-radius: 8px;
  margin: 10px 0 !important;
}
.keihantrain_202606_bordertop {
    border-top: 2px dotted #ccc;
    margin-top: 40px !important;
    padding-top: 30px !important;
}
.keihantrain_202606_caption_center {
  font-size: 75% !important;
  text-align: center;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
  .keihantrain_202606_titlewrap {
    padding: 60px 0;
  }
  .keihantrain_202606_spbordertop {
    border-top: 2px dotted #ccc;
    padding-top: 30px;
    margin-top: 30px;
  }
  .keihantrain_202606_width70_center {
    width: 70% !important;
    margin: 15px auto !important;
  }
}
@media only screen and (max-width: 480px) {

}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
  .keihantrain_202606_titlewrap {
    padding: 60px 20px;
  }
  .keihantrain_202606_flexWrap {
    display: flex;
    justify-content: space-between;
  }
  .keihantrain_202606_flexitem01 {
    width: 55%;
  }
  .keihantrain_202606_flexitem02 {
    width: 43%;
  }
  .keihantrain_202606_width70_center {
    width: 80% !important;
    margin: 15px auto !important;
  }
}

/*ipad 450～PC幅------------------------------*/
@media screen and (min-width: 450px) and (max-width: 767.8px)  {

  }
