@charset "UTF-8";

.action-mv {
    background-color: #2F9AD9;
}

.action-mv > img {
    width: 100%;
    height: auto;
    padding-top: 90px;
    background-color: #FFFCD9;
}

.action-mv h2 {
    color: #ffffff;
    z-index: 2;
    position: relative;
    top: -10px;
    background-color: #2F9AD9;
}

.action-mv .preface {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 920px;
    padding-right: 80px;
}

.action-mv .preface div {
    padding-top: 60px;
}

.action-mv .preface h3 {
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.action-mv .preface h3::before {
    content: "　";
    display: inline-block;
    vertical-align: text-bottom;
    background-image: url(../img/action/mark-w.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1px;
    margin-right: 10px;
    height: 22px;
    width: 22px;
}

.action-mv .preface p {
    color: #ffffff;
    font-size: 1.8rem;
    padding-left: 35px;
}

.action-mv .preface img {
    width: 340px;
    position: relative;
}



.action-contents {
    background-color: #2F9AD9;
    padding-bottom: 160px;
}

.action-contents .contents {
    width: 950px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
    top: -40px;
}

.action-contents .contents a {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: bold;
}

.action-contents .text-box {
    background-color: #ffffff;
    padding: 30px;
    width: 400px;
    border-radius: 5px;
    text-align: justify;
    margin-bottom: 30px;
}

.action-contents .text-box h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.action-contents .text-box p {
    font-size: 1.4rem;
}

.action-contents .text-box:nth-child(2n) {
    margin-left: 30px;
}



.action-other-contents {
    background-color: #E0F2FD;
    position: relative;
    padding: 120px 0;
}

.action-other-contents .lift {
    display: flex;
    max-width: 1000px;
    padding-left: 50px;
    margin: 0 auto;
}

.action-other-contents .lift h3 {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.action-other-contents .lift h3::before {
    content: "　";
    display: inline-block;
    vertical-align: text-bottom;
    background-image: url(../img/common/mark-b.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3px;
    margin-right: 10px;
    width: 22px;
    height: 22px;
}

.action-other-contents .lift img {
    width: 380px;
    height: 320px;
}

.action-other-contents .lift p {
    font-size: 1.8rem;
    margin-left: 30px;
    background-color: #ffffff;
    padding: 30px;
    width: 520px;
    border-radius: 5px;
    text-align: justify;
}

.action-other-contents .support {
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    max-width: 1000px;
    padding-right: 50px;
    margin: 60px auto  0;
}

.action-other-contents .support h3 {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.action-other-contents .support h3::before {
    content: "　";
    display: inline-block;
    vertical-align: text-bottom;
    background-image: url(../img/common/mark-b.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3px;
    margin-right: 10px;
    height: 22px;
    width: 22px;
}

.action-other-contents .support img {
    width: 380px;
    height: 230px;
}

.action-other-contents .support p {
    font-size: 1.8rem;
    margin-right: 30px;
    background-color: #ffffff;
    padding: 30px;
    width: 520px;
    border-radius: 5px;
    text-align: justify;
}



.action-visualize {
    position: relative;
    background-color: #E0F2FD;
    padding-bottom: 200px;
}

.action-visualize p {
    font-size: 1.8rem;
    text-align: center;
    width: calc(100% - 40px);
    margin: 0 auto 30px;
}

.action-visualize a {
    margin: 0 auto;
}


.action-access {
    position: relative;
    background-color: #FFFCD9;
    padding: 90px 0;
}


@media screen and (max-width: 1000px) and (min-width: 0px) {

    .action-mv .preface {
        display: block;
        width: 90%;
        max-width: 460px;
        padding-right: 0;
    }

    .action-mv .preface img {
        display: none;
    }

    .action-mv .preface p {
        padding-left: 0;
    }

    .action-mv .preface h3::before {
        display: none;
    }

    .action-contents .contents {
        display: block;
        width: 100%;
        padding-top: 30px;
        top: 0;
        text-align: center;
    }

    .action-contents .text-box {
        width: calc(90% - 60px);
        max-width: 400px;
        margin: 0 auto 30px;
    }

    .action-contents .text-box:nth-child(2n) {
        margin-left: inherit;
    }

    .action-other-contents {
        padding-bottom: 70px;
    }

    .action-other-contents .lift {
        display: block;
        width: 100%;
        padding-left: 0;
    }

    .action-other-contents .lift h3 {
        padding-left: 20px;
    }

    .action-other-contents .lift img {
        height: auto;
        width: calc(100% - 40px);
        padding: 20px;
    }

    .action-other-contents .lift p {
        padding: 0 20px;
        background-color: inherit;
        width: calc(100% - 40px);
        margin-left: 0;
    }

    .action-other-contents .support {
        display: block;
        width: 100%;
        padding-right: 0;
    }

    .action-other-contents .support h3 {
        padding-left: 20px;
    }

    .action-other-contents .support img {
        height: auto;
        width: calc(100% - 40px);
        padding: 20px;
    }

    .action-other-contents .support p {
        padding: 20px;
        background-color: inherit;
        width: calc(100% - 40px);
        margin-right: 0;
    }

    .action-visualize {
        padding-bottom: 120px;
    }

    .action-visualize p {
        text-align: left;
    }

    .action-visualize br {
        display: none;
    }
}