@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202605-stamprally{background:url("../../../img/outing/202605-stamprally/img_kv.jpg")center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.l_main .stamprally_202605_is_purple{		color: #802C99;}
.stamprally_202605_pd1 {
        padding-left: 50px;
        padding-right: 50px;
    }
.stamprally_202605_is_purple_Box {
    color: #fff;
    background-color: #802C99;
    padding: 3px 8px;
    height: 100%;
    border-radius: 8px;
}
.stamprally_202605_bg {
    display: block;
    background: #F2DFF7;
    background: linear-gradient(180deg,rgba(248, 224, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
    height: 180px;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {

.stamprally_202605_textindent {
    text-indent: 4.7em !important;
}
.stamprally_202605_fontsize {
    font-size: 15px !important;
}
}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/