/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
	cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
	display: none;
}

/**
 * Remove padding
 */
option {
	padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
	outline-offset: -2px;
	/* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/**
 * Clickable labels
 */
label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
	outline: none;
}

/* Table */
/* ============================================ */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
}

main {
	display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

pre {
	font-family: monospace, monospace;
	font-size: inherit;
}

address {
	font-style: inherit;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: inherit;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img,
embed,
object,
iframe {
	vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
	cursor: default;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

select::-ms-expand {
	display: none;
}

option {
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

label[for] {
	cursor: pointer;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[contenteditable] {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

.flexbox .titlenavigation .local-mega-navigation-mobile .nav-mobile-bar {
	align-items: center;
	height: 22px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
	#globalheader .toggleMenu a {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}
}

#browsebar.fix {
	position: fixed !important;
	background: #434343;
}

@media screen and (max-width: 640px) {
	#browsebar.fix {
		position: relative !important;
	}
}

#browsebar-wrapper {
	background: #434343;
}

#sectionContents {
	background: #f4f4ed;
}

.fix-bnr {
	position: fixed;
	right: 0;
	top: 15%;
	z-index: 2;
}

@media screen and (max-width: 640px) {
	.fix-bnr {
		bottom: -13px;
		z-index: 2;
		left: 0;
		top: auto;
	}
}

@media screen and (max-width: 640px) {
	.fix-bnr img {
		width: 100%;
	}
}

h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 17px;
	color: #2f57a3;
}

@media screen and (max-width: 640px) {
	.table-scroll {
		overflow-y: scroll;
	}
}

.main-wrapper {
	width: 967px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.main-wrapper {
		width: 100%;
		padding: 0 10px;
	}
}

@media screen and (max-width: 640px) {
	.main-wrapper.another {
		padding: 0;
	}
}

@media screen and (max-width: 640px) {
	.pc {
		display: none;
	}
}

.sp {
	display: none;
}

@media screen and (max-width: 640px) {
	.sp {
		display: inherit;
	}
}

@media screen and (max-width: 640px) {
	#animation-slide {
		display: none;
	}
}

.contact-area {
	padding: 75px;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 640px) {
	.contact-area {
		padding: 50px 0;
		width: 100%;
		display: block;
	}
}

@media screen and (max-width: 640px) {
	.contact-area img {
		width: 100%;
	}
}

.first-view {
	margin-bottom: 50px;
}

.sp-first-view {
	width: 100%;
	margin-bottom: 80px;
}

.sp-first-view .text {
	width: 80%;
	margin: 38px auto 0;
	font-size: 12px;
	line-height: 2;
}

.sp-first-view .flickity-button {
	background: initial;
}

.sp-first-view .flickity-prev-next-button {
	width: 50px;
	height: 50px;
}

.sp-first-view .flickity-button-icon {
	fill: white;
}

.sp-first-view .flickity-button:disabled {
	display: none;
}

.sp-first-view .flickity-prev-next-button:hover {
	background: transparent;
}

.sp-first-view .flickity-page-dots .dot.is-selected {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

.sp-first-view .carousel-cell-image {
	width: 100%;
}

.sp-first-view .carousel-cell {
	width: 100%;
}

.sp-first-view img {
	width: 100%;
}

@media screen and (max-width: 640px) {
	.first-view {
		display: none;
	}
}

.first-view .carousel-cell {
	position: relative;
}

.first-view .carousel-cell a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
}

.first-view .carousel-cell video {
	position: absolute;
}

@media screen and (max-width: 640px) {
	.first-view .carousel-cell video {
		display: none;
	}
}

.first-view .carousel-cell img {
	position: relative;
	z-index: 1;
}

.sp-first-view .carousel-cell {
	position: relative;
}

.sp-first-view .carousel-cell video {
	position: absolute;
	width: 100%;
}

.sp-first-view .carousel-cell img {
	position: relative;
	z-index: 1;
}

