@charset "UTF-8";
/*----------------------------------------*/
/*コンテンツ*/
/*画面全体の設定*/
.contents-image-design-graphic {
	width: auto;
	height: 200px;
	background-image: url("../img/img-subpage-main-design-graphic.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.contents-image-design-web {
	width: auto;
	height: 200px;
	background-image: url("../img/img-subpage-main-design-web.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.contents-image-design-package {
	width: auto;
	height: 200px;
	background-image: url("../img/img-subpage-main-design-package.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.contents-image-design-exhibitions {
	width: auto;
	height: 200px;
	background-image: url("../img/img-subpage-main-design-exhibitions.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.wrap-flow-secondary {
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.number {
	font-size: 3.2rem;
	color: #0092D8;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-right: 20px
}
.roll {
	font-size: 2.1rem;
}
.gaiyo {
	font-size: 1.3rem;
	line-height: 1.75;
}
.flow-title {
	border-left: 5px solid rgba(0, 146, 216, 1.00);
	margin: 20px 0px;
	padding-left: 10px;
}
.flow-title h3 {
	font-size: 2.0rem;
}
.wrap-contents-flow {
	width: 100%;
	background-color: #D9EFF9;
	margin-bottom: 16px;
}
.wrap-contents-flow-secondary {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}
.allow {
	width: 18px;
	margin-bottom: 16px;
}
/*--------------------------------------------------------------------------------*/
/*★メディアクエリ 320〜559px*/
@media screen and (min-width: 320px) and (max-width: 559px) {
	/*----------------------------------------*/
	/*コンテンツ部分*/
	.contents-menu-design {
		border-top: 10px solid rgba(0, 146, 216, 1.00);
	}
	.contents-unit-design {
		margin-bottom: 30px;
		margin-left: 20px;
		margin-right: 20px;
		border-spacing: 1px 0px;
		padding-bottom: 20px;
	}
	h2 {
		margin-bottom: 10px;
	}
	.wrap-contents-unit-design {
		padding-top: 26px;
	}
	.border {
		border-top: 1px solid #dcdcdc;
	}
	.wrap-flow-title-unit {
		margin: 60px 20px 0px;
	}
	.wrap-flow {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.wrap-contents-flow {
		padding: 20px;
	}
	.border-bottom {
		border-top: 1px solid #dcdcdc;
	}
}
/*--------------------------------------------------------------------------------*/
/*★メディアクエリ 560〜959px*/
@media screen and (min-width: 560px) and (max-width: 959px) {
	/*----------------------------------------*/
	/*コンテンツ部分*/
	.wrap-contents-menu-design {
		border-radius: 5px;
		border: 2px solid #dcdcdc;
		margin-bottom: 20px;
	}
	.contents-menu-design {
		border-top: 15px solid rgba(0, 146, 216, 1.00);
		border-radius: 4px;
	}
	.wrap-contents-unit-design {
		padding: 26px 26px 30px;
	}
	.contents-unit-design {
		border-spacing: 1px 0px;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.contents-unit-design:last-child {
		border-bottom: none;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	h2 {
		margin-bottom: 10px;
	}
	.border {
		border-top: 1px solid #dcdcdc;
		margin-top: 60px;
	}
	.wrap-flow-title-unit {
		margin: 60px 0px 0px;
	}
	.wrap-flow {
		width: 100%;
		display: flex;
		align-items: flex-start;
	}
	.wrap-flow-secondary {
		max-width: 712px;
		padding: 40px 0px;
	}
	.wrap-contents-flow {
		padding: 20px;
	}
	.border-bottom {
		border-top: 1px solid #dcdcdc;
		margin-top: 0px;
	}
}
/*--------------------------------------------------------------------------------*/
/*★メディアクエリ 960〜1199px*/
@media screen and (min-width: 960px) and (max-width: 1199px) {
	/*----------------------------------------*/
	/*コンテンツ部分*/
	.wrap-contents-menu-design-secondary {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
		width: 100%;
		margin-bottom: 20px;
	}
	.wrap-contents-menu-design {
		border-radius: 5px;
		border: 2px solid #dcdcdc;
		margin-bottom: 20px;
		width: 50%;
		margin-right: 20px;
	}
	.wrap-contents-menu-design:last-child {
		margin-right: 0px;
	}
	.contents-menu-design {
		border-top: 15px solid rgba(0, 146, 216, 1.00);
		border-radius: 4px;
	}
	.wrap-contents-unit-design {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
		padding: 26px 26px 26px;
	}
	h2 {
		margin-bottom: 10px;
	}
	.border {
		border-top: 1px solid #dcdcdc;
		margin-top: 60px;
	}
	.wrap-flow-title-unit {
		margin: 60px 0px 0px;
	}
	.wrap-flow {
		width: 100%;
		display: flex;
		align-items: flex-start;
	}
	.wrap-flow-secondary {
		max-width: 712px;
		padding: 40px 0px;
	}
	.wrap-contents-flow {
		padding: 20px;
	}
	.border-bottom {
		border-top: 1px solid #dcdcdc;
		margin-top: 0px;
	}
}
/*--------------------------------------------------------------------------------*/
/*★メディアクエリ 1200px〜（最大1440px）*/
@media screen and (min-width: 1200px) {
	/*----------------------------------------*/
	/*コンテンツ部分*/
	.wrap-contents-menu-design {
		border-radius: 5px;
		border: 2px solid #dcdcdc;
		width: 50%;
		margin-right: 20px;
	}
	.wrap-contents-menu-design:last-child {
		margin-right: 0px;
	}
	.contents-menu-design {
		border-top: 15px solid rgba(0, 146, 216, 1.00);
		border-radius: 4px;
	}
	.wrap-contents-unit-design {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
		padding: 26px 26px 26px;
	}
	.contents-unit-design {
		border-spacing: 1px 0px;
		margin-right: 20px;
		padding-right: 20px;
	}
	.contents-unit-design:last-child {
		border-right: none;
		margin-right: 0px;
		padding-right: 0px;
	}
	h2 {
		margin-bottom: 10px;
	}
	.wrap-contents-menu-design-secondary {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
		width: 100%;
		margin-bottom: 20px;
	}
	.border {
		margin-top: 60px;
		border-top: 1px solid #dcdcdc;
	}
	.wrap-flow-title-unit {
		margin: 60px 0px 0px;
	}
	.wrap-flow {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.wrap-flow-secondary {
		padding: 40px 0px;
	}
	.wrap-contents-flow {
		max-width: 720px;
		padding: 20px;
	}
}