/* html
------------------------------------------------*/

html {
    overflow-y: scroll;
    height: 100%;
}

::selection {
    background: #043E92;
    color: #fff;
}

//Firefox
::-moz-selection {
    background: #043E92;
    color: #fff;
}


*{
	box-sizing: border-box;
}

sub{
	position: relative;
	top: -0.2em;
}

/* body
------------------------------------------------*/

body {
    margin: 0;
	color: #231F20;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "HiraginoKaku W3", Meiryo, sans-serif;
    font-size: 16px;
    text-align: left;
    line-height: 1.7em;
	font-weight: 400;
	overflow-x: hidden;
}


/* 99% for safari; 100% is too large */

select,
input,
textarea {
    font: 99%;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "HiraginoKaku W3", Meiryo, sans-serif;
}
select:focus,
input:focus,
textarea:focus{
outline:none;
}
textarea{
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "HiraginoKaku W3", Meiryo, sans-serif;
	border: #707070 solid 1px !important;
	resize: none;
	width: 100%;
}




/* Bump up !IE to get to 13px equivalent */

pre,
code {
    font: 115% monospace;
    *font-size: 100%;
}


/* link
------------------------------------------------*/

a {
    font-size: 100%;
	cursor: pointer;
}

a:link {
    color: #231F20;
    text-decoration: none;
}

a:visited {
    color: #231F20;
    text-decoration: none;
}

a:hover,
a:active {
    color: #231F20;
    text-decoration: underline;
}

a.under {
    text-decoration: underline;
}

a.under:hover {
    text-decoration: none;
}


/* img
------------------------------------------------*/

img {
    border: 0;
	vertical-align: middle;
}

a:active img {
    text-decoration: none;
}




/* text
------------------------------------------------*/

strong {
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0em;
}

em {
    font-weight: bold;
    font-style: normal;
    line-height: 1.2;
}

address {
    font-style: normal;
}


/* h1, h2, h3, h4, h5, h6
------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1em;
    margin: 0;
}


/* paragraph
------------------------------------------------*/

div {
    margin: 0;
}

p {
    margin: 0;
}


/* list
------------------------------------------------*/

ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul li ul {
    list-style: disc;
    margin: 0;
}

ol {
    list-style: decimal;
    margin: 0;
    padding-left: 0;
}

dl {
    margin: 0;
}

dl dt {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

dl dd {
    margin: 0;
    line-height: 1.5;
}

.list{
	margin-left: 1.5em;
}
.list li{
	list-style: disc;
	line-height: 1.5em;
}
.list li:nth-of-type(n+2){
	margin-top: 0.5em;
}


/* form
--------------------------------------*/

input,
textarea,
select {
    margin: 0;
    font-size: 15px;
	-webkit-appearance: none; 
	line-height: 1.5em;
	padding: 0.5em 1.2em;
	box-sizing: border-box;
	-moz-appearance: textfield;
	border: none;
	border-radius: 0;
}

input[type="submit"],
input[type="button"]{
	-webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: 0;
}

option {
    padding-left: 0px;
}

.Eng {
    ime-mode: disabled;
}


/* common rules
================================================*/


/* align
------------------------------------------------*/

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.middle {
    vertical-align: middle;
}

.bottom {
    vertical-align: bottom;
}

.top {
    vertical-align: top;
}

.red{
	color: #f00;
}
.black{
	color: #000;
}


/* table
------------------------------------------------*/

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}


/* width
------------------------------------------------*/

.w100p {
    width: 100%;
}

.w50 {
    width: 50px;
    max-width: 50px;
}

.w100 {
    width: 100px;
    max-width: 100px;
}

.w200 {
    width: 200px;
    max-width: 200px;
}

.w300 {
    width: 300px;
    max-width: 300px;
}

.w400 {
    width: 400px;
    max-width: 400px;
}


/* text
------------------------------------------------*/

.f22 {
    font-size: 22px;
}

.f20 {
    font-size: 20px;
}

.f18 {
    font-size: 18px;
}

.f16 {
    font-size: 16px;
}

.f14 {
    font-size: 14px;
}

.f12 {
    font-size: 12px;
    line-height: 1em;
}


/*12px*/

.f-11 {
    font-size: 11px;
}


/*11px*/

