/*
*******************************************************************************************************
# common style - compiled from common/common.scss
*******************************************************************************************************
*/

/* add fonts */
@font-face {
	font-family: 'Noto Sans';
  src: url("../fonts/NotoSans-Regular.woff") format("woff"), url("../fonts/NotoSans-Regular.ttf") format("truetype");
}

@font-face {
	font-family: 'Noto Sans Bold';
  src: url("../fonts/NotoSans-Bold.woff") format("woff"), url("../fonts/NotoSans-Bold.ttf") format("truetype");
}

/* ------------------------------------
	* normalize
* ------------------------------------ */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
	pointer-events: none;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background-color: transparent;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	pointer-events: none;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

/* add base */
html {
	font-size: 15px;
}

body {
	color: #111111;
	line-height: 1.8;
	min-width: 1000px;
	-webkit-font-smoothing: subpixel-antialiased;
}

body * {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl, dt, dd, p {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style: none;
}

img {
	max-width: 100%;
	vertical-align: top;
}

a {
	color: #20a0e4;
	text-decoration: none;
}

a:hover {
	color: #0090d7;
	text-decoration: underline;
}

sup {
	top: -0.5em;
}

th {
	font-weight: normal;
}

/* ------------------------------------
	* module
* ------------------------------------ */

/*------------------------------------
	mod-btn
------------------------------------*/
[class*="mod-btn"] {
	position: relative;
	display: block;
	border: solid 1px #dddddd;
	border-radius: 4px;
	background-color: #ffffff;
	color: #111111;
	text-align: center;
	line-height: 1.2;
	box-sizing: border-box;
}

[class*="mod-btn"]:hover {
	border-color: #0090d7;
	background-color: #f4f4f4;
	color: #111111;
	text-decoration: none;
}

[class*="mod-btn"] .btn-inner {
	display: block;
	padding: 5px 10px 3px 10px;
}

.mod-btn-blue {
	background-color: #0090d7;
	border: solid 1px #0176b0;
	color: #ffffff;
}

.mod-btn-blue:hover {
	background-color: #0176b0;
	color: #ffffff;
}

.mod-btn-black {
	border: solid 1px #333333;
	background-color: #333333;
	color: #ffffff;
}

.mod-btn-black:hover {
	border-color: #5c5c5c;
	background-color: #5c5c5c;
	color: #ffffff;
}

.mod-btn-red {
	border: solid 1px #a41b17;
	background-color: #ce4844;
	color: #ffffff;
}

.mod-btn-red:hover {
	background-color: #a41b17;
	color: #ffffff;
}

.mod-btn-Inactive {
	border: solid 1px #c3c3c3;
	background-color: #c3c3c3;
	color: #ffffff;
}

.mod-btn-Inactive:hover {
	border-color: #c3c3c3;
	background-color: #c3c3c3;
	color: #ffffff;
}

.mod-btn-redline {
	padding: 0;
	border: solid 1px #ce4844;
	background-color: #ffffff;
	color: #ce4844;
}

.mod-btn-redline:hover {
	border: solid 1px #ce4844;
	background-color: #fbe5e5;
	color: #ce4844;
}

.mod-btn-large {
	border: solid 4px #eff0f3;
	border-radius: 0px;
	font-size: 21px;
}

.mod-btn-large:hover {
	border-color: #eff0f3;
	background-color: #ffffff;
	color: #0090d7;
}

.mod-btn-large .btn-inner {
	padding: 22px 14px 23px 6px;
}

.mod-btn-large .btn-inner::before {
	content: "";
	position: relative;
	top: -2px;
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 12px;
	border-radius: 40px;
	border: solid 4px #0090d7;
}

/*------------------------------------
	mod-ttl
------------------------------------*/
/* mod-ttl-page */
.mod-ttl-page {
	height: 99px;
	margin: 20px 0 0 0;
	padding: 20px 40px;
	padding: 0 40px;
	font-size: 32px;
	line-height: 99px;
}

.mod-ttl-page .ttl-inner {
	position: relative;
	display: block;
	max-width: 1208px;
	margin: 0 auto;
	padding-left: 36px;
}

.mod-ttl-page .ttl-inner::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 9px;
	height: 9px;
	margin-top: -11px;
	border-radius: 40px;
	border: solid 5px #0090d7;
}

/* mod-ttl-section */
.mod-ttl-section {
	margin-bottom: 20px;
	font-size: 27px;
	color: #7f8894;
	line-height: 1.25;
}

/* mod-ttl-heading */
.mod-ttl-heading {
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 1.6;
}

.mod-ttl-heading .emp {
	color: #0090d7;
}

/* mod-ttl-popup */
.mod-ttl-popup {
	min-height: 60px;
	padding: 0 70px 0 40px;
	font-size: 21px;
	color: #ffffff;
	background: #052a46;
	background: linear-gradient(to right, #052a46 0%, #2a75ad 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#052a46', endColorstr='#2a75ad',GradientType=1 );
}

.mod-ttl-popup .ttl-inner {
	display: table-cell;
	height: 60px;
	padding: 10px 0;
	vertical-align: middle;
}

.mod-ttl-popup.mod-bg-glay {
	-webkit-filter: none;
	filter: none;
	background: #eff0f3;
	color: #111111;
}

/* mod-ttl-tab */
.mod-ttl-tab {
	margin: 60px 0 78px;
	*zoom: 1;
}

.mod-ttl-tab:before, .mod-ttl-tab:after {
	content: "";
	display: table;
}

.mod-ttl-tab:after {
	clear: both;
}

.mod-ttl-tab a {
	color: #111111;
	text-decoration: none;
}

.mod-ttl-tab a:hover {
	color: #0090d7;
}

.mod-ttl-tab .ttl-current-page, .mod-ttl-tab .ttl-other-page {
	float: left;
	display: block;
	width: 50%;
	text-align: center;
	font-size: 27px;
}

.mod-ttl-tab .ttl-current-page .ttl-inner, .mod-ttl-tab .ttl-other-page .ttl-inner {
	display: block;
	padding: 20px;
}

.mod-ttl-tab .ttl-current-page {
	border: solid 1px #d1d1d1;
	border-bottom: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.mod-ttl-tab .ttl-current-page .ttl-inner::before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-right: 16px;
	border-radius: 40px;
	border: solid 5px #0090d7;
}

.mod-ttl-tab .ttl-other-page {
	border-bottom: solid 1px #d1d1d1;
}

.mod-ttl-tab .ttl-other-page span {
	position: relative;
	padding-left: 38px;
}

.mod-ttl-tab .ttl-other-page span::before, .mod-ttl-tab .ttl-other-page span::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 24px;
	height: 1px;
	background-color: #0090d7;
}

.mod-ttl-tab .ttl-other-page span::before {
	margin-top: -5px;
	-ms-transform: rotate(22deg);
	transform: rotate(22deg);
}

.mod-ttl-tab .ttl-other-page span::after {
	margin-top: 5px;
	-ms-transform: rotate(151deg);
	transform: rotate(151deg);
}

/* mod-box-stepcounter */
.mod-box-stepcounter {
	display: table;
	margin: 0 auto;
	padding: 15px 25px 15px 28px;
	background-color: #eff0f3;
	border-radius: 4px;
}

.mod-box-stepcounter .inner-step {
	display: table;
	width: 100%;
	line-height: 1;
}

