@charset "UTF-8";

/* お客様の“夢”を叶えるまで */
#step-sec .container {
	max-width: 1000px;
	margin: 0 auto;
}

#step-sec .contents {
	margin: 50px auto;
}

#step-sec .inner-step {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

#step-sec .inner-step .number {
	text-align: center;
	font-size: 15px;
	line-height: 1.7em;
	color: #8ac03e;
	margin-right: 20px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#step-sec .inner-step .number::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 1px;
	height: 35%;
	margin: auto;
	background-color: #8ac03e;
}

#step-sec .inner-step .number::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 35%;
	margin: auto;
	background-color: #8ac03e;
}

#step-sec .inner-step .number .circle {
	width: 20px;
	height: 20px;
	background-color: #ebebeb;
	border-radius: 50%;
	padding: 5px;
	margin: 0 auto;
}

#step-sec .inner-step .number .circle>span {
	width: 10px;
	height: 10px;
	background-color: #8ac03e;
	border-radius: 50%;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

#step-sec .inner-step .number .txt-L {
	font-size: 150%;
}

#step-sec .inner-step .info {
	width: 100%;
	padding: 15px 0;
	display: flex;
	justify-content: center;
}

#step-sec .inner-step .info .imgbox {
	max-width: 400px;
	margin-right: 30px;
}

#step-sec .inner-step .info .txtbox {
	max-width: 500px;
	width: 100%;
}

#step-sec .inner-step .info .txtbox .ttl {
	font-size: 20px;
	line-height: 1.8em;
	font-weight: 700;
	border-bottom: 1px solid #333333;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#step-sec .inner-step .info .txtbox .comment {
	text-align: justify;
}

#step-sec .inner-step .info .txtbox .comment>span {
	font-size: 13px;
	line-height: 1.8em;
}

#step-sec .inner-step .info .txtbox .comment-plus {
	margin-top: 20px;
	padding: 20px;
	background-color: #f5f5f5;
	text-align: justify;
}



/* 対応工事 */
#service-sec .container {
	max-width: 1000px;
	margin: 0 auto;
}

#service-sec .comment {
	font-size: 15px;
	line-height: 2.5em;
	text-align: center;
	margin: 50px auto;
	max-width: 700px;
	width: 70%;
	position: relative;
}

#service-sec .comment .chara-risu {
	position: absolute;
	top: 0;
	left: -150px;
	max-width: 140px;
}

#service-sec .comment .chara-donguri {
	position: absolute;
	top: 10px;
	right: -150px;
	max-width: 72px;
}

#service-sec .contents .inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#service-sec .contents .inner li {
	margin-bottom: 50px;
	padding: 0 20px;
	width: 50%;
}

#service-sec .contents .inner li .imgbox {
	position: relative;
}

#service-sec .contents .inner li .imgbox .ttl {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #333333;
	padding: 10px 20px;
	text-align: right;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 700;
	color: #ffffff;
}

#service-sec .contents .inner li .txtbox {
	margin: 10px auto;
}



/* スマートフォン用 - ブレイクポイント768 */
@media screen and (max-width: 768px) {

	#step-sec .container {
		padding: 0 20px;
	}

	#step-sec .inner-step .number {
		justify-content: flex-start;
		padding-top: 20px;
	}
	
	#step-sec .inner-step .number::before {
		height: 10px;
	}
	
	#step-sec .inner-step .number::after {
		height: calc(100% - 105px);
	}

	#step-sec .inner-step .info {
		display: block;
	}

	#step-sec .inner-step .info .imgbox {
		max-width: none;
		margin-right: 0;
	}

	#step-sec .inner-step .info .txtbox {
		max-width: none;
		margin: 20px auto;
	}

	#step-sec .inner-step .info .txtbox .ttl {
		font-size: 18px;
	}

	#step-sec .inner-step .info .txtbox .comment {
		font-size: 14px;
		line-height: 1.8em;
	}

	#step-sec .inner-step .info .txtbox .comment-plus {
		font-size: 14px;
		line-height: 1.8em;
	}

	#service-sec .container {
		padding: 0 20px;
	}

	#service-sec .comment {
		line-height: 2.0em;
		max-width: none;
		width: 100%;
		margin-bottom: 200px;
	}

	#service-sec .comment .chara-risu {
		top: auto;
		bottom: -150px;
		left: 20%;
	}

	#service-sec .comment .chara-donguri {
		top: auto;
		bottom: -150px;
		left: 60%;
		right: auto;
	}

	#service-sec .contents .inner {
		display: block;
	}

	#service-sec .contents .inner li {
		width: 100%;
		padding: 0;
	}

	#service-sec .contents .inner li .imgbox .ttl {
		padding: 5px 10px;
		font-size: 16px;
	}

	#service-sec .contents .inner li .txtbox {
		font-size: 14px;
		line-height: 1.8em;
	}

}