@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------

 mininobori　ミニのぼり制作
 
-----------------------------------------------*/
.ordermadeCont h2 + p{
	margin: 15px auto;
	line-height: 1.8em;
}

/*h3*/
.ordermadeCont .hLine{
	color: #5dd8fa;
	margin: 20px auto;
	padding-bottom: 5px;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	position: relative;
}
.ordermadeCont .hLine:after{
	content: "";
	width: 80%;
	max-width: 680px;
	height: 3px;
	background-color: #5dd8fa;
	margin: auto;
	border-radius: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/*----ページ内リンク----*/
.ordermadeCont .anchorLink ul {
	max-width: 800px;
}
.ordermadeCont .anchorLink ul li{
	width: calc((100% - 50px) / 6);
}
.ordermadeCont .anchorLink ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 10px 5px 10px;
	font-size: 18px;
	border: 2px solid #5dd8fa;
	border-radius: 10px;
}
.ordermadeCont .anchorLink ul li a:after{
	border-top-color: #fff;
	transition: all .3s ease;
	bottom: 3px;
}
.ordermadeCont .anchorLink ul li a:hover:after{
	border-top-color: #f21598;
	bottom: 0;
}

/*----生地から選ぶ----*/
.orderKiji .kijiList{
	display: flex;
	gap: 20px;
}
.orderKiji .kijiList > li{
	max-width: 440px;
	padding-bottom: 45px;
	border: 1px solid #5dd8fa;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
	position: relative;
}
.orderKiji .kijiList > li .head{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background-color: #f3f3f3;
	padding: 10px 10px;
}
.orderKiji .kijiList > li .head .title{
	font-size: 30px;
	font-weight: 700;
	line-height: 1em;
	vertical-align: middle;
}
.orderKiji .kijiList > li .head p.minimum{
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 90px;
	height: 40px;
	background-color: #ad23e8;
	color: #fff;
	padding: 3px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 10px;
}

.orderKiji .kijiList > li img{
	display: block;
	margin: 10px auto;
}
.orderKiji .kijiList > li > p{
	margin: 10px 15px;
}

.orderKiji .kijiList > li > a{
	display: block;
	width: 100%;
	background-color: #f21f51;
	color: #fff;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5em;
	position: absolute;
	right: 0;
	bottom: 0;
}
.orderKiji .kijiList > li > a:after{
	content: "";
	display: block;
	border: 8px solid transparent;
	border-left: 10px solid #fff;
	transform: translateY(-50%);
	position: absolute;
	right: 10px;
	top: 50%;
}
.orderKiji .kijiList > li > a:hover{
	background-color: #ff84a1;
}

