@charset "utf-8";

section h2{
	font-size:150%;
	line-height:140%;
	text-align:center;
	margin-bottom:1em;
	position:relative;
	z-index:1;
}

section h2 span{
	display:block;
	font-size:140%;
	color:#7DCEF4;
font-family: 'Quicksand','BIZ UDPGothic', sans-serif;
font-weight:500;
}

.topics_detail section#topics h2 span{
	font-family: 'Noto Serif JP', serif;

}



@media only screen and (min-width: 769px) { /*pc*/
section h2{
	font-size:220%;
	line-height:160%;
	text-align:center;
	margin-bottom:1em;
	position:relative;
	z-index:1;
}


section h2 span{
	display:block;
	font-size:130%;
font-weight:500;
}

}

.topicpath{
	margin:0 2em;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:90%;
}

.topicpath a::after {
    display: inline-block;
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #6aa7cd;
    padding-left: 0em;
				margin-left:1em;
}


#topics{
	padding: 2em 0 1em;
/*	background:#FCF3F6;*/
	padding-bottom:30px;
}


#topics h2{
	text-align:center;
}

#topics .inner{
	width:100%;
}



.topicslist{
	margin-top:2em;
}


.topicslist dl{
line-height:180%;
}

.topicslist dt{
	padding: 1em 30px 0.5em 1em;

	}
	
.topicslist dt.mov{
	background:url(../img/YouTube-social-icon_red_24px.png) 95% 1.1em no-repeat;
}
	
.topicslist dd{
	width:100%;
	margin-left:0;
	padding:0em 1em 1em 2em;
	
}


.topicslist dl{
	border-bottom:1px solid #ccc;
	margin-bottom:2em;
}

.topicslist dt{
	border-top:1px solid #ccc;
	color:#666;
}

.topicslist dd a{
	color:#333;
	display:block;
	text-decoration:none;
}

.topicslist dd a:hover{
	color:#E85D97;
	background:rgba(244,179,200,0.2);
		text-decoration:underline;

}

@media only screen and (min-width: 769px) { /*pc*/

.topicslist dl{
	display:flex;
	flex-wrap:wrap;
}

.topicslist dt{
	flex:0 0 8em;
	border-top:1px solid #ccc;
	padding:1em;
}

.topicslist dt.mov{
	background:url(../img/YouTube-social-icon_red_24px.png) 100% 1.3em no-repeat;
}


.topicslist dd{
	flex:0 0 calc(100% - 8em);
	border-top:1px solid #ccc;
	margin-left:0;
	padding:0;
}

.topicslist dd a{
	padding:1em;
}



}



/**/

.topicsdata{
	padding-top:30px;
}


.topics_detail section{
	background:rgba(255,255,255,0.8);
	padding:2em 1em;
	border:1px solid #7DCEF4;
	margin:1em 0;
}

@media only screen and (min-width: 769px) { /*pc*/
.topics_detail section{
	background:rgba(255,255,255,0.8);
	padding:2em 2em;
	border:1px solid #7DCEF4;
	margin:2em 0;
}
}


.topics_detail section h2 span{
	font-size:100%;
	
}

.topicsdata .date{
	text-align:right;
	margin: 0 1em 1em;
}


.topicsdata h3{
	font-size:120%;
	margin:1em 0;
	display:flex;
	width:100%;
}


.topicsdata h3 span:first-child{
	padding-right:1em;
	display:inline-block;
}
.topicsdata h3 span:last-child{
	border-bottom:1px solid #0C7396;
	flex:1 0 auto;
	position:relative;
	top:-0.2em;
}

.topicsdata  figure{
	margin:2em 0;
	text-align:center;
	width:100%;
}

.topicsdata  figure img{
		width:100%;
	 height:auto;
}





.topicsdata .pdf{
	display: inline-block;
	background: url(/img/icon_pdf.gif) 0 4px no-repeat;
	padding: 0 30px;
	margin: 0.5em 0;
	line-height:140%;
}

