@charset "UTF-8";

/* CSS Document */
/* ---------------------------------------------------------
 メインイメージ
--------------------------------------------------------- */
.red mark {
    background-color: #d83b46;
}

p#id {
    background-color: #fff;
}

p.release {
    margin: 0 0 15px;
}

p.release::after {
    content: '';
    display: block;
    width: 101px;
    height: 22px;
    background-image: url("/Portals/0/images/webmag/title/message.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

/* ---------------------------------------------------------
 ポイント
--------------------------------------------------------- */
section.pointWrap article {
    border-color: #f7d7da;
}

section.pointWrap article strong {
    color: #d83b46;
    font-weight: 600;
}

section.pointWrap article.keypoint {
    border-color: #d83b46;
}

/* ---------------------------------------------------------
 目次
--------------------------------------------------------- */
li.list-h2::marker {
    color: #d83b46;
}

/* ---------------------------------------------------------
 コンテンツ
--------------------------------------------------------- */
#mainBody .red h2 {
    color: #d83b46 !important;
}

#mainBody .red p.red,
#mainBody .red p .red,
span.red {
    color: #d83b46;
}

#mainBody .red .speaker {
    color: #d83b46;
    font-weight: bold;
}

/* ---------------------------------------------------------
 研究者プロフィール
--------------------------------------------------------- */
.researcherWarp article.researcher p:nth-of-type(2) {
    color: #d83b46;
}

/* ---------------------------------------------------------
 プロフィール　2024/11/01追記
--------------------------------------------------------- */
.message_ProfileBox {
    display: flex;
    column-gap: 40px;
    justify-content: flex-end;
    margin-top: 8em;
}

.message_ProfileBox .photoBox {
    max-width: 250px;
}

.message_ProfileBox .textBox {
    width: 50%
}

/* ---------------------------------------------------------
 お問い合わせ先
--------------------------------------------------------- */
.infofWarp {
    background-color: #d83b46;
}



/***** ---------------------------------------------------------

 モバイル表示

--------------------------------------------------------- *****/
/* ---------------------------------------------------------
 メインイメージ
--------------------------------------------------------- */
.spView .red mark {
    background-color: #d83b46;
    color: #fff;
    font-size: 3.8rem;
    line-height: 5rem;
    font-weight: bold;
    display: table;
    padding: 3px 10px 0px !important;
}

.spView p#id {
    background-color: #fff;
}

.spView p.release::after {
    width: 81px;
    height: 18px;
    margin: 10px 0 0;
}

/* ---------------------------------------------------------
 プロフィール　2024/11/01追記
--------------------------------------------------------- */
.spView .message_ProfileBox {
    flex-wrap: wrap;
    width: 100%;
}

.spView .message_ProfileBox .photoBox {
    order: 1;
    width: 100%;

}

.spView .message_ProfileBox .photoBox img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.spView .message_ProfileBox .textBox {
    order: 2;
    width: 100%;
}
