/* CSS Document */
/* /government/comm/article/dx_issues/026.asp */
@media (min-width: 768px) {
    .detailMain h1 .h1_part span {
		letter-spacing: .1em;
    }
}
.dx_issues026_flame {
	padding: 16px;
	background-color: #F0EAF0;
}
@media (min-width: 768px) {
	.dx_issues026_flame {
		padding: 24px;
	}
}
.logo_flex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 8px;
	margin-bottom: 16px;
}
.logo_flex img {
	width: 128px;
}
.logo_flex a:hover img {
	opacity: .6;
}
/*吹き出し h2*/
.secArticleDetail .commentBox {
	padding-top: 16px;
}
.secArticleDetail .commentBox * {
	box-sizing: border-box;
}
.secArticleDetail .commentBox > div {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}	
.secArticleDetail .commentBox > div + div {
	margin-top: 24px;
}																						
.secArticleDetail .commentBox > div:nth-child(odd) .commentImg {
	margin-right: 24px;
}						
.secArticleDetail .commentBox > div:nth-child(even) .commentImg {
	margin-left: 24px;
	order: 2;
}											
.secArticleDetail .commentBox .commentImg img {
	width: 56px; 
	height: auto;
}
.secArticleDetail .commentBox h2 {
    margin: 0;
    padding: 0;
    border: none;
	background-color: transparent;
    font-size: 16px;
    line-height: 1.5;
}	
.secArticleDetail .commentBox .commentText {
	position: relative;
	padding: 16px;
	border-radius: 12px; 
	background: #fff;
    border-width: 2px;
	border-style: solid;
}
.secArticleDetail .commentBox > div:nth-child(odd) .commentText {
    border-color: #3B81C7;
}
.secArticleDetail .commentBox > div:nth-child(even) .commentText{
    border-color: #86B81C;
}

.secArticleDetail .commentBox .commentText::before,
.secArticleDetail .commentBox .commentText::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 16px;
}
.secArticleDetail .commentBox > div:nth-child(odd) .commentText::before,
.secArticleDetail .commentBox > div:nth-child(odd) .commentText::after {
    border-width: 10px 16px 10px 0px;
}
.secArticleDetail .commentBox > div:nth-child(odd) .commentText::before {
    border-color: transparent #3B81C7 transparent transparent;
    left: -16px;
}
.secArticleDetail .commentBox > div:nth-child(odd) .commentText::after {
    border-color: transparent #fff transparent transparent;
    left: -12px;
}
.secArticleDetail .commentBox > div:nth-child(even) .commentText::before,
.secArticleDetail .commentBox > div:nth-child(even) .commentText::after {
    border-width: 10px 0px 10px 16px;
}

.secArticleDetail .commentBox > div:nth-child(even) .commentText::before {
    border-color: transparent transparent transparent #86B81C;
    right: -16px;
}
.secArticleDetail .commentBox > div:nth-child(even) .commentText::after {
    border-color: transparent transparent transparent #fff;
    right: -12px;
}									
.secArticleDetail .commentText p {
	line-height: 1.5;
}	
.secArticleDetail .commentBox .commentText.multiple {
	margin-top: 8px;
}
.secArticleDetail .commentBox > div .commentText.multiple::before,
.secArticleDetail .commentBox > div .commentText.multiple::after {
    border-width: 0;	
}
@media (min-width: 1024px) {
	.secArticleDetail .commentBox .commentText {
		padding: 18px 32px;
	}
}	
.dx_issues026_summary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 8px;
}
.dx_issues026_summary > div img {
	width: 80px;
}
.dx_issues026_summary > div a:hover {
	opacity: .6;
}
@media (min-width: 768px) {
.dx_issues026_summary > div img {
	width: 128px;
}	
}