/*! 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;
}

.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%;
	}
}

.service-content {
	padding: 30px 0 50px;
	background: #f4f4ed;
	margin-bottom: 50px;
}

.service-content .ttl {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
	.service-content .ttl {
		font-size: 20px;
	}
}

.service-content .service-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.service-content .service-list .item {
	padding: 1px;
}

@media screen and (max-width: 640px) {
	.service-content .service-list .item {
		width: 50%;
	}
}

.service-content .service-list .item img {
	width: 320px;
	height: 94px;
	object-fit: cover;
}

@media screen and (max-width: 640px) {
	.service-content .service-list .item img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 640px) {
	x_.service-content .service-list .item:nth-child(5) {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.service-content .btn-wrap img {
		width: 100%;
	}
}

.main-wrapper {
	width: 967px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.main-wrapper {
		width: 100%;
		padding: 0 10px;
	}
}

#fs01-content ul li {
	background: none !important;
}

.pc {
	display: block;
}

@media screen and (max-width: 1000px) {
	.pc {
		display: none;
	}
}

.sp {
	display: none;
}

@media screen and (max-width: 1000px) {
	.sp {
		display: block;
	}
}

#fs01-content-area {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.layout-frame {
	width: 770px !important;
}

@media screen and (max-width: 1000px) {
	.layout-frame {
		width: 100% !important;
	}
}

.layout-frame > .col5G2L {
	width: 365px !important;
}

.layout-frame > .col5G2L:nth-child(1) {
	padding-right: 0px !important;
	margin-right: 40px !important;
}

.layout-frame > .col5G2L:nth-child(2) {
	padding-right: 0px !important;
}

@media screen and (max-width: 1000px) {
	.layout-frame > .col5G2L {
		padding-right: 0px !important;
		margin-right: 0px !important;
	}
}

.col5G1L {
	padding-right: 0 !important;
}

.strobe-common-a {
	font-size: 24px !important;
	font-weight: bold !important;
	padding-bottom: 10px !important;
	border-bottom: 2px solid #040000 !important;
	line-height: 1;
}

.strobe-common-a span {
	font-size: 18px !important;
	color: red !important;
}

.strobe-common-b {
	font-size: 18px !important;
	border-bottom: 1px solid #b3b3b3 !important;
	padding-bottom: 12px !important;
	margin-bottom: 15px !important;
	font-weight: bold !important;
	color: #303030 !important;
	line-height: 24px !important;
	margin-top: 30px !important;
}

.strobe-common-c {
	font-size: 16px !important;
	line-height: 1.5 !important;
}

#fs01-content #fs01-main-content {
	margin: 0 auto !important;
	float: none !important;
}

.heading-margin {
	margin-top: 55px !important;
	margin-bottom: 15px !important;
}

#page {
	background-color: none !important;
}

@media screen and (max-width: 1000px) {
	#page {
		width: 100% !important;
	}
}

#sectionContents {
	background-color: transparent !important;
}

.main-container {
	background-color: transparent !important;
}

.strobe-table {
	text-align: center !important;
	border-top: 1px solid #000000 !important;
	position: relative !important;
	z-index: 2 !important;
}

.strobe-table tr th {
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	background-color: #ffffff !important;
	border-bottom: 1px solid #a1a1a1 !important;
	vertical-align: middle !important;
	background-color: #e7e5e4 !important;
}

.strobe-table tr td {
	border-right: 1px solid #000000 !important;
	border-bottom: 1px solid #a1a1a1 !important;
	vertical-align: middle !important;
}

.strobe-table tr .gray {
	background-color: #e7e5e4;
}

.strobe-table tr:last-child th {
	border-bottom: 1px solid #000000 !important;
	vertical-align: middle !important;
}

.strobe-table tr:last-child td {
	border-bottom: 1px solid #000000 !important;
	vertical-align: middle !important;
}

@media screen and (max-width: 1000px) {
	html {
		min-width: auto !important;
	}
	body {
		width: auto !important;
		min-width: auto !important;
	}
	#fs01-content-area {
		width: 100% !important;
	}
	#fs01-content {
		width: 100% !important;
	}
	#fs01-main-content {
		width: 100% !important;
	}
}

.modal-area {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-area .modal-bg {
	width: 100%;
	height: 100%;
	background-color: rgba(30, 30, 30, 0.9);
}

.modal-area .modal-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 500px;
	padding: 10px 30px;
	background-color: #fff;
	padding-top: 50px;
}

.modal-area .modal-wrapper .scroll {
	overflow: scroll;
}

.modal-area .modal-wrapper .scroll .modal-contents {
	width: 700px;
}

.modal-area .modal-wrapper .scroll .modal-contents img {
	width: 100%;
}

.modal-area .close-modal {
	position: fixed;
	top: 10px;
	right: 10px;
	font-size: 30px;
	cursor: pointer;
}

.modal-area button {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #282828;
	border-radius: 2px;
	cursor: pointer;
}

.modal-area #open-modal {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#open-modal-first,
#open-modal-second {
	text-align: end;
}

.lineup-container {
	width: 100%;
	background-color: #4c4c52;
}

.lineup-container .heading {
	font-size: 24px;
	font-weight: bold;
	padding-top: 20px;
	color: #ffffff;
	width: 967px;
	margin: 0 auto;
}

@media screen and (max-width: 1000px) {
	.lineup-container .heading {
		width: 100%;
		padding: 30px 10px 0;
	}
}

.lineup-container .top {
	padding: 30px 0;
	width: 967px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 1000px) {
	.lineup-container .top {
		width: 100%;
		flex-wrap: wrap;
		padding: 0 10px 20px;
	}
}

.lineup-container .top .ttl {
	text-align: left;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	display: table;
	white-space: nowrap;
}

.lineup-container .top .ttl span {
	text-align: left;
	color: #ff0000;
	font-weight: normal;
}

.lineup-container .top .ttl:after {
	content: "";
	display: table-cell;
	width: 100%;
	background-image: linear-gradient(to right, #fff, #fff 1px, transparent 2px, transparent 4px);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	background-clip: padding;
	background-position: left, center;
}

@media screen and (max-width: 1000px) {
	.lineup-container .top .ttl:after {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.lineup-container .top .right,
	.lineup-container .top .left {
		width: 100%;
	}
}

@media screen and (max-width: 1000px) and (max-width: 1000px) {
	.lineup-container .top .right,
	.lineup-container .top .left {
		margin-top: 20px;
	}
}

.lineup-container .top ul {
	margin-top: 12px;
	display: flex;
}

@media screen and (max-width: 1000px) {
	.lineup-container .top ul {
		flex-wrap: wrap;
	}
}

.lineup-container .top ul li {
	width: 185px;
	margin-right: 10px;
	text-align: left;
	position: relative;
}

.lineup-container .top ul li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 1000px) {
	.lineup-container .top ul li {
		width: 100%;
		background-color: #5a5a60;
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		margin: 0;
		height: 70px;
		margin-bottom: 8px;
	}
	.lineup-container .top ul li::before {
		content: "";
		position: absolute;
		background-image: url("../products/strobe/img/lineup/icon01.png");
		width: 9px;
		height: 18px;
		position: absolute;
		right: 5px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
}

.lineup-container .top ul li .bg {
	width: 185px;
	height: 185px;
	background-color: #5a5a60;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

@media screen and (max-width: 1000px) {
	.lineup-container .top ul li .bg {
		height: 70px;
		width: 70px;
	}
}

.lineup-container .top ul li .bg::before {
	content: "";
	position: absolute;
	background-image: url("../products/strobe/img/lineup/icon01.png");
	width: 9px;
	height: 18px;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

@media screen and (max-width: 1000px) {
	.lineup-container .top ul li .bg::before {
		display: none;
	}
}

.lineup-container .top ul li .bg img {
	margin: 0 auto;
}

@media screen and (max-width: 1000px) {
	.lineup-container .top ul li .bg img {
		height: 60px;
		width: auto;
	}
}

.lineup-container .top ul li .name {
	font-size: 24px;
	color: #ffffff;
	margin: 15px 0 5px;
}

.lineup-container .top ul li .read {
	font-size: 12px;
	color: #ffffff;
}

.lineup-container .top ul li .strobe-link {
	position: absolute;
	width: 100%;
	height: 100%;
}

.lineup-container .top ul .current {
	pointer-events: none;
}

@media screen and (min-width: 1000px) {
	.lineup-container .top ul .current .bg::after {
		content: "";
		position: absolute;
		z-index: 10;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000000;
		opacity: 0.6;
	}
	.lineup-container .top ul .current .name {
		color: #656566;
	}
	.lineup-container .top ul .current .read {
		color: #656566;
	}
}

@media screen and (max-width: 1000px) {
	.lineup-container .top ul .current::after {
		content: "";
		position: absolute;
		z-index: 10;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000000;
		opacity: 0.6;
	}
}

.lineup-container .bottom {
	width: 100%;
	background-color: #2c2c33;
	padding: 40px 0;
}

@media screen and (max-width: 1000px) {
	.lineup-container .bottom {
		padding: 20px 10px;
	}
}

.lineup-container .bottom .flex-container {
	width: 967px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 1000px) {
	.lineup-container .bottom .flex-container {
		width: 100%;
		flex-wrap: wrap;
	}
}

.lineup-container .bottom .flex-container a {
	display: block;
	width: 315px;
	height: 70px;
	color: #ffffff;
	border: 1px solid #848485;
	text-decoration: none;
	text-align: center;
	line-height: 70px;
	font-size: 18px;
	position: relative;
}

@media screen and (max-width: 1000px) {
	.lineup-container .bottom .flex-container a {
		width: 100%;
		font-weight: bold;
		margin-bottom: 8px;
	}
	.lineup-container .bottom .flex-container a:last-child {
		margin-bottom: 0;
	}
}

.lineup-container .bottom .flex-container a::after {
	content: "";
	background-image: url("../products/strobe/img/lineup/icon01.png");
	width: 9px;
	height: 18px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	display: inline-block;
	right: 15px;
}

.lineup-container .bottom .flex-container .current {
	pointer-events: none;
}

.lineup-container .bottom .flex-container .current::before {
	content: "";
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #656566;
	opacity: 0.6;
}

.lineup-container .bottom .flex-container .current::after {
	display: none;
}

@media screen and (max-width: 1000px) {
	#id {
		min-width: auto !important;
	}
}

@media screen and (max-width: 1000px) {
	.ta-center {
		text-align: center;
	}
}

@media screen and (min-width: 1000px) {
	.lineup-container .left ul li:nth-child(1) img {
		width: 109px !important;
		height: 121px !important;
	}
	.lineup-container .left ul li:nth-child(2) img {
		width: 136px !important;
		height: 146px !important;
	}
	.lineup-container .left ul li:nth-child(3) img {
		width: 118px !important;
		height: 146px !important;
	}
	.lineup-container .right ul li:nth-child(1) img {
		width: 87px !important;
		height: 138px !important;
	}
	.lineup-container .right ul li:nth-child(2) img {
		width: 174px !important;
		height: 149px !important;
	}
}

@media screen and (min-width: 1000px) {
	.lineup-container .top .left {
		margin-right: 10px;
	}
}

.titlenavigation
.local-mega-navigation
.navlist
.rootlist
.root-item.english
> div
> a {
	background: none;
	padding: 0 20px;
	text-decoration: none;
}

.service-list > .bottom-left > a > img {
	width: 642px !important;
}

#browsebar.fix {
	position: fixed;
	width: 100%;
	max-width: 1200px;
	min-width: 967px;
	margin: 0 auto;
	top: 0;
	z-index: 1000;
}

#browsebar-in {
	background-color: #434343;
}

#globalheader .toggleMenu a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

#nav-menu-mob a {
	text-decoration: none;
}

#nav-menu-mob a:visited {
	color: inherit !important;
}

#nav-menu-mob a:link {
	color: inherit !important;
}

nav a {
	text-decoration: none;
}

nav a:visited {
	color: inherit;
}

nav a:link {
	color: inherit;
}

nav a:hover {
	color: #000000;
}

/*# sourceMappingURL=strobeCommon.css.map */