.f-10 {
    font-size: 10px;
    line-height: 1.5em;
}


/*10px*/

.f-8 {
    font-size: 8px;
}

.f-warning {
    color: #C00;
}

.f-red {
    color: #FF0000;
}

.f-pink {
    color: #dc4d70;
}

.f-bk {
    color: #000;
}

.f-gy {
    color: #666;
}

.f-wt {
    color: #FFF;
}

.f-br {
    color: #b28146;
}

.f-plain {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}
.normal{
	font-weight: normal;
}

.submessage {
    font-size: 11px;
}


/*10px*/


/* margin
------------------------------------------------*/

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.mT2 {
    margin-top: 2px;
}

.mT5 {
    margin-top: 5px;
}
.mT10 {
    margin-top: 10px;
}
.mT15 {
    margin-top: 15px;
}
.mT20 {
    margin-top: 20px;
}
.mT30 {
    margin-top: 30px;
}
.mT35 {
    margin-top: 35px;
}
.mT40 {
    margin-top: 40px;
}
.mT50 {
    margin-top: 50px;
}
.mT60 {
    margin-top: 60px;
}
.mT80 {
    margin-top: 80px;
}

.mL5 {
    margin-left: 5px;
}

.mL10 {
    margin-left: 10px;
}

.mL15 {
    margin-left: 15px;
}

.mL18 {
    margin-left: 18px;
}

.mL20 {
    margin-left: 20px;
}

.mL30 {
    margin-left: 30px;
}

.mL35 {
    margin-left: 35px;
}

.mL50 {
    margin-left: 50px;
}

.mL100 {
    margin-left: 100px;
}

.mL200 {
    margin-left: 200px;
}

.mR5 {
    margin-right: 5px;
}

.mR10 {
    margin-right: 10px;
}

.mR15 {
    margin-right: 15px;
}

.mR20 {
    margin-right: 20px;
}

.mR30 {
    margin-right: 30px;
}

.mLR10 {
    margin-right: 10px;
    margin-left: 10px;
}

.mLR20 {
    margin-right: 20px;
    margin-left: 20px;
}

.mB5 {
    margin-bottom: 5px;
}

.mB10 {
    margin-bottom: 10px;
}

.mB15 {
    margin-bottom: 15px;
}

.mB20 {
    margin-bottom: 20px;
}

.mB30 {
    margin-bottom: 30px;
}

.mB40 {
    margin-bottom: 40px;
}

.mB50 {
    margin-bottom: 50px;
}

.mB60 {
    margin-bottom: 60px;
}

.mTB10 {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* float
------------------------------------------------*/

.Lfloat {
    float: left;
}

.Rfloat {
    float: right;
}


/* [hack] clear fix
--------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
    min-height: 1%;
    /* for IE 7*/
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}





@media screen and (max-width:959px){
	body,
	textarea, select{

	}

}



/* スマホ
------------------------------------------------*/
@media screen and (max-width:767.5px){
	body{
		font-size: 14px;
	}
	
	.mT10,.mT15 {
		margin-top: 3%;
	}
	.mT20,.mT30,.mT35 {
		margin-top: 5%;
	}
	.mT40,.mT50,.mT60{
		margin-top: 7%;
	}
	
	.mT80{
		margin-top: 12%;
	}
	
	
	input, textarea{
		width: calc(114% - 14px);
		transform: scale(0.9);
		font-size: 16px;
	}
	
	textarea{
		margin-left: -5%;
		padding: 0.5em 0.8em;
	}
	

}


@media print{
	.mT50 {
		margin-top: 20px !important;
	}
	.mT60 {
		margin-top: 30px;
	}
	.mT100 {
		margin-top: 50px !important;
	}
	
	
}





/* show_sp
--------------------------------------*/
.sSP {
    display: none;
}


/* general layout
================================================*/

.flexBox{
	display: flex;
}
.ac{
	align-items: center;
}
.jsb{
	justify-content: space-between;
}




/* wrap
------------------------------------------------*/