.mod-box-stepcounter .list-step {
	display: table-cell;
	vertical-align: middle;
}

.mod-box-stepcounter .list-step li {
	display: table-cell;
	vertical-align: middle;
	padding-left: 18px;
}

.mod-box-stepcounter .list-step li:first-child {
	padding-left: 0;
}

.mod-box-stepcounter .list-step span {
	display: block;
	width: 100%;
	font-size: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.mod-box-stepcounter .list-step .point {
	width: 21px;
	height: 21px;
	border-radius: 100%;
	background-color: #fff;
	overflow: hidden;
}

.mod-box-stepcounter .list-step .passed .point {
	background-color: #cdd0d6;
}

.mod-box-stepcounter .list-step .active .point {
	border: 6px solid #0090d7;
}

.mod-box-stepcounter .count {
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px;
	color: #7f8894;
	white-space: nowrap;
}

/*------------------------------------
	mod-list
------------------------------------*/
/* mod-list */
.mod-list li {
	position: relative;
	padding-left: 15px;
	font-size: 17px;
}

.mod-list li:before {
	content: "";
	position: absolute;
	left: 1px;
	top: 0.7em;
	width: 3px;
	height: 3px;
	border-radius: 10px;
	background-color: #0090d7;
}

/* mod-postlist-top */
.mod-postlist-top {
	margin-bottom: 30px;
	*zoom: 1;
}

.mod-postlist-top:before, .mod-postlist-top:after {
	content: "";
	display: table;
}

.mod-postlist-top:after {
	clear: both;
}

.mod-postlist-top li {
	float: left;
	width: 33%;
	margin-bottom: 30px;
}

.mod-postlist-top li a {
	display: block;
	text-decoration: none;
}

.mod-postlist-top li a:hover .pic {
	opacity: 0.8;
}

.mod-postlist-top li a:hover .text {
	color: #0090d7;
}

.mod-postlist-top li:nth-child(3n-2) > a {
	margin-left: 30px;
	margin-right: 41px;
}

.mod-postlist-top li:nth-child(3n-1) > a {
	margin-left: 35px;
	margin-right: 35px;
}

.mod-postlist-top li:nth-child(3n) > a {
	margin-left: 41px;
	margin-right: 30px;
}

.mod-postlist-top li .pic {
	margin-bottom: 15px;
}

.mod-postlist-top li .pic img {
	width: 100%;
}

.mod-postlist-top li .date {
	margin-bottom: 3px;
	color: #7f8894;
}

.mod-postlist-top li .text {
	color: #111111;
}

@media screen and (max-width: 1200px) {
	.mod-postlist-top li:nth-child(3n-2) > a {
		margin-left: 14px;
		margin-right: 25px;
	}

	.mod-postlist-top li:nth-child(3n-1) > a {
		margin-left: 19px;
		margin-right: 19px;
	}

	.mod-postlist-top li:nth-child(3n) > a {
		margin-left: 25px;
		margin-right: 14px;
	}
}

/* mod-postlist-bottom */
.mod-postlist-bottom {
	*zoom: 1;
}

.mod-postlist-bottom:before, .mod-postlist-bottom:after {
	content: "";
	display: table;
}

.mod-postlist-bottom:after {
	clear: both;
}

.mod-postlist-bottom li {
	float: left;
	width: 50%;
}

.mod-postlist-bottom li a {
	display: block;
	padding: 30px 0;
	border-bottom: solid 1px #e5e5e5;
	text-decoration: none;
}

.mod-postlist-bottom li a:hover .pic {
	opacity: 0.8;
}

.mod-postlist-bottom li a:hover .text {
	color: #0090d7;
}

.mod-postlist-bottom li:nth-child(1) > a, .mod-postlist-bottom li:nth-child(2) > a {
	border-top: solid 1px #e5e5e5;
}

.mod-postlist-bottom li:nth-child(2n-1) > a {
	margin-left: 30px;
	margin-right: 38px;
}

.mod-postlist-bottom li:nth-child(2n) > a {
	margin-left: 38px;
	margin-right: 30px;
}

.mod-postlist-bottom li .pic {
	float: left;
	margin: 0 16px 15px 0;
}

.mod-postlist-bottom li .pic img {
	width: 120px;
	height: 80px;
}

.mod-postlist-bottom li .detail {
	overflow: hidden;
}

.mod-postlist-bottom li .detail .date {
	margin-bottom: 3px;
	color: #7f8894;
}

.mod-postlist-bottom li .detail .text {
	color: #111111;
}

@media screen and (max-width: 1200px) {
	.mod-postlist-bottom li:nth-child(2n-1) > a {
		margin-left: 14px;
		margin-right: 24px;
	}

	.mod-postlist-bottom li:nth-child(2n) > a {
		margin-left: 24px;
		margin-right: 14px;
	}
}

/*------------------------------------
	mod-table
------------------------------------*/
/* mod-table-form */
.mod-table-form {
	margin: 0 auto;
}

.mod-table-form th {
	padding-right: 35px;
	padding-bottom: 14px;
	text-align: right;
}

.mod-table-form th.th-textarea {
	vertical-align: top;
}

.mod-table-form th.th-textarea label {
	top: 5px;
}

.mod-table-form td {
	width: 442px;
	padding-bottom: 14px;
}

.mod-table-form td select {
	min-width: 238px;
}

.mod-table-form .error th {
	padding-top: 1.8em;
}

.mod-table-form.mod-table-confirm th.th-textarea label {
	top: 0;
}

.mod-table-form.mod-table-confirm td {
	color: #2f6f9f;
}

/* mod-table-scroll */
.mod-table-scroll {
	*zoom: 1;
}

.mod-table-scroll:before, .mod-table-scroll:after {
	content: "";
	display: table;
}

.mod-table-scroll:after {
	clear: both;
}

/* general
----------------------------------- */
/* mod-icn-pdf, mod-icn-cad */
.mod-icn-pdf, .mod-icn-cad {
	position: relative;
	padding-left: 30px;
}

.mod-icn-pdf::before, .mod-icn-pdf::after, .mod-icn-cad::before, .mod-icn-cad::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0.4em;
	display: block;
}

.mod-icn-pdf::before, .mod-icn-cad::before {
	left: 2px;
	width: 13px;
	height: 18px;
	border: solid 1px #cccccc;
	background-color: #ffffff;
}

.mod-icn-pdf::after, .mod-icn-cad::after {
	width: 10px;
	height: 5px;
	margin-top: 3px;
	background-color: #d82020;
}

.mod-icn-cad::after {
	background-color: #111111;
}

/* mod-icn-new */
.mod-icn-new:before {
	content: "NEW";
	display: inline-block;
	margin-right: 11px;
	color: #ce4844;
}

/* mod-icn-blank */
.mod-icn-blank:after {
	content: "";
	position: relative;
	top: 0;
	display: inline-block;
	width: 15px;
	height: 10px;
	margin-left: 5px;
	background: url(/common/img/icn_blank_blue.png) no-repeat 0 0;
	background-size: 100% auto;
}

/* ------------------------------------
	* parts
* ------------------------------------ */
.cfx:after {
	content: "";
	display: block;
	clear: both;
}

