@charset "utf-8";
/*ベースは480で。スマホ横、タブレット用*/
@media screen and (min-width:481px) and (max-width:896px) {
#p_explain {
    float: left;
    text-align: center;
    width: 90%;
    height: auto;
    margin-top: 60px;
    transition: 2s;
    margin-left: 5%;
    margin-right: 5%;
}
#p_explain span ,#p_list span ,#p_plan span ,#p_list span ,#p_subtitle2 span {
    display: inline-block;
}

#p_line {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}

#p_leaf {
    background-size: auto 80%;
}
 
#p_img1 {
    background-size: 80%;
    height: auto;
    background-position: center center;
    padding-top: 40%;
    filter: drop-shadow(30px 30px 0px rgba(233,244,227,1));
}

#p_img2 {
    background-size: 80%;
    height: auto;
    background-position: center center;
    padding-top: 40%;
    filter: drop-shadow(30px 30px 0px rgba(233,244,227,1));
}
#p_ex1 {
    width: 80%;
    margin-top: 50px;
    margin-left: 10%;
    margin-right: 10%;
}
#p_ex2 {
    width: 80%;
    margin-top: 40px;
    margin-left: 10%;
    margin-right: 10%;
}

.p_title_a {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
#p_img3 {
    background-size: 80%;
    height: auto;
    background-position: center center;
    padding-top: 40%;
    filter: drop-shadow(30px 30px 0px rgba(233,244,227,1));
}
#p_img4 {
     background-size: 80%;
    height: auto;
    background-position: center center;
    padding-top: 40%;
    filter: drop-shadow(30px 30px 0px rgba(233,244,227,1));
}
#p_box1 {
    line-height: 24px;
}
#p_f_img1 {
    background-size: 80%;
    height: auto;
    background-position: center center;
    padding-top: 40%;
    filter: drop-shadow(30px 30px 0px rgba(233,244,227,1));
}
}