@keyframes refresh-fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.refresh-fade {
	animation: refresh-fade .5s;
}

/* CLOAK */
[v-cloak] {
	display: none;
}


#kv {
	height: 552px;
	background: url(/product/nscarbolex/images/solution/product_list/title_bg.png) center/cover;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
}

#kv>div {
	font-weight: bold;
	font-size: 50px;
	color: #3a64ad;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.2;
	width: 100%;
	max-width: 1200px;
}

#kv>div::before,
#kv>div::after {
	content: '';
	display: inline-block;
	height: 5px;
	width: 30px;
	background: #43A55B;
}

#kv>div::before {
	margin-right: 20px;
}

#kv>div::after {
	margin-left: 20px;
}

#listFilterArea {
	background: #F1F5FF;
	padding: 60px 0 32px;
}

#Breadcrumb {
	margin-bottom: 67px;
}

#listFilter {
	padding: 1.5em 40px;
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}

#listFilter>div {
	width: 30%;
}

.listFilterTitle {
	font-size: 20px;
	text-align: center;
	color: #fff;
	background: #004DA0;
	padding: 10px;
	margin-bottom: 20px;
}

.listFilterBox {
	padding-bottom: 10px;
}

.listFilterBox.flex {
	display: flex;
	flex-wrap: wrap;
}

.listFilterBox.flex>label {
	width: 31%;
}

.listFilterBox.flex>label:not(:nth-child(3n)) {
	margin-right: 3.5%;
}

.listFilterBox>label {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	text-align: center;
	height: 70px;
	background: #fff;
	border: 2px solid #004DA0;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, .2) 2px 2px 4px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #004da0;
	line-height: 1.2;
	padding: 5px;
}

.listFilterBox>input {
	display: none;
}

.listFilterBox>input:checked+label {
	background: #3A64AD;
	color: #fff;
}

.listFilterBox>input:disabled+label {
	background: #F2F2F2;
	color: #BEBEBE;
	cursor: default;
}

.listFilterAll {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	text-align: center;
	height: 70px;
	border-radius: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	width: 100%;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);

	background: linear-gradient(100deg, #3DB270, #004DA0);
	border: none;
	color: #fff;
}

.listFilterAll.all {

	background: #fff;
	border: 2px solid #004da0;
	color: #004da0;
}


#listData {
	padding: 50px 40px 150px
}

#listCount {
	font-size: 40px;
	line-height: 35px;
	text-align: center;
	color: #004da0;
	margin-bottom: 50px;
}

#listCount>span {
	font-size: 60px;
}

#listLegend {
	background: #F1F5FF;
	margin: 0 auto 50px;
	padding: 30px 50px 10px;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
}

#listLegend>div {
	width: 50%;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.3;
}

#listLegend .co2Mark {
	margin-right: 20px;
	width: 63px;
	height: 63px;
	font-size: 17px;
	flex-shrink: 0;
}




/* ListUnits */
#listUnits {
	display: flex;
	flex-wrap: wrap;
	/*align-items: flex-start;*/
	width: 100%;
	padding: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;

	transition: opacity .3s;
	opacity: 1;
	max-width: 1200px;
	margin: 0 auto;
}

#listUnits.hide {
	opacity: 0;
}

#listUnits article {
	width: 49%;
	border: 2px solid #004DA0;
	border-radius: 20px;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
	margin-bottom: 77px;
	overflow: hidden;
	background: #fff;
	display: flex;
	flex-flow: column;
}

#listUnits article:not(:nth-child(2n)) {
	margin-right: 2%;
}

.listUnitInner {
	padding: 20px;
	flex: 1;
}

.listUnitHeader {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}

.listUnitTitle {
	height: 55px;
	font-size: 22px;
	line-height: 1.2;
	text-align: left;
	color: #004da0;
	display: flex;
	align-items: center;
}

.listUnitHinshu {
	width: 75px;
	height: 75px;
	flex-shrink: 0;
	background: #004DA0;
	border-radius: 80px;
	font-size: 14px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}

.listUnitBunya {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
	height: 29px;
}

.listUnitBunya>div {
	background: #3DB270;
	font-size: 14px;
	text-align: center;
	color: #fff;
	padding: 6px 10px 4px;
	line-height: 1;
	margin-right: 5px;
	margin-bottom: 5px;
}

.listUnitImage {
	margin-bottom: 15px;
	text-align: center;
}

.listUnitImage>img {
	width: 65%;
}

.listUnitDescription {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
	height: 60px;
}

.listUnitUsage {
	margin-bottom: 31px;
}

