#pagetitle1 {
	background-image: url("../images/consulting/mv.jpg");
}
@media screen and (max-width: 680px) {
	#pagetitle1 {
		background-image: url("../images/consulting/mv2.jpg");
	}
	.in-nav li {
		width: 50%;
    }
	.in-nav li:nth-child(2n)::before {
		display: none;
	}
}
/* --------------------------------------------------- */
#sec01 {
	position: relative;
	max-width: 850px;
	width: 90%;
	margin: 0 auto 80px;
}
#sec01 p {
	margin-bottom: 40px;
}
#sec01 img {
	display: block;
	max-width: 580px;
	width: 95%;
	margin: 0 auto;
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 680px) {
	#sec01 {
		margin-bottom: 40px;
	}
}
/* --------------------------------------------------- */
#sec02 {
	width: 90%;
	margin: 0 auto 80px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sec02 dl {
	width: 48%;
	margin-bottom: 4%;
}
#sec02 dt {
	font-size: 1.2em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 150%;
	letter-spacing: 5px;
	font-weight: 500;
	border-bottom: #29ADE7 1px solid;
}
#sec02 dd {
}
@media screen and (min-width: 1700px) {
	#sec02 {
		width: 80%;
	}
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 680px) {
	#sec02 {
		display: block;
		margin-bottom: 0px;
	}
	#sec02 dl {
		width: 100%;
		margin-bottom: 30px;
	}
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */


