
@media(min-width:1024px){
	.childPageHeader:before{
		position:absolute;
		content:"";
		background:right / cover no-repeat url(../img/titlebg.png);
		width:100%;
		height:100%;
		right:0;
		top:0;
		bottom:0;
	}
}

p{
	line-height: 2;
}
    a{
      word-break: break-all;
    }

.newsIndex{
	padding:48px 15px;
	width:96%;
	max-width:1050px;
	margin:0 auto;
}

.inner{
	position:relative;
}

.newsIndex .inner.col3{
	width:100%;
	max-width:none;
	padding:0;
	margin:0 auto;
	justify-content: flex-start;
}


.catTag{
    background: linear-gradient(90deg,#28BBF8,#0E69E2);
    color:#fff;
    padding:6px 16px;
    display:inline-block;
    margin-bottom:32px;
}

table.program{
    border-collapse: collapse;
}

table.program tr{
    
}

table.program th{
    background: linear-gradient(90deg,#28BBF8,#0E69E2);
    border:1px solid #EDF3FF;
}

table.program td{
    background:#fff;
    border:1px solid #EDF3FF;
}

table.program h3,h4:not([class]){
    position:relative;
    font-weight:500;
    border-bottom:1px solid #28BBF8;
    padding:6px 0;
    padding-left:32px;
    margin-bottom:12px;
}

table.program h3:before{
    position:absolute;
    content:"";
    width:24px;
    height:24px;
    background:#28BBF8;
    top: 10px;
    left: 0;
}

h4:not([class]){
	font-size:1.8rem;
}

h4:not([class]):before{
	position:absolute;
    content:"";
    width:18px;
    height:18px;
    background:#28BBF8;
    top: 10px;
    left: 0;
}

.newsArticleInnerTable > .commonTable th{
    width:22%;
}

.newsArticleInnerTable{
    width:100%;
	overflow-x: scroll;
}




.newsIndex .inner.col3 .col3Child{
	position:relative;
	background:#EDF3FF;
	margin:0 .5% 16px;
	width: 32.3%;
}

.listContent{
	background:#EDF3FF;
	padding:16px 16px 26px;
	position:relative;
}

.listCatTag{
	display:inline-block;
	padding:4px 10px;
	background:linear-gradient(90deg,#28BBF8,#0E69E2);
	color:#fff;
	font-size:1.4rem;
}

.newsIndex .listContent time{
	font-size:1.4rem;
	color:#343434;
	/* font-weight:400; */
	display:inline-block;
	text-align: right;
	position:absolute;
	top: 18px;
    right: 16px;
}

.newsIndex .listContent h3,.newsIndex .listContent h2{
	color:#343434;
	font-size:1.8rem;
	margin:1.2rem 0;
}

.newsIndex .inner.col3 .col3Child a{
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	
}

.newsIndex .inner.col3 .col3Child{
	transition:all .3s ease;
	opacity:1;
}

.newsIndex .inner.col3 .col3Child:hover{
	opacity:.8;
}


/* js pagination. */

ul.pagination{
	list-style: none;
}

ul.pagination > li{
	display:inline-block;
	text-align:center;
	min-width:40px;
	height:40px;
}

ul.pagination > li > a{
	display:block;
	padding: 8px 12px;
	text-align:center;
	background:#EDF3FF;
	border:1px solid #fff;
	color:#343434 !important;
	text-decoration:none !important;
}

.next button,.prev button{
	display:block;
	padding: 4px 12px;
	text-align:center;
	background:#EDF3FF;
	border:1px solid #fff;
	color:#343434 !important;
	text-decoration:none !important;
}

.next button:hover,.prev button:hover{
	cursor:pointer;
}

.pagination-container{
	text-align:center;
	margin:32px auto 100px;
	display:flex;
	justify-content: center;
	align-items:center;
}

ul.pagination > li.active > a{
	color:#fff !important;
	background:linear-gradient(90deg,#28BBF8,#0E69E2);
}

@media(max-width:480px){
	.newsIndex .inner.col3 .col3Child{
		width:100%;
		margin:0 auto 16px;
	}
	h4:not([class]){
		font-size:1.7rem;
	}
	
}

/* 20220216 added. */
@media(min-width:480px){
	.newsIndex .inner.col3{
		flex-direction:column;
	}
	.newsIndex .inner.col3 .col3Child.news{
		display:flex;
		justify-content: flex-start;
		width:100%;
	}
	
	.listThum{
		width:24%;
	}
	
	.listThum > img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.listContent{
		width:76%;
		padding:12px 16px 12px 16px;
	}
	
	.newsIndex .listContent time{
		position:static;
		margin-left:8px;
	}
}

.commonH4 {
    position: relative;
    font-size: 1.8rem;
    font-weight: 500;
    border-bottom: 1px solid #28BBF8;
    padding: 6px 0;
    padding-left: 32px;
    margin-bottom: 12px;
}
.commonH4:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: #28BBF8;
    top: 10px;
    left: 0;
}

.listThum > picture{
	display:block;
	width:100%;
}

.listThum > picture > img{
	width:100%;
}

@media(max-width:480px){
	.commonH4{
		font-size:1.65rem;
	}
}

ul.deco_ul{
	list-style:none;
	margin:1.6rem auto;
	padding:1.6rem 1.6rem 1.6rem 4.3rem;
	border-radius:.8rem;
	background:#EDF3FF;
}

ul.deco_ul li{
	position:relative;
	font-size:1.6rem;
}
ul.deco_ul > li{
	margin:0 0 .8rem 0;
}

ul.deco_ul > li:before{
	position:absolute;
	content:"";
	background: center / contain no-repeat url(../../img/child_arrow.png);
    width: 1.6rem;
    height: 1.6rem;
    left: -2rem;
    top: 0.5rem;
}

ul.deco_ul ul{
	list-style: none;
	padding-left:1.6rem;
	margin:0 0 .8rem 0;
}

ul.deco_ul ul > li{
	margin:0 0 .2rem 0;
}

ul.deco_ul ul > li:before{
	position:absolute;
	content:"";
	background: #79A4F8;
    width: 1.4rem;
    height: .1rem;
    left: -1.7rem;
    top: 1.2rem;
}

@media(max-width:480px){
	ul.deco_ul{
		padding:1rem 1.0rem 0.6rem 3.4rem;
	}
}

.anker{
	margin-top:-100px;
	padding-top:100px;
}

.red{
	color:#fc1703;
}

.img360{
	max-height:360px;
}

.img-width360{
	width:360px;
}

.img420{
	max-height:420px;
}

.img540{
	width:540px;
}

.img600{
	width:600px;
}

.img630{
	width:630px;
}

.img680{
	width:680px;
}

.img720{
	width:720px;
}

.img760-line{
	width:760px;
	border:.2rem solid #f3f3f3;
}

.img800{
	width:800px;
}

.img846{
	width:846px;
}

.img846-line{
	width:846px;
	border:.2rem solid #f3f3f3;
}

.img-p100-line{
	width:100%;
	border:.2rem solid #f3f3f3;
}

.font-p80{
	font-size:80%;
}

.font-p90{
	font-size:90%;
}

.font-inherit{
	font-size:inherit;
}

blockquote.jaccs_dmarc{
	background:#f3f3f3;
	padding:12px;
	border-radius:6px;
}

.commonArticle.seminar.dmarc_report_20221110 figure{
	border: 1px solid #f1f1f1;
	padding:12px;
	border-radius:4px;
	display:inline-block;
	margin-bottom:16px;
}

.commonArticle.seminar.dmarc_report_20221110 figcaption{
	color:#616161;
	margin-top:6px;
}