@charset "utf-8";

/* ===========================================================
	child consulting
=========================================================== */

.child .child-contents {
	padding: 0;
}

/*  article list -------- */

.child .child-article-list-item .child-img-wrap {
	transition: all .3s ease;
}

.child .child-article-list .child-txt-title {
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 1.4;
	text-align: center;
	margin: 15px auto;
	color: #000;
	text-decoration: underline;
	transition: all .3s ease;
}

.child .child-article-list .child-article-list-item:hover .child-txt-title {
	color: #16a1a9;
}

.child .child-txt-box p {
	text-align: justify;
	font-size: 1.2rem;
}

.child .child-article-list-item {
	margin-bottom: 30px;
}

@media screen and (min-width: 375px) {

	.child .child-article-list-item {
		width: calc(50% - 12px);
		margin-bottom: 24px;
	}

}

@media screen and (min-width: 414px) {

	.child .child-article-list-item {
		width: calc(50% - 20px);
		margin-bottom: 40px;
	}

	.child .child-article-list .child-txt-title {
		margin: 20px auto;
	}

}

@media screen and (min-width: 768px) {

	.child .child-article-list-item {
		width: calc(50% - 25px);
		margin-bottom: 50px;
	}

	.child .child-article-list .child-txt-title {
		margin: 30px auto;
		font-size: 1.5rem;
	}

}

@media screen and (min-width: 1025px) {

	.child .child-article-list-item {
		width: calc((100% / 3) - 30px);
		margin-bottom: 45px;
	}

	.child .child-article-list:after {
		content:"";
		display: block;
		width: calc((100% / 3) - 30px);
	}

	.child .child-txt-box p {
		font-size: 1.4rem;
	}

}

@media screen and (min-width: 1281px) {

	.child .child-article-list-item {
		width: calc((100% / 3) - 40px);
		margin-bottom: 60px;
	}

	.child .child-article-list:after {
		content:"";
		display: block;
		width: calc((100% / 3) - 40px);
	}

}