.listUnitUsageTitle {
	font-size: 18px;
	text-align: left;
	color: #004da0;
	margin-bottom: 5px;
}

.listUnitUsageTitle::before {
	width: 10px;
	height: 5px;
	background: #43A55B;
	display: inline-block;
	margin-right: 6.5px;
	content: '';
	position: relative;
	bottom: 4px;
}

.listUnitUsageList {
	display: flex;
	flex-wrap: wrap;
}

.listUnitUsageList>div {
	font-size: 16px;
	line-height: 24px;
	margin-right: 15px;
}

.listUnitUsageList>div::before {
	content: '・';
}

.listUnitCo2 {
	margin-bottom: 0px;
}

.listUnitCo2Header {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}


.listUnitCo2Title {
	display: flex;
	align-items: center;
	width: 55%;
}

.listUnitCo2Title>div {
	background: #3DB270;
	font-size: 18px;
	color: #fff;
	padding: 0 0 0 15px;
	height: 46px;
	line-height: 46px;
	width: 100%;
}

.listUnitCo2Title::after {
	display: block;
	content: '';
	width: 0;
	border-top: 23px solid transparent;
	border-left: 27.5px solid #3DB270;
	border-bottom: 23px solid transparent;
}

.listUnitCo2Icons {
	display: flex;
	justify-content: end;
	align-items: center;
}

.co2Mark {
	border-radius: 10px;
	width: 45px;
	height: 45px;
	font-size: 12px;
	border-style: solid;
	border-width: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 5px;
	line-height: 1.2;
	text-align: center;
	background: #fff;
}

.co2Sozai {
	border-color: #3DB270;
	color: #3DB270;
}

.co2Seizou {
	border-color: #CA8908;
	color: #CA8908;
}

.co2Shiyou {
	border-color: #5B00A0;
	color: #5B00A0;
}

.co2Energy {
	border-color: #C80667;
	color: #C80667;
}

.listUnitCo2 ul {
	/*height: 72px;*/
}

.listUnitCo2 li {
	font-size: 16px;
	text-align: left;
	color: #004da0;
	margin-bottom: 0px;
	line-height: 1.5;
}

.listUnitCo2 li::before {
	width: 10px;
	height: 5px;
	background: #43A55B;
	display: inline-block;
	margin-right: 6.5px;
	content: '';
	position: relative;
	bottom: 4px;
}


.listUnitCo2EffectTitle {
	display: flex;
	align-items: center;
	width: 60%;
	margin-bottom: 20px;
}

.listUnitCo2EffectTitle>div {
	background: #3DB270;
	font-size: 20px;
	color: #fff;
	padding: 0 0 0 15px;
	height: 60px;
	line-height: 60px;
	width: 100%;
}

.listUnitCo2EffectTitle::after {
	display: block;
	content: '';
	width: 0;
	border-top: 30px solid transparent;
	border-left: 27.5px solid #3DB270;
	border-bottom: 30px solid transparent;
}

.listUnitCo2EffectTitle>div>span {
	font-size: 14px;
}

.listUnitCo2Effect li {
	font-size: 18px;
	text-align: left;
	color: #004da0;
	margin-bottom: 5px;
}

.listUnitCo2Effect li::before {
	width: 10px;
	height: 5px;
	background: #43A55B;
	display: inline-block;
	margin-right: 6.5px;
	content: '';
	position: relative;
	bottom: 4px;
}







.listUnitFooter {
	background: #004DA0;
	border: 16px solid #004DA0;
	height: 140px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.listUnitFooterDetails {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.listUnitFooterDetails>a {
	width: 38%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 45px;
	border-radius: 10px;
	background: #e8f3ff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
	border: none;
	font-size: 16px;
	color: #004da0;
	cursor: pointer;
	line-height: 1;
	margin: 0 auto;
}

.listUnitFooterDetails>a:hover {
	text-decoration: none;
	opacity: .7;
}

.listUnitFooterDetails>a>img {
	margin-left: 10px;
	display: block;
}

.listUnitFooterDetails>a>sub{
	top: 0.2em;
}

.listUnitFooterContact {
	display: flex;
	justify-content: center;
}

.listUnitFooterContact>a {
	width: 38%;
	display: flex;
	justify-content: center;
	align-items: center;

	height: 48px;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.23);
	border: none;
	font-size: 18px;
	cursor: pointer;
	line-height: 1;
	color: #43a55b;

}

.listUnitFooterContact>a:hover {
	text-decoration: none;
	background: #43A55B;
	color: #fff;
}

.listUnitFooterContact>a>img {
	margin-right: 10px;
	display: block;
	max-width: 30px;
}

.listUnitFooter a.disactive {
	visibility: hidden;
	display: none;
}

#listNone {
	font-size: 24px;
	text-align: center;
	padding: 100px 0;
}






