@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main .headLine01 {
	padding-bottom: 2px;
}

#main .headLine02 {
	margin-bottom: 12px;
}

#main .subBox {
	margin: 0 auto 51px;
	width: 900px;
}

#main .imgBox {
	margin-bottom: 36px;
	position: relative;
}

#main .imgBox .photoBox {
	margin-top: 8px;
	float: left;
}

#main .imgBox .textBox {
	padding-top: 83px;
	width: 450px;
	float: right;
}

#main .imgBox .textBox p {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1.8px;
	line-height: 1.75;
}

#main .imgBox .textBox dl {
	padding-top: 11px;
	border-top: 2px solid #231815;
	border-bottom: 2px solid #231815;
	font-size: 14.5px;
}

#main .imgBox .textBox dt {
	padding-left: 14px;
	float: left;
	font-weight: bold;
}

#main .imgBox .textBox dd {
	margin-bottom: 15px;
	padding: 0 0 5px 8em;
	line-height: 1.57;
	border-bottom: 1px dashed #cccccc;
}

#main .imgBox .textBox dd:last-child {
	margin-bottom: 0;
	border: none;
}

#main .photoUl li {
	margin-right: 13px;
	float: left;
}

#main .photoUl li:nth-child(4n) {
	margin-right: 0;
}
	
@media all and (min-width: 0) and (max-width: 767px) {
	#main .headLine01 {
		padding-bottom: 0;
	}
	
	#main .headLine02 {
		margin: 0 0 10px;
	}
	
	#main .subBox {
		margin: 0 12px 18px;
		width: auto;
	}
	
	#main .imgBox {
		margin: 0 0 15px;
		padding-top: 65px;
	}
	
	#main .imgBox .photoBox {
		margin: 0 26px 34px;
		float: none;
		text-align: center;
	}
	
	#main .imgBox .photoBox .sp {
		display: inline-block !important;
	}
	
	#main .imgBox .photoBox img {
			width: 74%;
	}
	
	#main .imgBox .textBox {
		padding-top: 0;
		width: 100%;
		float: none;
	}
	
	#main .imgBox .textBox p {
		padding: 0 12px;
		right: 0;
		line-height: 1.81;
	}
	
	#main .imgBox .textBox dl {
		padding-top: 11px;
		font-size: 14px;
	}
	
	#main .imgBox .textBox dt {
		padding-left: 16px;
	}
	
	#main .imgBox .textBox dd {
		margin-bottom: 16px;
		padding: 0 0 6px 8.4em;
		letter-spacing: 1.5px;
	}
	
	#main .photoUl li {
		margin-right: 1.8%;
		width: 23.6%;
	}
	
	#main .photoUl li img {
		width: 100%;
	}
}

@media all and (min-width: 0) and (max-width: 479px) {
	#main .imgBox .textBox p {
		font-size: 14px;
	}
	
	#main .imgBox .photoBox {
		margin: 0 0 34px;
	}
	
	#main .imgBox .photoBox img {
		width: 290px;
	}
	
	#main .imgBox {
		padding-top: 21%;
	}
	
}