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


/*----------------------------------------------
	スライド
----------------------------------------------*/

/*description*/
.description{
    color: #fff;
    text-align: center;
}
.description .outer1{
    padding: 5px 0 20px;
    margin-bottom: 30px;
}
.description h2{
    line-height: 1.2;
    margin-bottom: 15px;
}
.description h2 span{
    font-size: 1.6rem;
    font-size: 16px;
}
.description img{
    margin-bottom: 100px;
}

/*solution*/
.solution{
    text-align: center;
}
.solution .inner{
    width: 960px;
    padding: 0;
}
.solution h3{
    color: #fff;
    padding: 50px 0;
}
.solution .outer3{
    border-top: 5px solid #00a3e0;
    padding-bottom:40px;
}
.solution .block2,.solution .block3{
    float: left;
    width: 470px;
    height: 290px;
    margin-right: 20px;
    background:#FFF url(../img/solution_img01.jpg) no-repeat top center;
}
.solution .block3{
    margin-right: 0;
    background:#FFF url(../img/solution_img02.jpg) no-repeat top center;
}
.solution .block2 p,.solution .block3 p{
    color:#fff;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 18.5;
}
.solution a:hover .block2,.solution a:hover .block3{
    opacity: 0.8;
}

/*news*/
.news{
    text-align: center;
}
.news h3{
    padding: 50px 0;
}
.news .outer2{
    padding-bottom: 80px;
}
.news dl{
    padding: 0 30px;
    text-align: left;
}
.news dl dt{
    width: 120px;
    padding: 18px 0;
}
.news dl dd{
    margin: -2.6em 0 4px 0;
    padding: 0 0 16px 125px;
    border-bottom: 1px solid #ccc;
}