@media (max-width: 1300px) {

	.listUnitTitle {
		font-size: 18px;
		line-height: 1.3;
	}

	.listUnitCo2Header {
		display: block;
	}

	.listUnitCo2Title {
		width: 100%;
		margin-bottom: 10px;
	}

	.listUnitCo2Title>div {
		font-size: 15px;
	}

	.listUnitCo2Icons {
		justify-content: start;
	}

	.listUnitCo2Icons>div {
		margin-left: 0;
		margin-right: 5px;
	}

	.listUnitCo2EffectTitle {
		width: 100%;
	}

	.listUnitCo2EffectTitle>div {
		font-size: 15px;
	}

	.listUnitCo2EffectTitle>div>span {
		font-size: 12px;
	}


	.listUnitFooter {
		border: 10px solid #004DA0;
		height: 110px;
	}

	.listUnitFooterDetails {
		margin-bottom: 10px;
	}

	.listUnitFooterDetails>a {
		font-size: 12px;
		height: 40px;
	}

	.listUnitFooterDetails>a>img {
		margin-left: 5px;
	}


	.listUnitFooterContact>a {
		font-size: 12px;
		height: 40px;
	}


	.listUnitFooterContact>a>img {
		margin-right: 5px;
		height: 30px;
	}
}





/* MODAL */

dialog {
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.5s;
	display: block;
	background-color: #fff;
	border: none;
	border-radius: 10px;
	width: 80%;
	max-width: 1200px;
	max-height: 90%;
	padding: 35px 35px;
	position: fixed;
}

dialog[open] {
	opacity: 1;
	pointer-events: inherit;
}

dialog::backdrop {
	background-color: rgba(0, 0, 0, 0.8);
}




dialog #closeButton {
	border: none;
	background: none;
	font-size: 60px;
	position: absolute;
	right: 15px;
	top: 10px;
	line-height: 50px;
	width: 50px;
	cursor: pointer;
	color: #707070;
}

dialog strong, dialog em {
	font-weight: normal;
}

dialog ul {
}

dialog li {}


dialog h1 {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: normal;
	padding-right: 1em;
}

dialog h1>sub {
	font-size: 20px;
}

/*dialog h1::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 6px;
	background: #43A55B;
	vertical-align: 30%;
	margin-right: 10px;
} */

dialog .lead {
	margin-bottom: 15px;
	background: #d3e6ff;
	padding: 15px 20px;
}

dialog .lead li {
	text-indent: -29px;
	margin-left: 29px;
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: normal;
	line-height: 1.0em;
}

dialog .lead li:last-child {
	margin-bottom: 0;
}

dialog .lead li::before {
	width: 19px;
	height: 19px;
	background: #231F20;
	border-radius: 19px;
	margin-right: 5px;
	content: '';
	display: inline-block;
	margin-right: 10px;
}

dialog .lead em {
	font-weight: bold;
}
dialog .lead span {
	color: #0068ff;
	font-weight: bold;
}
dialog .lead sub {
	font-size: 16px;
}

dialog img {
	display: block;
	margin: 0 auto 15px;
	max-width: 100%;
}

dialog .caption {
	font-size: 12px;
	line-height: 1.5em;
}

dialog .caption li{
	text-indent: -1em;
    margin-left: 1em;
}

dialog .caption a {
	text-decoration: underline;
}


dialog .caption li:before {
	content: '・';
}