.first-view .flickity-page-dots .dot.is-selected {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

.flickity-button {
	background: initial;
}

.flickity-prev-next-button {
	width: 50px;
	height: 50px;
}

.flickity-button-icon {
	fill: white;
}

.flickity-button:disabled {
	display: none;
}

.flickity-prev-next-button:hover {
	background: transparent;
}

.flickity-page-dots .dot.is-selected {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

.service-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
	.service-list {
		margin-left: -10px;
		margin-right: -10px;
	}
}

.service-list li {
	margin-right: 20px;
	margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
	.service-list li {
		margin-bottom: 2px;
		margin-right: 0;
		width: 100%;
	}
}

.service-list li:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 640px) {
	.service-list li img {
		width: 100%;
	}
}

.banner {
	margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
	.banner {
		margin-left: -10px;
		margin-right: -10px;
	}
}

@media screen and (max-width: 640px) {
	.banner img {
		width: 100%;
	}
}

.precautionary-statement {
	margin-bottom: 60px;
}

.precautionary-statement .ttl {
	font-size: 16px;
	font-weight: bold;
	padding: 2px 10px;
	background-color: #ffffff;
	border: 2px solid #2f57a3;
	border-radius: 5px;
	display: inline-block;
	color: #2f57a3;
	margin-bottom: 10px;
}

.precautionary-statement .content-wrap {
	background: #fff;
	display: flex;
}

@media screen and (max-width: 640px) {
	.precautionary-statement .content-wrap {
		flex-direction: column;
		padding: 0 20px;
	}
}

.precautionary-statement .content-wrap .left {
	padding: 0 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
	.precautionary-statement .content-wrap .left {
		border-right: none;
		margin-top: 0;
		margin-bottom: 0;
		padding: 20px 0;
	}
}

.precautionary-statement .content-wrap .left .content-ttl {
	font-size: 18px;
	font-weight: bold;
	color: #2f57a3;
	margin-bottom: 20px;
}

.precautionary-statement .content-wrap .left .content-ttl span {
	font-size: 22px;
	font-weight: bold;
	margin-left: 22px;
}

@media screen and (max-width: 640px) {
	.precautionary-statement .content-wrap .left .content-ttl span {
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}
}

.precautionary-statement .content-wrap .left .pdf-list li {
	margin-bottom: 5px;
	padding-left: 1.4em;
	text-indent: -1.4em;
}

.precautionary-statement .content-wrap .left .pdf-list li:last-child {
	margin-bottom: 0;
}

.precautionary-statement .content-wrap .left .pdf-list li a {
	font-size: 16px;
	color: #5378c6;
	line-height: 1.5;
}

.precautionary-statement .content-wrap .left .pdf-list li a:before {
	content: "";
	background-image: url(../img/TOP/icon01.jpg);
	display: inline-block;
	background-size: contain;
	width: 17px;
	height: 17px;
	margin-right: 7px;
}

.precautionary-statement .content-wrap .right {
	padding: 20px;
}

@media screen and (max-width: 640px) {
	.precautionary-statement .content-wrap .right {
		padding: 20px 0;
	}
}

.precautionary-statement .content-wrap .right ul {
	margin-top: 20px;
}

.precautionary-statement .content-wrap .right ul li {
	margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
	.precautionary-statement .content-wrap .right ul li {
		margin-bottom: 10px;
	}
}

.precautionary-statement .content-wrap .right ul li:last-child {
	margin-bottom: 0;
}

.precautionary-statement .content-wrap .right ul li a {
	font-size: 16px;
	color: #5378c6;
	line-height: 1.5;
}

.precautionary-statement .content-wrap .right ul li a:before {
	content: "";
	background-image: url(../img/TOP/icon03.png);
	display: inline-block;
	background-size: contain;
	width: 17px;
	height: 17px;
	margin-right: 7px;
	vertical-align: middle;
}

.company-profile {
	margin-bottom: 50px;
}

.company-profile .content-wrap {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 640px) {
	.company-profile .content-wrap {
		flex-direction: column;
	}
}

.company-profile .content-wrap .left {
	background-color: #ebf1f6;
	width: 47%;
	height: 55px;
	border-bottom: 2px solid #cacaca;
	border-right: 2px solid #cacaca;
}

