@charset "utf-8";

/* ===========================================================
	child contact
=========================================================== */


.child .child-contents .contents-inner {
	background-color: #FFF;
	padding: 25px;
}

.child.gradient-bg .child-contents .txt-only h3 {
	font-size: 1.4rem;
}

.child.gradient-bg .child-contents .txt-only:first-of-type h3 {
	margin-top: 12px;
}

.child-contents .txt-only p:nth-child(3) {
	margin-top: 5px;
}

.child-contents .notice {
	font-size: 80%;
	text-indent: -1em;
	padding-left: 1em;
	display: block;
}

.child-contents .notice:nth-of-type(1) {
	margin-top: 5px;
}

.txt-only span.sla {
	display: inline;
}

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

	.child .child-contents .contents-inner {
		padding: 35px;
	}

}

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

	.child .child-contents .contents-inner {
		padding: 45px;
	}

	.child.gradient-bg .child-contents .txt-only h3 {
		font-size: 1.6rem;
	}

	.child.gradient-bg .child-contents .txt-only:first-of-type h3 {
		margin-top: 15px;
	}
	.sp_br {
		display: none;
	}
	.sla {
		position: relative;
		padding-right: 10px;
		margin-right: 3px;
	}
	.sla:after {
		content: "/";
		position: absolute;
		top: 40%;
		right: 0;
		margin-top: -10px;
		color: inherit;
		font-size: inherit;
	}
	.sla:last-child:after {
		display: none;
	}
}