@media (max-width: 767px) {
	.pc {
		display: none;
	}


	#kv {
		height: auto;
		padding: 0 10px;
	}

	#kv>div {
		font-size: 22px;
		color: #3a64ad;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 30px 0;
		line-height: 1.5;
	}

	#kv>div::before,
	#kv>div::after {
		display: none;
	}


	#listFilterArea {
		background: #F1F5FF;
		padding: 15px 0;
	}

	#Breadcrumb {
		display: none;
	}

	#listFilter {
		padding: 0 10px;
		display: block;
	}

	.listFilterBox {
		padding-bottom: 0;
	}

	#listFilter>div {
		width: 100%;
		margin-bottom: 30px;
	}

	.listFilterTitle {
		font-size: 16px;
		padding: 5px;
		margin-bottom: 10px;
	}

	.listFilterBox>label {
		height: 38px;
		font-size: 11px;
	}

	.listFilterAll {
		height: 30px;
		font-size: 11px;
	}

	.listFilterAll.all {

		background: #fff;
		border: 2px solid #004da0;
		color: #004da0;
	}




	#listData {
		padding: 15px 10px;
	}

	#listCount {
		font-size: 14px;
		margin-bottom: 20px;
	}

	#listCount>span {
		font-size: 20px;
	}




	/* ListUnits */
	#listUnits {
		display: block;
	}

	#listUnits article {
		width: 100%;
		margin-bottom: 10px;
	}

	#listUnits article:not(:nth-child(2n)) {
		margin-right: 0;
	}

	.listUnitInner {
		padding: 10px;
	}

	.listUnitHeader {
		margin-bottom: 10px;
	}

	.listUnitTitle {
		height: 60px;
		font-size: 14px;
		line-height: 1.5;
	}

	.listUnitHinshu {
		width: 60px;
		height: 60px;
		font-size: 11px;
		margin-left: 5px;
	}


	.listUnitBunya>div {
		font-size: 11px;
		padding: 5px 5px 3px;
		line-height: 1;
		margin-right: 3px;
		margin-bottom: 3px;
	}

	.listUnitImage {
		margin-bottom: 10px;
	}

	.listUnitImage>img {
		width: 85%;
	}


	.listUnitDescription {
		font-size: 12px;
		line-height: 1.5;
		margin-bottom: 15px;
	}

	.listUnitUsage {
		margin-bottom: 15px;
	}

	.listUnitUsageTitle {
		font-size: 13px;
		margin-bottom: 3px;
	}

	.listUnitUsageTitle::before {
		width: 5px;
		height: 3px;
	}

	.listUnitUsageList>div {
		font-size: 12px;
		line-height: 1.5;
		margin-right: 10px;
	}

	.listUnitCo2 {
		margin-bottom: 15px;
	}

	.listUnitCo2Header {
		margin-bottom: 10px;
	}

	.listUnitCo2Title>div {
		font-size: 12px;
		padding: 0 0 0 10px;
		height: 40px;
		line-height: 40px;
	}

	.listUnitCo2Title::after {
		border-top: 20px solid transparent;
		border-left: 17.5px solid #3DB270;
		border-bottom: 20px solid transparent;
	}

	.listUnitCo2Icons>div {
		border-radius: 10px;
		width: 40px;
		height: 40px;
		font-size: 11px;
		line-height: 15px;
	}



	.listUnitCo2 li {
		font-size: 12px;
		margin-bottom: 0;
	}

	.listUnitCo2 li::before {
		width: 5px;
		height: 3px;
	}


	.listUnitCo2EffectTitle {
		margin-bottom: 10px;
	}

	.listUnitCo2EffectTitle>div {
		font-size: 12px;
		padding: 0 0 0 10px;
		height: 40px;
		line-height: 40px;
	}

	.listUnitCo2EffectTitle::after {
		display: block;
		content: '';
		width: 0;
		border-top: 20px solid transparent;
		border-left: 17.5px solid #3DB270;
		border-bottom: 20px solid transparent;
	}

	.listUnitCo2EffectTitle>div>span {
		font-size: 10px;
	}

	.listUnitCo2Effect li {
		font-size: 12px;
		margin-bottom: 0;
	}

	.listUnitCo2Effect li::before {
		width: 5px;
		height: 3px;
	}


	.listUnitFooter {
		border: 10px solid #004DA0;
		height: 110px;
	}

	.listUnitFooterDetails {
		margin-bottom: 10px;
	}

	.listUnitFooterDetails>a {
		font-size: 12px;
		height: 40px;
		width: 180px
	}

	.listUnitFooterDetails>a>img {
		margin-left: 5px;
	}


	.listUnitFooterContact>a {
		font-size: 12px;
		height: 40px;
		width: 180px;
	}


	.listUnitFooterContact>a>img {
		margin-right: 5px;
		height: 30px;
	}

	#listNone {
		font-size: 14px;
		padding: 50px 0;
	}


	#listLegend {
		background: #F1F5FF;
		margin: 0 auto 50px;
		padding: 20px 10px 10px;
		display: block;
	}

	#listLegend>div {
		width: 100%;
		font-size: 12px;
		line-height: 1.3;
		margin-bottom: 10px;
	}

	#listLegend .co2Mark {
		margin-right: 10px;
		width: 40px;
		height: 40px;
		font-size: 11px;
		flex-shrink: 0;
	}
}
