/* ==========================
第2階層ページタイトル
============================= */
.page-title-box {
	background: url("../../img/main_visual.png") center center no-repeat;
	background-size: cover;
}

/*その他*/
.partnership{
    display: flex;
    align-items: center;
    gap: 50px;
    max-width: 1024px;
    width: 90%;
    margin: 80px auto;
}
.partnership_text{
    max-width: 980px;
    width: 100%;
    line-height: 2;

    a{
        display: block;
        margin-top: 20px;
        color: #BC1010;
        font-weight: bold;
        position: relative;
        display: flex;
        align-items: center;
        gap: 5px;
        &::after{
            content: "";
            background: url(/cms_21lco/wp-content/themes/luceo/support/technical/img/pdf_icon.png);
            width: 34px;
            height: 42px;
        }
    }
}
.partnership_img{
    max-width: 320px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .partnership{
        flex-direction: column;
        margin: 40px auto;
        gap:20px;
    } 
    .partnership_text{
        max-width: 980px;
        width: 100%;
    }
}