#Breadcrumb {
  display: flex;
  flex-wrap: wrap;
  color: #000;
  font-size: 12px;
	padding: 1.5em 40px;
  position: relative;
  z-index: 10;
}
#Breadcrumb li {
  display: flex;
  align-items: center;
  line-height: 1.5em;
}
#Breadcrumb li:nth-of-type(n+2) {
  margin-left: 1em;
}
#Breadcrumb li:nth-of-type(n+2):before {
    content: ">";
    display: inline-block;
    margin-right: 1em;
	color: #043E92;
}
#Breadcrumb li a{
	color: #043E92;
}







.btn{
	line-height: 1em;
	text-align: center;
	margin-top: 2.5em;
	transition: 0.2s;
} 
.btn:hover{
	opacity: 0.7;
}
.btn a{
	display: inline-block;
	text-decoration: none;
	position: relative;
	padding-left: 3.5em;
}
.btn a:before{
	content: "";
	width: 2.8em;
	height: 2.8em;
	display: block;
	background: rgb(58,100,173);
	background: linear-gradient(315deg, rgba(58,100,173,1) 0%, rgba(67,165,91,1) 100%);
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.btn a:after{
	content: "";
	position: absolute;
	top: 0;
	left: 1.15em;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5em 0 0.5em 0.8em;
	border-color: transparent transparent transparent #fff;
}
.btn span{
	border-bottom: #000 solid 1px;
	padding-bottom: 0.3em;
}


.entry{
	background: #043E92;
	color: #fff;
	padding: 0.5em 6em;
	}
	
.entry a,a:hover,a:active{
	opacity: 0.7;
	text-decoration: none;
}

#newsContent{

}
#newsContent .newsContentIn{
	border-bottom: #000 solid 1px;
	padding: 0 0 1.5em;
}
#newsContent .newsContentIn:nth-of-type(n+2){
	margin-top: 1.5em;
}
#newsContent .newsContentIn .newsTop{
	display: flex;
	align-items: center;
	font-weight: bold;
}
#newsContent .newsContentIn .newsTop .date{
	
}
#newsContent .newsContentIn .newsTop .tag{
	background: #043E92;
	color: #fff;
	padding: 0.1em 1em;
	font-size: 12px;
	margin-left: 1.5em;
	border-radius: 50px;
}
#newsContent .newsContentIn .newsBtm{
	margin-top: 0.8em;
	font-size: 16px;
	position: relative;
}
#newsContent .newsContentIn .newsBtm.new{
	padding-left: 4em;
}
#newsContent .newsContentIn .newsBtm .new{
	background: rgb(58,100,173);
	background: linear-gradient(315deg, rgba(58,100,173,1) 0%, rgba(67,165,91,1) 100%);
	color: #fff;
	padding: 0.1em 1em;
	font-size: 12px;
	margin-right: 0.5em;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left:0;
	display: block;
}
#newsContent .newsContentIn .newsBtm sub{
	display: inline-block;
	line-height: 1em;
}

.newsContentIn .newsBtm img{
  padding-right: 10px;
  float: left;
		}

#newsOuter .use-index {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 18px);
  margin: 2em -9px 0;
  position: relative;
}
#newsOuter .use-index-item {
  padding: 0 9px;
  width: 33.33333%;
}
#newsOuter .use-index-item:nth-child(n+4) {
  margin-top: 15px;
}
#newsOuter .use-index.col-2 .use-index-item {
  width: 50%;
}
#newsOuter .use-index.col-2 .use-index-item:nth-child(n+3) {
  margin-top: 15px;
}
#newsOuter .use-card {
  height: 100%;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  display: block;
  background: linear-gradient(315deg, rgba(58,100,173,1) 0%, rgba(67,165,91,1) 100%) no-repeat;
  border-radius: 8px;
  position: relative;
  padding: 20px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
}
#newsOuter .use-card:after {
  content: "";
  display: block;
  clear: both;
}
#newsOuter .use-card:before {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  border-radius: 6px;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: 0.3s;
}
#newsOuter .use-card > * {
  position: relative;
}
#newsOuter .use-section-consumer .use-card {
  background: linear-gradient(315deg, rgba(58,100,173,1) 0%, rgba(67,165,91,1) 100%) no-repeat;
}


/* header
------------------------------------------------*/
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	padding: 0 0 0 40px;
	z-index: 100000;
	transition: 0.2s;
}
header #headerL{
	display: flex;
	align-items: center;
}
header #headerL h1{
	width: 230px;
}