/* link hover */
a, a::before, a::after, button, a > p, a > img {
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

a:hover, a::before:hover, a::after:hover, button:hover, a > p:hover, a > img:hover {
	-ms-transform: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transform: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

/* form parts */
input, textarea {
	width: 100%;
	padding: 0 10px;
	border: solid 1px #cccccc;
	border-radius: 3px 3px;
	box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
}

input:placeholder-shown, textarea:placeholder-shown {
	color: #aaaaaa;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #aaaaaa;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #aaaaaa;
	opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #aaaaaa;
	opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #aaaaaa;
}

input.placeholder, textarea.placeholder {
	color: #aaaaaa;
}

input[disabled], textarea[disabled] {
	box-shadow: none;
	background-color: #eeeeee;
	border-color: #eeeeee;
	color: #999999;
}

input[type="text"], input[type="password"] {
	height: 36px;
}

select {
	min-width: 238px;
	height: 36px;
	padding-left: 10px;
	border: solid 1px #cccccc;
	border-radius: 3px 3px;
	background-color: #ffffff;
}

label {
	position: relative;
}

label.required:before {
	content: "*";
	position: absolute;
	right: -14px;
	top: -6px;
	color: #ce4844;
}

p.required:after {
	content: "*";
	color: #ce4844;
}

input, label, select, textarea {
	cursor: pointer;
}

.js-validate-addclass .error-message {
	display: none;
	color: #ce4844;
}

.js-validate-addclass.error .error-message {
	display: block;
}

.js-validate-addclass.error input, .js-validate-addclass.error textarea, .js-validate-addclass.error select {
	border-color: #ce4844;
	background-color: #ffebeb;
}

.mod-checkbox {
	width: 20px;
	height: 20px;
	line-height: 1;
}

.mod-checkbox input[type="checkbox"] {
	display: none;
	-webkit-appearance: none;
}

.mod-checkbox input[type="checkbox"] + .checkbox {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
    border: solid 1px #c3c3c3;
	border-radius: 4px;
    background-color: #c3c3c3;
}

.js-validate-addclass.error .mod-checkbox input[type="checkbox"] + .checkbox {
	border: solid 1px #ce4844;
	background: #ffebeb;
}

.mod-checkbox input[type="checkbox"] + .checkbox:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 5px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 8px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.mod-checkbox input[type="checkbox"]:checked + .checkbox {
	border: solid 1px #0176b0;
	background: #0090d7;
}

.mod-checkbox input[type="checkbox"]:checked + .checkbox:after {
	border-color: #ffffff;
}


/* download parts */
.box-download-section {
	position: relative;
	padding: 48px 0;
	*zoom: 1;
}

.box-download-section:before, .box-download-section:after {
	content: "";
	display: table;
}

.box-download-section:after {
	clear: both;
}

.box-download-section .box-category-img {
	float: left;
	width: 28%;
	text-align: center;
}

.box-download-section .box-category-img .img-category {
	width: 264px;
	margin-right: 22%;
}

.box-download-section .box-category-img .img-category img {
	width: 184px;
}

.box-download-section .box-category-img .sttl-category {
	width: 264px;
	margin: 25px 22% 0 0;
	font-size: 24px;
	color: #7f8894;
	line-height: 1.4;
}

.box-download-section .box-category-img .sttl-category span {
	margin-right: 5px;
	color: #111111;
}

.box-download-section .sttl-download {
	font-size: 15px;
}

.box-download-section .sttl-download.mod-icn-pdf::before, .box-download-section .sttl-download.mod-icn-pdf::after, .box-download-section .sttl-download.mod-icn-cad::before, .box-download-section .sttl-download.mod-icn-cad::after {
	top: 3px;
}

.box-download-section .btn .mod-btn .btn-inner {
	padding-top: 8px;
	padding-bottom: 8px;
}

.box-download-section .box-file-list {
	float: right;
	width: 72%;
	overflow: hidden;
	*zoom: 1;
}

.box-download-section .box-file-list:before, .box-download-section .box-file-list:after {
	content: "";
	display: table;
}

.box-download-section .box-file-list:after {
	clear: both;
}

.box-download-section .box-file-list .box-pdf .download-pdf {
	margin: -7px 0 21px -17px;
	*zoom: 1;
}

.box-download-section .box-file-list .box-pdf .download-pdf:before, .box-download-section .box-file-list .box-pdf .download-pdf:after {
	content: "";
	display: table;
}

.box-download-section .box-file-list .box-pdf .download-pdf:after {
	clear: both;
}

.box-download-section .box-file-list .box-pdf .download-pdf li {
	float: left;
	width: 278px;
	margin: 17px 0 0 17px;
}

.box-download-section .box-file-list .box-pdf .download-pdf li div {
	display: table;
	padding: 14px 19px;
}

.box-download-section .box-file-list .box-pdf .download-pdf li div img, .box-download-section .box-file-list .box-pdf .download-pdf li div .btn-inner {
	display: table-cell;
	vertical-align: middle;
}

.box-download-section .box-file-list .box-pdf .download-pdf li div img {
	width: 70px;
	height: auto;
	margin-right: 20px;
}

.box-download-section .box-file-list .box-pdf .download-pdf li div .btn-inner {
	padding: 0;
	text-align: left;
	padding-left: 10px;
    font-size: 14px;
}

.box-download-section .box-file-list .box-cad {
	width: 100%;
	margin-top: 35px;
	*zoom: 1;
}

.box-download-section .box-file-list .box-cad:before, .box-download-section .box-file-list .box-cad:after {
	content: "";
	display: table;
}

.box-download-section .box-file-list .box-cad:after {
	clear: both;
}

.box-download-section .box-file-list .box-cad .download-cad {
	float: left;
	width: 50%;
}

.box-download-section .box-file-list .box-cad .download-cad:nth-child(2n) > dt, .box-download-section .box-file-list .box-cad .download-cad:nth-child(2n) > dd {
	margin-left: 8px;
}

.box-download-section .box-file-list .list-download {
	padding: 10px;
}

.box-download-section .box-file-list .list-download li {
	margin-left: 1em;
	padding-right: 10px;
	text-indent: -1em;
}

.box-download-section .box-file-list .list-wrap {
	width: 84%;
	margin-top: 10px;
	height: 190px;
	overflow-y: auto;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.mod-popup.products-detail-popup .ttl-category {
	padding: 0 60px 0 32px;
	background-color: #eff0f3;
	font-size: 21px;
	color: #7f8894;
	line-height: 60px;
}

.mod-popup.products-detail-popup .ttl-category span {
	margin-right: 5px;
	color: #111111;
}

.mod-popup.products-detail-popup .box-download-section {
	margin-right: 30px;
}

.mod-popup.products-detail-popup .box-download-section .box-category-img {
	position: absolute;
	left: 0;
	top: 20px;
	float: none;
	width: 310px;
}

.mod-popup.products-detail-popup .box-download-section .box-category-img .img-category {
	width: 300px;
	margin-right: 10px;
}

.mod-popup.products-detail-popup .box-download-section .box-category-img .img-category img {
	width: 230px;
}

.mod-popup.products-detail-popup .box-download-section .box-file-list {
	float: none;
	width: auto;
	margin-left: 310px;
}

@media screen and (max-width: 1200px) {
	.box-download-section .box-category-img {
		position: absolute;
		left: 0;
		top: 48px;
		float: none;
		width: 272px;
	}

	.box-download-section .box-category-img .img-category {
		width: 261px;
		margin-right: 10px;
	}

	.box-download-section .box-category-img .img-category img {
		width: 161px;
	}

	.box-download-section .box-file-list {
		float: none;
		width: auto;
		margin-left: 272px;
	}

	.box-download-section .box-file-list .box-pdf .download-pdf {
		margin-left: 0;
	}

	.box-download-section .box-file-list .box-pdf .download-pdf li {
		float: left;
		width: 50%;
		margin-left: 0;
	}

	.box-download-section .box-file-list .box-pdf .download-pdf li:nth-child(odd) {
		padding-right: 8px;
	}

	.box-download-section .box-file-list .box-pdf .download-pdf li:nth-child(even) {
		padding-left: 8px;
	}

	.mod-popup.products-detail-popup .box-download-section {
		padding-top: 35px;
	}

	.mod-popup.products-detail-popup .box-download-section .box-category-img {
		top: 30px;
		width: 242px;
	}

	.mod-popup.products-detail-popup .box-download-section .box-category-img .img-category {
		width: 232px;
	}

	.mod-popup.products-detail-popup .box-download-section .box-category-img .img-category img {
		width: 138px;
	}

	.mod-popup.products-detail-popup .box-download-section .box-file-list {
		margin-left: 242px;
	}
}

/* ------------------------------------
	* wrp-container
* ------------------------------------ */
.wrp-container {
	overflow: hidden;
	min-width: 980px;
}

/* ------------------------------------
	* wrp-Language-bar
* ------------------------------------ */
.wrp-Language-bar {
	height: 32px;
	background-color: #EFF0F3;
	font-family: 'Noto Sans';
	letter-spacing: 0;
}

.wrp-Language-bar-inner {
	height: 32px;
	position: relative;
	max-width: 1230px;
	margin: 0 auto;
}

.area-name {
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
}
.area-name a {
	display: block;
	height: 32px;
}
.area-name .img {
	float: left;
	margin: 2px 5px 0 4px;
}
.area-name .name {
	float: left;
	color: #7F8894;
	font-size: 14px;
	line-height: 32px;
}

.local-link {
    position: absolute;
    left: 190px;
    top: 0;
    font-weight: bold;
    float: left;
}
.wrp-Language-bar .link-area {
	position: absolute;
	right: 3px;
	top: 0;
}
.wrp-Language-bar li {
	display: inline-block;
	margin: 0 7px;
	text-align: left;
	font-size: 12px;
	line-height: 32px;
	font-weight: bold;
}
.wrp-Language-bar li a {
	color: #7f8894;
	text-decoration: none;
}
.wrp-Language-bar li.active a,
.wrp-Language-bar li a:hover {
	color: #0090d7;
}

.wrp-Language-bar li.sttl {
	position: relative;
	margin-right: 0;
	padding-right: 12px;
	font-size: 10px;
	color: #7F8894;
}
.wrp-Language-bar li.sttl:after {
	content: "";
	position: absolute;
	right: 0;
	top: 8px;
	display: block;
	width: 1px;
	height: 16px;
	background-color: #DDDDDD;
}


/* ------------------------------------
	* wrp-menu
* ------------------------------------ */
.wrp-menu {
	position: relative;
	z-index: 30;
	height: 127px;
	padding-left: 40px;
	padding-right: 40px;
	border-bottom: solid 1px #dddddd;
	background-color: #ffffff;
}

/* main header */
.wrp-menu .wrp-menu-inner {
	position: relative;
	max-width: 1208px;
	height: 126px;
	margin: 0 auto;
}

.wrp-menu .site-logo {
	position: absolute;
	left: 0;
	top: 26px;
}

.wrp-menu .site-logo a {
	display: block;
	font-size: 14px;
	color: #7f8894;
	text-decoration: none;
}

.wrp-menu .site-logo a:hover {
	opacity: 0.5;
}

.wrp-menu .site-logo p {
	display: inline-block;
	vertical-align: top;
}

.wrp-menu .site-logo p.logo-rv {
	width: 81px;
	height: 60px;
	background: url(/common/img/logo_rv.png) no-repeat 0 0;
	background-size: 100% auto;
	overflow: hidden;
	text-indent: -9999px;
}

.wrp-menu .site-logo p.logo-nabtesco {
	width: 188px;
	height: 60px;
	background: url(/common/img/logo_nabco_header.png) no-repeat 0 3px;
	background-size: 100% auto;
	overflow: hidden;
	margin-right: 15px;
	text-indent: -9999px;
}

.wrp-menu .site-logo p.text {
	padding-left: 3px;
	padding-top: 14px;
	letter-spacing: 0;
	font-family: 'Noto Sans Bold';
	font-weight: normal;
}

.wrp-menu .wrp-nav-cmslink {
	width: 100%;
	position: absolute;
	bottom: -28px;
	left: 0;
	overflow: hidden;
	/* background-color: #0090d7; */
}

.wrp-menu .wrp-nav-cmslink > ul{
	width: 1208px;
	height: 28px;
	margin: 0 auto;
}

.wrp-menu .wrp-nav-cmslink .btn-cmslink {
	display: inline-block;
	margin: 0px 20px 0px 0px;
	font-size: 12px;
	line-height: 28px;
	vertical-align: top;
}

.wrp-menu .wrp-nav-cmslink li.btn-cmslink a {
	opacity: 1;
	text-decoration: none;
	color: #ffffff;
}

.wrp-menu .wrp-nav-cmslink li.btn-cmslink a:hover {
	opacity: 0.8;
}

.wrp-menu .wrp-nav-sub {
	position: absolute;
	right: 0;
	top: 16px;
}

.wrp-menu .wrp-nav-sub li {
	position: relative;
	z-index: 1;
	float: left;
	font-size: 13px;
}

.wrp-menu .wrp-nav-sub li a {
	display: block;
	text-decoration: none;
}

.wrp-menu .wrp-nav-sub li.btn-user {
	height: 30px;
	margin-right: 20px;
	line-height: 30px;
}

.wrp-menu .wrp-nav-sub li.btn-user > a {
	display: block;
	padding: 0 40px 0 48px;
	border-radius: 50px;
	background: #0090d7 url("/common/img/icn_signin.png") no-repeat 10px center;
	background-size: 16px auto;
	opacity: 1;
	color: #ffffff;
}

.wrp-menu .wrp-nav-sub li.btn-user > .user-name {
	display: block;
	min-width: 200px;
	padding: 0 40px;
	border-radius: 50px;
	background: #eff0f3 url("/common/img/icn_user.png") no-repeat 16px center;
	background-size: 13px auto;
	text-align: center;
    color: #7f8894;
}

.wrp-menu .wrp-nav-sub li.btn-user > a:hover {
	opacity: 0.8;
}

.wrp-menu .wrp-nav-sub li.btn-user .tooltip {
	bottom: -71px;
	padding-top: 6px;
}

.wrp-menu .wrp-nav-sub li.btn-user .tooltip a {
	color: #ffffff;
	height: 33px;
}

.wrp-menu .wrp-nav-sub li.btn-user .tooltip a:first-child {
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.wrp-menu .wrp-nav-sub li.btn-user .tooltip a:hover {
	opacity: 0.5;
}

.wrp-menu .wrp-nav-sub li.btn-user .tooltip .inner {
	min-width: 120px;
	padding: 0;
}

.wrp-menu .wrp-nav-sub li.btn-user .tooltip .inner::after {
	display: none;
}

.wrp-menu .wrp-nav-sub li.btn-inquiry a, .wrp-menu .wrp-nav-sub li.btn-region a {
	height: 30px;
}

.wrp-menu .wrp-nav-sub li.btn-inquiry a:hover, .wrp-menu .wrp-nav-sub li.btn-region a:hover {
	opacity: 0.5;
}

.wrp-menu .wrp-nav-sub li.btn-inquiry {
	margin-right: 20px;
}

.wrp-menu .wrp-nav-sub li.btn-inquiry a {
	padding-left: 30px;
	background: url(/common/img/icn_mail.png) no-repeat left center;
	background-size: 24px auto;
	line-height: 30px;
	color: #7f8894;
}

.wrp-menu .wrp-nav-sub .btn-mailmagazine {
	margin-right: 20px;
}
.wrp-menu .wrp-nav-sub .btn-mailmagazine a {
	padding-left: 30px;
	background: url(/common/img/icn_mailmagazine.png) no-repeat left 2px;
	background-size: 23px auto;
	line-height: 30px;
	color: #7f8894;
}
.wrp-menu .wrp-nav-sub .btn-mailmagazine a:hover {
	opacity: 0.6;
}


.wrp-menu .wrp-nav-sub li.btn-region a {
	background: url(/common/img/icn_earth.png) no-repeat 0 4px;
	background-size: 21px auto;
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 28px;
	font-size: 11px;
	line-height: 12px;
	color: #7f8894;
	letter-spacing: 0;
	font-family: 'Noto Sans';
	font-weight: normal;
    display: block;
    top: 2px;
    position: relative;
}

.wrp-menu .wrp-nav-sub li .tooltip {
	position: absolute;
	left: 50%;
	bottom: -31px;
	display: none;
	opacity: 0;
	width: 200px;
	margin-left: -100px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}

.wrp-menu .wrp-nav-sub li .tooltip .inner {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.75);
}

.wrp-menu .wrp-nav-sub li .tooltip .inner:after {
	content: "";
	position: absolute;
	display: inline-block;
	border: solid transparent;
	left: 50%;
	top: -4px;
	width: 0;
	height: 0;
	margin-left: -5px;
	border-top: 0 solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 4px solid rgba(0, 0, 0, 0.6);
	border-left: 5px solid transparent;
}

.wrp-menu .wrp-nav-global {
	position: absolute;
	right: 0;
	bottom: 0;
}

.wrp-menu .wrp-nav-global li {
	float: left;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
}

.wrp-menu .wrp-nav-global li:last-child a {
	padding-right: 0;
}

.wrp-menu .wrp-nav-global li a {
	display: block;
	height: 50px;
	padding: 0 15px;
	color: #111111;
	text-decoration: none;
}

.wrp-menu .wrp-nav-global li a:hover, .wrp-menu .wrp-nav-global li a.active {
	color: #0090d7;
}

.wrp-menu .wrp-nav-global li a.mod-icn-blank::after {
	background-image: url(/common/img/icn_blank_gray.png);
}

@media screen and (max-width: 1200px) {
	.wrp-menu .wrp-nav-global li {
		font-size: 12px;
	}

	.wrp-menu .wrp-nav-global li a {
		padding-left: 9px;
		padding-right: 9px;
	}
}

/* wrp-submenu */
.wrp-submenu {
	position: absolute;
	left: 0;
	top: 159px;
	z-index: 35;
	opacity: 0;
	display: none;
	width: 100%;
	min-width: 980px;
	padding: 0 40px;
	background-color: #ffffff;
	-ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	*zoom: 1;
}

.wrp-submenu:before, .wrp-submenu:after {
	content: "";
	display: table;
}

.wrp-submenu:after {
	clear: both;
}

.wrp-submenu.is-fixed {
	position: fixed;
	top: 70px;
}

.wrp-submenu a {
	display: block;
	text-decoration: none;
	color: #111111;
}

.wrp-submenu a:hover {
	color: #0090d7;
}

.wrp-submenu .nav-submenu {
	max-width: 1208px;
	margin: 0 auto;
}

.wrp-submenu .nav-submenu ul {
	*zoom: 1;
}

.wrp-submenu .nav-submenu ul:before, .wrp-submenu .nav-submenu ul:after {
	content: "";
	display: table;
}

.wrp-submenu .nav-submenu ul:after {
	clear: both;
}

.wrp-submenu .nav-submenu.layout-company li {
	float: left;
	width: 25%;
	text-align: center;
}

.wrp-submenu .nav-submenu.layout-company li a {
	position: relative;
	padding: 25px 0;
}

.wrp-submenu .nav-submenu.layout-company li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 1px;
	height: 30px;
	background-color: #dddddd;
	margin-top: -15px;
}

.wrp-submenu .nav-submenu.layout-company li:first-child a::before {
	display: none;
}

.wrp-submenu .nav-submenu.layout-products {
	padding: 30px 0;
}

.wrp-submenu .nav-submenu.layout-products li {
	float: left;
	width: 13.5%;
	text-align: center;
}

.wrp-submenu .nav-submenu.layout-products li a {
	padding: 0 8px;
}


.wrp-submenu .nav-submenu.layout-products li a .name, .wrp-submenu .nav-submenu.layout-products li a .text {
	color: #111111;
}

.wrp-submenu .nav-submenu.layout-products li a:hover .name {
	color: #0090d7;
}

.wrp-submenu .nav-submenu.layout-products li a:hover .img {
	opacity: 0.8;
}

.wrp-submenu .nav-submenu.layout-products li .img img {
	width: 50%;
}

.wrp-submenu .nav-submenu.layout-products li .name {
	font-size: 14px;
	margin: 4px 0;
}

.wrp-submenu .nav-submenu.layout-products li .text {
	font-size: 12px;
	text-align: left;
}

.wrp-submenu .nav-submenu.layout-products .link-introduction {
	width: 19%;
}

.wrp-submenu .nav-submenu.layout-products .link-introduction .inner {
	padding: 0 30px;
}

.wrp-submenu .nav-submenu.layout-products .link-introduction .box-introduction {
	text-align: left;
}

.wrp-submenu .nav-submenu.layout-products .link-introduction .box-introduction a {
	padding: 0;
	display: table;
}

.wrp-submenu .nav-submenu.layout-products .link-introduction .box-introduction .img {
	display: table-cell;
	vertical-align: middle;
	width: 56.6%;
}

.wrp-submenu .nav-submenu.layout-products .link-introduction .box-introduction .img img {
	width: 100%;
	max-width: none;
	height: auto;
}

.wrp-submenu .nav-submenu.layout-products .link-introduction .box-introduction .name {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding-left: 25px;
}

.wrp-submenu .nav-submenu.layout-products .link-introduction .btn-select {
	margin-top: 40px;
}

.wrp-submenu .nav-submenu.layout-products .link-introduction .btn-select a {
	padding: 0;
	font-size: 18px;
}

.wrp-submenu .nav-submenu.layout-products .link-introduction .btn-select .btn-inner {
	padding-top: 19px;
	padding-bottom: 21px;
}

.wrp-submenu .nav-submenu.layout-products .link-introduction .btn-select .btn-inner:before {
	top: 0;
}

.wrp-submenu .nav-submenu.layout-select {
	padding: 30px 5%;
}

.wrp-submenu .nav-submenu .mod-btn-large .btn-inner::before {
	top: 1px;
}

.wrp-submenu .nav-submenu.layout-select li {
	float: left;
	width: 25%;
	text-align: center;
	padding: 0 15px;
}

.wrp-submenu .nav-submenu.layout-select li a {
	padding: 0;
	font-size: 15px;
	border: solid 0;
}

.wrp-submenu .nav-submenu.layout-select li .pic {
	position: relative;
	float: left;
	border: solid 1px #dddddd;
	margin-left: 70px;
	width: 188px;
}

.wrp-submenu .nav-submenu.layout-select li .detail {
	float: right;
	text-align: left;
	font-size: 14px;
}

.wrp-submenu .nav-submenu.layout-select li .detail .btn-inner {
	padding-top: 13px;
	padding-bottom: 8px;
}

.wrp-submenu .nav-submenu.layout-select li .detail .text {
	padding-top: 12px;
	font-size: 13px;
}

.wrp-submenu .nav-submenu.layout-download {
	padding: 30px 0;
	text-align: center;
	position: relative;
	left: 50%;
	float: left;
}

.wrp-submenu .nav-submenu.layout-download li {
	position: relative;
	left: -50%;
	float: left;
	width: 300px;
	text-align: center;
	margin: 0;
	padding: 0 15px;
}

.wrp-submenu .nav-submenu.layout-download li a {
	padding: 0;
	font-size: 15px;
}

.wrp-submenu .nav-submenu.layout-news {
	padding-top: 10px;
}

.wrp-submenu .nav-submenu.layout-news li {
	float: left;
	width: 33%;
	font-size: 13px;
}

.wrp-submenu .nav-submenu.layout-news li a {
	min-height: 120px;
	margin: 0 20px;
	padding: 20px 20px 20px 0;
	border-bottom: solid 1px #dddddd;
}

.wrp-submenu .nav-submenu.layout-news li a:hover .pic {
	opacity: 0.8;
}

.wrp-submenu .nav-submenu.layout-news li:nth-child(3n-2) a {
	margin-right: 30px;
}

.wrp-submenu .nav-submenu.layout-news li:nth-child(3n-1) a {
	margin-right: 25px;
	margin-left: 25px;
}

.wrp-submenu .nav-submenu.layout-news li:nth-child(3n) a {
	margin-left: 30px;
}

.wrp-submenu .nav-submenu.layout-news li .pic {
	position: relative;
	float: left;
	width: 36.5%;
	margin-right: 16px;
}

.wrp-submenu .nav-submenu.layout-news li .pic img {
	width: 100%;
}

.wrp-submenu .nav-submenu.layout-news li .detail {
	overflow: hidden;
}

.wrp-submenu .nav-submenu.layout-news li .detail .date {
	margin-bottom: 5px;
	color: #7f8894;
	line-height: 1.2;
}

.wrp-submenu .nav-submenu.layout-news .btn-viewall {
	text-align: right;
	margin: 25px 30px;
}

.wrp-submenu .nav-submenu.layout-news .btn-viewall a {
	position: relative;
	display: inline-block;
	padding-right: 24px;
}

.wrp-submenu .nav-submenu.layout-news .btn-viewall a::before, .wrp-submenu .nav-submenu.layout-news .btn-viewall a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 14px;
	height: 1px;
	background-color: #0090d7;
}

.wrp-submenu .nav-submenu.layout-news .btn-viewall a::before {
	margin-top: -4px;
	-ms-transform: rotate(22deg);
	transform: rotate(22deg);
}

.wrp-submenu .nav-submenu.layout-news .btn-viewall a::after {
	margin-top: 2px;
	-ms-transform: rotate(151deg);
	transform: rotate(151deg);
}

/* fixed nav */
.wrp-fixed-nav {
	position: fixed;
	top: -80px;
	left: 0;
	z-index: 40;
	height: 70px;
	width: 100%;
	min-width: 980px;
	background-color: #ffffff;
	-ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	padding: 0 40px;
}

.wrp-fixed-nav .wrp-fixed-nav-inner {
	position: relative;
	max-width: 1208px;
	height: 70px;
	margin: 0 auto;
}

.wrp-fixed-nav .site-logo {
	position: absolute;
	left: 0;
	top: 13px;
	height: 39px;
	white-space: nowrap;
}

.wrp-fixed-nav .site-logo a {
	display: block;
	font-size: 14px;
	color: #7f8894;
	text-decoration: none;
}

.wrp-fixed-nav .site-logo a:hover {
	opacity: 0.5;
}

.wrp-fixed-nav .site-logo p {
	position: relative;
	display: inline-block;
}

.wrp-fixed-nav .site-logo p.logo-rv {
	width: 58px;
	height: 40px;
	background: url(/common/img/logo_rv.png) no-repeat 0 0;
	background-size: 100% auto;
	overflow: hidden;
	text-indent: -9999px;
}

.wrp-fixed-nav .site-logo p.logo-nabtesco {
	top: 3px;
	width: 128px;
	height: 38px;
	margin-right: 10px;
	background: url(/common/img/logo_nabco_header.png) no-repeat 0 0;
	background-size: 100% auto;
	overflow: hidden;
	text-indent: -9999px;
}

.wrp-fixed-nav .site-logo p.text {
	position: absolute;
	top: 23px;
	left: 63px;
	font-size: 10px;
	letter-spacing: 0;
	font-family: 'Noto Sans Bold';
	font-weight: normal;
}

.wrp-fixed-nav .wrp-nav-global {
	position: absolute;
	right: 0;
	bottom: 0;
}

.wrp-fixed-nav .wrp-nav-global li {
	float: left;
	height: 70px;
	font-size: 14px;
	line-height: 70px;
}

.wrp-fixed-nav .wrp-nav-global li:last-child a {
	padding-right: 0;
}

.wrp-fixed-nav .wrp-nav-global li a {
	display: block;
	height: 70px;
	padding: 0 15px;
	color: #111111;
	text-decoration: none;
}

.wrp-fixed-nav .wrp-nav-global li a:hover {
	color: #0090d7;
}

.wrp-fixed-nav .wrp-nav-global li a.mod-icn-blank::after {
	background-image: url(/common/img/icn_blank_gray.png);
}

.wrp-fixed-nav .wrp-nav-global .nav-inquiry {
	margin-left: 7px;
	position: relative;
}
.wrp-fixed-nav .wrp-nav-global .nav-inquiry::before {
	content: "";
	display: block;
	width: 1px;
	height: 35px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #ddd;
	transform: translateY(-50%);
}
.wrp-fixed-nav .wrp-nav-global .nav-inquiry a {
	padding-left: 22px;
}
.wrp-fixed-nav .wrp-nav-global .nav-inquiry a img {
	vertical-align: middle;
}


@media screen and (max-width: 1200px) {
	.wrp-fixed-nav .wrp-nav-global li {
		font-size: 12px;
	}

	.wrp-fixed-nav .wrp-nav-global li a {
		padding-left: 7px;
		padding-right: 7px;
	}
}

/* footer submenu */
.wrp-ft-submenu {
	position: static;
	left: auto;
	top: auto;
	z-index: 0;
	opacity: 1;
	display: block;
	border-top: 1px solid #ddd;
}

.wrp-ft-submenu .nav-submenu.layout-products {
	padding-bottom: 60px;
}

/* ------------------------------------
	* wrp-contents
* ------------------------------------ */
.wrp-contents {
	position: relative;
	margin-bottom: 80px;
	z-index: 0;
}

.wrp-contents .wrp-section {
	padding-left: 40px;
	padding-right: 40px;
	*zoom: 1;
}

.wrp-contents .wrp-section:before, .wrp-contents .wrp-section:after {
	content: "";
	display: table;
}

.wrp-contents .wrp-section:after {
	clear: both;
}

.wrp-contents .wrp-section .wrp-section-inner {
	max-width: 1208px;
	margin: 0 auto;
	*zoom: 1;
}

.wrp-contents .wrp-section .wrp-section-inner:before, .wrp-contents .wrp-section .wrp-section-inner:after {
	content: "";
	display: table;
}

.wrp-contents .wrp-section .wrp-section-inner:after {
	clear: both;
}

.wrp-contents .wrp-section .wrp-inner-half {
	float: left;
	width: 50%;
}

.wrp-contents .wrp-section .mod-section-lead {
	margin-bottom: 25px;
}

@media screen and (max-width: 1200px) {
	.wrp-contents .wrp-section {
		min-width: 825px;
	}

	.wrp-contents .wrp-section .wrp-section-inner {
		max-width: auto;
	}
}

/* wrp-contents-header */
.wrp-contents-header {
	height: 50px;
	width: 100%;
	padding-left: 270px;
	background-color: #7f8894;
}

.wrp-contents-header .icn-download {
	position: absolute;
	left: 210px;
	top: 0;
	width: 40px;
	height: 50px;
	padding-top: 16px;
	background-color: #656d75;
	text-align: center;
}

.wrp-contents-header .icn-download::after {
	content: "";
	position: absolute;
	display: inline-block;
	border: solid transparent;
	right: -20px;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -25px;
	border-left: 20px solid #656d75;
	border-right: 0 solid transparent;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
}

.wrp-contents-header .icn-download img {
	width: 18px;
	height: 15px;
}

.wrp-contents-header .list-nav li {
	position: relative;
	float: left;
}

.wrp-contents-header .list-nav li::before {
	content: "";
	position: absolute;
	right: 0;
	top: 10px;
	width: 1px;
	height: 30px;
	background-color: #98a0a8;
}

.wrp-contents-header .list-nav li a {
	display: block;
	color: #ffffff;
	height: 50px;
	padding: 0 30px;
	text-decoration: none;
	line-height: 50px;
}

.wrp-contents-header .list-nav li a:hover {
	opacity: 0.6;
}

.wrp-contents-header .list-nav li:first-child a {
	padding-left: 25px;
}

.wrp-contents-header .btn-inquiry {
	float: right;
	width: 170px;
	height: 50px;
	background-color: #111111;
	color: #ffffff;
}

.wrp-contents-header .btn-inquiry a {
	display: block;
	height: 50px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
}

.wrp-contents-header .btn-inquiry a:hover {
	background-color: #444444;
}

/* ------------------------------------
	* wrp-topicpath
* ------------------------------------ */
.wrp-topicpath {
	padding: 0 130px 0 30px;
	background-color: #eff0f3;
}

.wrp-topicpath .topicpath {
	*zoom: 1;
	max-width: 1042px;
	margin: 0 auto;
	padding: 15px 0;
	border-bottom: solid 1px #dddddd;
}

.wrp-topicpath .topicpath:before, .wrp-topicpath .topicpath:after {
	content: "";
	display: table;
}

.wrp-topicpath .topicpath:after {
	clear: both;
}

.wrp-topicpath .topicpath li {
	position: relative;
	display: inline-block;
	padding-right: 19px;
	margin-right: 10px;
}

.wrp-topicpath .topicpath li::before, .wrp-topicpath .topicpath li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 9px;
	height: 1px;
	background-color: #0090d7;
}

