#kvOuter{
	background: url("/product/nscarbolex/images/top/kv_bg.jpg") center top no-repeat;
	background-size: cover;
}
#kvOuter .logoOuter{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	height: 100%;
}
#kvOuter .logo {
	max-width: 1000px;
	width: 70%;
	margin-top: 10em;
}
#kvOuter .gxMark{
	max-width: 700px;
	width: 70%;
	margin: 5em auto 0;
}

#kvOuter .toNews {
	background: rgb(58,100,173);
	background: linear-gradient(315deg, rgba(58,100,173,1) 0%, rgba(67,165,91,1) 100%);
	position: absolute;
	bottom: 0;
	right: 0;
	font-weight: bold;
	font-size: 16px;
}
#kvOuter .toNews a {
	display: block;
	color: #fff;
	padding: 1em 3em;
	text-decoration: none;
	transition: 0.2s;
}
#kvOuter .toNews a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    display: block;
    background: #43a55b;
    transition: 0.2s;
}
#kvOuter .toNews a:hover:before {
	width: 100%;
}
#kvOuter .toNews a span {
	position: relative;
	padding-right: 1em;
}
#kvOuter .toNews a span:before {
	content: "";
	position: absolute;
	top: -6px;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 7px;
	height: 7px;
	border-bottom: #fff solid 2px;
	border-right: #fff solid 2px;
	transform: rotate(45deg);
}
#headerL h1{
	margin-top: 0;
}
h1{
	font-size: 40px;
	text-align: center;
	color: #043E92;
	margin-top: 1.5em;
	line-height: 1.3;
}
h2{
	font-size: 36px;
	text-align: center;
	color: #043E92;
	position: relative;
	margin-bottom: 1.5em;
}
h2:before{
	content: "";
	background: #43A55B;
	position: absolute;
	bottom: -0.7em;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1em;
	height: 6px;
}
h2 span{
	color: #3A64AD;
}

#keyphrase{
	background: url("/product/nscarbolex/images/top/keyphrase_bg.jpg") #fff center top no-repeat;
	background-size: 100% auto;
	padding: 7em 40px 5em;
}
#keyphrase .txt{
	text-align: center;
	font-size: 20px;
	line-height: 2em;
}



#aboutTOP{
	font-size: 16px;
	line-height: 2em;
	padding-top: 5em;
}
#aboutTOP .txt{
	text-align: center;
	font-size: 22px;
	line-height: 1.8em;
	font-weight: bold;
	padding: 0 40px;
}

#aboutTOPhalf{
	display: flex;
	margin-top: 3em;
}
#aboutTOPhalf .aboutIn{
	width: 50%;
	padding: 4em 4em 6em;
	display: flex;
}
#aboutTOPhalf .aboutIn.Neutral{
	background: #EEF7F0;
	border-radius: 0 50px 0 0;
	justify-content: flex-end;
}
#aboutTOPhalf .aboutIn.Solution{
	background: #EFF5FD;
	border-radius: 50px 0 0 0;
}
.aboutInWidth{
	max-width: 700px;
}

#aboutTOPhalf .aboutIn .logo,
#aboutTOPhalf .aboutIn .logo img{
	height: 100px;
	width: auto;
	margin: 0 auto;
	text-align: center;
}
#aboutTOPhalf .aboutIn ul.list{
	margin: 2em auto 0;
	width: fit-content;
}
#aboutTOPhalf .aboutIn ul.list li{
	list-style: disc;
	margin-left: 1.5em;
	line-height: 1.3em;
}
#aboutTOPhalf .aboutIn ul.list li:nth-of-type(n+2){
	margin-top: 0.5em;
}
#aboutTOPhalf .aboutIn .photo{
	margin-top: 2em;
	position: relative;
	transition: 0.2s;
}
#aboutTOPhalf .aboutIn .photo:hover{
	opacity: 0.7;
}
#aboutTOPhalf .aboutIn .photo ul{
	position: absolute;
	top: -0.5em;
	left: -0.5em;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
#aboutTOPhalf .aboutIn .photo ul li{
	width: fit-content;
	padding: 0.3em 1.5em;
}
#aboutTOPhalf .aboutIn .photo ul li:nth-of-type(n+2){
	margin-top: 0.3em;
}

#aboutTOPhalf .aboutIn.Neutral .photo ul li{
	background: #43A55B;
}
#aboutTOPhalf .aboutIn.Solution .photo ul li{
	background: #043E92;
}

#aboutTOPhalf .aboutIn .title{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 0.5em 1em;
	display: flex;
	align-items: center;
	justify-content: center;
}
#aboutTOPhalf .aboutIn .title sub,
#aboutTOPhalf .aboutIn .note sub{
	display: inline-block;
	line-height: 1em;
}
#aboutTOPhalf .aboutIn.Neutral .title{
	background: #43A55B;
}
#aboutTOPhalf .aboutIn.Solution .title{
	background: #043E92;
}

#aboutTOPhalf .aboutIn .note{
	text-align: center;
	margin-top: 2em;
	font-size: 18px;
	line-height: 1.7em;
}




