@charset "UTF-8";
/* CSS Document */


/* ----------------------------------------------
	新製品紹介
------------------------------------------------- */
#new {}
#new .stageWrap {
	display: grid;
	gap: 20px;
}
#new .stageWrap h5 {
	color: #016f9c;
	font-weight: bold;
}
#new .stageWrap h3 {
	border-left: solid 15px #016f9c;
	font-weight: bold;
}


/* ----------------------------------------------
	特徴
------------------------------------------------- */
#new .exposition_in {
	margin: auto;
	display: grid;
	gap: 30px;
	width: 100%;
}
#new .exposition_in h4 {
	font-weight: bold;
	background-color: #e4f7f3;
	border-left: solid 5px #016f9c;
}
#new .exposition_in .detail {
	margin: auto;
	display: grid;
	gap: 30px;
}
#new #list01.exposition_in {
	margin-bottom: 50px;
}
#new #list01.exposition_in .detail {
	position: relative;
}
#new #list01.exposition_in .detail::before,
#new #list01.exposition_in .detail::after {
	position: absolute;
	content: "";
}
#new #list01.exposition_in .detail::before {
	background-image: url("../images/img_06.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 220px;
	height: 140px;
	z-index: 10;
}
#new #list01.exposition_in .detail::after {
	background-color: #016f9c;
	width: 110px;
	height: 70px;
}
#new #list01.exposition_in .detail dl {
	display: grid;
	gap: 20px;
}
#new #list01.exposition_in .detail dl dt {
	color: #016f9c;
	font-size: 20px;
	font-weight: bold;
}
#new #list01.exposition_in #innovation {
	background-color: #e4f7f3;
	margin: auto;
	border-radius: 20px;
}
#new #list01.exposition_in #innovation h5 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
#new #list01.exposition_in #innovation div {
	display: grid;
	gap: 10px;
}
#new #list01.exposition_in #innovation div dl {
	display: grid;
	gap: 10px;
}
#new #list01.exposition_in #innovation div dl:first-of-type {
}
#new #list01.exposition_in #innovation div dl:last-of-type {
	position: relative;
}
#new #list01.exposition_in #innovation div dl dt {
	font-size: 14px;
}
#new #list01.exposition_in #innovation div dl dd {
}
#new #list01.exposition_in #innovation div dl dd img {
}
/*#new #list01.exposition_in #innovation dl:first-of-type dd img {
	width: 100%;
}
#new #list01.exposition_in #innovation dl:last-of-type dd img {
	width: 50%;
}*/
#new #list01.exposition_in #innovation div dl + dl::before,
#new #list01.exposition_in #innovation div dl + dl::after {
	content: '';
	display: block;
	position: absolute;
}
#new #list01.exposition_in #innovation div dl + dl::before {
	background-color: #016f9c;
}
#new #list01.exposition_in #innovation div dl + dl::after {
	width: 0;
	height: 0;
	border-style: solid;
}


#new #list02.exposition_in .detail dl.algorithm {
	display: grid;
	gap: 10px;
	margin: auto;
	position: relative
}
#new #list02.exposition_in .detail dl.algorithm::after {
	content: "";
	background-image: url("../images/img_09.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 150px;
	height: 150px;
	right: 0;
	bottom: 0;
}
#new #list02.exposition_in .detail dl.algorithm dl {
	display: grid;
	grid-template-columns: auto 1fr;
}
#new #list02.exposition_in .detail dl.algorithm > dt {
	font-size: 16px;
	font-weight: bold;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 2px;
	align-items: center;
}
#new #list02.exposition_in .detail dl.algorithm > dt::before {
	content: "";
	width: 1em;
	height: 1em;
	background-color: #000;
	display: inline-block;
	border-radius: 1em;
}
#new #list02.exposition_in .detail dl.algorithm .list + p {
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
}
#new #list02.exposition_in .detail dl.algorithm .list li {
	margin: 10px 0;
}
#new #list02.exposition_in .detail dl.algorithm .list li > dl {
	font-weight: bold;
}
#new #list02.exposition_in .detail dl.algorithm .list li > dl > dt::after {
	content: "：";
}