.wrp-topicpath .topicpath li::before {
	margin-top: -3px;
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.wrp-topicpath .topicpath li::after {
	margin-top: 1px;
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}

.wrp-topicpath .topicpath li:last-child::before, .wrp-topicpath .topicpath li:last-child::after {
	display: none;
}

.wrp-topicpath .topicpath li a {
	color: #111111;
	text-decoration: none;
}

.wrp-topicpath .topicpath li a:hover {
	color: #0090d7;
}

@media screen and (max-width: 1200px) {
	.wrp-topicpath {
		padding-right: 125px;
	}

	.wrp-topicpath .topicpath {
		*zoom: 1;
		max-width: 1156px;
	}

	.wrp-topicpath .topicpath:before, .wrp-topicpath .topicpath:after {
		content: "";
		display: table;
	}

	.wrp-topicpath .topicpath:after {
		clear: both;
	}
}

/* ------------------------------------
	* wrp-footer
* ------------------------------------ */
.wrp-footer {
	background: #eff0f3 url(../../common/img/bg_footer_illust.png) no-repeat;
	background-position: right 33px bottom 50px;
	background-size: 484px auto;
}

.wrp-footer-nav {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	*zoom: 1;
}

.wrp-footer-nav:before, .wrp-footer-nav:after {
	content: "";
	display: table;
}

.wrp-footer-nav:after {
	clear: both;
}

.wrp-footer-nav a {
	color: #111111;
	text-decoration: none;
}

.wrp-footer-nav a:hover {
	color: #0090d7;
}

.wrp-footer-nav .log-area {
	padding: 40px 0 0 30px;
}

.wrp-footer-nav .log-area a {
	display: inline-block;
	color: #111111;
}

.wrp-footer-nav .log-area a:hover {
	opacity: 0.6;
}

.wrp-footer-nav .log-area a > p {
	display: inline-block;
}

.wrp-footer-nav .log-area .img-logo {
	margin: 0 3px 9px 0;
	width: 160px;
}

.wrp-footer-nav .log-area .img-logo img {
	width: 100%;
	height: auto;
}

.wrp-footer-nav .log-area .text-logo {
	position: relative;
	top: 5px;
	font-size: 18px;
}

.wrp-footer-nav nav {
	width: 95%;
	margin: 45px 30px 40px;
	*zoom: 1;
}

.wrp-footer-nav nav:before, .wrp-footer-nav nav:after {
	content: "";
	display: table;
}

.wrp-footer-nav nav:after {
	clear: both;
}

.wrp-footer-nav nav > ul {
	float: left;
	width: 25%;
}

.wrp-footer-nav nav > ul > li {
	font-size: 15px;
}

.wrp-footer-nav nav > ul > li.mb {
	margin-bottom: 28px;
}

.wrp-footer-nav nav > ul > li.list-nest {
	margin: 20px 0;
}

.wrp-footer-nav nav > ul > li:first-child.list-nest {
	margin-top: 0;
}

.wrp-footer-nav nav > ul > li:last-child.list-nest {
	margin-bottom: 0;
}

.wrp-footer-nav nav > ul > li ul {
	margin: 5px 0 0 20px;
}

.wrp-footer-nav .btn-pagetop {
	position: absolute;
	top: -15px;
	right: 30px;
	display: block;
	width: 30px;
	height: 30px;
}

.wrp-footer-nav .btn-pagetop a {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
}

.wrp-footer-nav .btn-pagetop a::before, .wrp-footer-nav .btn-pagetop a::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 0;
	display: block;
	width: 1px;
	height: 32px;
	background-color: #0090d7;
}

