body {
    color: #000;
}

.bg {
    background-image: url(../img/message/bg.png);
    background-size: 100%;
    font-size: 16px;
    font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

h2 {
    color: rgb(233, 86, 41);
    font-size: 46px;
    text-align: center;
    margin: 100px 0 10px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

h2 span {
    display: inline-block;
}

h3 {
    text-align: center;
    margin: 0 0 100px;
    font-weight: 600;
    font-size: 26px;
}

#container p {
    letter-spacing: 0.1em;
    line-height: 1.8em;
    margin: 20px 0;
}

#container section p {
    margin: 30px 0;
}

.wrap {
    max-width: 890px;
    margin: auto;
}

.wrap>p:first-child {
    font-weight: 600;
}

.intr {
    font-size: 14px;
}

.intr .name {
    font-weight: 600;
}

.aonm {
    position: absolute;
    width: 300px;
    bottom: 0;
    right: 10px;
}

.flex-intr {
    position: relative;
    display: flex;
    margin: 150px auto 250px;
    width: 80%;
    max-width: 750px;
    align-items: end;
    padding-right: 50px;
    border: 3px solid rgb(233, 86, 41);
    border-radius: 0 0 50px 0;
    border-top: none;
    border-left: none;
}

.flex-intr::before,
.flex-intr::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: rgb(233, 86, 41);
    border-radius: 50%;
}

.flex-intr::before {
    top: -9px;
    right: -9px;
}

.flex-intr::after {
    bottom: -9px;
    left: -9px;

}

.flex-intr .intr {
    width: 80%;
    margin-right: 20px;
}

.intr h4 {
    color: rgb(233, 86, 41);
    letter-spacing: 0.1em;
    font-size: 22px;
}


.intr .name span {
    display: inline-block;
    font-size: 18px;
    margin-left: 20px;
}

.title {
    font-size: 28px;
    margin-bottom: 30px;
}

.point {
    display: block;
    width: 150px;
    margin: 0 auto 100px;
}

.question {
    color: rgb(233, 86, 41);
    font-weight: 600;
}

.bg section {
    margin-bottom: 300px;
}

.bg section.last {
    margin-bottom: 0;
}

.pic {
    margin-top: 100px;
}

.msg_img {
    display: block;
    width: 80%;
    max-width: 530px;
    margin: 10px auto;
}

.msg_img2 {
    display: block;
    width: 100%;
    margin: 50px auto;
}

.link-list {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 200px;
}

.link-list a {
    display: inline-block;
    position: relative;
    color: #000;
    text-decoration: underline;
    margin: 20px 0;
}

.link-list a::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../img/msg/link.png);
    background-size: contain;
    display: inline-block;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
}


@media all and (max-width: 896px) {

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 14px;
    }

    #container p {
        /* letter-spacing: 0.1em; */
        line-height: 1.5em;
        margin: 20px 0;
    }

    .intr h4 {
        font-size: 14px;
        font-weight: 600;
    }

    .intr .name span {
        font-size: 1em;
    }

    .flex-intr {
        flex-wrap: wrap;
        justify-content: center;
        margin: 20px auto 100px;
        width: 100%;
        max-width: 750px;
        align-items: end;
        padding: 0;

    }


    .flex-intr .intr {
        width: 100%;
        margin-right: 0;
    }

    .aonm {
        position: relative;
        display: block;
        margin: auto;
        width: 50%;
    }

    .title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .bg section {
        margin-bottom: 50px;
    }

    .point {
        display: block;
        width: 60px;
        margin: 0 auto 30px;
    }

    #container section p {
        margin: 20px 0;
    }

    .pic {
        margin-top: 2px;
    }

    .msg_img {
        width: 100%;
        margin: 10px auto;
    }

}