/*  scientific-papers 投稿ページ
----------------------------------*/
.global-nav {
	background: rgba(1, 15, 48, 0.8);
	transition: none;
}
.scientific-paper-single {
	margin-top: 55px;
	background-color: #fff;
}
.scientific-papers-archive__header {
	background-image: linear-gradient(179deg, var(--accent), var(--contrast-2) 80%);
	width: 100%;
	height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0;
    margin: 0 auto;
	color: #fff;
}
.scientific-papers-archive__header a,
.scientific-papers-archive__header a:hover,
.scientific-papers-archive__header a:active,
.scientific-papers-archive__header a:visited{
	color: #fff;
	text-decoration: none;
}
.scientific-papers_disclaimer {
	border: 1px solid #efefef;
	border-radius: 5px;
	padding: 3%;
	font-size: 12px;
}
.scientific-papers_disclaimer h3 {
	font-size: 16px;
}
.scientific-papers-archive__header h1 {
	font-size: 45px;
	font-weight: 900;
    text-align: center;
    margin: 0;
	padding: 0;
}
@media (max-width: 768px){
	.scientific-papers-archive__header h1 {
		font-size: 32px;
	}
}
.scientific-paper-single .section_inner {
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 10% 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.scientific-paper-single .section_inner p {

}
.scientific-papers-single__title {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.scientific-papers-single__title h2 {
	font-size: 30px;
	font-weight: 900;
}
.scientific-paper-content a {
	color: var(--accent);
}
@media (max-width: 768px){
	.scientific-papers-single__title h2 {
		font-size: 20px;
	}
}