* {font-family: 'Roboto Condensed', FoundersGrotesk, Helvetica, Verdana,Meiryo, Arial, sans-serif}

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%
}

body {
	color: #2c3f4c;
	background-color: #fff
}

a {
    color: #00573d;
}
a, a:focus, a:hover {
    text-decoration: none;
}
a.ni-btn {
	text-decoration: none;
	padding: 13px 15px;
	text-transform: uppercase
}

.ni-btn-primary {
	color: #fff;
	background-color: #004123;
	border-color: #004123
}

.ni-btn-primary:hover {
	color: #fff;
	background-color: #32eb96
}

.ni-btn {
	display: inline-block;
	padding: 13px 15px;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	text-transform: uppercase;
	line-height: 1em
}

.ni-btn:hover {
	text-decoration: none
}

div#contents {
	background-color: #fff;
	position: relative;
	min-height: 100%
}

header{background-color: #03b585;}


div#header {
	padding: 5px 0 5px 0;
	width: 100%;
	height: 30px;
	background-color: #004b8d;
	color: #fff
}

div#header_left {
	float: left;
	margin-left: 10px;
	font-size: 18px;
	font-color: #fff
}

div#header_right {
	float: right;
	margin-right: 10px;
	font-size: 14px
}

div#body {
	background-color: #fff;
	width: 100%;
	max-width: 90%;
	min-width: 320px;
	margin: 10px auto 0;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px
}

div#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-color: #909090;
	color:#fff;
	padding: 5px 0 0 10px;
	font-size: 12px
}

.footer-body .footer-bottomLinks .allRights, .footer-body .footer-bottomLinks .legal,
	.footer-body .footer-bottomLinks .ni-contact-number-container,
	.footer-body .footer-bottomLinks a {
	background-color: #cddcc8;
	color: #054123;
	font-family: SpaceMono;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none
}

div#sign_fld {
	float: left;
	line-height: 45px;
	border-bottom: solid 2px;
	width: 100%;
	background-color: #fff
}

.box {
	display: inline-block
}

.boxContainer {
	overflow: hidden;
	height: 35px
}

.right {
	float: right
}

.left {
	float: left
}

.center {
	margin-left: auto;
	margin-right: auto;
	width: 150px
}

.b-radius {
	border: 1px solid;
	border-radius: 5px;
	padding: 5px
}

.shadow {
	filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .1))
}

.tabmenu {
	width: 100%
}

.tab {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	bottom: -1px;
	z-index: 1
}

.tab li {
	background: #eee;
	cursor: pointer;
	display: inline-block;
	width: 15%;
	max-width: 200px;
	padding: .6em;
	font-size: 13px;
	border-bottom: none
}

.tab li.select {
	background: #fff;
	border: 1px solid #b9b9b9;
	font-size: 16px;
	border-bottom: none
}

.tablink {
	display: block;
	text-decoration: none;
	color: #000
}

.show {
	border: 1px solid #b9b9b9;
	padding: .4em
}

.hide {
	display: none
}

.hr-text {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: #000;
	text-align: center;
	height: 1.5em;
	opacity: .5
}

