   @charset "utf-8";

/****
 *
 *
 * ¸üÐÂÈÕ: 2024/10/28
 *
 ****/
/*--------------------------------------------------
 animation
--------------------------------------------------*/
@keyframes fadein {
	0% {
		opacity: 0.1;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadein02 {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*--------------------------------------------------
 Base
--------------------------------------------------*/
div#body{
	font-size: 16px;
	width: auto;
}
#body .bread {
	width: 1160px;
	margin: 0 auto;
}
div#main.tech_body div.section {
    margin: 0 auto;
	animation: fadein02 2.5s linear;
}

/*--------------------------------------------------
	tech_main.css¡¡customize
--------------------------------------------------*/
div#body div#main.tech_body {
	float: none;
	width: 100%;
	border-left: none;
	border-right: none;
	clear: both;
}

div#main .title_s {
	width: 100%;
	height: 52px;
	background: #2c4066;
	margin-bottom: 10px;
}
div#main .title_s p{
	background: #2c4066;
}

div#main .title_s a.index_link{
	position: relative;
	width: 1160px;
    margin: 0 auto;
	height: 50px;
	padding-top: 2px;
	padding-left: 0;
	padding-right: 0;
}

div#main .title_s a.index_link span{
	right: 0;
}

#page_title {
    width: 100%;
	animation: fadein 2.5s linear;
}

div#body h1{
	width: 1160px;
	margin: 50px auto 20px;
	letter-spacing: 0.05em;
}

.pc_center{
	text-align: center;
}

.bg_gray{
	background: #f5f5f5;
	padding-top: 50px;
	padding-bottom: 50px;
	animation: fadein02 2.5s linear;
}



/*--------------------------------------------------
	Contents
--------------------------------------------------*/
div#main.tech_body h2.lead {
	border-top: none;
	font-size: 32px;
    font-size: 2rem;
    color: #008cd6;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 0;
}


/*	Solution
--------------------------------------------------*/
.solution-content{
	width: 1160px;
    padding: 0;
	margin: 0 auto;
}
.solution-content_heading ul{
	display: flex;
	justify-content: space-between;
	margin-left: 152px;
	width: 1008px;
}
.solution-content_heading ul:after{
	content: none;
}
.solution-content_heading ul > li{
	position: relative;
	width: 252px;
	background: #eeaa1e;
	padding: 0 15px 0 15px;
	margin: 0 5px 20px 5px;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}
