@charset "utf-8";

.p-actionplan-title{
    font-size: 40px !important;
    font-weight: 700;
    color: #333 !important;
    border: none !important;
    text-align: center;
    margin-bottom: 40px;
}
.p-actionplan-contents-bg {
    background-color: #f0f0f0 !important;
    padding: 50px 0;
}
.p-actionplan-contents-bg02 {
    padding: 50px 0;
}
.p-actionplan-contents{
    max-width: 1200px;
    margin: 0 auto;
}
.p-actionplan-contents-item-title{
font-size: 30px !important;
    font-weight: bold;
    color: #B5161D !important;
    text-align: center;
    margin-bottom: 30px;
        border: none !important;
}
.p-actionplan-mb{
    margin-bottom: 20px;
}
.p-actionplan-indent
{
    text-indent: -1em;
        padding-left: 1em;
}
@media screen and (max-width: 767px) {

.p-actionplan-title {
        font-size: 25px !important;
        font-weight: 700;
        color: #333 !important;
        border: none !important;
        text-align: center;
        margin-bottom: 40px;
        margin-top: 0 !important;
    }

    .p-actionplan-contents-bg {
        background-color: #f0f0f0 !important;
        padding: 30px 15px;
    }
        .p-actionplan-contents-bg02 {

            padding: 30px 15px;
        }
    .p-actionplan-contents {
        max-width: 100%;
        margin: 0 auto;
    }

    .p-actionplan-contents-item-title {
        font-size: 18px !important;
        font-weight: bold;
        color: #B5161D !important;
        text-align: center;
        margin-bottom: 30px;
        border: none !important;
    }

    .p-actionplan-mb {
        margin-bottom: 20px;
    }

    .p-actionplan-indent {
        text-indent: -1em;
        padding-left: 1em;
    }

}
