@charset "utf-8";
/* for /government/comm/future/006.asp */


@media screen and (min-width: 48em) {
    #scrl4 .imgBox img{
        width: 450px;
     }
}

/*吹き出し*/
.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 .commentText {
	position: relative;
	padding: 16px;
	border-radius: 12px;
}			
@media (min-width: 1024px) {
	.secArticleDetail .commentBox .commentText {
		padding: 18px 32px;
	}
}	
.secArticleDetail .commentBox > div:nth-child(odd) .commentText {
	background: #ddf0f7;
}
.secArticleDetail .commentBox > div:nth-child(odd) .commentText::after {
	left: -24px;
	border-right: 16px solid #ddf0f7;
}	
.secArticleDetail .commentBox > div:nth-child(even) .commentText {
	background: #e1f1bd; 
}						
.secArticleDetail .commentBox > div:nth-child(even) .commentText::after {
	right: -24px;
	border-left: 16px solid #e1f1bd;
}													
.secArticleDetail .commentText p {
	line-height: 1.5;
}	
.secArticleDetail .commentText p.charge {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: fit-content;
	margin-top: 8px;
    margin-left: auto;
    padding-left: 24px;
	line-height: 1.2;
}
.secArticleDetail .commentText p.charge::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 16px;
	border-bottom: 1px solid #333;
}
.secArticleDetail .commentText::after {
	content: "";
	position: absolute;
	top: 16px;
	border: 8px solid transparent;
}
@media (min-width: 768px) {
	.secArticleDetail .commentText p.charge {
		padding-left: 40px;
	}
	.secArticleDetail .commentText p.charge::before {
		width: 32px;
	}
}
.detailMain h1 .h1_part.pc-only{
    display: none;
}
@media (max-width: 1199px) {
  .detailMain h1 .h1_part.pc-only{
    display: block !important;
    }    
}
@media (min-width: 768px) {
  .detailMain h1 .h1_part.pc-only{
    display: block;
    }
  .detailMain h1 .h1_part.sp-only{
    display: none;
    }  
}
@media (max-width: 767px) {
  .detailMain h1 .h1_part.pc-only{
    display: none !important;
    }
  .detailMain h1 .h1_part.sp-only{
    display: block;
    }    
}
/*吹き出しH3テキスト*/
.secArticleDetail .commentBox .commentText h3{
    margin-bottom: 0;
    border-bottom-width:0;
    text-indent: -1em;
    padding-left: 1em;
}