﻿body {
    background-color: #fff;
}

.com10 {
    margin-bottom: 100px !important;
}

.com10-01 {
    height: 350px;
    padding: 115px 100px 0;
    box-sizing: border-box;
    background: url(../img/sub/com10-bg01.jpg) center center no-repeat;
    background-size: cover;
}

    .com10-01 p {
        font-size: 40px;
        line-height: 1;
        letter-spacing: -0.05em;
        font-weight: 300;
        color: #333;
    }

    .com10-01 b {
        margin-top: 10px;
        font-size: 50px;
        line-height: 1;
        letter-spacing: -0.05em;
        font-weight: 500;
        color: #333;
        display: block;
    }

.com10-02 img {
    width: 573px;
    /*    width: 605px;*/
    margin: 50px 50px 0 0;
    float: left;
    display: block;
}

    .com10-02 img:nth-of-type(2n) {
        margin-right: 0;
    }

.clear:after {
    content: "";
    display: block;
    clear: both;
}