@charset "UTF-8";
/* CSS Document */
/* *********************************************

		Mobile first
		Break Point 640px

********************************************* */
/* ======================================
		#secPosting (SP)
====================================== */
#secPosting {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 100px;
}
#secPosting .secPostingContents {
	margin-bottom: 2em;
}
#secPosting h2 {
	position: relative;
	padding-left: 35px;
	margin-bottom: 1em;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
}
#secPosting h2::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	display: block;
	width: 28px;
	height: 1px;
	background: #161616;
	vertical-align: middle;
}
#secPosting h3 {
	margin-bottom: 1em;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}
#secPosting p {
	margin-bottom: 1.5em;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: justify;
}

@media screen and (min-width:641px) {
  /*　for PC　*/
	/* ======================================
			#secPosting (min-width:641px)
	====================================== */
	#secPosting {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	#secPosting .secPostingContents {
		margin-bottom: 60px;
	}
	#secPosting h2 {
		padding-left: 30px;
		margin-bottom: 40px;
		font-size: 26px;
		font-size: 2.6rem;
	}
	#secPosting h2::before {
		width: 22px;
	}
	#secPosting h3 {
		margin-bottom: 20px;
		font-size: 17px;
		font-size: 1.7rem;
	}
	#secPosting p {
		margin-bottom: 35px;
	}
}