.solution-content_heading ul > li:after{
	content: "";
	position: absolute;
	left: 0;
	border-top: 20px solid #eeaa1e;
	border-right: 121px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 121px solid transparent;
}
.solution-content_heading ul > li.moniter{background: #eeaa1e;}
.solution-content_heading ul > li.reduce{background: #125385;}
.solution-content_heading ul > li.replace{background: #5c6fb4;}
.solution-content_heading ul > li.remove{background: #7fbe26;}
.solution-content_heading ul > li.moniter:after{border-top: 30px solid #eeaa1e;}
.solution-content_heading ul > li.reduce:after{border-top: 30px solid #125385;}
.solution-content_heading ul > li.replace:after{border-top: 30px solid #5c6fb4;}
.solution-content_heading ul > li.remove:after{border-top: 30px solid #7fbe26;}

.solution-content_heading ul > li img{
	width: 50px;
	height: auto;
	margin-top: 15px;
	margin-bottom: 12px;
}
.solution-content_heading ul > li p{
	line-height: 1;
}

.solution-content_heading.fixed {
	position: sticky;
	top: 0;
	z-index: 10;
}
.solution-content_heading.fixed ul > li {
	padding: 9px 0 7px;
	margin-bottom: 10px;
}
.solution-content_heading.fixed ul > li:after{
	content: none;
}
.solution-content_heading.fixed ul > li img{
	display: none;
}



.solution-content_body{
	display: flex;
	justify-content: space-between;
	border-bottom: solid 6px #f5f5f5;
}
div#main .solution-content_body h3 {
	width: 152px;
	padding: 18px 0 18px 18px;
	margin: 0;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
    background: #4a6884;
	box-sizing: border-box;
}
div#main .solution-content_body h3 span{
	display: inline-block;
    width: 40px;
    height: 40px;
	line-height: 40px;
    font-size: 32px;
    font-size: 2rem;
	font-weight: normal;
    font-family: "Roboto";
    text-align: center;
    color: #fff;
	border: solid 1px #fff;
	/* margin-bottom: 15px; */
	margin-bottom: 12px;
	box-sizing: border-box;
}
div#main .solution-content_body.one h3 {background: #004a74;}
div#main .solution-content_body.two h3{background: #007b90;}
div#main .solution-content_body.three h3 {background: #006451;}
div#main .solution-content_body.four h3 {background: #00857b;}

div#main .solution-content_body h3 img{
    /* width: 90px;
	height: auto;
	margin: 10px 0 0 13px; */
	width: 80px;
	height: auto;
	margin: 10px 0 0 18px;
}

.solution-content_body div {
	width: 252px;
	padding: 15px 20px 25px 20px;
	box-sizing: border-box;
	border-right: dotted 1px #ccc;
	background: #fff;
}

.solution-content_body div.moniter:last-child,
.solution-content_body div.reduce:last-child,
.solution-content_body div.replace:last-child,
.solution-content_body div.remove:last-child {
	border-right: none;
}

.solution-content_body a{
	color: #363434;
	text-decoration: none;
}
.solution-content_body a:hover{
	color: #ff0000;
	text-decoration: underline;
}

.solution-content_body ul.parent > li {
	position: relative;
	font-size: 15.5px;
	font-size: 0.96875rem;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 12px;
	margin-bottom: 5px;
	padding-left: 14px;
}

.solution-content_body ul.parent > li:before {
    position: absolute;
	content: "";
    top: 3px;
    left: 0;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 10px solid #004a75;
	border-bottom: 6px solid transparent;
}
.solution-content_body.one ul.parent > li:before {border-left: 10px solid #004a75;}
.solution-content_body.two ul.parent > li:before {border-left: 10px solid #007a8f;}
.solution-content_body.three u.parentl > li:before {border-left: 10px solid #026451;}
.solution-content_body.four ul.parent > li:before {border-left: 10px solid #008676;}

.solution-content_body ul.parent > li.no_link:before {
    position: absolute;
	content: "";
    top: 5px;
    left: 0;
    width: 9px;
    height: 9px;
    background: #878787;
    border-radius: 50%;
    text-align: center;
	border-top: none;
	border-left: none;
	border-bottom: none;
}
.solution-content_body.one ul.parent > li.no_link:before {background: #004a75;}

.solution-content_body ul.child > li {
	position: relative;
	padding-left: 12px;
	font-size: 14.5px;
	font-size: 0.90625rem;
	font-weight: normal;
	line-height: 1.4;
	/* margin-top: 5px;
	margin-bottom: 5px; */
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: -0.025em;
	margin-left: 15px;
}

.solution-content_body ul.child > li:before {
    position: absolute;
    content: url("/tech/carbon_neutral/common/images/arrow_s.svg");
    display: inline-block;
    top: 1px;
    left: 0;
    width: 9px;
    height: 9px;
}

.solution-content_body ul.child > li.no_link:before {
    position: absolute;
    content: "";
	top: 9px;
    left: 1px;
    width: 6px;
	height: 6px;
	background: #878787;
	border-radius: 50%;
	text-align: center;
}

.solution-content_body.three ul.child .type{
	display: inline-block;
	font-size: 13.5px;
	font-size: 0.84375rem;
	color: #fff;
	margin-top: 10px;
	background: #026451;
	line-height: 1;
	padding: 4px 10px 2px 10px;
	border-radius: 10px;
	margin-left: 15px;
}

.solution-content_body ul > li.parent_toggle {
}
.solution-content_body ul > li.parent_toggle:before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #004a75;
    border-bottom: 6px solid transparent;
    transform: rotate(90deg);
	transition: 0.3s;
}
.solution-content_body ul > li.parent_toggle.open:before {
    content: "";
    top: 3px;
    transform: rotate(270deg);
	transition: 0.3s;
}

.solution-content_body ul > li.parent_toggle:hover {
    color: #ff0000;
    text-decoration: underline;
}
.solution-content_body ul.child{
    display: none;
}

.solution-content_body ul li.pdf .pdf_size {
	font-weight: normal;
	font-size: 12.5px;
    font-size: 0.78125rem;
    color: #666;
}
.solution-content_body ul li.pdf img.link_icon{
	margin: 0 0 0 5px;
	vertical-align: -1px;
}


/*	Solution Modal
--------------------------------------------------*/
.modal_trigger {
	margin: 100px auto;
	display: flex;
	justify-content: center;
}
.modal_box_01,
.modal_box_02,
.modal_box_03,
.modal_box_04 {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 20;
}
#glayLayer{
	display: none;
	position: fixed;
	left:0;
	top:0;
	height: 100%;
	width: 100%;
	background:#333;
	opacity: 0.8;
	z-index: 10;
}
.modal_inner {
	background-color: #fff;
	left: 50%;
	padding: 25px 50px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	height: auto;
	max-height: calc(80vh - 50px);
	width: 900px;
	box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.5);
	overflow-y: auto;
	box-sizing: border-box;
}
.modal_close {
	position: absolute;
	left: 820px;
	top: 18px;
	cursor: pointer;
	display: inline-block;
	width: 45px;
	height: 45px;
}
.modal_close span:before,
.modal_close span:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 3%;
	margin: -8% 0 0 -42%;
	background: #666;
}
.modal_close span::before {
	transform: rotate(-45deg);
}
.modal_close span::after {
	transform: rotate(45deg);
}

/*	Solution Modal Inner Layout
--------------------------------------------------*/
.modal_inner .sub{
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 10px;
	font-weight: bold;
}
.modal_inner .sub span.number{
	display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    font-family: "Roboto";
    text-align: center;
    color: #fff;
    background: #004a74;
	margin-right: 10px;
    box-sizing: border-box;
}
.modal_inner .sub.one{color: #004a74;}
.modal_inner .sub.two{color: #007b90;}
.modal_inner .sub.three{color: #006451;}
.modal_inner .sub.four{color: #00857b;}

.modal_inner .sub.one span.number{background: #004a74;}
.modal_inner .sub.two span.number{background: #007b90;}
.modal_inner .sub.three span.number{background: #006451;}
.modal_inner .sub.four span.number{background: #00857b;}

.modal_inner .sub span.four-methods{
	position: relative;
    top: -1px;
	display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
	color: #fff;
    padding: 3px 5px 1px 5px;
	background: #eeaa1e;
	margin-left: 22px;
	letter-spacing: 0.02em;
}
.modal_inner .sub span.four-methods:after{
	content: "";
    position: absolute;
	top: 0;
    left: -16px;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	border: 8px solid transparent;
	border-right: 8px solid #eeaa1e;
}
.modal_inner .sub span.four-methods.moniter{background: #eeaa1e;}
.modal_inner .sub span.four-methods.reduce{background: #125385;}
.modal_inner .sub span.four-methods.replace{background: #5c6fb4;}
.modal_inner .sub span.four-methods.remove{background: #7fbe26;}
.modal_inner .sub span.four-methods.moniter:after{border-right: 8px solid #eeaa1e;}
.modal_inner .sub span.four-methods.reduce:after{border-right: 8px solid #125385;}
.modal_inner .sub span.four-methods.replace:after{border-right: 8px solid #5c6fb4;}
.modal_inner .sub span.four-methods.remove:after{border-right: 8px solid #7fbe26;}

.modal_inner h3{
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 15px;
	text-align: left;
}
.modal_inner img{
	width: 100%;
	height: auto;
}
.modal_inner p{
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.8;
	text-align: left;
	margin-top: 11px;
}
.modal_inner .content p.caption{
	margin: 5px 0 20px 0;
    line-height: 1.7;
    font-size: 14px;
    font-size: 0.875rem;
}

.modal_inner .content_rel-link{
	display: flex;
	text-align: left;
	border-top: solid 1px #ccc;
	margin-top: 40px;
	margin-bottom: 25px;
	padding-top: 15px;
}
.modal_inner .content_rel-link h3{
	width: 64px;
	font-size: 15px;
	font-size: 0.9375rem;
	margin: 3px 20px 0 0 !important;
	line-height: 1;
	letter-spacing: 0.01em;
}
.modal_inner .content_rel-link ul{
	width: calc(100% - 64px);
}
.modal_inner .content_rel-link ul > li{
	position: relative;
    padding-left: 12px;
	font-size: 14.5px;
    font-size: 0.90625rem;
	line-height: 1.5;
}
.modal_inner .content_rel-link ul > li:before {
	position: absolute;
    content: url(/tech/carbon_neutral/common/images/arrow_s.svg);
    display: inline-block;
    top: -2px;
    left: 0;
    width: 9px;
    height: 9px;
}
.modal_inner .content_rel-link ul > li a{
    text-decoration: none;
    color: #363434;
}
.modal_inner .content_rel-link ul > li a:hover{
    text-decoration: underline;
    color: #ff0000;
}
/* .modal_inner .content_rel-link ul > li a:visited{
	color: #cc0000;
} */
.modal_inner .content_rel-link ul > li img.link_icon {
	width: 9px;
	height: auto;
}


/**
		=Clearfix
---------------------------------------------------------- */
*:after {
	display:block;
	clear:both;} /* ¤³¤ÎÓ›Êö¤Ï¹Ì¶¨¤Ç¤¹ */
  
  .clearfix:after {content:"";}
  /* End_clearfix */


@media print {
	body {
		zoom: 0.93;
	}

	.bg_gray{
		background: none;
		padding-top: 0;
		padding-bottom: 0;
		}
	.solution-content_heading.fixed {
		position: static;
	}
	.solution-content_heading.fixed ul > li {
		padding: 0 15px 0 15px;
		margin-bottom: 20px;
	}
	.solution-content_heading.fixed ul > li:after{
		content: "";
	}
	.solution-content_heading.fixed ul > li img{
		display: inline-block;
	}

	div#footer{
		display: block;
		border: none;
	}
	.footer_main,
	.footer_sub,
	.footer_sns{
		display: none;
	}
}