@charset "utf-8";
#gift_plan_28 {
    border:1px solid #fce250;
    border-top: 10px solid #fce250;
    border-radius: 5px;
    padding:10px;
}

#gift_plan_28 > h1{
    margin:10px 0;
    font-size: 15px;
    font-weight: 600;
}
#gift_plan_28 > div{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#gift_plan_28 div.gift_plan_28{
    border: 1px solid #eee;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    flex-direction:column;
    width:49%;
    box-shadow: 1px 1px #eee;
}
#gift_plan_28 div.gift_plan_28.on{
    border: 2px solid red;
    border-radius: 5px;
}
.gift_plan_28 div {position:relative;padding: 10px; }
#gift_plan_28 img {width: 100%;}
#gift_plan_28 p {text-align: center; padding: 5px;font-size: 12px;font-weight:500;}

#gift_plan_28 > span {
    color: #ff0000;
    font-weight: 600;
    margin-bottom:10px;
    display:block;
}


/*PC*/
@media only screen and (max-width: 767px) {
    #gift_plan_28 h1 {
        margin:5px 0 10px 0;
    }
    #gift_plan_28 { padding:15px; }
    #gift_plan_28 p { font-size:13px }
}