@media screen and (max-width: 640px) {
	.company-profile .content-wrap .left {
		width: 100%;
		height: auto;
		margin-bottom: 40px;
	}
}

.company-profile .content-wrap .left a {
	color: #5378c6;
	border-left: 1px solid #cacacb;
	padding: 10px 10px 10px 15px;
	line-height: 55px;
}

@media screen and (max-width: 640px) {
	.company-profile .content-wrap .left a {
		display: block;
		border-left: none;
		border-bottom: 1px solid #cacacb;
		text-align: center;
		line-height: 35px;
	}
}

.company-profile .content-wrap .left a:after {
	content: ">";
	display: inline-block;
	background-size: contain;
	width: 17px;
	height: 17px;
	margin-left: 7px;
}

.company-profile .content-wrap .left a:first-child {
	border-left: none;
}

.company-profile .content-wrap .right {
	width: 47%;
	height: 55px;
	background-color: #ebf1f6;
	text-align: center;
	border-bottom: 2px solid #cacaca;
	border-right: 2px solid #cacaca;
}

@media screen and (max-width: 640px) {
	.company-profile .content-wrap .right {
		width: 100%;
		height: auto;
	}
}

.company-profile .content-wrap .right a {
	color: #5378c6;
	line-height: 55px;
	font-weight: bold;
	font-size: 20px;
}

.company-profile .content-wrap .right a:after {
	content: ">";
	display: inline-block;
	background-size: contain;
	width: 17px;
	height: 17px;
}

.new-arrival {
	margin-bottom: 80px;
}

.new-arrival .news-wrap {
	background-color: #ebf1f6;
	border-bottom: 2px solid #cacaca;
	border-right: 2px solid #cacaca;
	position: relative;
	padding: 20px;
}

.new-arrival .news-wrap .news-list li {
	display: flex;
}

@media screen and (max-width: 640px) {
	.new-arrival .news-wrap .news-list li {
		flex-direction: column;
		margin-bottom: 10px;
	}
}

.new-arrival .news-wrap .news-list li:last-child {
	margin-bottom: 0;
}

.new-arrival .news-wrap .news-list li .left {
	width: 150px;
}

@media screen and (max-width: 640px) {
	.new-arrival .news-wrap .news-list li .left {
		width: 100%;
	}
}

.new-arrival .news-wrap .news-list li .left time {
	line-height: 1.5;
}

.new-arrival .news-wrap .news-list li .right {
	width: 765px;
}

@media screen and (max-width: 640px) {
	.new-arrival .news-wrap .news-list li .right {
		width: 100%;
	}
}

.new-arrival .news-wrap .news-list li .right p {
	margin-bottom: 15px;
	line-height: 1.5;
}

.new-arrival .news-wrap .news-list li .right p a {
	color: #5378c6;
}

.new-arrival .news-wrap .news-list li .right p a.pdf {
	margin-right: 20px;
}

@media screen and (max-width: 640px) {
	.new-arrival .news-wrap .news-list li .right p a.pdf {
		display: block;
		text-indent: -1.2em;
		padding-left: 1.2em;
	}
}

.new-arrival .news-wrap .news-list li .right p a.pdf:before {
	content: "";
	background-image: url(../img/TOP/icon01.jpg);
	display: inline-block;
	background-size: contain;
	width: 17px;
	height: 17px;
	margin-right: 2px;
}

.new-arrival .news-wrap .news-list li .right p a.pdf:last-of-type {
	margin-right: 0;
}

.common-blue {
	font-size: 16px;
	color: #5072b7;
	display: block;
	line-height: 1.5;
}

@media screen and (max-width: 640px) {
	.common-blue {
		text-indent: -1.7em;
		padding-left: 1.7em;
	}
}

.common-blue::before {
	content: "";
	background-image: url(../img/common-page/projector/icon02.gif);
	background-size: cover;
	display: inline-block;
	width: 17px;
	height: 15px;
	margin-right: 10px;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
}

