@charset "UTF-8";
/*--------------------------------------------------------------
 section
--------------------------------------------------------------*/
.Contents section{
    margin-bottom: 3rem;
}
.Contents section:last-child{
    margin-bottom: 0;
}
@media print,screen and (min-width: 481px) {
    .Contents section{
        margin-bottom: 6rem;
    }
}

/*--------------------------------------------------------------
 .bg-gray
--------------------------------------------------------------*/
.bg-gray{
    padding: 3rem 0;
}
@media print,screen and (min-width: 481px) {
    .bg-gray{
        padding: 5rem 0 6rem
    }
}

/*--------------------------------------------------------------
 .pp-title
--------------------------------------------------------------*/
h2.pp-title{
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    position: relative;
}
h2.pp-title::after{
    content: "";
    width: 100px;
    height: 2px;
    background: #e14e4e;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
}
@media print,screen and (min-width: 481px) {
    h2.pp-title{
        font-size: 2.4rem;
    }
}

/*--------------------------------------------------------------
 .pp-txt
--------------------------------------------------------------*/
.pp-txt{
    width: 90%;
    margin: 4rem auto 0;
}
.pp-txt p{
    line-height: 1.6;
}
.pp-txt p br{
    display: none;
}
@media print,screen and (min-width: 481px) {
    .pp-txt{
        width: 100%;
        margin: 5rem 0 0;
    }
    .pp-txt p{
        text-align: center;
        line-height: 1.8;
    }
    .pp-txt p br{
        display: inline;
    }
}