header #headerL .logoNS{
	display: none;
	max-width: 200px;
	margin-right: 1.5em;
}


header #headerR{
	display: flex;
}
header #headerR .menu01{
	display: flex;
	height: 100%;
}
header #headerR .menu01 li{
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
header #headerR .menu01 li:nth-of-type(n+2){
	margin-left: 2em;
}
header #headerR .menu01 li a{
	text-decoration: none;
	transition: 0.2s;
	display: block;
}

header #headerR .menu02{
	height: 100%;
	margin-left: 2em;
	display: flex;
}
header #headerR .menu02 li {
	height: 100%;
	font-size: 16px;
	font-weight: bold;
	width: 12em;
	text-align: center;
	line-height: 1.3em;
	transition: 0.2s;
	position: relative;
	background: rgb(58,100,173);
	background: linear-gradient(315deg, rgba(58,100,173,1) 0%, rgba(67,165,91,1) 100%);
}
header #headerR .menu02 li a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	height: 100%;
	position: relative;
	z-index: 10;
}
header #headerR .menu02 li img {
	width: 22px;
	margin-right: 0.5em;
}

header #headerR .menu02 li:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	transition: 0.2s;
	background: #43a55b;
}
header #headerR .menu02 li:hover:before{
	width: 100%;
}


header.kv{
	background: transparent;
}
header.kv #headerL h1{
	display: none;
}
header.kv #headerL .logoNS{
	display: flex;
	align-items: center;
}


/*switch*/
[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}
header #headerR .menu02 li.switches > .lang #state_head-lang:checked ~ .selector {
    height: auto;
    opacity: 1;
}
header #headerR .menu02 li.switches {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	width: 7em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header #headerR .menu02 li.switches:before{
	display: none;
}

header #headerR .menu02 li.switches > .lang {
	margin-right: 0;
	width: 100%;
	height: 100%;
}
header #headerR .menu02 li.switches .lang #state_head-lang {
    display: none;
}
header #headerR .menu02 li.switches .lang > .current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: white;
    background-color: #00569b;
    font-weight: 600;
}
header #headerR .menu02 li.switches > .lang > .current::before {
    content: "";
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    background: url(/product/nscarbolex/images/common/icon_button-globe_white.svg) center/contain no-repeat;
    display: block;
}
header #headerR .menu02 li.switches > .lang > .current::after {
	margin-left: 18px;
	content: "";
	width: 13px;
	height: 8px;
	background: url(/product/nscarbolex/images/common/icon_button-chevron_white.svg) center/contain no-repeat;
	display: block;
}
header #headerR .menu02 li.switches > .lang > .selector{
	position: absolute;
    top: 100%;
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
header #headerR .menu02 li.switches > .lang > .selector > .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 48px;
	color: white;
	background: #00569b;
	font-size: 1rem;
	font-weight: 600;
}
@media screen and (max-width: 767.5px) {
	header #headerR .menu02 li.switches .lang > .current{
		flex-flow: column;
	}
	header #headerR .menu02 li.switches > .lang > .current::before{
		margin: 0 0 1em;
		height: 18px;
		width: 18px;
	}
	header #headerR .menu02 li.switches > .lang > .current::after {
		display: none;
	}
}
/**/


/* footer
------------------------------------------------*/
footer{
	position: relative;
}

#footerContact{
	background: rgb(58,100,173);
	background: linear-gradient(315deg, rgba(58,100,173,1) 0%, rgba(67,165,91,1) 100%);
	color: #fff;
	text-align: center;
	padding: 4em 40px;
}
#footerContact .txt{
	font-weight: bold;
	font-size: 32px;
}
#footerContact .btnFooter{
	margin-top: 3em;
}
#footerContact .btnFooter a{
	font-size: 24px;
	font-weight: bold;
	color: #43A55B;
	text-decoration: none;
	background: #fff;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 16em;
	margin: 0 auto;
	padding: 0.8em 1em 0.5em 1em;
	line-height: 1em;
	transition: 0.2s;
	position: relative;
	overflow: hidden;
}
#footerContact .btnFooter a:hover{
	color: #fff;
}
#footerContact .btnFooter a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  display: block;
  background: #43A55B;
  transition: 0.2s;
}
#footerContact .btnFooter a:hover:before {
	width: 100%;
}
#footerContact .btnFooter a span {
	position: relative;
	z-index: 10;
}
#footerContact .btnFooter img{
	width: 45px;
	margin-right: 0.5em;
	position: relative;
	top: -4px;
}

