/**お役立ち資料 / ホワイトペーパー下部ページ用CSS**/

.contentbox {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}

.contentbox p {
    width: calc(50% - 1em);
    margin: 2em;
    cursor: pointer
}
.contentbox p:first-child{
    margin-left: 0;
}
.contentbox p:last-child{
    margin-right: 0;
}

.download-content .btn a,
.download-content .btnset {
    display: block;
    padding: 1em;
    border: 1px solid #707070;
    font-size: 14px;
    color: #6E6E6E;
    margin: 1em 0;
    transition: all 0.5s 0s ease;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    color: #707070;
}
.download-content .btn a{
    background: #6E6E6E;
    color: #fff;
}

.download-content .btn a:hover,
.download-content .btnset:hover {
    background: #6E6E6E;
    color: #fff;
}

.download-content .contentbox .btnbox {
    justify-content: center;
    max-width: 700px;
    margin: auto;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .slidebox {
        position: relative;
        overflow: hidden;
        margin: 15px 0 20px 0;
        padding-bottom: 50%;
        padding-top: 65px;
    }

    .slidebox iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .download-content .contentbox .btnbox {
        display: block;
    }

    .contentbox p {
        width: 100%;
        margin: 2em auto !important;
    }
    .contentbox p:first-child{
        margin-top: 5em !important;
    }
}