@charset "utf-8";
/* CSS Document */

/*-------------------------
report, topic 各記事共通css
-------------------------*/
.t18-report-topic-article .t18-middle-1st-section-title {
	margin-bottom: 20px;
}
.t18-report-topic-article .t18-report-topic-half {
    display: flex;
}
.t18-report-topic-half .t18-report-topic-txt, .t18-report-topic-half .t18-report-topic-img {
    width: 48%;
    margin-right: 4%;
}
.t18-report-topic-half .t18-report-topic-txt:nth-child(2n), .t18-report-topic-half .t18-report-topic-img:nth-child(2n) {
    margin-right: 0;
}
.t18-report-topic-article .t18-report-topic-txt {
	font-size: 1.6rem;
    line-height: 1.666;
}
.t18-report-topic-article .t18-report-topic-txt a {
	color: #000;
	text-decoration: underline;
}
.t18-report-topic-article .t18-report-topic-link {
	font-size: 1.6rem;
    line-height: 1.666;	
}
.t18-report-topic-article .t18-report-topic-link a {
	color: #000;
	text-decoration: underline;
}
.t18-report-topic-article .t18-report-topic-img img {
	display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.t18-report-topic-article .t18-report-topic-inquiry {
	font-size: 1.6rem;
    line-height: 1.5;
	margin-top: 80px;
    margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
	.t18-report-topic-article .t18-report-topic-half {
		flex-direction: column;
	}
	.t18-report-topic-half .t18-report-topic-txt, .t18-report-topic-half .t18-report-topic-img {
		width: 100%;
		margin-right: 0;
	}
	.t18-report-topic-article .t18-report-topic-txt {
		font-size: 3rem;
    	line-height: 1.5;
	}
	.t18-report-topic-article .t18-report-topic-link {
		font-size: 3rem;
    	line-height: 1.5;
	}
	.t18-report-topic-article .t18-report-topic-inquiry {
		font-size: 3rem;
		margin-top: 80px;
		margin-bottom: 20px;
	}
}
