@charset "utf-8";
.header_content {
    background: url(../images/research/bg_header_research.jpg) no-repeat top center;
    background-size: cover;
}

.wp_content h2 {
	font-size: 26px;
	color: var(--color-theme);
	line-height: 1.8;
	border-bottom: 1px solid var(--color-theme);
}
.wp_content h3 {
	font-size: 18px;
	color: var(--color-black);
	line-height: 1.5;
}

/*For Tablet*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .wp_content h2 {
		font-size: 0.26rem;
		border-width: 0.01rem;
	}
	.wp_content h3 {
		font-size: 0.18rem;
	}
}

/*For SP*/
@media only screen and (max-width: 767px) {
    .wp_content h2 {
		font-size: 0.36rem;
		border-width: 0.01rem;
	}
	.wp_content h3 {
		font-size: 0.28rem;
	}
}