/* CSS Document */

/*  Heading reset -- default style
----------------- */
#main h1{
	margin: 1rem 0 1.5rem;
}

#main h3.c-normal_heading{
	font-size: 1.25rem; /*18px*/
	margin: 1.5rem 0 1rem;
}

/*p-content_title*/
.p-content_title{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin: -2.25rem 0 1rem;
}

.p-content_title__file_num{
	flex: 0 0 auto;
	width: auto;
	margin-right: 1.5rem;
}

#main h2.p-content_title__txt{
	font-size: 1.25rem;
	line-height: 1.875rem;
	letter-spacing: 0.01em;
}

/*p-main_img*/

.p-main_img{
	border: #F39800 1px solid;
	border-radius: 6px;
	margin-bottom: 2rem;
}
.p-main_img__catch{
	text-align: center;
	margin: 0 1.5rem 0 0.75rem;
	padding: 1.5625rem 0;
}
.p-main_img__photo{
	/*margin: 0.75rem 0.75rem 0;*/
	margin: 0.75rem 0 0;
	position: relative;
}

.p-photo_by{
	font-size: 0.75rem;
	color: #666;
	text-align: right;
	line-height: 1;
	padding: 0.5rem 0.75rem;
	position: absolute;
	top:100%;
	right: 0px;
	width: 100%;
}

/*shine_info*/
.p-shine_info{
	padding: 2rem;
}

.p-shine__unit{
	margin-bottom: 1.25rem;
	padding-bottom: 1.25rem;
	
	background-image: linear-gradient(to right, #ccc, #ccc 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 4px);
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
	
}
.p-shine_info .p-shine__unit:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}

.p-shine__main{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 0.75rem;
}
.p-shine__name{
	flex: 0 0 auto;
	width: 8em;
	font-size: 1.125rem;
	line-height: 1.4;
}
.p-shine__name .c-pos{
	font-size: 0.75rem;
}
.p-shine__data{
	font-size: 0.8125rem;
	line-height: 1.5;
}
.p-shine__profile{
	font-size: 0.875rem;
	line-height: 1.7;
	padding-left: 2rem;
	padding-right: 2rem;
}

/*p-shine_heading*/
#main h2.p-shine_heading{
	font-size: 1.25rem;
	color: #EA7D00;
	margin-bottom: 0.5rem;
}

/*p-personal_info*/

.p-personal_info{
	display: flex;
	justify-content: space-between;
	margin: 2.75rem 60px;
}
.p-personal__photo{
	flex: 0 0 auto;
	width: 300px;
	border-radius: 6px;
	overflow: hidden;
	margin-right: 1.5rem;
}
.p-personal__txt{
	font-size: 0.875rem;
	line-height: 1.8;
	color: #555;
	padding-top: 0.75rem;
	
	background-image: linear-gradient(to right, #F39800, #F39800 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 4px);
  background-size: 4px 1px;
  background-position: top;
  background-repeat: repeat-x;
}

/* sp ****************************/

.sp .p-content_title{
	display: block;
}
.sp .p-content_title__file_num{
	width: 50%;
	margin-bottom: 0.5rem;
}

.sp .p-shine_info{
	padding: 1.25rem;
}
.sp .p-shine__main{
	display: block;
}
.sp .p-main_img__catch{
	text-align: center;
	margin: 0 1rem;
	padding: 0.9375rem 0 1rem;
}
.sp .p-main_img__photo{
	margin: 0;
}
.sp .p-shine__name{
	margin-bottom: 0.5rem;
}

.sp .p-shine__profile{
	padding-left: 0;
	padding-right: 0;
}

.sp .p-personal_info{
	display: block;
	margin: 2rem auto;
	width: 75%;
}
.sp .p-personal__photo{
	margin-right: 0;
	margin-bottom: 1rem;
	width: 100%;
}

.sp .p-personal__photo img{
	width: 100%;
	height: auto;
}

