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

.mainImg > p{
	margin-top: 10px;
}

/**/
.designCont > section{
    margin: 40px auto 60px;
}

/**/
.designCont h2{
	background-image: url(../../../_images/common/bg-diagonal1.gif);
	margin-bottom: 20px;
	padding: 10px 20px;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
}
.designCont h2 b{
	color: #1551c0;
}

/**/
.designCont h3{
	color: #1551c0;
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8em;
	border-left: 4px solid #1551c0;
	border-bottom: 1px solid #1551c0;
}


@media screen and (max-width: 768px) {
	.mainImg > p{
		width: 95%;
		margin: 10px auto 0;
	}

	.designCont h2{
		font-size: 24px;
	}
	/**/
	.designCont h3{
		font-size: 18px;
	}
}
@media screen and (max-width: 480px) {
	.designCont h2{
		font-size: 22px;
	}
	
	/**/
	.designCont h3{
		font-size: 17px;
	}
}


/*-------------------------------------------------------
    デザイン-名入れについて
-------------------------------------------------------*/
.designCont .aboutBox > section{
	max-width: 800px;
	margin: 30px auto 60px;
	padding: 20px 0;
	border: 2px solid #dcdcdc;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.3);
}
.designCont .aboutBox > section > h3{
	color: #111;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	border: none;
	position: relative;
}
.designCont .aboutBox > section > h3:after{
	content: "";
	display: block;
	width: 100px;
	height: 4px;
	background-color: #ffce4a;
	border-radius: 10px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	margin: auto;
}

.designCont .aboutBox > section p{
	padding: 0 20px;
}
.designCont .aboutBox > section .img-box{
	margin: 20px auto;
	text-align: center;
}
.designCont .aboutBox > section ul.img-list{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin: 20px auto;
	padding: 0 20px;
}

.designCont .aboutBox > section ul.font-list{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin: 20px;
	padding: 10px;
	background-color: #f3f3f3;
	border: 1px solid #b1b1b1;
}
.designCont .aboutBox > section ul.font-list li{
	width: calc(100% / 3);
	text-align: center;
	position: relative;
}
.designCont .aboutBox > section ul.font-list li:not(:last-child):after{
	content: "";
	display: block;
	width: 1px;
	height: 95%;
	background-color: #b1b1b1;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -10px;
	margin: auto;
}
.designCont .aboutBox > section ul.font-list li h4{
	color: #0051ac;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.designCont .aboutBox a,
.designCont .aboutSend a{
	display: block;
	width: fit-content;
	background-color: #e8001c;
	color: #fff;
	margin: 30px auto 0;
	padding: 20px 40px;
	padding-right: 50px;
	font-size: 18px;
	font-weight: 600;
	border: 2px solid #e8001c;
	position: relative;
}
.designCont .aboutBox a:after,
.designCont .aboutSend a:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
}
/*hover*/
.designCont .aboutBox a:hover,
.designCont .aboutSend a:hover{
	background-color: #fff;
	color: #e8001c;
	font-size: 18px;
}
.designCont .aboutBox a:hover:after,
.designCont .aboutSend a:hover:after{
	border-left-color: #e8001c;
}

/**/
.designCont .aboutBox .linkList{
	display: flex;
	justify-content: center;
	gap: 30px;
}

@media screen and (max-width: 768px) {
	.designCont .aboutBox > section{
		width: 95%;
	}
	.designCont .aboutBox > section > h3{
		font-size: 20px;
	}
	
	
	.designCont .aboutBox > section .img-box{
		width: 95%;
	}
	.designCont .aboutBox > section ul.img-list{
		justify-content: space-between;
		width: 95%;
		padding: 0;
	}
	
	.designCont .aboutBox > section ul.font-list{
		width: 95%;
		margin: 20px auto;
	}
	.designCont .aboutBox > section ul.font-list li h4{
		font-size: 19px;
	}
	
	.designCont .aboutBox a,
	.designCont .aboutSend a{
		padding: 20px 30px;
		padding-right: 40px;
		font-size: 17px;
	}

	/**/
	.designCont .aboutBox .linkList{
		width: 95%;
		margin: auto;
	}
}

@media screen and (max-width: 480px) {
	.designCont h2{
		font-size: 22px;
	}
	

	.designCont .aboutBox > section p{
		padding: 0 10px;
	}
	.designCont .aboutBox > section > h3{
		font-size: 18px;
	}
	
	
	.designCont .aboutBox > section .img-box{
		width: 95%;
		padding-bottom: 5px;
		overflow-x: auto;
	}
	.designCont .aboutBox > section .img-box img{
		min-width: 550px;
	}

	.designCont .aboutBox > section ul.img-list{
		padding-bottom: 5px;
		overflow-x: auto;
	}
	.designCont .aboutBox > section ul.img-list li{
		min-width: 300px;
	}
	
	.designCont .aboutBox > section ul.font-list{
		padding-bottom: 5px;
		overflow-x: auto;
	}
	.designCont .aboutBox > section ul.font-list li{
		min-width: 250px;
	}
	.designCont .aboutBox > section ul.font-list li h4{
		font-size: 18px;
	}
	
	.designCont .aboutBox a,
	.designCont .aboutSend a{
		width: 90%;
		padding: 15px 20px;
		padding-right: 30px;
		font-size: 16px;
	}
	/**/
	.designCont .aboutBox .linkList{
		flex-direction: column;
		gap: 15px;
	}
	.designCont .aboutBox .linkList a{
		width: 95%;
		margin: 0 auto;
	}
}


