main {
	line-height: 1.8;
}
.sp_box {
	width: 800px;
	margin: 0 auto 130px;
    padding-top: 100px;
}
.basic-ttl {
    width: 380px;
    margin: 0 auto 90px;
    padding: 34px 28px;
	background: #0c5e9a;
}
.basic-ttl h2 {
    background: url(../img/s-policy/ttl04.png) no-repeat;
    /* line-height: 96px; */
    color: #fff;
    font-size: 22px;
    padding: 30px 0px 30px 10px;
}

.basic-ttl + p {
	margin-bottom: 80px;
}

.kanga {
    line-height: 33px;
    padding-left: 40px;
    background: url(../img/s-policy/icon.png) no-repeat left;
    font-size: 23px;
    color: #0c5e9a;
    font-weight: bold;
    margin-bottom: 23px;
	margin-top: 50px;
}
a.arr_right {
    text-decoration: underline;
    color: #0b5b98;
    background: url(../img/s-policy/marker.png) left center no-repeat;
    line-height: 30px;
    padding-left: 12px;
}
.sp_box h4 {
	margin-bottom: 0;
}
.pc_kankyo dl {
    width: 300px;
    display: block;
    float: left;
	    margin-top: 0;
}
.pc_kankyo dt {
	font-weight: bold;
}
.pc_kankyo dd {
	    margin-left: 0;
}

@media screen and (max-width: 768px) {	
	.sp_box {
    width: auto;
	margin: 0 5% 10vh;
}
.basic-ttl {
    width: auto;
	}
	
}


