.sec-soho .mokuji{
    border: 1px solid #b6b6b6;
    margin: 10px 15px 25px;
    line-height: 1.5;
    padding: 15px 10px 10px;
}
.sec-soho .mokuji .mokuji-ttl{
    font-size: 1.8rem;
    font-weight:bold;
    border-bottom: solid 3px #d3d3d3;
    position: relative;
    margin-bottom: 15px;
    margin-top: 0;
}
.sec-soho .mokuji .mokuji-ttl:after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #7b9bb9;
    bottom: -3px;
    width: 20%;
}
.sec-soho .mokuji ul li{
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.sec-soho .mokuji ul li a{
    text-decoration:underline;
}

.sec-soho .sub-ttl01{
    line-height: 1.5;
    border-bottom: solid 3px #d3d3d3;
    position: relative;
    padding-bottom: 5px;
    margin-bottom:20px;
}
.sec-soho .sub-ttl01:after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #7b9bb9;
    bottom: -3px;
    width: 30%;
}
.sec-soho .box-con{
    margin-bottom:30px;
}
.sec-soho .box03{
    margin-bottom:30px;
}
.sec-soho .box03 .merit-box,
.sec-soho .box03 .demerit-box{
    margin: 10px;
    padding: 15px;
}
.sec-soho .box03 .merit-box{
    background: #fff1f1;
    border-left: 10px #ffb2b2 solid;
    margin-bottom: 20px;
}
.sec-soho .box03 .demerit-box{
    background: #e6eef6;
    border-left: 10px #88aaca solid;

}
.sec-soho .box03 .midasi{
    padding-bottom:5px;
    font-size: 1.6rem;
    margin:0;
    font-weight: bold;
}
.sec-soho .box03 .merit-box .midasi{
    color:#eb5b5b;
    border-bottom:2px solid #eb5b5b;
}
.sec-soho .box03 .demerit-box .midasi{
    color:#427db4;
    border-bottom:2px solid #427db4;
}
.sec-soho .box03 ul li{
    font-size: 1.6rem;
    line-height:190%;
}