@charset "utf-8";
/*------------------------------------------------------------
	planning
------------------------------------------------------------*/
#main .mainImg {
	background-image: url(../img/planning/bg01.jpg);
}

#main .comTxtBox {
	margin-bottom: -10px;
	padding-bottom: 0;
}

#main .bgBox {
	min-height: 818px;
	padding: 252px 0 203px;
	background: url(../img/planning/bg02.png) no-repeat right top;
	background-size: cover !important;
	box-sizing: border-box;
	overflow: hidden;
}

#main .bgBox .inner {
	width: 880px;
	margin: 0 auto;
	padding: 0 185px 0 15px;
	position: relative;
	box-sizing: border-box;
}

#main .bgBox .photo01 {
	position: absolute;
	left: -309px;
	top: 118px;
}

#main .bgBox .photo02 {
	position: absolute;
	right: -94px;
	top: -59px;
}

#main .bgBox .photo03 {
	position: absolute;
	right: -276px;
	top: 186px;
}

#main .bgBox .photo04 {
	position: absolute;
	left: -193px;
	top: -74px;
}

#main .bgBox .photo05 {
	position: absolute;
	left: -299px;
	top: 272px;
}

#main .bgBox .photo06 {
	position: absolute;
	right: -200px;
	top: 144px;
}

#main .bgBox .photo07 {
	position: absolute;
	left: -174px;
	top: 107px;
}

#main .bgBox .photo08 {
	position: absolute;
	right: -195px;
	top: -118px;
}

#main .bgBox .photo09 {
	position: absolute;
	right: -58px;
	top: 175px;
}

#main .bgBox p {
	font-weight: 700;
	line-height: 1.56;
}

#main .bgBox .comTtl {
	margin-bottom: 16px;
}

#main .bgBox h3 {
	margin: 21px 0 5px;
	padding-top: 26px;
	font-size: 24px;
	font-weight: 700;
	color: #1d2088;
	border-top: 2px dotted #000;
}

#main .bgBox h3 span {
	padding-left: 24px;
	display: inline-block;
	background: url(../img/common/icon05.png) no-repeat left top 10px;
}

#main .bgBox li {
	padding-left: 1em;
	text-indent: -1em;
	font-weight: 300;
	line-height: 1.78;
}

#main .bgBox01 {
	margin-top: -203px;
	padding: 216px 0 209px;
	background: url(../img/planning/bg03.png) no-repeat left top;
}

#main .bgBox01 .inner {
	padding: 0 0 0 219px;
}

#main .bgBox02 {
	margin-top: -218px;
	padding: 369px 0 333px;
	background: url(../img/planning/bg04.png) no-repeat right top;
}

#main .bgBox02 .inner {
	padding: 0 20px 0 134px;
}

@media screen and (max-width: 767px) {
	#main .mainImg {
		height: 495.5px;
		background-image: url(../img/planning/sp_bg01.jpg);
	}
	
	#main .mainImg p {
		width: 31px;
	    height: 340px;
		margin: 78px 0 0 -16px;
		padding: 6px 0 2px;
		position: absolute;
		left: 50%;
		font-size: 18px;
		font-weight: 700;
		color: #1c2088;
		text-align: center;
		background-color: rgb(255, 255, 255,0.6);
		border-radius: 30px;
		line-height: 1.2;
		box-sizing: border-box;
		word-break: break-all;
	}
	
	#main .mainImg .spSlide {
		bottom: 17px;
	}

	#main .comTxtBox {
		margin-bottom: 74px;
		padding: 65px 5px 54px;
		background: url(../img/common/bg01.png) repeat;
		background-size: 5px auto;
	}
	
	#main .bgBox {
		min-height: inherit;
		padding: 0 0 92px;
		background: none !important;
	}

	#main .bgBox .inner {
		width: auto;
		margin: 0 20px;
		padding: 0 !important;
		position: static;
	}
	
	#main .bgBox .photoBox {
		margin: 39px -20px 0;
		position: relative;
	}
	
	#main .bgBox .photoBox > img {
		width: 100%;
	}
	
	#main .bgBox .photo01 {
		left: inherit;
		top: inherit;
		right: 5px;
		bottom: 0;
	}
	
	#main .bgBox .photo01 img {
		width: 99px;
	}

	#main .bgBox .photo02 {
		right: inherit;
		top: -19px;
		left: 93px;
	}
	
	#main .bgBox .photo02 img {
		width: 90px;
	}

	#main .bgBox .photo03 {
		right: inherit;
		top: inherit;
		left: -12px;
		bottom: -29px;
	}
	
	#main .bgBox .photo03 img {
		width: 140px;
	}

	#main .bgBox .photo04 {
		left: inherit;
		top: inherit;
		right: 20px;
		bottom: -26px;
	}
	
	#main .bgBox .photo04 img {
		width: 139px;
	}

	#main .bgBox .photo05 {
		left: 116px;
		top: -7px;
	}
	
	#main .bgBox .photo05 img {
		width: 110px;
	}

	#main .bgBox .photo06 {
		right: inherit;
		top: inherit;
		left: 24px;
		bottom: 1px;
	}
	
	#main .bgBox .photo06 img {
		width: 80px;
	}

	#main .bgBox .photo07 {
		left: 133px;
		top: inherit;
		bottom: -33px;
	}
	
	#main .bgBox .photo07 img {
		width: 120px;
	}

	#main .bgBox .photo08 {
		right: inherit;
		top: 14px;
		left: -25px;
	}
	
	#main .bgBox .photo08 img {
		width: 103px;
	}

	#main .bgBox .photo09 {
		right: 16px;
		top: -11px;
	}
	
	#main .bgBox .photo09 img {
		width: 82.5px;
	}

	#main .bgBox p {
		margin: 0 -5px;
		font-weight: 500;
		line-height: 1.75;
		text-align: center;
	}

	#main .bgBox .comTtl {
		margin-bottom: 24px !important;
	}

	#main .bgBox h3 {
		margin: 23px 0 10px;
		padding-top: 0;
		font-size: 14px;
		border-top: none;
		text-align: center;
	}

	#main .bgBox h3 span {
		padding-left: 15px;
		background: url(../img/common/sp_icon05.png) no-repeat left top 5px;
		background-size: 14px auto;
	}

	#main .bgBox li {
		margin-bottom: 7px;
		font-weight: 200;
		line-height: 1.27;
		font-size: 11px;
	}
	
	#main .bgBox li:last-child {
		margin-bottom: 0;
	}

	#main .bgBox01 {
		margin-top: 0;
		padding: 0 0 88px;
	}
	
	#main .bgBox02 {
		margin: 0 0 -35px;
		padding: 0 0 35px;
	}
	
}