@charset "UTF-8";

/* ---------- ---------- ----------
    :: www-kao-com/global/en/research-development/innovation/dengue ::
  
---------- ---------- ---------- */

/* ---------- ---------- ----------
:: for large screen ::
@media only screen and (min-width: 1025px) {
}
:: for medium screen ::
@media only screen and (min-width: 641px) and (max-width: 1024px) {
}
:: for small screen ::
@media only screen and (max-width: 640px) {
}
---------- ---------- ---------- */

/* テキストリンクの体裁
---------- ---------- ---------- */
.dengue-textLink-wrapper .corp-textLink .l-TextLinkUnit__link:hover span.cmn-richtext span {
    padding-bottom: 2px;
    border-bottom: 1px solid #3a3a3a;
}

.dengue-textLink-wrapper .corp-textLink .l-TextLinkUnit__link:hover {
    opacity: 0.7;
}

/* 論文発表のリストの体裁
---------- ---------- ---------- */
.corp-dengu-publications-listItem-01 ul {
    padding-left: 10px;
}

/* リード文の体裁
---------- ---------- ---------- */

.dengue-lead-01 .l-HeadingTitle__p:after {
    content: "";
    position: relative;
    height: 1px;
    background: #00a582;
    display: block;
    margin: 0 auto;
    width: 100px;
}

@media only screen and (min-width: 1025px) {
    .dengue-lead-01 .l-HeadingTitle__p .cmn-richtext {
        margin-bottom: 30px;
        display: block;
    }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
    .dengue-lead-01 .l-HeadingTitle__p .cmn-richtext {
        margin-bottom: 26px;
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    .dengue-lead-01 .l-HeadingTitle__p .cmn-richtext {
        margin-bottom: 20px;
        display: block;
    }
}

/* Font Size */
.opt-fontsize--16 .cmn-richtext,
.opt-fontsize--16 .g-AnnotationListP--v2__ul .cmn-richtext {
    font-size: 16px !important;
}

.opt-fontsize--16 .g-AnnotationListUnit--v2__symbol,
.opt-fontsize--16 .g-AnnotationListUnit__symbol,
.opt-fontsize--16 .g-ListP__ul .cmn-richtext,
.opt-fontsize--16 .g-AnnotationListP__ul .cmn-richtext,
.opt-fontsize--16 .g-AnnotationListP--v2__ul .cmn-richtext {
    font-size: 16px !important;
}

/* Reference
---------- ---------- */
.Ref-Section .g-Text, 
.Ref-Section .corp-annotationListItem {
    margin-top: 3px !important;
}

/* リンク色調整 */
.cmn-richtext a:link {
    color: #005856 !important;
}<!--0.00016999244689941-->