@charset "utf-8";
.freeTitle {
    margin: 40px 0;
}
.freeTitle img {
    width: 500px;
    height: auto;
}
#posterSeikatsuOuter img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
#posterSeikatsuOuter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5%;
}
.posterSeikatsu {
    width: 45%;
    margin-left: 5%;
    margin-bottom: 40px;
}
#posterSeikatsuOuter p {
    font-size: 16px!important;
    line-height: 1.6em!important;
    padding-bottom: 0.6em!important;
    font-weight: bold;
    color: #F01E78;
}
#posterSeikatsuOuter p small {
    font-size: 75%;
    font-weight: normal;
    color: #666;
}
.downBtnSmall {
    text-align: center;
}
.downBtnSmall a {
    margin: 0;
    background: #F01E78;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 10px;
    color: #fff!important;
}
@media screen and (max-width:414px) {
    .freeTitle {
        margin: 0 0 20px;
    }
    .freeTitle img {
        width: 90%;
    }
    .posterSeikatsu {
        margin-bottom: 30px;
    }
    #posterSeikatsuOuter p {
        font-size: 14px!important;
        line-height: 1.5em!important;
        padding-bottom: 0.7em!important;
    }
    #posterSeikatsuOuter p small {
        line-height: 1.4em!important;
        display: block;
        margin-top: 0.4em;
        font-size: 80%;
    }
    .downBtnSmall a {
        padding: 6px 12px;
        border-radius: 6px;
        font-size: 12px!important;
    }
}