/* 図の画像サイズ調整 */
.flexInner.differentSize {
    align-items: flex-start;
}

.elementBehind {
    margin-bottom: 20px;
}

/* 「これからの働き方」はどう変わる？ */
.qaContent {
    margin: 20px auto;
}

.qaContent .qText {
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #474747;
}

.qaContent .aText {
    margin-top: 20px;
}

.qaContent span {
    font-weight: bold;
}

/* 田宮一夫氏プロフィール */
.page-telework-column .page-article section.personIntroduction {
    border: 4px solid #b4b4b4;
    box-sizing: border-box;
    padding: 25px 28px;
    margin-top: 50px;
}

.personIntroduction .profile {
    margin-left: 20px;
}

.personIntroduction .profile p span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 7px;
}

.personIntroduction .profile p.career {
    font-size: 13px;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    /* 田宮一夫氏プロフィール */
    .page-telework-column .page-article section.personIntroduction {
        padding: 30px 20px 20px;
        margin: 50px 10px 0;
    }

    .personIntroduction figure {
        text-align: center;
        margin-bottom: 10px;
    }

    .personIntroduction .profile {
        margin-left: 0;
        text-align: center;
    }

    .personIntroduction .profile p.career {
        text-align: left;
        font-size: 13px;
        margin-top: 20px;
    }
}