@charset "utf-8";

/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 1024px) {

	/* 980px以上用（PC用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_ob.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.jci {
		padding-bottom: 1em;
	}

	#obList li {
		border: 1px #DDDDDD solid;
		padding: 30px;
		margin-bottom: 20px;
		background: #fff;
		letter-spacing: -0.4em;
	}

	.obImg {
		width: 20%;
		display: inline-block;
		letter-spacing: normal;
		vertical-align: top;
	}

	.obTxt {
		width: 80%;
		display: inline-block;
		letter-spacing: normal;
		vertical-align: top;
	}

	.obName {
		padding-bottom: 10px;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.2;
	}

	.job {
		font-size: 1.4rem;
		color: #666666;
		font-weight: normal;
	}

	.small {
		font-size: 1.4rem;
	}

}

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

	/* 768px - 979px用（タブレット用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_ob.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.jci {
		padding-bottom: 1em;
	}

	#obList li {
		border: 1px #DDDDDD solid;
		padding: 20px;
		margin-bottom: 20px;
		background: #fff;
	}

	.obImg {
		text-align: center;
		padding-bottom: 10px;
	}

	.obTxt {
		letter-spacing: normal;
		vertical-align: top;
	}

	.obName {
		padding-bottom: 5px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.2;
	}

	.job {
		font-size: 1.2rem;
		color: #666666;
		font-weight: normal;
	}

	.small {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 767px) {

	/* 479px以下用（スマートフォン用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_ob.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.jci {
		padding-bottom: 1em;
	}

	#obList li {
		border: 1px #DDDDDD solid;
		padding: 20px;
		margin-bottom: 20px;
		background: #fff;
	}

	.obImg {
		text-align: center;
		padding-bottom: 10px;
	}

	.obTxt {
		letter-spacing: normal;
		vertical-align: top;
	}

	.obName {
		padding-bottom: 5px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.2;
	}

	.job {
		font-size: 1.2rem;
		color: #666666;
		font-weight: normal;
	}

	.small {
		font-size: 1.2rem;
	}

}
