@charset "utf-8";


.top { display:block;  }
.p_top { width:100%; margin-bottom:50px; text-align:justify; display:inline-block; }
.top .contents h2 { font-size:18px;letter-spacing:0.2em; margin:50px 0px 20px 0px; text-align:left; }
.contents p { display:inline-block; text-align:justify; }
.top_wrap { background:none; height:auto; }
@media screen and (min-width: 840px) {
    .top { width:100%; display:flex; justify-content: space-between;}
    .top .ul_top { width:15%}
    .top .contents { width:80%; }
    

}