@charset "utf-8";
/* CSS Document */


/*----------------------------------------------
	スライド
----------------------------------------------*/
/*header*/
header .gnav li.solution a,header .gnav li.solution a:link{
    color: #00a3e0;
}
/*pankuzu*/
.pankuzu ul{
    position: absolute;
    top: 160px;
    left: 0;
}

.solutionDetails .description h3{
    margin-bottom: 15px;
}

.solutionDetails .description p{
    text-align: justify;
    font-size: 1.4rem;
    font-size: 14px;
}
.solutionDetails .block .inner{
    padding: 30px 20px;
}
.solutionDetails .block{
    padding: 0 0 20px 0;
}
.solutionDetails .block h5{
    font-size: 1.5rem;
    font-size: 15px;
    margin-bottom: 15px;
}
.solutionDetails .block h5+p{
    margin-bottom: 0;
    text-align: justify;
}
.solutionDetails .outer2{
    padding-bottom: 30px;
}
.solutionDetails .block h5 span{
    position: relative;
    margin-bottom: 15px;
    padding-left: 40px;
}
.solutionDetails .block h5 span:before{
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 29px;
    height: 20px;
    margin-top: -10px;
    background: url("../../../../common/img/finger_icon.png") top left no-repeat;
    background-size: 29px 20px;
}
.merit h4{
    padding: 50px 0;
    color: #fff;
    font-size: 2.4rem;
    font-size: 24px;
}