@charset "utf-8";
/* ==================================================
		
		コンサルタント紹介（一覧） PC

================================================== */

@media screen and (min-width:781px) {
/* --------------------------------------------------
		.vi
-------------------------------------------------- */
.vi .vi-inner {
	background: url(/ourpeople/common/img/common-bg-vi01.jpg) no-repeat center / cover;
}
/* --------------------------------------------------
		section
-------------------------------------------------- */
.main section {
	padding-top: 50px;
}
.main section h3 {
	font-size: 35px;
	text-align: center;
	color: #00679a;
}
.main section > p {
	font-size: 14px;
	text-align: center;
	color: #555555;
	margin-top: 15px;
}
.main section > .img {
 margin-top: 20px;
}
/* --------------------------------------------------
		.introduction
-------------------------------------------------- */
.main .introduction {
	padding-top: 15px;
	border-top: 1px solid #e4e4e4;
 margin-top: 30px;
}
.main .introduction .introduction-inner {
	margin-top: 40px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.main .introduction ul {
	width: 1080px;
	margin-top: -20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main .introduction ul li {
	margin-top: 20px;
	display: flex;
}
/* --------------------------------------------------
		.over 不透明度ロールオーバー
-------------------------------------------------- */
.main .introduction ul li .over {
	width: 530px;
	padding: 15px;
	border: 5px solid #edf5f9;
	background: #f8fcff;
	display: flex;
	box-sizing: border-box;
}
.main .introduction ul li a:link, .main .introduction ul li a:visited, .main .introduction ul li a:hover {
	text-decoration: none;
	color: #555555;
}
.main .introduction dl {
	line-height: 1.5;
	margin-left: 10px;
}
.main .introduction dl dt {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}
.main .introduction dl dd {
	font-size: 12px;
	margin-top: 5px;
}
}

/* ==================================================
		
		コンサルタント紹介（一覧） SP

================================================== */

@media screen and (max-width:780px) {
/* --------------------------------------------------
		.vi
-------------------------------------------------- */
.vi .vi-inner {
	background: url(/ourpeople/common/img/common-bg-vi01.jpg) no-repeat center / cover;
}
/* --------------------------------------------------
		section
-------------------------------------------------- */
.main section {
	padding-top: 25px;
}
.main section h3 {
	font-size: 18px;
	text-align: center;
	color: #00679a;
	padding: 0 12px;
}
.main section > p {
	font-size: 12px;
	text-align: left;
	color: #555555;
	padding: 0 12px;
	margin-top: 5px;
}
.main section > .img {
 margin: 10px auto 0;
 padding: 0 12px;
 width: 70%;
}
/* --------------------------------------------------
		.introduction
-------------------------------------------------- */
.main .introduction {
 padding-top: 10px;
 border-top: 1px solid #e4e4e4;
 margin-top: 20px;
}
.main .introduction .introduction-inner {
	margin-top: 20px;
}
.main .introduction ul {
	margin: -10px 12px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main .introduction ul li {
	width: 49%;
	margin-top: 10px;
	display: flex;
}
/* --------------------------------------------------
		.over 不透明度ロールオーバー
-------------------------------------------------- */
.main .introduction ul li .over {
	width: 100%;
	padding: 10px;
	border: 5px solid #edf5f9;
	background: #f8fcff;
	box-sizing: border-box;
}
.main .introduction ul li a:link, .main .introduction ul li a:visited, .main .introduction ul li a:hover {
	text-decoration: none;
	color: #555555;
}
.main .introduction p {
	width: 100%;
	min-height: 0%; /* IE11 */
}
.main .introduction p img {
	width: 100%;
}
.main .introduction dl {
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
}
.main .introduction dl dt {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}
.main .introduction dl dd {
	font-size: 12px;
	margin-top: 5px;
}
}
