@charset "UTF-8";

#staff .comment {
	color: #76D2E6;
	font-size: 2em;
	text-align: center;
}
#staff .info.flex {
	display: block;
}
#staff .bottom_line {
   text-align: center;
   color: #092378;
   margin-bottom: 0;
   font-size: 2.6em;
}
#staff dt {
	color: #59B0E3;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 1em;
}
#staff dd {
	border-bottom: 1px dashed #ccc;
	font-size: 1.1em;
	padding-bottom: 0.5em;
}
#staff .small {
	font-size: 0.5em;
	margin-top: 0;
}
#staff .bottom_line {
	padding: 0 0.5em 0.5em;
}
#staff .icon_comment {
	width: 20px;
}
#staff .primary {
	margin: 0 0 2em 0 !important;
	position: relative;
}

/* modaal調整 */
.modaal-content-container {
	padding: 0 !important;
	border-radius: 4px;
}
.modaal-inner-wrapper {
	padding: 80px 1em !important;
}
.modaal-inner-wrapper .primary {
	margin: 0 !important;
}
.modaal-inner-wrapper h2.bottom_line.article_ttl:before {
	background: none;
}
.modaal-inner-wrapper h2.bottom_line.article_ttl span {
	position: relative;
	text-align: center;
	top: 0;
	left: 0;
}
.modaal-container {
	background: none !important;
	box-shadow:none !important;
}
.modaal-inner-wrapper .wrap_comment {
	padding: 2em;
	background: #B2E6F3;
	border-radius: 4px;
}
.modaal-inner-wrapper .wrap_comment p {
	margin: 0;
	padding: 0;
}
.modaal-inner-wrapper .comment_name {
	background: #092378;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding: 0.5em !important;
	margin: 0 0 1em !important;
	border-radius: 4px;
}
.wrap-member.flex {
	display: block;
}
.member-list {
	margin: 0;
}

/* --------------------------------------
   　PC style	
-------------------------------------- */
@media screen and (min-width: 1200px) {
	.feature {
		padding: 1.5em 2.5em;
	}
	#staff .member-list {
		width: 47%;
		margin: 0;
		position: relative;
		padding-bottom: 1.5em;
		padding-top: 0;
	}
	#staff .comment {
		position: absolute;
	   top: 50%;
	   left: 50%;
	   transform: translate(-50%,-50%);
	}
   #staff .info.flex {
		display: flex;
		justify-content: space-between;
	}
   #staff .bottom_line {
	   font-size: 3.5em !important;
	   padding: 0 0 10px 0;
	}
	#staff .primary {
		padding: 0;
	}
	.comment_image {
		width: 30%;
		margin: auto !important;
	}
	.modaal-inner-wrapper .wrap_comment {
		width: 80%;
		margin: auto;
		padding: 3em;
	}
	footer .sns_area {
		margin-top: 0;
	}
	.wrap-member {
		justify-content: space-between;
	}
	.wrap-member.flex {
		display: flex;
	}
   
}	
   
   
   
   
   