.hr-text:before {
	content: '';
	background: -webkit-linear-gradient(left, transparent, #818078, transparent);
	background: linear-gradient(to right, transparent, #818078, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px
}

.hr-text:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	color: #000;
	padding: 0 .5em;
	line-height: 1.5em;
	color: #818078;
	background-color: #fcfcfa
}

table {
	width: 100%;
	border-collapse: collapse;
	border: none
}

th {
	padding: 5px;
	vertical-align: top;
	text-align: right;
	font-weight: 400;
	border: none
}

td {
	padding: 1px;
	vertical-align: center;
	border: none;
	word-break: break-all
}

td.head {
	background-color: #f6f6f6
}

.border {
	border: 1px solid #666
}

.p5 {
	padding: 5px
}

.p10 {
	padding: 10px
}

.notice {
	border: 1px solid #ffeeba;
	background-color: #fff3cd;
	padding: 2px 10px;
	width: 100%;
	margin: 0 auto;
	font-size: 15px
}

.error {
	border: 1px solid #b9b9b9;
	background-color: #fcc;
	padding: 2px;
	width: 100%;
	margin: 0 auto;
	font-size: 15px
}

.result {
	width: 100%;
	font-size: 110%;
	background-color: #fff;
	padding: 2px 5px
}

button.new-btn {
	position: relative;
	display: flex;
	border-radius: 4px;
	padding: 6px 12px;
	font-size: 12px;
	border: 1px solid #ff1493;
	background-image: -webkit-linear-gradient(#fff 0, #fff 100%);
	background-image: -moz-linear-gradient(#fff 0, #fff 100%);
	background-image: -ms-linear-gradient(#fff 0, #fff 100%);
	background-image: -o-linear-gradient(#fff 0, #fff 100%);
	background-image: linear-gradient(#fff 0, #fff 100%);
	outline: 0;
	box-shadow: 0 1px 0 #fff;
	cursor: default;
	min-width: 75px;
	line-height: 110%;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-align-items: center;
	align-items: center;
	color: #ff1493;
	background: #fff;
	margin: 5px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}

button.new-btn:hover {
	text-decoration: none;
	border: 1px solid #ff058a;
	background-image: -webkit-linear-gradient(#ffd8ec 0, #ffd8ec 100%);
	background-image: -moz-linear-gradient(#ffd8ec 0, #ffd8ec 100%);
	background-image: -ms-linear-gradient(#ffd8ec 0, #ffd8ec 100%);
	background-image: -o-linear-gradient(#ffd8ec 0, #ffd8ec 100%);
	background-image: linear-gradient(#ffd8ec 0, #ffd8ec 100%);
	color: #333
}

button.new-btn.clicked, button.new-btn:active {
	border: 1px solid #999;
	background-image: -webkit-linear-gradient(#ffd8ec 0, #ffd8ec 100%);
	background-image: -moz-linear-gradient(#ffd8ec 0, #ffd8ec 100%);
	background-image: -ms-linear-gradient(#ffd8ec 0, #ffd8ec 100%);
	background-image: -o-linear-gradient(#ffd8ec 0, #ffd8ec 100%);
	background-image: linear-gradient(#ffd8ec 0, #ffd8ec 100%);
	text-shadow: 1px 1px 1px #eee
}

button.new-btn:disabled {
	border: 1px solid #ff058a !important;
	background: #ffd8ec !important;
	color: #bdbcbc !important;
	text-shadow: none !important
}

button.new-btn:focus:before {
	content: "";
	border: 1px dashed #aaa;
	border-radius: 3pxp;
	osition: absolute;
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px;
	pointer-events: none
}

button.new-btn::-moz-focus-inner {
	border: 0
}

button, input, select, textarea {
	padding: 5px 5px 5px 5px
}

input[type=text] {
	border: 1px solid #999
}

input[type=email], textarea {
	border: 1px solid #999;
	width: 90%
}

input[type=file] {
	border: 1px solid #999;
	background-color: #fff;
	width: 100%;
	max-width:400px
}

legend {
	color: #1e3f5f;
	background-color: #fff
}

fieldset {
	background-color: #f3f6fa;
	border: 1px solid #666;
	width: 98%
}

label {
	display: inline-block;
	white-space: nowrap;
	/*width: 170px;*/
	margin-top: 3px;
	padding: 3px
}

ul {
	list-style: none;
	padding-left: 10px
}

input:required {
	border-color: #f28448
}

input[type=file]:required {
	border: 1px solid #f28448;
	background-color: #fff;
	width: 100%;
	max-width:400px
}

label:required {
	border-color: #f28448
}

textarea:required {
	border-color: #f28448 !important;
	width: 90%
}

select:required {
	border-color: #f28448 !important
}

*, ::after, ::before {
	box-sizing: border-box
}

.cd-breadcrumb, .cd-multi-steps {
	width: 90%;
	max-width: 768px;
	padding: .5em 1em;
	margin: .1em auto;
	background-color: #edeff0;
	border-radius: .25em
}

.cd-breadcrumb:after, .cd-multi-steps:after {
	content: "";
	display: table;
	clear: both
}

.cd-breadcrumb li, .cd-multi-steps li {
	display: inline-block;
	float: left;
	margin: .5em 0
}

.cd-breadcrumb li::after, .cd-multi-steps li::after {
	display: inline-block;
	content: '\00bb';
	margin: 0 .6em;
	color: #959fa5
}

.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after
	{
	display: none
}

.cd-breadcrumb li>*, .cd-multi-steps li>* {
	display: inline-block;
	font-size: 1.4rem;
	color: #2c3f4c
}

.cd-breadcrumb li.current>*, .cd-multi-steps li.current>* {
	color: #96c03d
}

.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after
	{
	content: '';
	height: 16px;
	width: 16px;
	vertical-align: middle
}

@media only screen and (min-width:768px) {
	.cd-breadcrumb, .cd-multi-steps {
		padding: 0 1.2em
	}
	.cd-breadcrumb li, .cd-multi-steps li {
		margin: 1.2em 0
	}
	.cd-breadcrumb li::after, .cd-multi-steps li::after {
		margin: 0 1em
	}
	.cd-breadcrumb li>*, .cd-multi-steps li>* {
		/*font-size: 1.6rem*/
		font-size: 16px;
	}
}

@media only screen and (min-width:768px) {
	.cd-breadcrumb.triangle {
		background-color: transparent;
		padding: 0
	}
	.cd-breadcrumb.triangle li {
		position: relative;
		padding: 0;
		margin: 4px 4px 4px 0
	}
	.cd-breadcrumb.triangle li:last-of-type {
		margin-right: 0
	}
	.cd-breadcrumb.triangle li>* {
		position: relative;
		padding: .4em .8em .4em 2.5em;
		color: #2c3f4c;
		background-color: #edeff0;
		border-color: #edeff0
	}
	.cd-breadcrumb.triangle li.current>* {
		color: #fff;
		background-color: #034123;
		border-color: #034123
	}
	.cd-breadcrumb.triangle li:first-of-type>* {
		padding-left: 1.6em;
		border-radius: .25em 0 0 .25em
	}
	.cd-breadcrumb.triangle li:last-of-type>* {
		padding-right: 1.6em;
		border-radius: 0 .25em .25em 0
	}
	.cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li>::after {
		content: '';
		position: absolute;
		top: 0;
		left: 100%;
		content: '';
		height: 0;
		width: 0;
		border: 16px solid transparent;
		border-right-width: 0;
		border-left-width: 20px
	}
	.cd-breadcrumb.triangle li::after {
		z-index: 1;
		-webkit-transform: translateX(4px);
		-moz-transform: translateX(4px);
		-ms-transform: translateX(4px);
		-o-transform: translateX(4px);
		transform: translateX(4px);
		border-left-color: #fff;
		margin: 0
	}
	.cd-breadcrumb.triangle li>::after {
		z-index: 2;
		border-left-color: inherit
	}
	.cd-breadcrumb.triangle li:last-of-type::after, .cd-breadcrumb.triangle li:last-of-type>::after
		{
		display: none
	}
	.cd-breadcrumb.triangle.custom-separator li::after {
		background-image: none
	}
	.cd-breadcrumb.triangle.custom-icons li::after, .cd-breadcrumb.triangle.custom-icons li>::after
		{
		border-top-width: 25px;
		border-bottom-width: 25px
	}
	@-moz-document url-prefix() {
		.cd-breadcrumb .triangle li::after, .cd-breadcrumb.triangleli >::after {
		border-left-style :dashed
		
	}
}

.h1,.h2,.h3,.h4,h1,h2,h3,h4 {
  font-family: Roboto Condensed, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.42857143;
  color: #333
}


.h1,.h2,h1,h2 {
  font-weight: 300
}

.h3,h3 {
  font-weight: 400
}

.h4,h4 {
  font-weight: 600
}

.h1,.ni-home .h1,.ni-home h1,h1,h1.ni-home {
  font-size: 24px
}

.h2,h2 {
  font-size: 21px
}

.h3,h3 {
  font-size: 16px
}

.footer .h1,.footer .h2,.footer .h3,.footer h1,.footer h2,.footer h3,.footer h4 {
  color: inherit
}
@media (min-width:768px) {

  .h1,
  h1 {
    font-size: 36px
  }

  .ni-home .h1,
  .ni-home h1,
  h1.ni-home {
    font-size: 25px
  }

  .h2,
  h2 {
    font-size: 26px
  }

  .h3,
  h3 {
    font-size: 18px
  }

  .ni-section-header,
  .section-header,
  body {
    font-size: 14px
  }

  .ni-body-copy-secondary,
  .ni-body-copy-tertiary {
    font-size: 12px
  }
}

@media (min-width:920px) {

  .h1,
  .ni-home .h1,
  .ni-home h1,
  h1 {
    font-size: 45px
  }

  .ni-homepage-top .h1,
  .ni-homepage-top h1,
  h1.ni-home-top {
    font-size: 40px
  }

  .h2,
  h2 {
    font-size: 32px
  }

  .h3,
  h3 {
    font-size: 21px
  }

  .ni-section-header,
  .section-header {
    font-size: 18px
  }

  body {
    font-size: 16px
  }

  .ni-body-copy-secondary,
  .ni-body-copy-tertiary {
    font-size: 13px
  }
}

    /*https://naifix.com/css-box-design/*/
    .notice-box:before{background-color: #ffffff; color: #00CC00; content: ""; font-weight: bold; left: 1em; padding: 0 .5em; position: absolute; top: -1em;}
    .point-box {border: 2px solid #da4033; border-radius: 4px; margin: 2em 0; padding: 2em; position: relative;}
    .point-box:before{background-color: #fff; color: #da4033; content: "POINT / 注意事項"; font-weight: bold; left: 1em; padding: 0 .5em; position: absolute; top: -1em;}
    .EUI-box {border: 2px solid #7d7d7d; border-radius: 4px; margin: 1em 0; padding: 1em; position: relative;}
    .EUI-box:before{background-color: #fff; color: #7d7d7d; content: "End User Information (最終仕向地（国名）、エンドユーザ)"; font-weight: bold; left: 1em; padding: 0 .5em; position: absolute; top: -1em;}
    .EndUse-box {border: 2px solid #7d7d7d; border-radius: 4px; margin: 1em 0; padding: 1em; position: relative;}
    .EndUse-box:before{background-color: #fff; color: #7d7d7d; content: "End Use  (最終用途)"; font-weight: bold; left: 1em; padding: 0 .5em; position: absolute; top: -1em;}
    .EUS-box {border: 2px solid #7d7d7d; border-radius: 4px; margin: 1em 0; padding: 1em; position: relative;}
    .EUS-box:before{background-color: #fff; color: #7d7d7d; content: "End Use Statement"; font-weight: bold; left: 1em; padding: 0 .5em; position: absolute; top: -1em;}
    .notice-box {background-color: #ffffff; border: 2px solid #00CC00; border-radius: 4px; margin: 1em 0; padding: 1em; position: relative;}
    input{margin-bottom:10px;}select{padding:10px;margin-bottom:10px;}textarea{padding:10px;margin-bottom:10px;}
    a{text-decoration: none;}
    .TRANS {padding: 3px; color: #777;}

}