main {
	display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

pre {
	font-family: monospace, monospace;
	font-size: inherit;
}

address {
	font-style: inherit;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: inherit;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img,
embed,
object,
iframe {
	vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
	cursor: default;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

select::-ms-expand {
	display: none;
}

option {
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

label[for] {
	cursor: pointer;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[contenteditable] {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

.flexbox .titlenavigation .local-mega-navigation-mobile .nav-mobile-bar {
	align-items: center;
	height: 22px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
	#globalheader .toggleMenu a {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}
}

#browsebar.fix {
	position: fixed !important;
	background: #434343;
}

@media screen and (max-width: 640px) {
	#browsebar.fix {
		position: relative !important;
	}
}

#browsebar-wrapper {
	background: #434343;
}

#sectionContents {
	background: #f4f4ed;
}

.fix-bnr {
	position: fixed;
	right: 0;
	top: 15%;
	z-index: 2;
}

@media screen and (max-width: 640px) {
	.fix-bnr {
		bottom: -13px;
		z-index: 2;
		left: 0;
		top: auto;
	}
}

@media screen and (max-width: 640px) {
	.fix-bnr img {
		width: 100%;
	}
}

h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 17px;
	color: #2f57a3;
}

@media screen and (max-width: 640px) {
	.table-scroll {
		overflow-y: scroll;
	}
}

.main-wrapper {
	width: 967px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.main-wrapper {
		width: 100%;
		padding: 0 10px;
	}
}

@media screen and (max-width: 640px) {
	.main-wrapper.another {
		padding: 0;
	}
}

@media screen and (max-width: 640px) {
	.pc {
		display: none;
	}
}

.sp {
	display: none;
}

@media screen and (max-width: 640px) {
	.sp {
		display: inherit;
	}
}

@media screen and (max-width: 640px) {
	#animation-slide {
		display: none;
	}
}

.contact-area {
	padding: 75px;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 640px) {
	.contact-area {
		padding: 50px 0;
		width: 100%;
		display: block;
	}
}

@media screen and (max-width: 640px) {
	.contact-area img {
		width: 100%;
	}
}

.first-view {
	margin-bottom: 50px;
}

.sp-first-view {
	width: 100%;
	margin-bottom: 80px;
}

.sp-first-view .text {
	width: 80%;
	margin: 38px auto 0;
	font-size: 12px;
	line-height: 2;
}

.sp-first-view .flickity-button {
	background: initial;
}

.sp-first-view .flickity-prev-next-button {
	width: 50px;
	height: 50px;
}

.sp-first-view .flickity-button-icon {
	fill: white;
}

.sp-first-view .flickity-button:disabled {
	display: none;
}

.sp-first-view .flickity-prev-next-button:hover {
	background: transparent;
}

.sp-first-view .flickity-page-dots .dot.is-selected {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

.sp-first-view .carousel-cell-image {
	width: 100%;
}

.sp-first-view .carousel-cell {
	width: 100%;
}

.sp-first-view img {
	width: 100%;
}

@media screen and (max-width: 640px) {
	.first-view {
		display: none;
	}
}

.first-view .carousel-cell {
	position: relative;
}

.first-view .carousel-cell a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
}

.first-view .carousel-cell video {
	position: absolute;
}

@media screen and (max-width: 640px) {
	.first-view .carousel-cell video {
		display: none;
	}
}

.first-view .carousel-cell img {
	position: relative;
	z-index: 1;
}

.sp-first-view .carousel-cell {
	position: relative;
}

.sp-first-view .carousel-cell video {
	position: absolute;
	width: 100%;
}

.sp-first-view .carousel-cell img {
	position: relative;
	z-index: 1;
}

.first-view .flickity-page-dots .dot.is-selected {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

.flickity-button {
	background: initial;
}

.flickity-prev-next-button {
	width: 50px;
	height: 50px;
}

.flickity-button-icon {
	fill: white;
}

.flickity-button:disabled {
	display: none;
}

.flickity-prev-next-button:hover {
	background: transparent;
}

.flickity-page-dots .dot.is-selected {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

.service-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
	.service-list {
		margin-left: -10px;
		margin-right: -10px;
	}
}

.service-list li {
	margin-right: 20px;
	margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
	.service-list li {
		margin-bottom: 2px;
		margin-right: 0;
		width: 100%;
	}
}

.service-list li:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 640px) {
	.service-list li img {
		width: 100%;
	}
}

