﻿body {
    background-color: #fff;
}

.com05-wrap {
}

.s-tit {
    margin-bottom: 20px;
}

    .s-tit p {
        font-size: 35px;
        line-height: 1;
        letter-spacing: 0;
        font-weight: 500;
        color: #333;
    }

.com05-01 {
    padding: 95px 110px 0;
    height: 450px;
    background: url(../img/sub/com05-bg01.jpg) center center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

    .com05-01 p {
        font-size: 35px;
        line-height: 1;
        letter-spacing: -0.05em;
        font-weight: 500;
        color: #fff;
    }

    .com05-01 em {
        margin: 35px 0;
        width: 30px;
        height: 1px;
        background: #fff;
        display: block;
    }

    .com05-01 b {
        font-size: 60px;
        line-height: 1;
        letter-spacing: -0.05em;
        font-weight: 500;
        display: block;
        color: #fff;
    }

    .com05-01 span {
        margin-top: 25px;
        font-size: 20px;
        line-height: 35px;
        letter-spacing: -0.05em;
        font-weight: 400;
        color: #fff;
        display: block;
    }

.com05-02 {
    margin: 35px 0 90px;
}

.com05-box {
    margin-bottom: 10px;
    padding: 15px 65px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

    .com05-box:last-of-type {
        margin-bottom: 0;
    }

    .com05-box img {
        width: 70px;
        height: 70px;
        margin-right: 40px;
        float: left;
        display: block;
    }

    .com05-box p {
        margin-top: 20px;
        font-size: 20px;
        line-height: 25px;
        letter-spacing: -0.05em;
        font-weight: 300;
        color: #333;
        width: calc(100% - 110px);
        float: left;
        box-sizing: border-box;
    }

        .com05-box p.mt5 {
            margin-top: 5px;
        }

        .com05-box p span {
            margin-top: 10px;
            font-size: 16px;
            line-height: 20px;
            letter-spacing: -0.05em;
            font-weight: 300;
            color: #666;
            display: block;
        }

.com05-03 {
}

.com05-in {
}

    .com05-in > img {
        width: 630px;
        height: 350px;
        float: left;
    }

.com05-inner {
    padding: 80px 70px 0;
    width: 630px;
    height: 350px;
    background: #f7f7f7;
    float: left;
    box-sizing: border-box;
}

    .com05-inner b {
        font-size: 30px;
        line-height: 1;
        letter-spacing: -0.05em;
        font-weight: bold;
        color: #333;
        display: block;
    }

    .com05-inner p {
        margin: 15px 0 10px;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: -0.05em;
        font-weight: 300;
        color: #1c5cb0;
        word-break: keep-all;
    }

    .com05-inner span {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: -0.05em;
        font-weight: 300;
        color: #555;
        display: block;
        word-break: keep-all;
    }

.clear:after {
    content: "";
    display: block;
    clear: both;
}