.wrp-footer-nav .btn-pagetop a::before {
	margin-right: -8px;
	-ms-transform: rotate(-28deg);
	transform: rotate(-28deg);
}

.wrp-footer-nav .btn-pagetop a::after {
	margin-right: 7px;
	-ms-transform: rotate(-152deg);
	transform: rotate(-152deg);
}

.wrp-footer-nav .btn-pagetop a:hover {
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
}

.wrp-box-copyright {
	height: 80px;
	padding: 0 30px;
	background-color: #ffffff;
	font-size: 11px;
}

.wrp-box-copyright .box-inner {
	position: relative;
	max-width: 1148px;
	margin: 0 auto;
}

.wrp-box-copyright .box-inner .link {
	position: absolute;
	left: 0;
	top: 20px;
}

.wrp-box-copyright .box-inner .link li {
	display: inline-block;
	font-size: 9.5px;
	margin-right: 5px;
}

.wrp-box-copyright .box-inner .link li a {
	color: #111111;
	text-decoration: none;
}

.wrp-box-copyright .box-inner .link li a:hover {
	color: #0090d7;
}

.wrp-box-copyright .box-inner .text-copyright {
	position: absolute;
	right: 120px;
	top: 30px;
}

.wrp-box-copyright .box-inner .img-logo {
	position: absolute;
	right: 0px;
	top: 30px;
}

