@charset "Shift-JIS";

/* **************************************************

Name: topics_article.css
Description: CSS for fundsupport Topics Article Modules
Copyright 2024 The Hitachi Global Foundation.

***************************************************** */

body {
	 -webkit-print-color-adjust: exact;
}

#Contents {
    padding-bottom: 0;
}

/* ----------------------------------------------------
 FullGrid
------------------------------------------------------- */

/* ----------------------------------------------------
 PageTitleArea
------------------------------------------------------- */
h1.PageTitleStyle1 {
	font-size: 212%;
	font-weight: bold;
	background: none;
	color: #333;
	margin: 0;
    text-align: center;
    position: relative;
    line-height: 1.2;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media screen and (max-width: 1304px) {
    h1.PageTitleStyle1 {
        font-size: 175%;
    }
}
.JS h1.PageTitleStyle1 {
	margin: 0;
}

.PageTitleInner {
    box-sizing: border-box;
    padding: 60px 15px 30px;
    margin: 0 auto;
    width: 1275px;
}
@media screen and (max-width: 1304px) {
    .PageTitleInner {
        padding: 60px 15px 0;
        width: 100%;
    }
}
@media screen and (max-width: 399px) {
    .PageTitleInner {
        padding: 45px 15px 0;
    }
}

.PageTitleStyleSub {
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    margin: 0 0 15px;
    line-height: 1.3;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media screen and (max-width: 1304px) {
    .PageTitleStyleSub {
        font-size: 112.5%;
    }
}
@media screen and (max-width: 579px) {
    .PageTitleStyleSub {
        font-size: 125%;
    }
}
@media screen and (max-width: 399px) {
    .PageTitleStyleSub {
        font-size: 112.5%;
    }
}

.PageTitleData {
    font-size: 212%;
    text-align: center;
    margin-top: 10px;
}
@media screen and (max-width: 579px) {
    .PageTitleData {
         font-size: 125%;
    }
}
@media screen and (max-width: 399px) {
    .PageTitleData {
         font-size: 112.5%;
    }
}

.PageTitleText {
    font-size: 100%;
    margin: 45px 0 15px;
}


/* ----------------------------------------------------
 ContentsArea
------------------------------------------------------- */
.ContentsArea {
	box-sizing: border-box;
    margin: 0 auto;
    padding: 0 120px 45px;
    width: 1275px;
}
@media screen and (max-width: 1304px){
    .ContentsArea {
        width: 100%;
        padding: 30px 60px 0;
    }
}
@media screen and (max-width: 769px){
    .ContentsArea {
        padding: 30px 30px 0;
    }
}
@media screen and (max-width: 579px){
    .ContentsArea {
        padding: 30px 15px 0;
    }
}

/* ----------------------------------------------------
 Title
------------------------------------------------------- */
h2.LowerTitleLevel1 {
	background: none;
    color: #333;
    font-size: 175%;
    font-weight: normal;
    text-align: left;
    margin: 0 0 15px;
    padding: 0 0 15px;
    line-height: 1.3;
	position: relative;
}
@media screen and (max-width: 399px) {
    h2.LowerTitleLevel1 {
        padding: 0;
    }
}

h3.LowerTitleLevel2 {
	color: #737373;
    font-weight: normal;
    font-size: 150%;
    margin: 20px 0 15px;
}
@media screen and (max-width: 579px) {
	h3.LowerTitleLevel2 {
    	font-size: 140%;
        margin: 20px 0 10px;
	}
}

h4.LowerTitleLevel3 {
	color: #333;
    font-weight: bold;
    font-size: 100%;
    margin: 20px 0 15px;
}

/* ----------------------------------------------------
 Text Ul Dl Ol
------------------------------------------------------- */
.TextBold {
    font-size: 100%;
    font-weight:bold;
    margin: 0 0 15px;
}
.TextSize100 {
    font-size: 100%;
}

.ArticleListStyle {
    font-size: 90%;
    margin: 0 0 5px;
    padding: 0 0 0 1em;
    color: #333;
    font-weight: normal;
    text-indent: -1em;
}

.Explanation {
    display: inline-block;
    padding: 0 0 0 10px;
    font-size: 100%;
}

/* ----------------------------------------------------
 Column
------------------------------------------------------- */
/* -------------------------------------- 2Column ----- */
.LowerColumnSet2 {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.LowerColumn {
	box-sizing: border-box;
    border: none;
    color: #333;
    margin: 0 0 30px 0;
    overflow: hidden;
    width: 48.5%;
}
@media screen and (max-width: 769px) {
	.LowerColumn {
		width: 100%;
	}
}
/* ----------------------------------- ALL2Column ----- */
.LowerColumnSet2All {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.LowerColumnSet2All .LowerColumn2All {
	box-sizing: border-box;
    color: #333;
    margin: 0 0 15px 0;
    width: 48.5%;
}

/* -- Column 3 -- */
.LowerColumnSet3 {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.LowerColumnSet3 .LowerColumn {
    box-sizing: border-box;
    border: none;
    color: #333;
    margin: 0 0 5px 0;
    overflow: hidden;
    width: 31.5%;
}
@media screen and (max-width: 579px) {
	.LowerColumnSet3 .LowerColumn {
		width: 100%;
	}
}
/* -------------------------------------Link Column ----- */
a.LowerColumn,
.LowerColumnSet3 a.LowerColumn {
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease;
}
a.LowerColumn:hover,
.LowerColumnSet3 a.LowerColumn:hover {
	color: #c02;
	text-decoration: underline;
}

/* ------------------------------------ Unit Column ----- */
.LowerImgColumnUnit {
	display: flex;
    flex-direction: column-reverse;
}
.LowerImgColumnItem {
	min-height: 0%;
    text-align: center;
    width: 100%;
    margin: 0 0 20px;
}
.LowerImgColumnItem img {
	width: 100%;
	height: auto;
}

.LinkText {
	font-size: 100%;
}

.LinkText strong::after {
	background: url(/image/jp/r1/icon/icon_link_right_hd.gif) no-repeat 0% 50%;
    background-size: 20px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: 0;
    vertical-align: middle;
    width: 22px;
}

a.LowerColumn:hover .LinkText strong::after,
.LowerColumnSet3 a.LowerColumn:hover .LinkText strong::after {
	background-position: 100% 50%;
}

/* -------------------------------------- 4Column ----- */
.LowerColumnSet4 {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.LowerColumnSet4 .LowerColumn {
    box-sizing: border-box;
    border: none;
    color: #333;
    margin: 0 0 5px 0;
    overflow: hidden;
    width: 23%;
}
@media screen and (max-width: 767px) {
	.LowerColumnSet4 .LowerColumn {
		width: 48.5%;
	}
}
@media screen and (max-width: 579px) {
	.LowerColumnSet4 .LowerColumn {
		width: 100%;
	}
}

/* ----------------------------------- 3:1Column ----- */
.LowerColumnSet4 .LowerColumn1 {
	box-sizing: border-box;
    border: none;
    color: #333;
    margin: 0;
    overflow: hidden;
    width: 23%;
}
.LowerColumnSet4 .LowerColumn2 {
	box-sizing: border-box;
    border: none;
    color: #333;
    margin: 0;
    overflow: hidden;
    width: 74.5%;
}
@media screen and (max-width: 579px) {
	.LowerColumnSet4 .LowerColumn2,
	.LowerColumnSet4 .LowerColumn1 {
		width: 100%;
	}
}

/* ----------------------------------- 2:1 Column ----- */
.LowerColumnSet {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.LowerColumnSet .LowerColumn2 {
	box-sizing: border-box;
    border: none;
    color: #333;
    margin: 0 0 30px 0;
    overflow: hidden;
    width: 65.5%;
}
.LowerColumnSet .LowerColumn1 {
	box-sizing: border-box;
    border: none;
    color: #333;
    margin: 0 0 30px 0;
    overflow: hidden;
    width: 31.5%;
}
@media screen and (max-width: 579px) {
	.LowerColumnSet .LowerColumn2,
	.LowerColumnSet .LowerColumn1 {
		width: 100%;
	}
}

/* ----------------------------------------------------
 List Definition
------------------------------------------------------- */
.DefinitionArea {
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.8);
    padding: 45px 60px 60px;
    border-radius: 15px;
    margin-top: 30px;
}
@media screen and (max-width: 579px) {
    .DefinitionArea {
        margin-top: 0;
        margin-bottom: 30px;
        padding: 45px 30px;
    }
}
@media screen and (max-width: 399px) {
    .DefinitionArea {
        margin-top: 0;
        margin-bottom: 30px;
        padding: 30px 15px;
    }
}

/* ----------------------------------- BK none ----- */
.DefinitionArea2 {
    box-sizing: border-box;
    background-color: none;
    padding: 45px 60px 60px;
    border-radius: 15px;
    margin-top: 30px;
}
@media screen and (max-width: 579px) {
    .DefinitionArea2 {
        margin-top: 0;
        margin-bottom: 0;
        padding: 45px 30px;
    }
}
@media screen and (max-width: 399px) {
    .DefinitionArea2 {
        padding: 30px 15px;
    }
}


dl.DecoratDefinition {
    display: flex;
    box-sizing: border-box;
    border-bottom: 1px dashed #ccc;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
    font-size: 100%;
}
.DecoratDefinition dt {
    box-sizing: border-box;
    padding: 5px;
    width: 15%;
}
@media screen and (max-width: 579px) {
    .DecoratDefinition dt {
        width: 100%;
        font-weight: bold;
    }
}

.DecoratDefinition dd {
    box-sizing: border-box;
    padding: 5px;
    width: 85%;
}
@media screen and (max-width: 579px) {
    .DecoratDefinition dd {
        width: 100%;
    }
}

/* -- 線なし -- */

dl.DecoratDefinition2 {
    display: flex;
    box-sizing: border-box;
    border-bottom: none;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
    font-size: 100%;
}
.DecoratDefinition2 dt {
    box-sizing: border-box;
    padding: 5px;
    width: 15%;
}
@media screen and (max-width: 579px) {
    .DecoratDefinition2 dt {
        width: 100%;
        font-weight: bold;
    }
}

.DecoratDefinition2 dd {
    box-sizing: border-box;
    border-bottom: 1px dashed #ccc;
    padding: 5px;
    width: 85%;
}
@media screen and (max-width: 579px) {
    .DecoratDefinition2 dd {
        width: 100%;
    }
}

.DecoratDefinitionTitle {
    background-color: #F3FAF9;
    box-sizing: border-box;
    padding: 5px 0 5px 15%;
    margin: 5px 0 0;
}

/* ----------------------------------- h2 ----- */

.DefinitionArea .LowerTitleLevel1,
.DefinitionArea2 .LowerTitleLevel1 {
    border: none;
    margin: 0 0 15px;
}
.DefinitionArea .TextStyle1,
.DefinitionArea2 .TextStyle1 {
    font-size: 100%;
}

/* -------------------------------- image ----- */
.DefinitionArea img,
.DefinitionArea2 img {
    border-radius: 5px;
}
.DefinitionArea .LowerColumn1 img,
.DefinitionArea2 .LowerColumn1 img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 769px) {
    .DefinitionArea .LowerColumn1 img,
    .DefinitionArea2 .LowerColumn1 img {
        width: auto;
    }
}
@media screen and (max-width: 579px) {
    .DefinitionArea .LowerColumn2,
    .DefinitionArea2 .LowerColumn2 {
        margin: 0 0 15px;
    }
}

/* ----------------------------------------------------
 Btn
------------------------------------------------------- */
.BtnSet {
	padding: 10px 12px 10px 22px;
    box-sizing: border-box;
    background-color: #333;
    display: inline-block;
    border-radius: 5px;
	margin: 0 0 20px;
}

.BtnSet a {
	color: #fff;
	font-size: 90%;
	text-decoration: none;
	transition: all 0.3s ease;
}

.BtnSet a::after {
	background: url("/image/jp/r1/icon/icon_link_right_white_hd.gif") no-repeat 0% 50%;
	background-size: 20px;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	height: 20px;
	margin-left: 5px;
	vertical-align: middle;
	width: 22px;
}

/* -- hover -- */

.BtnSet a:hover::after {
	background-position: 100% 50%;
}
.BtnSet:hover {
    background-color: #676767;
}

/* ------------------------------ Btn　Layout ----- */
.BtnSetRight {
    text-align: right;
}

/* ------------------------------ Btn　Color ------ */
.BtnEventPointColor1 {
    background-color: #1173BC;
}
.BtnEventPointColor1:hover {
    background-color: #287ebd;
}

.BtnEventPointColor2 {
    background-color: #009A69;
    padding: 5px 8px 5px 12px;
    margin: 5px 0 15px;
}
.BtnEventPointColor2:hover {
    background-color: #0da071;
}


/* ----------------------------------------------------
 Decoration
------------------------------------------------------- */
/* ----------------------------------- Page　Back ----- */
.TopicsAllBk {
    background-color: #F5FFED;
}

/* ------------------------------ PageTitle　Back ----- */
.TopicsTopAreaBk {
    background-image:url("/activities/fundsupport/topics/images/2412001_bk.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
}

/* ----------------------------------- Area　Back ----- */
.TopicsArea01Bk {
    background-image:url("/activities/fundsupport/topics/images/2412001_bk_01.png");
    background-repeat: repeat;
    background-size: contain;
    background-position: 50% 10%;
}
@media screen and (max-width: 399px) {
    .TopicsArea01Bk {
        background-position: 50% 17%;
    }
}

/* ------------------------------- Category　deco ----- */

.CategoryTab {
    box-sizing: border-box;
    border: 1px solid #00A695;
    padding: 1px 15px;
    display: inline-block;
    margin: 5px 0;
    font-size: 87%;
    border-radius: 25px;
    background-color: #00A695;
    color: #fff;
}
@media screen and (max-width: 399px) {
    .CategoryTab {
        font-size: 80%;
    }
}

/* ------------------------------ Prifile ----- */
.SpeakerProfile {
    box-sizing: border-box;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 579px) {
    .SpeakerProfile {
        padding: 15px;
    }
}
@media screen and (max-width: 399px) {
    .SpeakerProfile {
        align-items: flex-start;
    }
}
.SpeakerProfileItemImg {
    box-sizing: border-box;
    width: 85px;
    margin: 0 15px 0 0;
    text-align: center;
}
@media screen and (max-width: 579px) {
    .SpeakerProfileItemImg {
        margin: 0 15px 0 0;
    }
}
.SpeakerProfileItemImg img {
    border-radius: 5px;
}

.SpeakerProfileItemText {
    box-sizing: border-box;
    width: calc(100% - 100px);
}
@media screen and (max-width: 579px) {
    .SpeakerProfileItemText {
        width: calc(100% - 100px);
    }
}

.SpeakerProfileName {
    font-size: 140%;
    margin: 0 0 5px 0;
}
@media screen and (max-width: 994px) {
    .SpeakerProfileName {
        font-size: 120%;
    }
}

/* 2名横並び */
.SpeakerProfile2Cloumn {
    display: flex;
    flex-wrap: wrap;
}


.SpeakerProfile2Cloumn .SpeakerProfile {
    width: 50%;
}
@media screen and (max-width: 769px) {
    .SpeakerProfile2Cloumn .SpeakerProfile {
        width: 100%;
    }  
}

/* ----------------------------------------------------
PageInnerLink
------------------------------------------------------- */
ul.PageAreaLink {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 769px) {
    ul.PageAreaLink {
        justify-content: flex-start;
    }
}

ul.PageAreaLink li {
    box-sizing: border-box;
    padding: 7px 12px 7px 22px;
    background-color: #009a69;
    margin: 15px 12px;
    border-radius: 5px;
}
@media screen and (max-width: 769px) {
    ul.PageAreaLink li {
        padding: 7px 5px 7px 12px;
        margin: 0 7.5px 15px 7.5px;
        width: calc(50% - 15px);
    }
}

ul.PageAreaLink li a {
    font-size: 90%;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #fff;
}

ul.PageAreaLink li a span::after {
    background: url(/image/jp/r1/icon/icon_down_l_white_hd.gif) no-repeat 0% 50%;
    background-size: 16px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 18px;
    margin-left: 5px;
    vertical-align: middle;
    width: 18px;
}

/* hover */
ul.PageAreaLink li:hover{
     background-color: #0da071;
}
ul.PageAreaLink li a:hover span::after {
    background-position: 0% 100%;
}

/* ----------------------------------------------------
 Color
------------------------------------------------------- */
.EventPointColor1 {
    color: #00459c;
}

.youtube {
    position: relative;
    width: 84%;
    padding-top: 56.25%;
    margin: 0 auto;
}
@media screen and (max-width: 769px) {
    .youtube {
        position: relative;
        width: 100%;
    }
}

.youtubeText {
    width: 84%;
    margin: 0 auto;
    background-color: #00a695;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}
@media screen and (max-width: 769px) {
    .youtubeText {
        width: 100%;
        font-size: 87%;
    }
}

.ImgNewWindow {
    font-size: 87%;
    display: block;
    padding: 0px 0 0 8px;
    vertical-align: middle;
}
@media screen and (max-width: 579px) {
    .ImgNewWindow {
        display: none;
    }
}



