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

/*------------------------------------
   交通安全手旗
------------------------------------*/

/*--hタグ--*/
.mainContents .hUnderLine{
	color: #009a1d;
}

.mainContents .hUnderLine + p{
	margin-bottom: 70px;
}

/**/
.mainContents .hLeftLine{
	border-color: #009a1d;
}

.title_arrow{
	display: flex;
	align-items: center;
	column-gap: 15px;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: solid 1px #000000;
	margin-bottom: 5px;
}
.title_arrow::before{
	content: "";
	display: block;
	width: 10px;
	height: 12px;
	clip-path: polygon(0 0,100% 50%,0 100%);
	background: #000;
}

/*------------------------------------
    仕立て
*/
.mainContents .specBox .spec_detail{
	width: 790px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 30px;
	margin: 0 auto 50px;
}
.mainContents .specBox .spec_detail div{
	width: 350px;
}

.mainContents .specBox .spec_detail div dd p{
	margin-top: 10px;
}
.mainContents .specBox .qa_box{
	width: 790px;
	padding: 25px 35px;
	border: solid 4px #67ddff;
	border-radius: 15px;
	margin: 0 auto;
}
.mainContents .specBox .qa_box dt{
	width: fit-content;
	font-size: 19px;
	font-weight: bold;
	color: #2395ff;
	padding-bottom: 8px;
	border-bottom: solid 1px #67ddff;
	margin-bottom: 10px;
}

/*------------------------------------
    デザイン例
*/
.mainContents .designBox dl > div:not(:last-of-type){
	margin-bottom: 80px;
}
.mainContents .designBox div dt{
	margin-bottom: 30px;
}
.mainContents .designBox div .design_img{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}



@media screen and (max-width: 768px) {

	/*------------------------------------
		仕立て
	*/
	.mainContents .specBox .spec_detail,
	.mainContents .specBox .qa_box{
		width: 95%;
	}
	.mainContents .specBox .qa_box{
		padding: 20px 25px;
		margin: 0 auto;
	}
	.mainContents .specBox .spec_detail div{
		width: 48%;
	}

	/*------------------------------------
    	デザイン例
	*/
	.mainContents .designBox dl{
		width: 95%;
		margin: 0 auto;
	}
	.mainContents .designBox dl dd div{
		width: 48%;
	}
}

@media screen and (max-width: 480px) {
	.title_arrow{
		column-gap: 8px;
		font-size: 16px;
	}
	/*------------------------------------
		仕立て
	*/
	.mainContents .specBox .splide{
		width: 92%;
		margin: 0 auto 50px;
	}
	.mainContents .specBox .spec_detail{
		flex-wrap: nowrap;
		width: 100%;
		margin-bottom: 0;
	}
	.mainContents .specBox .qa_box {
		padding: 20px 15px;
		border-width: 2px;
	}
	.mainContents .specBox .qa_box dt{
		font-size: 16px;
	}

	/*------------------------------------
    	デザイン例
	*/
	.mainContents .designBox div .design_img{
		margin-bottom: 15px;
	}
}