/* Introduction */
#introductionsBox {
	padding: 0  0 80px;
}
.introductionBoxes {
	margin: 48px 0 0;
}
.introductionBoxes:first-of-type {
	margin: 0;
}
.introductionBox {
	margin: 32px 0 0;
}
.introductionBox:first-of-type {
	margin: 24px 0 0;
}
.introductionBox p {
	font-size: 1.4rem;
	line-height: 200%;
	margin: 16px 0 0;
}
.introductionBox p a {
	color: #2f40af;
	outline: none;
}
.introductionBox p a:hover {
	color: #608fff;
	text-decoration: none;
}
.introductionBox p strong.title {
	color: #2f40af;
	font-size: 1.6rem;
	text-align: center;
	margin: 0 0 8px;
	display: block;
}
.introductionBox p span.att {
	color: #608fff;
}
.introductionBox .imageBoxes {
	margin: 24px 0 0;
	display: flex;
}
.introductionBox .imageBoxes .imageBox_1,
.introductionBox .imageBoxes .imageBox_2 {
	width: 50%;
	margin: 0 auto;
}
.introductionBox .imageBoxes .imageBox_1 img,
.introductionBox .imageBoxes .imageBox_2 img {
	margin: 0 auto;
	display: block;
}
.introductionBox .imageBoxes .imageBox_1 img {
	width: 100%;
}
.introductionBox .imageBoxes .imageBox_2 img {
	width: 88%;
}
.introductionBox .imageBoxes .imageComm {
	font-size: 1.4rem;
	line-height: 168%;
	border: solid 1px #afafaf;
	border-radius: 8px;
	margin: 8px auto 0;
	padding :16px;
}
.introductionBox .imageBoxes .imageBox_1 .imageComm {
	width: 100%;
}
.introductionBox .imageBoxes .imageBox_2 .imageComm {
	width: 88%;
}
/* About First Cost */
.modal {
	display: none;
}
#aboutfirstcost {
	padding: 24px 40px 16px;
}
#aboutfirstcost p {
	font-size: 1.4rem;
	line-height: 200%;
	margin: 16px 0 0;
}

@media screen and (max-width: 520px) {
	/* Introduction */
	#introductionsBox {
		padding: 0  0 64px;
	}
	.introductionBoxes {
		margin: 32px 0 0;
	}
	.introductionBox {
		margin: 24px 0 0;
	}
	.introductionBox:first-of-type {
		margin: 16px 0 0;
	}
	.introductionBox p {
		line-height: 184%;
	}
	.introductionBox p a:hover {
		color: #2f40af;
		text-decoration: underline;
	}
	.introductionBox p strong.title {
		text-align: left;
		line-height: 144%;
	}
	.introductionBox .imageBoxes {
		display: block;
	}
	.introductionBox .imageBoxes .imageBox_1,
	.introductionBox .imageBoxes .imageBox_2 {
		width: 100%;
	}
	.introductionBox .imageBoxes .imageBox_1 img,
	.introductionBox .imageBoxes .imageBox_2 img {
		width: 100%;
		margin: 0;
	}
	.introductionBox .imageBoxes .imageComm {
		width: 100%;
	}

	/* About First Cost */
	#aboutfirstcost {
	padding: 24px 16px 8px;
	}
	#aboutfirstcost p {
		line-height: 184%;
	}
}