@media screen and (max-width: 1200px) {
	.wrp-footer {
		background-position: right -212px bottom 80px;
	}
}

.mfp-wrap, .mfp-bg {
	z-index: 100;
}

.mfp-bg {
	background: #aac5cc;
	opacity: 0;
	transition: all 0.2s ease-out;
}

.mfp-ready.mfp-bg {
	opacity: 0.7;
}

.mfp-container {
	opacity: 0;
	transition: all 0.2s ease-out;
}

.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-content .mod-popup {
	display: block;
}

.mod-popup {
	display: none;
	width: auto;
	margin: 60px 50px;
}

.mod-popup .mod-popup-inner {
	position: relative;
	max-width: 1208px;
	margin: 0 auto;
	background: #ffffff;
}

.content-popup {
	padding: 20px 40px;
}

.content-popup h1 {
	font-size: 24px;
	margin-bottom: 10px;
}

.mfp-close {
	width: 60px;
	height: 60px;
	background-color: #111111;
	opacity: 1;
	cursor: pointer;
}

.mfp-close::before, .mfp-close::after {
	content: "";
	position: absolute;
	left: 30px;
	top: 9px;
	width: 1px;
	height: 40px;
	background-color: #ffffff;
}

.mfp-close::before {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mfp-close::after {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mfp-close:active {
	top: 0px;
}

.mfp-close:hover {
	background-color: #333333;
}

/* ------------------------------------
	* wrp-cookie-info
* ------------------------------------ */

.wrp-cookie-info {
    width: 100%;
    background-color: #000;
    z-index: 30;
    position: fixed;
    bottom: 0px;
    display: none;
}

.wrp-cookie-info .wrp-cookie-inner {
	max-width: 1208px;
	margin: 0 auto;
	*zoom: 1;
}

.wrp-cookie-info .wrp-cookie-inner .text-info{
	padding: 35px 40px 20px 40px;
    color: #fff;
	font-size: 13px;
}

.wrp-cookie-info .wrp-cookie-inner .btn-continue {
	padding: 0 20px 30px 20px;
	font-size: 16px;
	text-align: right;
	text-decoration: none;
}

.wrp-cookie-info .wrp-cookie-inner a {
	text-decoration: none;
}


/* ------------------------------------
	* login popup
* ------------------------------------ */
.login-popup {
	width: 800px;
	margin: 0 auto;
}
.login-popup .content-popup-body.off {
	display: none;
}

.login-popup .box-form-area::after {
	content: "";
	display: table;
	clear: both;
}

.login-popup .box-signin {
	float: left;
	width: 350px;
	padding-right: 50px;
	border-right: solid 1px #dddddd;
}

.login-popup .box-signin li {
	margin-bottom: 16px;
}

.login-popup .box-signin .btn-signin {
	width: 200px;
	margin: 30px auto 0;
}

.login-popup .box-signin .btn-signin .mod-btn-black {
	width: 100%;
}

.login-popup .box-signup {
	float: left;
	width: 370px;
	height: 190px;
	margin-top: 1.8em;
	padding-top: 34px;
	text-align: center;
}

.login-popup .box-signup .btn-signup {
	width: 200px;
	margin: 17px auto 0;
}

.login-popup .box-signin .btn-inner,
.login-popup .box-signup .btn-inner {
	display: block;
	padding: 12px 10px;
}

.login-popup .text-reissue {
	clear: both;
	padding-top: 45px;
	color: #7f8894;
}

.login-popup .text-lead-large {
	margin-bottom: 30px;
}

/* signup */
.login-popup .text-attention-required {
	margin-top: 32px;
}

.login-popup .text-attention-required .icn-required {
	margin-right: 5px;
	color: #ce4844;
}

.login-popup .btn-confirm button {
	padding-right: 40px;
	padding-left: 40px;
}

.login-popup .login-popup-subtitle {
	display: block;
	margin-bottom: 16px;
	position: relative;
	font-size: 16px;
	font-weight: bold;
}

.login-popup  .login-popup-subtitle::before {
	box-sizing: border-box;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border-radius: 50%;
	border: solid 6px #0090d7;
	transform: translateY(0.2em);
}

.login-popup .js-network-error-message,
.login-popup .js-error-message {
	color: #ce4844;
}

/* 製品選定用ログインポップアップ（会員ではない方のご利用） */
.mod-popup.login-popup .mod-popup-inner {
	width: auto;
}

.login-popup .content-popup-nonmember {
	padding-bottom: 40px;
}

.login-popup .content-popup-nonmember .text-reissue {
	padding-top: 16px;
	text-align: center;
	font-size: 14px;
	line-height: 1.4;
}

.login-popup .content-popup-nonmember .box-signin {
	padding-right: 35px;
}

.login-popup .content-popup-nonmember .box-signup {
	float: none;
	width: auto;
	height: auto;
	margin-top: 30px;
	padding-top: 20px;
	text-align: left;
	border-top: 1px solid #ddd;
}

.login-popup .content-popup-nonmember .box-nonmember {
	float: left;
	width: 370px;
	padding-left: 35px;
}

.login-popup .content-popup-nonmember .box-nonmember li {
	margin-bottom: 16px;
}

.login-popup .content-popup-nonmember .mod-nonmember-agree {
	margin-top: 25px;
	padding-bottom: 16px;
	font-size: 14px;
	color: #7f8894;
	word-break: keep-all;
}

.login-popup .content-popup-nonmember .mod-nonmember-agree .checkbox {
	vertical-align: middle;
}

.login-popup .content-popup-nonmember .mod-nonmember-submit {
	width: 200px;
	margin: 0 auto;
}

.login-popup .content-popup-nonmember .mod-nonmember-submit .mod-btn-blue {
	width: 100%;
}
.login-popup .content-popup-nonmember .mod-nonmember-submit .mod-btn-blue.disabled {
	border-color: #c3c3c3;
	background-color: #c3c3c3;
	pointer-events: none;
	cursor: default;
}

.login-popup .content-popup-nonmember .mod-nonmember-submit .btn-inner {
	padding: 12px 10px;
}

.login-popup .content-popup-nonmember .mod-nonmember-backlink {
	float: right;
	font-size: 15px;
	font-weight: bold;
	color: #20a0e4;
	cursor: pointer;
}
