@charset "utf-8";
.grid{
    box-shadow: none;
}
.where{
    padding-left:20px;
    line-height: 50px;
}
.p1{
    padding-top:0px
}
.content h3{
    width: 350px;
    text-align: center;
    margin: 0 auto;
}
.p2 h3{
    background:url("../images/lnr_title.png") center center no-repeat;
}
.p3 h3{
    background:url("../images/lnr_title.png") center center no-repeat;
    margin-bottom: 27px;
}
.content h3 a{
    font-size: 40px;
    line-height: 40px;
    color:#0078fa;
    font-weight: 600;

}
.p2 .row{
    margin-left:-18px;
    margin-right:-18px
}
.p2 ul{
    margin-top: 25px;
}
.p2 ul li{
    padding-left:18px;
    padding-right: 18px;
}
.p2 ul li a{
    border:3px solid #009bf8;
    display: block;
    width: 100%;
    height:380px;
    border-radius: 10px;
    padding-top:37px
}
.p2 ul li a h4{
    padding-left:35px;
    margin-bottom:25px;
    color:#2c2b2b;
    font-size: 30px;
}
.p2 ul li span {
    margin-left:30px;
    text-align: left;
    width:121px;
    height:47px;
    padding-left:23px;
    line-height: 37px;
    font-size: 18px;
    color:#ffffff;
    display:block;
}
.p2 ul li:nth-child(1) span{
    background:url("../images/lnr_blue.png") left top no-repeat;
}
.p2 ul li:nth-child(2) span{
    background:url("../images/lnr_red.png") left top no-repeat;
}
.p2 ul li:nth-child(3) span{
    background:url("../images/lnr_or.png") left top no-repeat;
}
.p2 ul li:nth-child(1) a{
    background:url("../images/lnr_p2_1.png") right bottom no-repeat;
}
.p2 ul li:nth-child(2) a{
    background:url("../images/lnr_p2_2.png") right bottom no-repeat;
}
.p2 ul li:nth-child(3) a{
    background:url("../images/lnr_p2_3.png") right bottom no-repeat;
}
.p3{
    height:auto
}
.p3 img,.p1 img{
    width:100%
}
.p2 ul li{
    margin-bottom: 20px;
}
@media (max-width: 480px) {
.content h3{
    width: 100%;
}
}