/* CSS Document */

#main .p-title_area__title h1{
	margin: 0;
}

#main h2.p-amazing_title{
	margin: 0;
	padding: 2.125rem 1rem 0.4375rem /*1.125rem*/;
	line-height: 1.4;
	font-size: 1.375rem;
	font-weight: bold;
	color: #fff;
	/*background-color: #333;*/
	text-align: center;
}

#main	.p-author__name h4{
	margin: 0 0 0.75rem;
}

/*project*/

.p-title_area{
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-direction: row-reverse;
	overflow: hidden;
	/*height: 500px;*/
	height: 440px;
}

.p-title_area__cornreLogo{
	flex: 0 0 auto;
	width: auto;
	margin: 0 auto 0 -10px;
}

.p-title_area__title{
	flex: 0 0 auto;
	width: auto;
	margin: 0;
}

.p-title_area__lede{
	position: absolute;
	bottom:30px;
	left: 220px;
	width: 560px;
}

/*p-content_box*/
.p-content_box{
	background-color: #3D3D3D;
	margin-bottom: 2rem;
}

.p-amazing_text{
	color: #fff;
	padding: 1.5rem 1.75rem;
}
.p-amezing_map{
	padding: 0rem 1rem 2rem;
	text-align: center;
}

.p-author{
	padding-top: 1rem;
	border-top: #ccc 1px solid;
	margin-bottom: 2rem;
}

/*zoom_fig*/
.p-lb_content{
	max-height: calc(100%);
	padding: 0px 0px;
	overflow: hidden;
}
.p-lb_content__caption{
	display: none;
}

/*.sp*/
.sp #main h2.p-amazing_title{
	font-size: 1.125rem;
	line-height: 1.4;
	padding: 1.5rem 1rem 0rem;
}

.sp .p-title_area{
	display: block;
	overflow:visible;
	height: auto;
}

.sp .p-title_area__cornreLogo{
	width: 200px;
	margin:0 auto;
}
.sp .p-title_area__title{
	width: 250px;
	margin:0 auto;
	/*height: 360px;*/
	height: 330px;
	overflow: hidden;
}
.sp .p-title_area__lede{
	position: static;
	width: auto;
	padding: 0.75rem 0.25rem 2rem;
}
.sp .p-content_box{
	margin-bottom: 1.5rem;
}
.sp .p-amazing_text{
	padding: 1.25rem 1.125rem;
}
.sp .p-amezing_map{
	padding: 0rem 0.5rem 2rem;
	text-align: center;
}

