@charset "UTF-8";
/*----------------------------------------*/
/*コンテンツ*/
/*画面全体の設定*/
.contents-image-planning {
	width: 100%;
	height: 200px;
	background-image: url("../img/img-subpage-main-planning.jpg");
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 30px;
}
.h2-planning {
	margin-left: 0px;
}
/*----------------------------------------*/
/*★メディアクエリ 320〜559px*/
@media screen and (min-width: 320px) and (max-width: 559px) {
	/*コンテンツ部分*/
	.contents-menu-planning {
		border-top: 10px solid rgba(0, 146, 216, 1.00);
	}
	.contents-unit-planning {
		margin-bottom: 30px;
		margin-left: 20px;
		margin-right: 20px;
		border-bottom: 1px solid #dcdcdc;
		border-spacing: 1px 0px;
		padding-bottom: 20px;
	}
	h2 {
		margin-bottom: 10px;
	}
	.contents-image-planning {
		width: auto;
		height: 200px;
		max-width: 1200px;
	}
}
/*----------------------------------------*/
/*★メディアクエリ 560〜959px*/
@media screen and (min-width: 560px) and (max-width: 959px) {
	/*コンテンツ部分*/
	.wrap-contents-menu-planning {
		border-radius: 5px;
		border: 2px solid #dcdcdc;
	}
	.contents-menu-planning {
		border-top: 15px solid rgba(0, 146, 216, 1.00);
		border-radius: 4px;
	}
	.wrap-contents-unit-planning {
		padding: 0px 26px 30px;
	}
	.contents-unit-planning {
		border-bottom: 1px solid #dcdcdc;
		border-spacing: 1px 0px;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.contents-unit-planning:last-child {
		border-bottom: none;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	h2 {
		margin-bottom: 10px;
	}
	.contents-image-planning {
		width: auto;
		height: 200px;
		background-size: cover;
	}
}
/*----------------------------------------*/
/*★メディアクエリ 960〜1199px*/
@media screen and (min-width: 960px) and (max-width: 1199px) {
	.wrap-contents-menu-planning {
		border-radius: 5px;
		border: 2px solid #dcdcdc;
	}
	.contents-menu-planning {
		border-top: 15px solid rgba(0, 146, 216, 1.00);
		border-radius: 4px;
	}
	.wrap-contents-unit-planning {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
		padding: 0px 26px 26px;
	}
	.contents-unit-planning {
		border-right: 1px solid #dcdcdc;
		border-spacing: 1px 0px;
		margin-right: 20px;
		padding-right: 20px;
	}
	.contents-unit-planning:last-child {
		border-right: none;
		margin-right: 0px;
		padding-right: 0px;
	}
	h2 {
		margin-bottom: 10px;
	}
	.h2-planning {
		margin-top: 0px;
	}
	.contents-image-planning {
		width: auto;
		height: 200px;
		background-size: cover;
	}
}
/*----------------------------------------*/
/*★メディアクエリ 1200px〜（最大1440px）*/
@media screen and (min-width: 1200px) {
	.wrap-contents-menu-planning {
		border-radius: 5px;
		border: 2px solid #dcdcdc;
	}
	.contents-menu-planning {
		border-top: 15px solid rgba(0, 146, 216, 1.00);
		border-radius: 4px;
	}
	.wrap-contents-unit-planning {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
		padding: 0px 26px 26px;
	}
	.contents-unit-planning {
		border-right: 1px solid #dcdcdc;
		border-spacing: 1px 0px;
		margin-right: 20px;
		padding-right: 20px;
	}
	.contents-unit-planning:last-child {
		border-right: none;
		margin-right: 0px;
		padding-right: 0px;
	}
	h2 {
		margin-bottom: 10px;
	}
	.h2-planning {
		margin-top: 0px;
	}
	.contents-image-planning {
		width: auto;
		height: 200px;
		background-size: cover;
	}
}