footer #closingOuter{
	padding: 2em 40px;
}
footer #closing{
	position: relative;
	max-width: 1300px;
	margin: 0 auto;

}
footer #closing .logo{
	max-width: 300px;
}
footer #closing .logo a,
footer #closing .nipponsteel a{
	transition: 0.2s;
}
footer #closing .logo a:hover,
footer #closing .nipponsteel a:hover{
	opacity: 0.7;
}
footer #closing .copy{
	font-size: 12px;
	margin-top: 1em;
} 
footer #closing ul{
	display: flex;
	position: absolute;
	top: 1em;
	right: 0;
	flex-wrap: wrap;
}
footer #closing ul li{
	line-height: 1.3em;
	position: relative;
}
footer #closing ul li:nth-of-type(n+2){
	padding-left: 1em;
	margin-left: 1em;
}
footer #closing ul li:nth-of-type(n+2):before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 1px;
	background: #231F20;
}
footer #closing .nipponsteel{
	position: absolute;
	bottom: 1em;
	right: 0;
	max-width: 175px;
}



#pageTop {
    position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 1000;
	display: none;
}
#pageTop span{
	background: rgb(58,100,173);
	background: linear-gradient(315deg, rgba(58,100,173,1) 0%, rgba(67,165,91,1) 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	cursor: pointer;
	transition: 0.2s;
	width: 70px;
	height: 70px;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
}
#pageTop span:hover{
	opacity: 0.7;
}
#pageTop span:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 1em 1.5em 1em;
	border-color: transparent transparent #43a55b transparent;
	z-index: 10;
}
#pageTop span:after{
	content: "";
	width: calc(100% - 6.5px);
	height: calc(100% - 6.5px);
	z-index: 5;
	position: absolute;
	top: 3px;
	left: 3px;
	background: #fff;
	border-radius: 50%;
	
}
/* #pageTop span:after{
	height: 0.8em;
	transform: rotate(45deg);
	left: -0.5em;
}*/


@media screen and (max-width:1049.5px){
	header #headerR .menu01 li {
		font-size: 14px;
	}
}

/*header 1000px以下からスマホ*/
@media screen and (max-width:999.5px){
	

	
	header .spHMenu{
		width: 70px;
		height: 70px;
		position: fixed;
		top:0;
		right: 0;
		display: block;
		z-index: 100000;
		background: #E5E5E5;
	}

	a.spHMenu:before,
	a.spHMenu span,
	a.spHMenu:after{
		background-color: #003E92;
		content: " ";
		height: 2px;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		position: absolute;
		transition: all 0.4s ease-out 0s;
		width: 28px;

	}

	a.spHMenu:before{
		top: -20px;
	}
	a.spHMenu:after{
		top: 20px;
	}
	a.spHMenu.MenuOpen{

	}
	a.spHMenu.MenuOpen:before{
		top: 0;
		transform: rotate(225deg);
	}
	a.spHMenu.MenuOpen:after{
		top: 0;
		transform: rotate(-225deg);
	}
	a.spHMenu.MenuOpen span{
		background-color: #3D436A;
		opacity:0;
	}
	
	header #headerR .menu01Outer{
		display: none;
	}
	header #headerR .menu02{
		margin: 0 70px 0 0;
	}
	
	header #headerR a.spHMenu + nav {
		position: absolute;
		top: 70px;
		left: 0;
		width: 100%;
		height: calc(100vh - 70px);
		background: #E5E5E5;
		padding: 0 20px;
	}
	header #headerR .menu01{
		display: block;
		margin-top: 2em;
		border-top: #4B4B4B solid 1px;
	}
	header #headerR .menu01 li {
		margin: 0 !important;
		border-bottom: #4B4B4B solid 1px;
		display: block;
	}
	header #headerR .menu01 li a {
		position: relative;
		padding: 1em 0;
		display: block;
		width: 100%;
	}
	header #headerR .menu01 li a::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0.2em;
		bottom: 0;
		margin: auto;
		width: 7px;
		height: 7px;
		border-top: #043E92 solid 2px;
		border-right: #043E92 solid 2px;
		transform: rotate(45deg);
	}
	
	
	
	
	footer #closing .logo {
		max-width: 300px;
		width: 33vw;
	}
	
	#pageTop{
		bottom: 20px;
		right: 20px;
	}
	
	
	footer #closing ul{
		font-size: 12px;
	}
	/*footer #closing ul li:nth-of-type(n+3){
		margin-top: 0.7em;
	}
	footer #closing .nipponsteel{
		bottom: 0em;
	}*/
	

	
}