.banner {
	margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
	.banner {
		margin-left: -10px;
		margin-right: -10px;
	}
}

@media screen and (max-width: 640px) {
	.banner img {
		width: 100%;
	}
}

.precautionary-statement {
	margin-bottom: 60px;
}

.precautionary-statement .ttl {
	font-size: 16px;
	font-weight: bold;
	padding: 2px 10px;
	background-color: #ffffff;
	border: 2px solid #2f57a3;
	border-radius: 5px;
	display: inline-block;
	color: #2f57a3;
	margin-bottom: 10px;
}

.precautionary-statement .content-wrap {
	background: #fff;
	display: flex;
}

@media screen and (max-width: 640px) {
	.precautionary-statement .content-wrap {
		flex-direction: column;
		padding: 0 20px;
	}
}

.precautionary-statement .content-wrap .left {
	padding: 0 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
	.precautionary-statement .content-wrap .left {
		border-right: none;
		border-bottom: 1px solid #cacacb;
		margin-top: 0;
		margin-bottom: 0;
		padding: 20px 0;
	}
}

.precautionary-statement .content-wrap .left .content-ttl {
	font-size: 18px;
	font-weight: bold;
	color: #2f57a3;
	margin-bottom: 20px;
}

.precautionary-statement .content-wrap .left .content-ttl span {
	font-size: 22px;
	font-weight: bold;
	margin-left: 22px;
}

@media screen and (max-width: 640px) {
	.precautionary-statement .content-wrap .left .content-ttl span {
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}
}

.precautionary-statement .content-wrap .left .pdf-list li {
	margin-bottom: 5px;
	padding-left: 1.4em;
	text-indent: -1.4em;
}

.precautionary-statement .content-wrap .left .pdf-list li:last-child {
	margin-bottom: 0;
}

.precautionary-statement .content-wrap .left .pdf-list li a {
	font-size: 16px;
	color: #5378c6;
	line-height: 1.5;
}

.precautionary-statement .content-wrap .left .pdf-list li a:before {
	content: "";
	background-image: url(../img/TOP/icon01.jpg);
	display: inline-block;
	background-size: contain;
	width: 17px;
	height: 17px;
	margin-right: 7px;
}

.precautionary-statement .content-wrap .right {
	padding: 20px;
}

@media screen and (max-width: 640px) {
	.precautionary-statement .content-wrap .right {
		padding: 20px 0;
	}
}

.precautionary-statement .content-wrap .right ul {
	margin-top: 20px;
}

.precautionary-statement .content-wrap .right ul li {
	margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
	.precautionary-statement .content-wrap .right ul li {
		margin-bottom: 10px;
	}
}

.precautionary-statement .content-wrap .right ul li:last-child {
	margin-bottom: 0;
}

.precautionary-statement .content-wrap .right ul li a {
	font-size: 16px;
	color: #5378c6;
	line-height: 1.5;
}

.precautionary-statement .content-wrap .right ul li a:before {
	content: "";
	background-image: url(../img/TOP/icon03.png);
	display: inline-block;
	background-size: contain;
	width: 17px;
	height: 17px;
	margin-right: 7px;
	vertical-align: middle;
}

.company-profile {
	margin-bottom: 50px;
}

.company-profile .content-wrap {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 640px) {
	.company-profile .content-wrap {
		flex-direction: column;
	}
}

.company-profile .content-wrap .left {
	background-color: #ebf1f6;
	width: 47%;
	height: 55px;
	border-bottom: 2px solid #cacaca;
	border-right: 2px solid #cacaca;
}

@media screen and (max-width: 640px) {
	.company-profile .content-wrap .left {
		width: 100%;
		height: auto;
		margin-bottom: 40px;
	}
}

