@charset "utf-8";

/* Content */
.contentIntroduction{
    padding: 90px 0 0;
}

.introductionWl {
    margin-top: 45px;
    float: left;
}
.wlLeft {
    width: 50%;
    float: left;
    margin-right: 3%;
}
.wlRight {
    width: 47%;
    float: left;
}
.wlRight p {
    font-size: 15px;
    line-height: 175%;
    color: #4d4d4d;
    padding-top: 10px;
    letter-spacing: 0.5px;
}

.contentProduct h4.productTite {
    font-size: 20px;
    line-height: 175%;
    color: #003214;
    text-align: center;
    font-family: 'Rounded Mplus 1c medium';
    background: url(../../img/suzuka/suzuka-tt.png);
    background-position: top center;
    background-repeat: repeat;
    padding: 3px 0;  
}
.productTxt {
    font-size: 15px;
    color: #4d4d4d;
    letter-spacing: 0.55px;
    line-height: 175%;
    margin-top: 45px;
}
.productImg {
    margin-top: 50px;
}
.productImg li {
    width: 31%;
    float: left;
    margin-right: 3.5%;
}
.productImg li:last-child{
    margin-right: 0;
}
.productList {
    margin-bottom: 100px;
}

.banner-contact{
    width: 100%;
    padding-top: 116px;
    padding-bottom: 100px;
    float: left;
}
.banner-contact img{
    margin: auto;
}
.banner-contact img:hover{
    opacity: 0.8;
}
.img-tuor{
    float: left;
    width: 100%;
}
.img-tuor img{
    width: 100%;
}
/* End Content */