@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main  {
	padding: 117px 0 10px;
}
#main .imgBox {
	margin: 0 auto 80px;
	display: flex;
	justify-content: space-between;
	max-width: 748px;
}
#main .imgBox .photoBox {
	width: 320px;
}
#main .imgBox .photoBox > div:not(:last-child) {
	margin-bottom: 62px;
}
#main .imgBox .textBox {
	padding-left: 22px;
	flex: 1;
	margin-left: 53px;
	border-left: 1px solid #000;
}
#main .imgBox .textBox h3 {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.2em;
}
#main .imgBox .textBox .textUl li {
	/*margin-bottom: 24px;*/
	padding-left: 1.3em;
	font-size: 13px;
	line-height: 1.74;
	position: relative;
	letter-spacing: 0.2em;
}
#main .imgBox .textBox .textUl li:last-child {
	margin-bottom: 0;
}

#main .imgBox .textBox .textUl li::before {
	position: absolute;
	left: 0;
	top: -4px;
	font-weight: bold;
	content: '.';
}
@media screen and (max-width: 767px) {
	#main  {
		padding-top: 50px;
	}
	#main .imgBox {
		display: block;
	}
	#main .imgBox .textBox {
		padding: 20px 0;
		margin: 0;
		border: none;
	}
	#main .imgBox .photoBox {
		width: auto;
	}
	#main .imgBox .photoBox img {
		width: 100%;
	}
	#main .imgBox {
		margin-bottom: 40px;
	}
	#main .imgBox .photoBox > div:not(:last-child) {
		margin-bottom: 40px;
	}
	#main .imgBox .textBox .textUl li {
		margin-bottom: 12px;
	}
}