.company-profile .content-wrap .left a {
	color: #5378c6;
	border-left: 1px solid #cacacb;
	padding: 10px 10px 10px 15px;
	line-height: 55px;
}

@media screen and (max-width: 640px) {
	.company-profile .content-wrap .left a {
		display: block;
		border-left: none;
		border-bottom: 1px solid #cacacb;
		text-align: center;
		line-height: 35px;
	}
}

.company-profile .content-wrap .left a:after {
	content: ">";
	display: inline-block;
	background-size: contain;
	width: 17px;
	height: 17px;
	margin-left: 7px;
}

.company-profile .content-wrap .left a:first-child {
	border-left: none;
}

.company-profile .content-wrap .right {
	width: 47%;
	height: 55px;
	background-color: #ebf1f6;
	text-align: center;
	border-bottom: 2px solid #cacaca;
	border-right: 2px solid #cacaca;
}

@media screen and (max-width: 640px) {
	.company-profile .content-wrap .right {
		width: 100%;
		height: auto;
	}
}

.company-profile .content-wrap .right a {
	color: #5378c6;
	line-height: 55px;
	font-weight: bold;
	font-size: 20px;
}

.company-profile .content-wrap .right a:after {
	content: ">";
	display: inline-block;
	background-size: contain;
	width: 17px;
	height: 17px;
}

.new-arrival {
	margin-bottom: 80px;
}

.new-arrival .news-wrap {
	background-color: #ebf1f6;
	border-bottom: 2px solid #cacaca;
	border-right: 2px solid #cacaca;
	position: relative;
	padding: 20px;
}

.new-arrival .news-wrap .news-list li {
	display: flex;
}

@media screen and (max-width: 640px) {
	.new-arrival .news-wrap .news-list li {
		flex-direction: column;
		margin-bottom: 10px;
	}
}

.new-arrival .news-wrap .news-list li:last-child {
	margin-bottom: 0;
}

.new-arrival .news-wrap .news-list li .left {
	width: 150px;
}

@media screen and (max-width: 640px) {
	.new-arrival .news-wrap .news-list li .left {
		width: 100%;
	}
}

.new-arrival .news-wrap .news-list li .left time {
	line-height: 1.5;
}

.new-arrival .news-wrap .news-list li .right {
	width: 765px;
}

@media screen and (max-width: 640px) {
	.new-arrival .news-wrap .news-list li .right {
		width: 100%;
	}
}

.new-arrival .news-wrap .news-list li .right p {
	margin-bottom: 15px;
	line-height: 1.5;
}

.new-arrival .news-wrap .news-list li .right p a {
	color: #5378c6;
}

.new-arrival .news-wrap .news-list li .right p a.pdf {
	margin-right: 20px;
}

@media screen and (max-width: 640px) {
	.new-arrival .news-wrap .news-list li .right p a.pdf {
		display: block;
		text-indent: -1.2em;
		padding-left: 1.2em;
	}
}

.new-arrival .news-wrap .news-list li .right p a.pdf:before {
	content: "";
	background-image: url(../img/TOP/icon01.jpg);
	display: inline-block;
	background-size: contain;
	width: 17px;
	height: 17px;
	margin-right: 2px;
}

.new-arrival .news-wrap .news-list li .right p a.pdf:last-of-type {
	margin-right: 0;
}

.common-blue {
	font-size: 16px;
	color: #5072b7;
	display: block;
	line-height: 1.5;
}

@media screen and (max-width: 640px) {
	.common-blue {
		text-indent: -1.7em;
		padding-left: 1.7em;
	}
}

.common-blue::before {
	content: "";
	background-image: url(../img/common-page/projector/icon02.gif);
	background-size: cover;
	display: inline-block;
	width: 17px;
	height: 15px;
	margin-right: 10px;
}

.border {
	border-right: 1px solid #cacacb;
}

@media screen and (max-width: 640px) {
	.border {
		border: none;
	}
}

.service-bottom {
	margin-right: 0 !important;
}

