.p-heading-link{
	display: flex;
	align-items: center;
}
.p-heading-link a{
	text-decoration: none;
	margin-bottom:7px;
    font-size: 1.4rem;
    font-weight: bold;
}
.p-heading-link span {
    font-size: 1rem;
    margin-left: 2rem;
}



.p-guideline-image {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    align-items:stretch;
}

.p-guideline-image a {
    display: flex;
    align-items: center;
    width: 48%;
}

.p-guideline-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


/* モバイル用スタイル */
@media screen and (max-width: 1200px) {
    .p-guideline-image {
        flex-direction: column; 
        gap: 0.5rem;
        align-items: center;
    }

    .p-guideline-image a {
    	max-width: 750px;
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    /* モバイル用の画像を表示（_m 付き画像に切り替え） */
    .p-guideline-image a:nth-child(1) img {
        content: url("/hp/common_image/activities/cybersecurity/ur_e26_e27_002_01_m.png");
    }

    .p-guideline-image a:nth-child(2) img {
        content: url("/hp/common_image/activities/cybersecurity/ur_e26_e27_002_02_m.png");
    }
    .p-guideline-image--en a:nth-child(1) img {
        content: url("/hp/common_image/activities/cybersecurity/ur_e26_e27_004_01_m.png");
    }
    .p-guideline-image--en a:nth-child(2) img {
        content: url("/hp/common_image/activities/cybersecurity/ur_e26_e27_004_02_m.png");
    }


}