@charset "utf-8";

.businessBlockHead {
    margin-bottom: 5%;
    margin-top: 0;
}
.businessBlockbody {
    border: medium none;
    padding: 0;
}
.businessBlockHead h3 {
    border-bottom: 1px solid #cccccc;
    box-shadow: 0 2px 2px rgba(205, 205, 205, 0.3);
    display: block;
    font-size: 5.625vw;
    font-weight: bold;
    letter-spacing: -0.1rem;
    line-height: 1.5em;
    padding-left: 7%;
    position: relative;
}

#businessBlock dl {
	position: relative;/*z-index: 0;*/
}
#businessBlock .businessBlockbody dl:nth-child(2n+1) {
	background-color: #ececec;
}
.businessBlockbody dl:nth-child(n+1) {
	background-color: #fff;
}
#businessBlock dl::after {
	content: "";
	display: block;
	left: 6%;
	padding: 4em 0 26em;
	position: absolute;
	top: 18%;
	width: 8%;
	z-index: 5;
	background-size: 98% auto;
	background-position: left top;
	background-repeat: no-repeat;
}
#businessBlock dl:nth-child(1)::after {
	background-image:url("/s/img/business_guide/process.png");
}
#businessBlock dl:nth-child(2)::after {
	background-image:url("/s/img/business_guide/process02.png");
}
#businessBlock dl:nth-child(3)::after {
	background-image:url("/s/img/business_guide/process03.png");
}
#businessBlock dl:nth-child(4)::after {
	background-image:url("/s/img/business_guide/process04.png");
}
#businessBlock dl:nth-child(5)::after {
	background-image:url("/s/img/business_guide/process05.png");
}
#businessBlock dl:nth-child(6)::after {
	background-image:url("/s/img/business_guide/process06.png");
}
.businessBlockbody dt {
  float: left;
  font-size: 5.468vw;
  font-weight: bold;
  line-height: 1.1em;
  margin-top: 5.7%;
  padding: 0 2% 0 16%;
  width: 4.35em;
}
.businessBlockbody dd {
  border-left: 2px solid #ccc;
  display: inline-block;
  font-size: 4.375vw;
  height: 4.2em;
  line-height: 1.3em;
  margin-bottom: 3%;
  margin-top: 3%;
  padding-bottom: 2%;
  padding-left: 4%;
  padding-top: 2%;
}
/*-----------下部のdl,dt,dd--------------------*/
#descriptionBlok {
	padding: 0 5% 6%;
}
#descriptionBlok .businessBlockDescription dl {
	overflow: hidden;
	position: relative;
}
#descriptionBlok .businessBlockDescription dl::before {
	background-color: #2c8bb4;
	content: "";
	height: 110%;
	left: 0;
	position: absolute;
	top: 0;
	width: 3px;
}
#descriptionBlok .businessBlockDescription dl:nth-child(6)::before {
	height: 93.3%;
}
.businessBlockDescription.clearfix dt {
	background: rgba(0, 0, 0, 0) url("/s/img/business_guide/business_content_title.png") no-repeat scroll left 100%;
	background-size: auto 100%;
	color: #fff;
	padding: 3% 0 8%;
	text-indent: 5%;
}
#descriptionBlok .businessBlockDescription dd {
	line-height: 1.5em;
	padding: 4% 0 4% 5%;
	position: relative;
}
#descriptionBlok .businessBlockDescription dd::before {
	background-color: #5bd0e1;
	content: "";
	height: 120%;
	left: 3px;
	position: absolute;
	top: -3vw;
	width: 2px;
}
#descriptionBlok #lastBox::before {
	background-color: #5bd0e1;
	content: "";
	height: 96.3%;
	left: 3px;
	position: absolute;
	top: -3vw;
	width: 2px;
}
#descriptionBlok .businessBlockDescription .longText {
	background: rgba(0, 0, 0, 0) url("/s/img/business_guide/business_content_longTitle.png") no-repeat scroll left 100%;
	background-size: auto 100%;
}
