section.parsys{
    margin-bottom: 80px;
}
section.sec01 div.features{
    margin: 30px 0 60px 0;
}
section.sec01 div.features figure{
    float: left;
    margin-right: 20px;
}
section.sec01 div.features figure img{
    
}
section.sec01 div.features p{
    float: left;
    width: 720px;
}
section.sec01 div.features p span{
    text-decoration: underline;
}
section.sec01 .titleBox picture,
section.sec01 div.features picture{
    display: inline-block;
    border: solid 1px #ccc;
}
section.sec01 div.features picture{
    margin-left: 120px;
}
section.sec02 div.scene{
    background: #f7f7f7;
    padding: 20px;
    margin: 30px 0 0;
}
section.sec02 div.scene dl{
}
section.sec02 div.scene dl dt,
section.sec02 div.scene dl dd{
    float: left;
}
section.sec02 div.scene dl dt{
    font-size: 24px;
    line-height: 1.3;
    margin-right: 10px;
}
section.sec02 div.scene dl dt span{
    font-size: 18px;
}
section.sec02 div.scene dl dd{
}
section.sec02 div.scene dl dd h3{
    background: #004386;
    color: #fff;
    padding: 5px 10px;
    margin: 0 0 10px;
}
section.sec02 div.scene dl dd h3 span{
    background: #f7f7f7;
    margin-right: 10px;
}
section.sec02 div.scene p{
    clear: both;
    margin-bottom: 0;
}

a.btn_w{
    display: inline-block;
    position: relative;
    /* font-size: 16px; */
    background: #fff;
    border: 2px solid #004386;
    padding: 20px 60px 20px 40px;
    margin-top: 30px;
}
a.btn_w::after {
	content: "＞";
	position: absolute;
	top: 50%;
	right: 35px;
	margin-top: -8px;
}
a.btn_w:hover {
    background: #004386;
    color: #fff;
}
@media screen and (max-width: 768px){
    section.sec01 div.features figure{
    	text-align: center;
    }
    section.sec01 div.features figure,
    section.sec01 div.features p{
        float: none;
        margin-right: 0;
    }
    section.sec01 div.features p,
    section.sec01 div.features figure img{
    	width: auto;
    }
    section.sec01 div.features picture{
        margin-left: 0;
    }

    a.btn_w{
    	padding: 20px 40px 20px 20px;
    }
    a.btn_w::after {
    	right: 20px;
    }
}