.content_976{
	padding: 50px 30px 0 30px;
}

.toggle_wrap{
	margin-bottom: 20px;
}

.toggle_title h2{
	display: flex;
	align-items: center;
}

.detail{
	background: #fff;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 25px;
}

.detail .article{
	border-top: 1px solid #dedede;
	padding-top: 25px;
	margin-top: 25px;
	line-height: 1.6;
}

.detail .article:first-child{
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}

.detail h3{
	background: #194296;
	color: #fff;
	padding: 0.3em 0.5em;
	font-size:clamp(12px, 1.8vw, 14px);
	display: inline-block;
}

.detail p{
	font-size:clamp(14px, 2vw, 18px);
	margin-top: 0.8em;
	line-height: 1.8;
}

.detail p:first-child{
	margin-top: 0;
}

.detail p strong{
	font-size:clamp(14px, 2vw, 19px);
	font-weight: normal;
}

.detail .article .article_layout{
	display: flex;
}

.detail .article .article_layout .text{
	flex: 1;
	box-sizing: border-box;
	padding-right: 20px;
}

.detail .article .article_layout .image{
	width: 170px;
}

/*------------------------------------------------------------------------------------------------------------

SP

------------------------------------------------------------------------------------------------------------*/


@media screen and (max-width: 976px) {

.content_976{
	padding: 30px 15px 0 15px;
}
	
.toggle_wrap{
	margin-bottom: 15px;
}
	
.detail .article .article_layout{
	flex-direction: column;
}
	
.detail .article .article_layout .text{
	padding-right: 0;
	width: 100%
}

.detail .article .article_layout .image{
	width: 100%;
	margin-top: 20px;
}


}