#NamingOuter{
	background: url("/product/nscarbolex/images/top/naming_bg.jpg") #fff center bottom no-repeat;
	background-size: 100% auto;
	padding: 0 40px 7em;
}
#NamingOuter h1{
	font-size: 35px;
}
#NamingIn{
	max-width: 1100px;
	margin: 5em auto 0;
	border: #043E92 solid 2px;
	border-radius: 5px;
	position: relative;
	padding: 4.5em 3em 3em;
}
#NamingIn .logo{
	position: absolute;
	top: -1.4em;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0.5em 1.5em;
	max-width: 260px;
}
#NamingIn .logo:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 4px;
	background: #fff;
}
#NamingIn .logo img{
	display: block;
	position: relative;
	z-index: 2;
}
#NamingIn ul{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
#NamingIn ul li{
	text-align: center;
	font-size: 18px;
	position: relative;
}
#NamingIn ul li:nth-of-type(n+2){
	margin-left: 5em;
}
#NamingIn ul li:nth-of-type(n+2):before,
#NamingIn ul li:nth-of-type(n+2):after {
    content: "";
    position: absolute;
	top: -2.8em;
    bottom: 0;
    left: -3em;
    margin: auto;
    display: block;
    width: 1em;
    height: 4px;
    background: #043E92;
}
#NamingIn ul li:nth-of-type(n+2):after {
    transform: rotate(90deg);
}
#NamingIn ul li .blue{
	color: #043E92;
	font-size: 28px;
	font-weight: bold;
	white-space: nowrap;
}
#NamingIn ul li .blue span{
	font-size: 130%;
}
#NamingIn ul li .txt{
	margin-top: 1em;
}

#newsOuter{
	padding: 5em 40px;
}
#newsIn{
	max-width: 1000px;
	margin: 0 auto;
}

#newsOuter .btn{
	margin-top: 3.5em;
}



@media screen and (max-width:1199.5px){
	h1{
		font-size: 3.3vw;
	}
	#aboutTOPhalf .aboutIn .logo,
	#aboutTOPhalf .aboutIn .logo img{
		height: 8vw;
	}
	#aboutTOPhalf .aboutIn .photo ul {
		font-size: 20px;
	}
}


@media screen and (max-width:999.5px){
	#aboutTOP .txt{
		font-size: 18px;
	}
	#aboutTOPhalf .aboutIn .title {
		font-size: 22px;
	}
	#aboutTOPhalf .aboutIn .note{
		font-size: 16px;
	}
	
	#aboutTOPhalf .aboutIn{
		padding: 3em 2em 4em;
	}
	#aboutTOPhalf .aboutIn .photo ul {
		font-size: 17px;
	}
	#aboutTOPhalf .aboutIn .photo ul li{
		padding: 0.3em 1em;
	}
	
	
	#NamingIn{
		padding: 4.5em 2em 3em;
	}
	#NamingIn ul li {
		font-size: 16px;
	}
	#NamingIn ul li:nth-of-type(n+2) {
		margin-left: 3em;
	}
	#NamingIn ul li:nth-of-type(n+2):before,
	#NamingIn ul li:nth-of-type(n+2):after {
		left: -2em;
	}
	#NamingIn ul li .blue {
		font-size: 24px;
	}
	
	
	
}










/* スマホ
------------------------------------------------*/
@media screen and (max-width:767.5px){
	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 25px;
	}
	
	
	
	#keyphrase{
		padding: 3em 20px;
	}
	#keyphrase .txt {
		font-size: 16px;
	}
	
	#aboutTOP{
		font-size: 14px;
		padding-top: 3em;
	}
	#aboutTOP .txt{
		padding: 0 20px;
	}
	#aboutTOPhalf{
		margin-top: 1.5em;
		display: block;
	}
	#aboutTOPhalf .aboutIn{
		width: auto;
		border-radius : 0px !important;
		padding: 2em 20px 3em;
	}
	
	#aboutTOPhalf .aboutIn .logo,
	#aboutTOPhalf .aboutIn .logo img {
		height: auto;
		width: 90%;
	}
	#aboutTOPhalf .aboutIn ul.list {
		margin-top: 1.5em;
	}
	#aboutTOPhalf .aboutIn .photo {
		margin-top: 1.5em;
	}
	
	#aboutTOPhalf .aboutIn .title {
		font-size: 20px;
	}
	#aboutTOPhalf .aboutIn .note {
		font-size: 15px;
		margin-top: 1.5em;
	}

	
	#NamingOuter{
		padding: 0 20px 3em;
	}
	
	#NamingOuter h1{
		font-size: 25px;
	}
	#NamingIn{
		padding: 3.5em 20px 2em;
	}
	#NamingIn .logo{
		width: 65%;
	}
	#NamingIn ul{
		display: block;
	}
	#NamingIn ul li:nth-of-type(n+2) {
		margin: 2.5em 0 0 0;
	}
	#NamingIn ul li:nth-of-type(n+2):before,
	#NamingIn ul li:nth-of-type(n+2):after {
		left: 0;
		right: 0;
		bottom: auto;
		top: -1.5em;
	}
	#NamingIn ul li .txt {
		margin-top: 0.7em;
	}
	
	
	
	
	#newsOuter {
		padding: 3em 20px;
	}

	#newsOuter .btnBlueGrada{
		width: 65vw;
		margin: 1.5em auto 0;
	}
	#newsOuter .btn {
		margin-top: 2.5em;
	}

	
	
	
	
	
	
}
