@charset "utf-8";
.title{
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 2rem;
    margin-top: 40px;
    font-weight: bold;
    color: #222;
}
.title:after{
    content: "";
    width: 80px;
    height: 2px;
    background-color: #222;
    display: block;
    margin-left: 0px;
    margin-top: 10px;
}
.content{
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height:2;
}
.content img{
    max-width: 100%;
    height: auto;
}