/* スマホ
------------------------------------------------*/
@media screen and (max-width:767.5px){
	
	body {
		font-size: 14px;
	}
	
	#wrap{
		position: relative;
	}
	.sPC{
		display: none;
	}
	.sSP{
		display: block;
	}
	
	.btnW a{
		font-size: 16px;
		padding: 0.8em;
	}
	
	header{
		height: 60px;
		padding-left: 20px;
	}
	header #headerL h1 {
		width: 160px;
	}
	header #headerL .logoNS {
		max-width: 150px;
	}
	header .spHMenu,
	header #headerR .menu02 li{
		width: 60px;
		height: 60px;
	}
	header #headerR .menu02 li {
		width: 60px;
		font-size: 8px;
	}
	header #headerR .menu02 li a {
		flex-direction: column;
	}
	header #headerR .menu02 {
		margin: 0 60px 0 0;
	}
	header #headerR .menu02 li img {
		width: 20px;
		margin: 0 0 1em;
	}
	
	header #headerR a.spHMenu + nav {
		top: 60px;
		height: calc(100vh - 60px);
	}
	
	#footerContact{
		padding: 2em 20px;
	}
	#footerContact .txt{
		font-size: 20px;
		line-height: 1.5em;
	}
	#footerContact .btnFooter {
		margin-top: 1em;
	}
	#footerContact .btnFooter a {
		font-size: 16px;
	}
	#footerContact .btnFooter img {
		width: 35px;
	}
	
	
	footer #closingOuter {
		padding: 2em 10px 1em;
	}
	footer #closing {
		display: flex;
		flex-direction: column;
		margin: 0 auto;
	}
	footer #closing .logo {
		order: 2;
		margin: 1.5em auto 0;
		width: 50%;
		max-width: 200px;
	}
	footer #closing .copy {
		order: 4;
		font-size: 10px;
		text-align: center;
		margin-top: 0;
	}
	footer #closing ul {
		order: 1;
		position: static;
		margin: 0 auto;
		justify-content: center;
		width: auto;
	}
	footer #closing ul li:nth-of-type(3){
		margin-top: 0;
	}
	/* footer #closing ul li:nth-of-type(3):before{
		display: none;
	}
	footer #closing ul li:nth-of-type(n+3) {
		margin-top: 1em;
	} */
	footer #closing .nipponsteel {
		order: 3;
		position: static;
		bottom: 45%;
		margin: 1em auto;
		width: 50%;
	}
	
	
	#newsContent .newsContentIn {
		padding: 1em 0;
	}
	#newsContent .newsContentIn:nth-of-type(n+2){
		margin-top: 1em;
	}
	#newsContent .newsContentIn .newsBtm {
		margin-top: 0.5em;
		line-height: 1.5em;
		font-size: 14px;
	}
	
	#newsOuter .use-index {
    margin: 10px 0 0;
    width: 100%;
  } 
	#newsOuter .use-index-item {
    width: 100%;
  }
	#newsOuter .use-index-item:nth-child(n+2) {
    margin-top: 10px;
  }
	#newsOuter .use-index.js-use-index .use-index-item {
    height: auto !important;
    width: calc(100% - 20px);
    margin: 10px 10px 0;
  }
	#newsOuter .use-index.col-2 .use-index-item {
    width: 100%;
  }
	#newsOuter .use-index.col-2 .use-index-item:nth-child(n+2) {
    margin-top: 15px;
  }

	
	
	#pageTop{
		bottom: 10px;
		right: 10px;
	}
	#pageTop span{
		transform: scale(0.75, 0.75);
	}
	
	
	#Breadcrumb{
		padding: 1em 20px;
	}

	
	
	
	
}