/*----サイズから選ぶ----*/
.orderSize h3 + p{
	margin: 20px auto 30px;
	font-size: 20px;
	text-align: center;
}
.orderSize .sizeList{
	display: flex;
	gap: 30px;
}
.orderSize .sizeList > li{
	width: calc((100% - 60px) / 3);
	border: 1px solid #5dd8fa;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}
.orderSize .sizeList > li .title{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	font-size: 15px;
	font-weight: 700;
}
.orderSize .sizeList > li .title span{
	display: inline-block;
	background-color: #e4d873;
	color: #ad23e8;
	margin-right: 10px;
	padding: 3px 15px;
	font-size: 12px;
	border-radius: 5px;
}

.orderSize .sizeList + p{
	margin: 10px auto 0;
}

/*----スタンド----*/
.orderStand > .inner{
	position: relative;
}
.orderStand > .inner > .title{
	width: 100%;
	background-color: rgba(104, 219, 250, 0.8);
	background-blend-mode: multiply;
	color: #fff;
	padding: 8px 5px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	position: absolute;
	bottom: 0;
}
.orderStand > .inner + p{
	margin: 15px auto;
	line-height: 1.8em;
}

.orderStand .sizeInfo{
	overflow-x: auto;
}
.orderStand .sizeInfo table{
	width: 100%;
	border-collapse: collapse;
}
.orderStand .sizeInfo table tr{
	border-bottom: 1px solid #8d8d8d;
}
.orderStand .sizeInfo table tr:first-child{
	border-top: 1px solid #8d8d8d;
}
.orderStand .sizeInfo table th{
	background-color: #f1f1f1;
	padding: 20px;
	font-size: 15px;
	text-align: left;
}
.orderStand .sizeInfo table td{
	background-color: #fff;
	padding: 20px;
	font-size: 14px;
}
.orderStand .sizeInfo table td dl{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.orderStand .sizeInfo table td dl > div:not(:last-child){
	padding-bottom: 15px;
	border-bottom: 1px solid #8d8d8d;
}
.orderStand .sizeInfo table td dl dt{
	color: #ac36ef;
	padding-left: 20px;
	font-size: 15px;
	font-weight: 700;
	position: relative;
}
.orderStand .sizeInfo table td dl dt:before{
	content: "";
	display: block;
	border: 6px solid transparent;
	border-left: 8px solid #ac36ef;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

/*----納品形態----*/
.orderPacking .packingList{
	display: flex;
	justify-content: space-around;
	gap: 30px;
	width: 90%;
	margin: 20px auto;
}
.orderPacking .packingList > li{
	width: 350px;
}
.orderPacking .packingList > li .title{
	background-color: #f1f1f1;
	padding: 10px;
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8em;
}
.orderPacking .packingList > li .title span{
	display: inline-block;
	color: #fff;
	margin-right: 10px;
	padding: 3px 15px;
	line-height: 1.3em;
}
.orderPacking .packingList > li.setup .title span{
	background-color: #ea2533;
}
.orderPacking .packingList > li.normal .title span{
	background-color: #3154c7;
}
.orderPacking .packingList > li p{
	line-height: 1.8em;
}


/*----製作コスト----*/
.orderReasonable ul{
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin: 20px auto;
}
.orderReasonable ul > li{
	width: 440px;
}
.orderReasonable ul > li p{
	margin-top: 10px;
	line-height: 1.8em;
}


@media screen and ( max-width: 736px ){
	.ordermadeCont h2 + p{
		width: 95%;
	}

	/*h3*/
	.ordermadeCont .hLine{
		padding: 0 5px 5px;
		font-size: 25px;
	}

	/*----ページ内リンク----*/
	.ordermadeCont .anchorLink ul li{
		width: calc((100% - 20px) / 3);
	}
	.ordermadeCont .anchorLink ul li a{
		padding: 10px 5px 15px;
		font-size: 16px;
	}
	.ordermadeCont .anchorLink ul li a br{
		display: none;
	}
	.ordermadeCont .anchorLink ul li a:after{
		bottom: 0px;
	}
	.ordermadeCont .anchorLink ul li a:hover:after{
		bottom: -3px;
	}

	/*----生地から選ぶ----*/
	.orderKiji .kijiList{
		width: 95%;
		margin: auto;
	}
	.orderKiji .kijiList > li{
		width: calc((100% - 20px) / 2);
		padding-bottom: 45px;
	}
	.orderKiji .kijiList > li .head{
		gap: 10px;
		padding: 10px;
	}
	.orderKiji .kijiList > li .head .title{
		font-size: 22px;
	}
	.orderKiji .kijiList > li .head p.minimum{
		width: 90px;
		min-width: auto;
		height: auto;
		padding: 3px 5px;
		font-size: 16px;
	}

	.orderKiji .kijiList > li > p{
		margin: 10px 2%;
	}

	.orderKiji .kijiList > li > a{
		padding: 10px 30px 10px 10px;
		font-size: 16px;
	}
	.orderKiji .kijiList > li > a:after{
		border: 6px solid transparent;
		border-left: 8px solid #fff;
		right: 0;
	}

	/*----サイズから選ぶ----*/
	.orderSize h3 + p{
		width: 95%;
		font-size: 18px;
	}
	.orderSize .sizeList{
		gap: 15px;
		width: 95%;
		margin: auto;
		overflow-x: auto;
	}
	.orderSize .sizeList > li,
	.orderSize .sizeList > li img{
		width: 200px;
		min-width: 200px;
	}
	.orderSize .sizeList > li .title{
		flex-direction: column;
		padding: 5px;
	}
	.orderSize .sizeList > li .title span{
		margin-bottom: 5px;
		margin-right: 0;
		padding: 3px 15px;
		line-height: 1.3em;
	}

	.orderSize .sizeList + p{
		width: 95%;
	}

	/*----スタンド----*/
	.orderStand > .inner{
		width: 95%;
		margin: auto;
	}
	.orderStand > .inner > .title{
		font-size: 18px;
	}
	.orderStand > .inner + p{
		width: 95%;
	}

	.orderStand .sizeInfo {
		width: 95%;
		margin: auto;
	}
	.orderStand .sizeInfo table{
		position: relative;
	}
	.orderStand .sizeInfo table th{
		width: 140px;
		padding: 10px;
  		white-space: nowrap;
		position: sticky;
		left: 0;
		z-index: 5;
	}
	.orderStand .sizeInfo table td{
		padding: 10px 15px;
  		white-space: nowrap;
	}

	/*----納品形態----*/
	.orderPacking .packingList{
		justify-content: space-between;
		gap: 20px;
		width: 95%;
	}
	.orderPacking .packingList > li{
		width: calc((100% - 20px) / 2);
	}
	.orderPacking .packingList > li .title{
		padding: 10px;
		font-size: 16px;
	}
	.orderPacking .packingList > li .title span{
		padding: 3px 10px;
		font-size: 15px;
	}

	/*----製作コスト----*/
	.orderReasonable ul{
		gap: 20px;
		width: 95%;
	}
	.orderReasonable ul > li{
		width: calc((100% - 20px) / 2);
	}
}
@media screen and ( max-width: 480px ){
	/*h3*/
	.ordermadeCont .hLine{
		font-size: 22px;
	}

	/*----ページ内リンク----*/
	.ordermadeCont .anchorLink ul li{
		width: calc((100% - 10px) / 3);
	}
	.ordermadeCont .anchorLink ul li a{
		padding: 10px 3px 15px;
		font-size: 14px;
	}

	/*----生地から選ぶ----*/
	.orderKiji .kijiList{
		flex-direction: column;
	}
	.orderKiji .kijiList > li{
		width: 100%;
	}
	.orderKiji .kijiList > li .head .title{
		font-size: 21px;
	}
	.orderKiji .kijiList > li > img{
		width: auto;
		height: 300px;
	}

	/*----サイズから選ぶ----*/
	.orderSize h3 + p{
		font-size: 16px;
	}

	/*----スタンド----*/
	.orderStand > .inner > .title{
		font-size: 17px;
	}

	.orderStand .sizeInfo table th{
		width: 120px;
		font-size: 14px;
	}

	/*----納品形態----*/
	.orderPacking .packingList{
		flex-direction: column;
		align-items: center;
	}
	.orderPacking .packingList > li{
		width: 90%;
	}
	.orderPacking .packingList > li .title{
		padding: 10px;
		font-size: 16px;
	}
	.orderPacking .packingList > li .title span{
		padding: 3px 10px;
		font-size: 15px;
	}

	/*----製作コスト----*/
	.orderReasonable ul{
		flex-direction: column;
		align-items: center;
	}
	.orderReasonable ul > li{
		width: 90%;
	}
}

