.download-section .container {
    width: 1280px
}

.download-section .download-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.download-section .download-column .exp-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.download-section .download-column .exp-block .download-title {
    margin-bottom: 32px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6
}

.download-section .download-column .exp-block .lead {
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 1.6
}

.download-section .download-column .exp-block .form-exp-block {
    margin-top: 32px;
    background: #f8f8f8;
    padding: 32px;
    border-radius: 8px;
}

.download-section .download-column .exp-block .form-exp-block .catch {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 700
}

.download-section .download-column .exp-block .thumb {
    margin-bottom: 32px;
}

.download-section .download-column .exp-block .thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.download-section .download-column .exp-block .content h1,
.download-section .download-column .exp-block .content h2,
.download-section .download-column .exp-block .content h3,
.download-section .download-column .exp-block .content h4,
.download-section .download-column .exp-block .content h5,
.download-section .download-column .exp-block .content h6 {
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
}

.download-section .download-column .exp-block .content p {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.6;
}

.download-section .download-column .exp-block .content figure+p {
    margin-bottom: 32px;
}

.download-section .download-column .exp-block .content p:last-child {
    margin-bottom: 0;
}

.download-section .download-column .exp-block .content {
    font-size: 15px;
    line-height: 1.6;
}

.download-section .download-column .exp-block .content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 16px;
    object-fit: cover;
    object-position: center;
}

.download-section .download-column .exp-block .wp-block-group {
    background: rgb(251, 250, 247);
    padding: 32px;
}

.download-section .download-column .exp-block .content ul.list-dot,
.download-section .download-column .exp-block .content ul {
    padding-left: 0;
    margin: 0;
}

.download-section .download-column .exp-block .content ul li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 1.6;
    list-style: none;
}

.download-section .download-column .exp-block .content ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #C8B482;
    font-weight: bold;
}

.download-section .download-column .form-block {
    width: 500px;
    margin-left: 64px
}

@media screen and (max-width:1360px) {
    .download-section .container {
        width: 100%;
        padding: 0 40px
    }

    .download-section .download-column .form-block {
        width: 400px;
        margin-left: 32px
    }
}

@media screen and (max-width:840px) {
    .download-section .download-column {
        display: block
    }

    .download-section .download-column .form-block {
        width: 100%;
        margin: 0
    }
}

@media screen and (max-width:480px) {
    .download-section .container {
        padding: 0 24px
    }

    .download-section .download-column .exp-block .download-title {
        margin-bottom: 24px;
        font-size: 24px
    }

    .download-section .download-column .exp-block .thumb {
        margin-bottom: 24px
    }

    .download-section .download-column .exp-block .lead {
        margin-bottom: 24px
    }

    .download-section .download-column .exp-block .form-exp-block {
        margin-top: 24px;
        padding: 24px;
    }
}

/* リソースセクション */
.resources-section {
    background: -webkit-gradient(linear, left top, left bottom, from(#F7F6F3), to(#FBFAF7));
    background: linear-gradient(180deg, #F7F6F3 0%, #FBFAF7 100%);
    padding: 64px 0 80px;
}

.resources-section .resource-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -16px;
}

.resources-section .resource-list li {
    width: 33.3333%;
    margin-bottom: 32px;
    padding: 0 16px;
}

.resources-section .resource-list li .resource-block {
    background: #fff;
    padding: 32px;
}

.resources-section .resource-list li .resource-block .img {
    width: 100%;
    margin-bottom: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.resources-section .resource-list li .resource-block .img img {
    height: auto;
    aspect-ratio: 288 / 178;
    object-fit: cover;
    object-position: center;
}

.resources-section .resource-list li .resource-block .img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.resources-section .resource-list li .resource-block .title {
    margin-bottom: 16px;
    height: 3.2em;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.resources-section .resource-list li .resource-block .btn .btn-primary {
    width: 100%;
    height: 48px;
    line-height: 48px;
}

/* レスポンシブ対応 */
@media screen and (max-width:960px) {
    .resources-section .resource-list {
        display: block;
        margin: 0;
    }

    .resources-section .resource-list li {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width:480px) {
    .resources-section {
        padding: 48px 0 64px;
    }

    .resources-section .base-section-title {
        text-align: center;
    }

    .resources-section .resource-list li {
        margin-bottom: 24px;
    }
}