/* style
========================================================================== */
/* common
========================================================================== */
/*===============================================================================
コンテンツレイアウト
===============================================================================*/
.contents #mainPhoto{
	overflow: hidden;
	cursor: pointer;
}
.contents #mainPhoto.def{
	height: 530px;
}
.contents #mainPhoto.hAuto{
	height: auto;
}
.contents .section .boxL{
	width: 61%;
}
.contents .section .boxR{
	width: 33%;
}
.contents .section .boxClm01{
	width: 100%;
	display: flex;
	padding-bottom: 50px;
}
.contents .section .boxClm01 .boxFigAbs{
	width: 270px;
	position: relative;
}
.contents .section .boxClm01 .boxFigAbs p{
	position: absolute;
	top: 0;
	left: 0;
	width: 270px;
	transform: translateY(-35%);
}
.contents .section .boxW560{
	width: 540px;
}
.contents #page07.section .blockColumn h5{
	margin: 25px 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ff6600;
	font-size: 22px;
	color: #ff6600;
}

.contents .section .clrBlue{
	color: #3399cc;
}
.contents .section .clrOrange{
	color: #ff6600;
}
/*===============================================================================
/* sp
===============================================================================*/
@media only screen and (max-width:767px) {
	/*===============================================================================
コンテンツレイアウト
===============================================================================*/
.contents #mainPhoto.def{
	height: 220px;
}
.contents .section .boxClm01{
	display: block;
	padding-bottom: 0;
}
.contents .section .boxClm01 .boxFigAbs{
	width: 100%;
	position: relative;
}
.contents .section .boxClm01 .boxFigAbs p{
	position: static;
	width: 270px;
	margin: 10px auto 0 !important;
	transform: translateY(0);
}
.contents .section	#spFlex{
	display: flex !important;
	width: 100%;
	justify-content: space-between;
}
.contents .section	#spFlex .boxL{
	width: 61%;
	margin: 0 !important;
	padding: 0 !important;
}
.contents .section	#spFlex .boxR{
	width: 33%;
	margin: 0 !important;
	padding: 0 !important;
}
.contents .section #fig01,
.contents .section #fig02{
	width: 270px !important;
	margin: 20px auto 0 !important;
}
.contents .section .boxW560{
	width: 100%;
}
.contents #page07.section .blockColumn h5{
	margin: 20px 0 10px;
	font-size: 18px;
}
}