.modalArea {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.modalBg {
	width: 100%;
	height: 100%;
	background-color: rgba(30, 30, 30, 0.9);
	z-index: 9999;
}

.modalWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 72vh;
	padding: 70px 40px;
	background-color: #fff;
	z-index: 9999;
	max-width: 967px;
}

@media screen and (max-width: 640px) {
	.modalWrapper {
		padding: 70px 20px;
		width: 95%;
	}
}

.modalWrapper .modalContents {
	height: 100%;
	overflow-y: auto;
}

@media screen and (max-width: 640px) {
	.modalWrapper .modalContents {
		margin-top: 20px;
	}
}

.modalWrapper .modalContents .top-text {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

.modalWrapper .modalContents .bottom-text {
	font-size: 22px;
	font-weight: bold;
	border-bottom: solid 1px #000000;
	padding-bottom: 12px;
	margin-top: 0 !important;
}

.modalWrapper .modalContents .year {
	margin-top: 5px !important;
	text-align: right;
	font-size: 12px;
}

.modalWrapper .modalContents .text-box {
	font-size: 15px;
	line-height: 20px;
	margin-top: 30px;
}

@media screen and (max-width: 640px) {
	.modalWrapper .modalContents .text-box {
		line-height: 23px;
	}
}

.modalWrapper .modalContents ul {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

@media screen and (max-width: 640px) {
	.modalWrapper .modalContents ul {
		flex-wrap: wrap;
	}
}

.modalWrapper .modalContents ul li {
	width: 47%;
	padding-left: 0 !important;
}

@media screen and (max-width: 640px) {
	.modalWrapper .modalContents ul li {
		width: 100%;
	}
}

.modalWrapper .modalContents ul li .top {
	font-weight: bold;
	border-bottom: solid 1px #000000;
	padding-bottom: 5px;
	line-height: 20px;
}

.modalWrapper .modalContents ul li .bottom {
	width: 100%;
	background-color: #f6f6f6;
	line-height: 20px;
	font-size: 15px;
	padding: 10px !important;
	margin-top: 0 !important;
	min-height: 120px;
}

@media screen and (max-width: 640px) {
	.modalWrapper .modalContents ul li .bottom {
		height: auto;
		margin-bottom: 15px;
		min-height: auto !important;
	}
}

.modalWrapper .modalContents ul li .red {
	color: red;
}

.modalWrapper .modalContents .modalBottom {
	font-size: 15px;
	margin-top: 40px;
}

@media screen and (max-width: 640px) {
	.modalWrapper .modalContents .modalBottom {
		margin-top: 25px;
		line-height: 23px;
	}
}

.modalWrapper .sp {
	width: 35px;
}

.closeModal {
	position: absolute;
	top: -0.5rem;
	right: 1rem;
	cursor: pointer;
	font-size: 70px;
}

button {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #cacacb;
	border-radius: 2px;
	cursor: pointer;
}

#openModal {
	color: #2f57a3;
	font-weight: bold;
	display: flex;
	align-items: center;
	padding: 10px 18px;
	margin-top: 20px;
	flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
	#openModal {
		padding: 10px 30px;
	}
}

#openModal .left_text {
	margin-right: 10px;
	font-size: 16px;
	line-height: 20px;
}

@media screen and (max-width: 640px) {
	#openModal .left_text {
		margin-right: 0;
		white-space: nowrap;
		line-height: 20px;
	}
}

#openModal .right_text {
	font-size: 22px;
}

@media screen and (max-width: 640px) {
	#openModal .right_text {
		line-height: 28px;
	}
}

.titlenavigation
.local-mega-navigation
.navlist
.rootlist
.root-item.english
> div
> a {
	background: none;
	padding: 0 20px;
}

.fix-bnr > a > .pc {
	width: 75px;
}

.service-right {
	margin-right: 0 !important;
	margin-left: 20px;
}

.service-right > a > .pc {
	width: 628px;
}

@media screen and (max-width: 640px) {
	.service-right {
		margin-top: 30px;
		margin-left: 0;
	}
}

/*# sourceMappingURL=index.css.map */