/* -------------------------------
mainArea
------------------------------- */
.mainTit.mainTit_img::after {
  background: url("../images/pic_maintit.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
.mainTit.mainTit_img::after {
  background: url("../images/pic_maintit_sp.png") no-repeat left center;
  background-size: cover;
}
}

/* -------------------------------
secondaryArea
------------------------------- */

.midashi {
	margin-top: 80px;
}
.midashi01 {
	margin-bottom: 40px;
}
.cnt .txt {
	margin: 0 100px;
}
#secondaryArea .cnt {
	margin-top: 0;
}
@media screen and (max-width: 768px) {
.midashi {
	margin-top: 50px;
}
.midashi01 {
	margin-bottom: 30px;
}
.cnt .txt {
	margin: 0 20px;
}
}
