﻿body p{ 
	transform: rotate(0.03deg);
}

#header .gnav-menu .gnav-main li:nth-child(1) a {
	background-color: #010044;
	color: #fff;
}

#header .gnav-menu .gnav-main li:nth-child(1) a:hover {
	background-color: #2874b4;
	color: #fff;
}

.p-publications .content__inner {
    max-width: 960px;
    margin: 0 auto;
}

.p-publications .content {
    position: relative;
	background: url(../../assets_sub/images/publications/bg_main.jpg) center top / cover;
    padding: 4rem 2rem;
    background-attachment: fixed;
}

.p-publications .itm__box {
    background-color: #fff;
    width: 90%;
	margin: 0 auto;
    padding: 3rem;
}

.p-publications .h1-ttl {
	text-align: center;
	font-size: 2.8rem;
	font-family: inherit;
	letter-spacing: .14em;
	text-indent: 0.14em;
	font-weight: 500;
	margin-bottom: 4rem;
}


.p-publications .lead-txt {
	text-align: center;
	font-size: 1.6rem;
	line-height: 2em;
	letter-spacing: 0.04em;
	margin-bottom: 6rem;
}

.p-publications .h2-ttl {
	font-size: 2rem;
	letter-spacing: .14em;
	text-indent: 0.14em;
	font-weight: 500;
	margin-bottom: 3rem;
	color: inherit;
	text-align: left;
	transform: rotate(0.03deg);
}

.p-publications .h3-ttl {
    font-size: 2.8rem;
    font-weight: 500;
	color: #222;
}

.p-publications .content p {
	margin-bottom: 2em;
	line-height: 2em;
	text-align: justify;
}

.p-publications .content p a{
	color: #2874b4;
}

.flex_book {
	width: 250px;
	margin: 0 auto;
}

.flex_book2 {
	width: 500px;
	margin: 0 auto;
	display: flex;	
	justify-content: space-between;
    align-items: baseline;
}

.thumbnail {
	width: 200px;
	margin: 5px 0;
}

.p-publications .content .flex_book p{
	text-align: center;
}

.flex_book a,
.flex_book2 a{
	color: #2874b4;
    font-size: 1.3rem;
    font-weight: 400;
    transform: rotate(0.03deg);
}

@media (max-width: 767.98px) {

	.flex_book2 {
		width: 80%;
		margin: 0 auto;
	}
	
	.thumbnail {
		width: 150px;
		margin: 10px auto 5px;
	}

}

@media (max-width: 599.98px) {
	.p-publications .h1-ttl {
		margin-top: 2rem;
	}

	.p-publications .lead-txt {
	    text-align: center;
	    font-size: 1.6rem;
	    line-height: 1.6em;
	    letter-spacing: 0.01em;
	    margin-bottom: 6rem;
	}
	
	.p-publications .content p {
		letter-spacing: 0;
		line-height: 1.6;
		text-align: left;
	}

	.flex_book2 {
		width: 100%;
		display: block;
	}
	
	.thumbnail {
		width: 120px;
		margin: 10px auto 5px;
	}

}

