@charset "UTF-8";

.informationlogo img {
    width: 100%;
    margin: auto;
}

.informationlogo .headline_sp {
    display: none;
}


.outline {
    border-top: 2px solid #333;
    border-bottom: 8px solid #333;
    padding: 40px 0 40px;
}

.outline:last-of-type {
    border-bottom: none;
}

.left h3 {
    font-size: 21px;
}

.left h3::before {
    background-image: url(../images/headline_acce.png);
    content: "";
    width: 80px;
    height: 84px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.left .textbox {
    margin-left: 90px;
    font-size: 21px;
}

.left .textbox p {
    margin-bottom: 20px;
    width: 380px;
}

.left button {
    width: 335px;
    height: 60px;
    font-size: 21px;
    background-color: #fff;
    font-weight: bold;
    border: 1px solid #333;
    transition: ease 0.5s;
    box-shadow: none;
    color: #333;
    cursor: pointer;
}

.left button span {
    color: #f00;
}


.left button:hover {
    color: #0085CA;
    transition: ease 0.5s;
    box-shadow: 6px 6px 4px 1px rgba(0, 0, 0, 0.4);
}

.left button a {
    text-decoration: none;
    color: #333;
    display: block;
}

.left button a:hover {
    color: #0085CA;
}

.right {
    width: 465px;
    height: 350px;
    margin-top: 50px;
}

.right img {
    width: 100%;
}


@media screen and (max-width:680px) {
    .informationlogo .headline_pc {
        display: none;
    }

    .informationlogo .headline_sp {
        display: block;
    }

    .left .textbox {
        margin-left: 60px;
    }

    .left .textbox p {
        margin: 0 30px 20px 0;
        width: auto;
    }

    .left h3::before {
        background-image: url(../images/headline_acce.png);
        content: "";
        width: 55px;
        height: 50px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0px;
        margin-top: 5px;
        margin-left: 10px;
        background-size: 45px;
        background-repeat: no-repeat;
    }

    .left button {
        width: 280px;
        margin-bottom: 20px;
    }

    .right {
        width: auto;
        height: auto;
    }
}