body{
    background: #333;
}

#topimg {
	background: url(/pc/img/index/main_fv_bg.jpg) no-repeat center;
	background-size: cover;
	height: 200px;
    margin-bottom: 120px;
}

#pp-txt{
    width: 800px;
    margin: 0 auto;
    margin-bottom: 120px;
    color: #ddd;
}

#pp-txt h1{
    font-size: 36px;
    margin-bottom: 60px;
}

#pp-txt h2{
    line-height: 1.65;
    margin-bottom: 10px;
    padding-top: 10px;
}

#pp-txt p{
    line-height: 1.4;
}

#pp-txt li{
    line-height: 1.8;
}

#pp-txt li {
	display: flex;
    padding: 0;
    position: relative;
    margin-left: 1em;
}

#pp-txt li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: -1em;
}