/*-
	PC版（821px以上）ここから
------------------------------------------------- */
@media screen and (min-width:821px), print{
	
	/* ----------------------------------------------
		製品紹介
	------------------------------------------------- */
	#new .stageWrap h3 {
		font-size: 26px;
		padding: 5px 30px;
	}
	
	/* ----------------------------------------------
		特徴
	------------------------------------------------- */
	#new .exposition_in {}
	#new .exposition_in h4 {
		font-size: 18px;
		padding: 20px;
	}
	#new .exposition_in .detail {
		width: 900px;
	}
	#new #list01.exposition_in .detail {
		padding-left: 280px;
		box-sizing: border-box;
	}
	#new #list01.exposition_in .detail::after {
		bottom: 0;
		left: 140px;
	}
	#new #list01.exposition_in .detail dl {
		margin: 30px 0;
	}
	#new #list01.exposition_in #innovation {
		width: 900px;
		padding: 40px;
	}
	#new #list01.exposition_in #innovation div {
		grid-template-columns: auto auto;
	}
	#new #list01.exposition_in #innovation div dl:last-of-type {
		padding-left: 100px;
	}
	#new #list01.exposition_in #innovation div dl dd img {
		height: 135px;
	}
	#new #list01.exposition_in #innovation div dl + dl::before {
		width: 30px;
		height: 40px;
		top: calc(50% - 20px);
		left: 20px;
	}
	#new #list01.exposition_in #innovation div dl + dl::after {
		border-top: 40px solid transparent;
		border-bottom: 40px solid transparent;
		border-left: 30px solid #016f9c;
		border-right: 0;
		top: calc(50% - 40px);
		left: 50px;
	}


	#new #list02.exposition_in .detail dl.algorithm {
		width: 700px;
	}
	#new #list02.exposition_in .detail dl.algorithm::after {
		position: absolute;
	}
	#new #list02.exposition_in .detail dl.algorithm > dt {
		font-size: 16px;
	}
	#new #list02 .list_img_box{
		display: flex;
		text-align: center;
	}
	#new #list02 .list_img_box img {
		width: 50%;
		height: auto;
	}
	
}


/*-
	SP版（820px以下）ここから
------------------------------------------------- */
@media screen and (max-width: 820px) {
	
	/* ----------------------------------------------
		製品紹介
	------------------------------------------------- */
	#new .stageWrap h3 {
		font-size: 18px;
		padding: 5px 20px;
	}
	
	
	/* ----------------------------------------------
		特徴
	------------------------------------------------- */
	#new .exposition_in {}
	#new .exposition_in h4 {
		font-size: 16px;
		padding: 10px;
	}
	#new .exposition_in .detail {
		width: 100%;
	}
	
	#new #list01.exposition_in .detail {
		padding-top: 180px;
	}
	#new #list01.exposition_in .detail::before {
		top: 0;
		left: calc(50% - 120px);
	}
	#new #list01.exposition_in .detail::after {
		top: 90px;
		right: calc(50% - 120px);
	}
	#new #list01.exposition_in #innovation {
		width: 100%;
		padding: 20px;
	}
	#new #list01.exposition_in #innovation h5 span {
		display: block;
	}
	#new #list01.exposition_in #innovation h5 span:first-of-type {
		text-align: left;
	}
	#new #list01.exposition_in #innovation h5 span:last-of-type {
		text-align: right;
	}
	#new #list01.exposition_in #innovation div dl:last-of-type {
		padding-top: 100px;
	}
	#new #list01.exposition_in #innovation div dl dd img {
		width: 100%;
	}
	#new #list01.exposition_in #innovation div dl + dl::before {
		width: 40px;
		height: 30px;
		top: 20px;
		left: calc(50% - 20px);
	}
	#new #list01.exposition_in #innovation div dl + dl::after {
		border-right: 40px solid transparent;
		border-left: 40px solid transparent;
		border-top: 30px solid #016f9c;
		border-bottom: 0;
		top: 50px;
		left: calc(50% - 40px);
	}


	#new #list01.exposition_in #innovation div {
	}
	
	#new #list02.exposition_in .detail dl.algorithm {
		justify-items: center;
	}
	#new #list02.exposition_in .detail dl.algorithm > dt {
		align-items: start;
		order: 1;
	}
	#new #list02.exposition_in .detail dl.algorithm > dd {
		order: 3;
	}
	#new #list02.exposition_in .detail dl.algorithm::after {
		order: 2;
	}
	#new #list02.exposition_in .detail dl.algorithm > dt::before {
		margin-top: 5px;
		
	}
	#new #list02.exposition_in .detail dl.algorithm .list li > dl > dt p {
		width: 100%;
	}
	#new #list02 .list_img_box {}
	#new #list02 .list_img_box img {
		width: 100%;
		height: auto;
	}
	#new #list02 .list_img_box img:first-of-type {
		margin-bottom: 15px;
	}
	
}
