.content_wrap h1 {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 3rem;
    line-height: 1.3;
}

.mean .content_wrap {
    padding: 3rem 1.5rem;
}

.mean .content_wrap .orange {
    font-size: inherit;
    font-weight: inherit;
    color: #f98b06;
}
.mean .content_wrap .desc {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
}
.mean .content_wrap .sub_img {width: 40%;display: block;margin: 4rem auto 6rem;}
.mean .content_wrap h3 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 1.5rem;
}
.mean .content_wrap pre {
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
}
.mean .content_wrap .caution {
    background-color: #ffffff;
    color: #838faa;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 4rem;
    margin-top: 1.5rem;
}
.mean .content_wrap .caution_title {
    font-weight: bold;
    font-size: inherit;
    color: inherit;
    display: block;
    margin-bottom: 1rem;
    background-color: #ffffff;

}
.smallimgflexbox {
    display: flex;
    justify-content: center;
    text-align: center;
}
.smallimg {
    width: 20%;
    margin: 0 auto;
    padding-top: 10%;
    padding-bottom: 30%;
}