@charset "utf-8";
/* CSS Document */
#support section {
    margin-top: 100px;
}
div.title {
    background: #e9528e;
    padding: 0px 20px;
}
div.title h2 {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center
}
section#content_S div.title h2 {
    padding-top: 20px
}
section#content_S div.title h2::before {
    content: '';
    width: 160px;
    height: 180px;
    display: block;
    background-image: url(/ocans/images/support/support_title_illust.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 2%;
}
section#content_S div.title h2 img.title {
    width: 40%;
    position: relative;
    top: -18px;
}
div.title h2 span {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-left: 3%;
}
#support article {
    max-width: 1040px;
    width: 100%;
    margin: 80px auto 0;
    padding: 0 20px;
}
#support article p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.flex figure {
    width: 48%;
    filter:
}
figure img {
    width: 100%;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 15%);
}
figcaption {
    font-size: 12px;
    text-align: center;
    margin-top: 0.5em;
}
section#content_T div.title h2 {
    justify-content: flex-end;
    padding: 24px 0;
    padding-right: 5%;
}
section#content_T div.title h2 img.title {
    width: 48%;
    position: relative;
    top: 5px;
}
section#content_T div.title h2 span {
    margin-top: 0;
}
section#content_T h3 {
    width: 100%;
    font-size: 40px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
    margin-bottom: 30px;
}
section#content_T h3::before {
    content: '';
    width: 80px;
    height: 80px;
    display: inline-block;
    background-image: url(/ocans/images/support/topics_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 1%;
}
section#content_T article.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
article.flex .text {
    width: 48%;
}
article.flex .image figure {}
section#content_T h4 {
    font-size: 28px;
    color: #e9528e;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5em;
}
article.flex .image {
    width: 48%;
    align-items: flex-start;
    position: relative;
    margin-top: 0;
}
article.flex.T-01 .image figure {
    width: 46%;
}
article.flex.T-01 .image .vector {
    position: absolute;
    width: 49%;
    top: 10%;
    left: 7%;
}
article.T-02 .graph figure img {
    box-shadow: none;
}
article.T-02 .graph figure.graph01 {
    width: 44%;
}
article.T-02 .graph figure.graph02 {
    width: 48%;
}
article.T-03 div.text {
    width: 54%;
}
 p span.note{
    display:block;
    text-align:right;
    font-size:0.8em;
    margin-top: -1em;
}
article.T-03 div.flex {
    width: 43%;
    position: relative;
    align-items: flex-start;
}
article.T-03 div.flex figure {
    width: 47%;
}
article.T-03 div.flex figure img {
    box-shadow: none;
    filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 20%));
}
article.T-03 div.flex img.vector {
    width: 25%;
    position: absolute;
    bottom: 20.5%;
    left: 31.5%;
    z-index: 5;
}
@media only screen and (max-width: 1000px) {
    #support section {
        margin-top: 10vw;
    }
    div.title {
        background: #e9528e;
        padding: 0px 2vw;
    }
    section#content_S div.title h2 {
        padding-top: 2vw;
    }
    section#content_S div.title h2::before {
        width: 16vw;
        height: 18vw;
    }
    section#content_S div.title h2 img.title {
        top: -1.8vw;
    }
    div.title h2 span {
        font-size: 2vw;
    }
    #support article {
        margin: 8vw auto;
        padding: 0 2vw;
    }
    #support article p {
        font-size: 1.4vw;
        margin-bottom: 2vw;
    }
    figcaption {
        font-size: 1.2vw;
    }
    section#content_T div.title h2 {
        padding: 2.4vw 0;
    }
    section#content_T div.title h2 img.title {
        width: 48%;
        top: 0.5vw;
    }
    section#content_T h3 {
        font-size: 5vw;
        margin-bottom: 3vw;
    }
    section#content_T h3::before {
        width: 8vw;
        height: 8vw;
    }
    article.flex .text {
        width: 48%;
    }
    section#content_T h4 {
        font-size: 2.75vw;
    }
}
@media only screen and (max-width: 767px) {
    #support section {
        margin-top: 10vw;
    }
    #support section#content_T{
        margin-top: 16vw;
    }

    div.title {
        padding: 0;
    }
    section#content_S div.title h2 {
        padding: 6vw 0;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        margin-bottom: 10vw;
    }
    section#content_S div.title h2::before {
        width: 18vw;
        height: 18.5vw;
        margin-right: 0;
        position: absolute;
        bottom: 0;
        left: 10%;
    }
    section#content_S div.title h2 img.title {
        width: 40%;
        position: static;
        width: 60%;
        top: -1.5vw;
    }
    div.title h2 span {
        font-size: 3.4vw;
        margin-left: 0;
        margin-top: 4vw;
        width: 100%;
        text-align: center;
    }
    #support article {
        margin: 0 auto 12vw;
        padding: 0 4vw;
        align-items: flex-start;
    }
    #support article p {
        font-size: 3.2vw;
        margin-bottom: 4vw;
        text-align: justify;
    }
    figcaption {
        font-size: 2.6vw;
    }
    section#content_T div.title h2 {
        justify-content: center;
        padding: 6vw 0;
        padding-right: 0;
        flex-wrap: wrap;
        margin-bottom: 10vw;
    }
    section#content_T div.title h2 img.title {
        width: 64%;
        top: 0;
        margin: auto;
    }
    section#content_T div.title h2 span {
        margin-top: -1vw;
    }
    section#content_T h3 {
        font-size: 7vw;
        line-height: 1.4;
        margin-bottom: 4vw;
    }
    section#content_T h3::before {
        width: 14vw;
        height: 14vw;
        margin-right: 2%;
    }
    article.flex .text {
        width: 100%;
    }
    section#content_T h4 {
        font-size: 4.5vw;
    }
    article.flex .image {
        width: 100%;
    }
    article.flex.T-01 .image figure {
        width: 46%;
    }
    article.T-02 .graph figure.graph01 {
        width: 45%;
    }
    article.T-02 .graph figure.graph02 {
        width: 50%;
    }
    article.T-02 .graph figure img {
        box-shadow: none;
    }
    article.T-03 div.text {
        width: 100%;
    }
    article.T-03 div.flex {
        width: 100%;
        position: relative;
        align-items: flex-start;
    }
    article.T-03 div.flex figure {
        width: 47%;
    }
}