@import url(http://fonts.googleapis.com/css?family=Raleway);

/*=====================================
  Tools
=====================================*/

/*--------------------------------------
  reset css
--------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

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

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

a {
	text-decoration: none;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

* {
	box-sizing: border-box;
}

/*=====================================
  libs
=====================================*/

/*--------------------------------------
  Magnific Popup CSS
--------------------------------------*/

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: rgba(0, 0, 0, .75);
	opacity: 1;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	display: none;
	line-height: 21px;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 5%;
	text-decoration: none;
	text-align: center;
	opacity: 1;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
	cursor: pointer;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000;
}

/* Main image in popup */

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: none;
	background: #fff;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden; /* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* overlay at start */

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* add  */

.mfp-ajax-holder .mfp-close {
	width: 100%;
	height: 200%;
	position: fixed;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font-style: normal;
	text-indent: -9999px;
}

.mfp-image-holder .mfp-close {
	color: #FFF;
	text-align: center;
	padding-right: 0;
	width: 100%;
	text-indent: -9999px;
	position: absolute;
	left: 50%;
	background-image: url("/common/img/shoptop/close02.png");
	top: auto;
}

.mfp-image-holder .mfp-content {
	background-color: #fff;
	position: relative;
}

/* perfect-scrollbar v0.7.0 */

.ps {
	-ms-touch-action: auto;
	touch-action: auto;
	overflow: hidden !important;
	-ms-overflow-style: none;
}

.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
	display: block;
	background-color: transparent;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
	background-color: #eee;
	opacity: 0.9;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
	background-color: #999;
	height: 11px;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
	background-color: #eee;
	opacity: 0.9;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
	background-color: #999;
	width: 11px;
}

.ps > .ps__scrollbar-x-rail {
	display: none;
	position: absolute; /* please don't change 'position' */
	opacity: 0;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	transition: background-color .2s linear, opacity .2s linear;
	bottom: 0px; /* there must be 'bottom' for ps__scrollbar-x-rail */
	height: 15px;
}

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
	position: absolute; /* please don't change 'position' */
	background-color: #aaa;
	border-radius: 6px;
	-webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	-webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	bottom: 2px; /* there must be 'bottom' for ps__scrollbar-x */
	height: 6px;
}

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,
.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
	height: 11px;
}

.ps > .ps__scrollbar-y-rail {
	display: none;
	position: absolute; /* please don't change 'position' */
	opacity: 0;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	transition: background-color .2s linear, opacity .2s linear;
	right: 0; /* there must be 'right' for ps__scrollbar-y-rail */
	width: 15px;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
	position: absolute; /* please don't change 'position' */
	background-color: #aaa;
	border-radius: 6px;
	-webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	-webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	right: 2px; /* there must be 'right' for ps__scrollbar-y */
	width: 6px;
}

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
	width: 11px;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
	background-color: #eee;
	opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
	background-color: #999;
	height: 11px;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
	background-color: #eee;
	opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
	background-color: #999;
	width: 11px;
}

.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
	opacity: 0.6;
}

.ps:hover > .ps__scrollbar-x-rail:hover {
	background-color: #eee;
	opacity: 0.9;
}

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
	background-color: #999;
}

.ps:hover > .ps__scrollbar-y-rail:hover {
	background-color: #eee;
	opacity: 0.9;
}

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
	background-color: #999;
}

/* Slider */

/* Icons */

@font-face {
	font-family: "slick";
	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

/*--------------------------------------
  slick-slider
--------------------------------------*/

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */

.swiper-container {
	margin: 0 auto; /*position: relative;*/
	overflow: hidden;
	list-style: none;
	padding: 0; /* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
	visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent);
}

/* IE10 Windows Phone 8 Fixes */

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000000;
}

/* Scrollbar */

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/* a11y */

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper { /* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
}

/*=====================================
  base
=====================================*/

/*--------------------------------------
  base
--------------------------------------*/

html {
	font-size: 62.5%;
}

body {
	font-size: 13px;
	font-family: FB Benton Sans Medium,ゴシックMB101 M,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.7;
	color: #2d2d2d;
}

body svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*=====================================
  layout
=====================================*/

/* ---------------------------------------------
	font Style
--------------------------------------------- */

.fItalic {
	font-style: italic;
}

.fnormal {
	font-weight: normal;
}

.f10 {
	font-size: 10px;
}

.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f21 {
	font-size: 21px;
}

.f24 {
	font-size: 24px;
}

/* ---------------------------------------------
	float
--------------------------------------------- */

.f_l {
	float: left;
}

.f_r {
	float: right;
}

/* ---------------------------------------------
	preset margin
--------------------------------------------- */

.mt05 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt12 {
	margin-top: 12px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mb-20 {
	margin-bottom: -20px !important;
}

.mb00 {
	margin-bottom: 0px !important;
}

.mb01 {
	margin-bottom: 1px !important;
}

.mb05,
.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb12 {
	margin-bottom: 12px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mr05 {
	margin-right: 5px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr12 {
	margin-right: 12px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mr35 {
	margin-right: 35px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mr45 {
	margin-right: 45px !important;
}

.mr50 {
	margin-right: 50px !important;
}

.ml05 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml12 {
	margin-left: 12px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml35 {
	margin-left: 35px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.ml45 {
	margin-left: 45px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.mlmr05 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.mlmr10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.mcenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* ---------------------------------------------
	preset padding
--------------------------------------------- */

.pt05 {
	padding-top: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt12 {
	padding-top: 12px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt45 {
	padding-top: 45px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pb05 {
	padding-bottom: 5px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb12 {
	padding-bottom: 12px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb45 {
	padding-bottom: 45px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pr05 {
	padding-right: 5px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pr12 {
	padding-right: 12px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pr25 {
	padding-right: 25px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pr35 {
	padding-right: 35px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.pr45 {
	padding-right: 45px !important;
}

.pr50 {
	padding-right: 50px !important;
}

.pl05 {
	padding-left: 5px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl12 {
	padding-left: 12px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pl25 {
	padding-left: 25px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.pl35 {
	padding-left: 35px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pl45 {
	padding-left: 45px !important;
}

.pl50 {
	padding-left: 50px !important;
}

/* ---------------------------------------------
	inline align
--------------------------------------------- */

.t_align_l {
	text-align: left !important;
}

.t_align_c {
	text-align: center !important;
}

.t_align_r {
	text-align: right !important;
}

/* =====================================================================
*
*    Clearfix
*
* =================================================================== */

.clear {
	clear: both;
}

.clearBox {
	zoom: 1;
	overflow: hidden;
}

.clearfix {
	display: block;
	min-height: 1%;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* =====================================================================
*
*    title
*
* =================================================================== */

.title01 {
	display: block;
	vertical-align: middle;
	font-size: 40px;
	color: #e50038;
	background: #fff;
	width: 100%;
	text-align: left;
	border-bottom: 2px solid #e50038;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-family: UD Shin Go Medium, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.title01.Effra {
	font-size: 40px;
}

.title01 span {
	font-size: 16px;
	font-weight: bold;
}

.title01 strong {
	font-size: 31px;
}

/* =====================================================================
*
*    btn
*
* ==================================================================*/

.btn {
	margin-right: 20px;
	background-color: rgba(0, 0, 0, .5);
	z-index: 2;
}

.btn.btn-off {
	opacity: 0.5;
	pointer-events: none;
}

.btn__arrow-r a:after,
.btn__arrow-r span:after {
	content: "";
	position: absolute;
	right: 5%;
	top: 40%;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 8px solid #fff;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.btn__pdf a:after {
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -14px;
	width: 23px;
	height: 28px;
}

.btn a {
	height: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 300px;
	color: #fff !important;
	font-size: 16px;
	position: relative;
}

.btn:hover {
	opacity: 0.6;
}

.btn-opacity {
	margin-right: 20px;
}

.btn-opacity__arrow-r a:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -7px;
	margin-left: 20px;
	width: 7px;
	height: 7px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-opacity__pdf a:after {
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -14px;
	width: 23px;
	height: 28px;
	background: url(../../common/images/icon_pdf.png) no-repeat left top;
}

.btn-opacity a {
	display: block;
	padding: 20px;
	min-width: 300px;
	border: 2px solid #fff;
	text-align: center;
	color: #fff !important;
	font-size: 18px;
	background-color: rgba(0, 0, 0, .5);
	position: relative;
}

.btn-opacity a:hover {
	color: #fff;
	background-color: rgba(229, 0, 56, .5);
}

/*.btn, .btnBox.off .btn {
  background: $color_f-sys;
  margin: 0 auto;
  min-width: 300px;
  a {
    font-size: 16px;
    text-align: center;
    display: block;
    vertical-align: middle;
    padding: 21px 0px 20px 0px;
    color: #fff !important;
  }
}*/

.btn:hover {
	background: #e50038;
	color: #fff;
}

.btn:hover a {
	opacity: 0.5;
	color: #fff;
}

.btnBox.off .btn:hover {
	color: #fff;
}

.btnBox.off .btn:hover a {
	opacity: 1;
	color: #fff;
}

.btnInput {
	background: #e50038;
	min-width: 300px;
	border-radius: 0;
	position: relative;
}

.btnInput:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 54%;
	margin-top: -6px;
	margin-left: 20px;
	width: 0;
	height: 0;
	border-left: 7px solid #fff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.btnInput span {
	font-size: 18px;
	text-align: center;
	display: block;
	vertical-align: middle;
	padding: 19px 50px 18px 50px;
	color: #fff;
}

.btnInput:hover {
	background: #c30030;
}

.btn01 {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #DEDEDE;
	box-shadow: rgba(0, 0, 0, .1) 0px 0px 2px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, .1) 0px 0px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, .1) 0px 0px 2px 0px;
}

.btn01 a {
	background-color: #F7F7F7;
	background-image: url(../../images/side_navi_icon_arrow_current.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border: 1px solid #FFF;
	display: inline-block;
	text-align: center;
	color: #333;
	text-decoration: none;
}

.btn01 a span {
	display: inline-block;
	padding: 10px 50px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.btn01 a span:hover {
	text-decoration: none;
	color: #e50038;
}

.w300 {
	width: 300px !important;
}

.w350 {
	width: 350px !important;
}

.w400 {
	width: 400px !important;
}

.dummyCover {
	position: relative;
}

.dummyCover img {
	vertical-align: middle;
	margin-top: -3px;
}

.dummyCover:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

body {
	font-size: 14px;
	font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	color: #333333;
	text-align: center;
	margin: 0px;
	background: white;
}

.red {
	color: #e50038;
}

.nColor {
	color: #00A7DB;
}

a {
	color: #e50038;
	text-decoration: none;
}

/* =====================================================================
*
*     Common
*
* =================================================================== */

#wrapper {
	margin: 0 auto;
	min-width: 1060px;
	overflow: hidden;
}

/* =====================================================================
*
*     Header
*
* =================================================================== */

#header {
	width: 100%;
	text-align: center;
	z-index: 10;
	position: fixed;
	height: 120px;
	background: #fff;
	border-top: solid 4px #e50038;
}

#header .header_inner {
	max-width: 1400px;
	min-width: 1000px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	position: relative;
}

#header .headArea {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 40px;
}

#header .headArea a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	cursor: pointer;
}

#header .headArea .head_txt {
	font-size: 0;
}

#header .gnaviArea { /*width: 394px;*/
	margin-top: 35px;
	position: absolute;
	right: 140px;
}

#header .gnaviArea a {
	font-family: UD Shin Go DemiBold;
}

#header h1 {
	margin-right: 18px;
}

#header .gnavi {
	margin: auto;
}

#header .gnavi > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

#header .gnavi > ul .current-bar {
	background: #e50038;
	height: 5px;
	display: block;
	position: absolute;
	width: 50px;
	left: 0;
	bottom: 0;
}

#header .gnavi > ul > li {
	text-align: center;
	position: relative;
	z-index: 1; /*>a.active {
                    color: #e70f44;
                    background: none !important;
                    cursor: default;
                }*/ /*>a.active:hover {
                    color: #e70f44;
                    background: none !important;
                    cursor: default;
                }*/
}

#header .gnavi > ul > li:hover { /*.gnaviBar {
                    display: block;
                  }*/
}

#header .gnavi > ul > li:hover > ul {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #fff;
}

#header .gnavi > ul > li:hover > ul > li {
	text-align: left;
}

#header .gnavi > ul > li:hover > ul > li a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	display: block;
	white-space: nowrap;
}

#header .gnavi > ul > li:hover > ul > li a:hover {
	color: #e70f44;
}

#header .gnavi > ul > li:hover > ul > li a:hover.active {
	color: #FFF !important;
}

#header .gnavi > ul > li.active > a {
	color: #e70f44;
	border-bottom: 5px solid #e50038;
	padding: 10px 17px 18px;
}

#header .gnavi > ul > li.balloon:hover .balloon-elm {
	opacity: 1;
	visibility: visible;
}

#header .gnavi > ul > li.balloon a {
	color: #333;
}

#header .gnavi > ul > li.balloon a:hover {
	color: #333 !important;
}

#header .gnavi > ul > li.balloon a:hover .balloon-elm {
	display: block;
}

#header .gnavi > ul > li.balloon .balloon-elm-wrap {
	position: absolute;
	left: 50%;
	bottom: -80px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#header .gnavi > ul > li.balloon .balloon-elm {
	opacity: 0;
	visibility: hidden;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	margin: 1.5em 0;
	padding: 12px 16px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #FFF;
	border: solid 3px #555;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#header .gnavi > ul > li.balloon .balloon-elm:before {
	content: "";
	position: absolute;
	top: -23px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
	z-index: 2;
}

#header .gnavi > ul > li.balloon .balloon-elm:after {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #555;
	z-index: 1;
}

#header .gnavi > ul > li.balloon .balloon-elm p {
	margin: 0;
	padding: 0;
}

#header .gnavi > ul > li > ul {
	display: none;
}

#header .gnavi > ul > li.off {
	color: #C4C4C4;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	background: none !important;
}

#header .gnavi > ul > li > a {
	padding: 20px 10px 36px;
	text-align: center;
	height: 100%;
	color: #333;
	display: block;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	cursor: pointer;
}

#header .gnavi > ul > li > a:hover {
	text-decoration: none; /*color: $color_f-sys;*/
}

#header .gnavi > ul > li > a.active {
	background: #e50038 !important;
	color: #fff !important;
}

#header .gnavi > ul > li > a.active .accordion_icon span {
	background-color: #FFF !important;
}

#header .gnavi > ul > li > span {
	text-align: center;
	display: block;
	color: #ccc;
	opacity: 0.6;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	font-family: UD Shin Go Regular;
	padding: 20px 10px 36px;
	white-space: nowrap;
}

.gnaviBar {
	position: absolute;
	top: 81px;
	right: 0;
	z-index: 10;
	background: rgba(229, 0, 56, .9);
	display: none;
}

.gnaviBar:before {
	content: "";
	width: 100%;
	height: 10px;
	left: 0;
	top: 182px;
	position: fixed;
	background-color: transparent;
}

.gnaviBar .gnaviBarIn ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.gnaviBar .gnaviBarIn ul li {
	width: 260px;
	text-align: center;
	border-bottom: rgba(250, 250, 250, .4) solid 1px;
}

.gnaviBar .gnaviBarIn ul li:last-child {
	border: none;
}

.gnaviBar .gnaviBarIn ul li a {
	padding: 17px 0;
	display: block;
	color: #fff;
}

.gnaviBar .gnaviBarIn ul li a:hover {
	color: #fff;
	opacity: 0.7;
}

.gnaviBar .gnaviBarIn ul li span {
	padding: 17px 0;
	display: block;
	color: #fff;
	opacity: 0.6;
}

.nav02:hover:after,
.nav02 .active:after {
	content: "";
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: -2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #e50038 transparent;
}

.nav03:hover:after,
.nav03 .active:after {
	content: "";
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: -2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #e50038 transparent;
}

.nav04:hover:after,
.nav04 .active:after {
	content: "";
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: -2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #e50038 transparent;
}

.nav05:hover:after,
.nav05 .active:after {
	content: "";
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: -2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #e50038 transparent;
}

.hnavi {
	width: 122px;
}

.hnavi ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.hnavi ul li {
	width: 100%;
	border-bottom: solid #fff 2px;
	box-sizing: border-box;
	height: 57px;
	font-family: UD Shin Go Regular;
}

.hnavi ul li:last-child {
	border: none;
	height: 59px;
}

.hnavi ul li span {
	color: #cccccc;
	background: rgba(230, 0, 57, .1);
	font-size: 12px;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.hnavi ul li a {
	color: #333333;
	background: rgba(230, 0, 57, .1);
	font-size: 12px;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.hnavi ul li a:hover {
	color: #e50038;
}

.hnavi ul li a.current {
	color: #e50038;
}

.gnavi > ul > li > p {
	text-align: left;
	padding: 0 .8em 1.4em 1em;
	color: #555;
	line-height: 1.8;
}

.gnavi li .accordion_icon,
.gnavi li .accordion_icon span {
	display: inline-block;
	-webkit-transition: all .3s;
	transition: all .3s;
	box-sizing: border-box;
}

.gnavi li a {
	cursor: pointer;
}

.gnavi li a.active .accordion_icon span:nth-of-type(1) {
	display: none;
}

.gnavi li a.active .accordion_icon span:nth-of-type(2) {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.gnavi li .accordion_icon {
	position: absolute;
	width: 10px;
	height: 10px;
	top: 55px;
	right: 10px;
	left: 0;
	margin: 0 auto;
	cursor: pointer;
}

.gnavi li .accordion_icon span {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #e50038;
}

.gnavi li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.gnavi li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.gnavi li .accordion_icon.active:hover {
	color: #fff !important;
}

.gnavi li .accordion_icon.active span:nth-of-type(1) {
	display: none;
}

.gnavi li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

/* =====================================================================
*
*     mainVisual
*
* =================================================================== */

#mainVisualSec {
	background: url(../../../f-sys/images/main_v_download.png) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-top: 120px;
}

#mainVisualSec::before {
	width: 50%;
	content: "";
	height: 200px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
}

#mainVisualSec h2 {
	position: relative;
	left: -50px;
	display: block;
	vertical-align: middle;
	font-size: 50px;
	color: #e50038;
	height: 200px;
	background: #fff;
	width: 1000px;
	margin: 200px auto 0;
	text-align: left;
	padding: 60px 50px;
	font-family: UD Shin Go DemiBold;
}

#mainVisualSec h2 span {
	display: block;
	margin: auto;
	font-size: 28px;
	color: #000 !important;
	font-family: din-condensed, sans-serif !important;
	margin-top: 0;
}

.mainVisual {
	width: 1200px;
}

.mainVisual .swiper-wrapper {
	width: 100%;
	margin: auto;
	position: inherit;
	z-index: 1;
}

.mainVisual .swiper-slide {
	width: 1200px;
	height: 600px;
	position: relative;
	overflow: hidden;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-align: center;
	color: #fff;
}

.mainVisual .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.mainVisual .swiper-slide img {
	width: auto;
}

.mainVisual .swiper-slide.slide00 {
	background: url(../../../f-sys/english/images/slide00.jpg) no-repeat center center;
	background-size: cover;
}

.mainVisual .swiper-slide.slide01 {
	background: url(../../../f-sys/english/images/slide01.png) no-repeat center center;
	background-size: cover;
}

.mainVisual .swiper-slide.slide02 {
	background: url(../../../f-sys/english/images/slide02.png) no-repeat center center;
	background-size: cover;
}

.mainVisual .swiper-slide.slide03 {
	background: url(../../../f-sys/english/images/slide03.jpg) no-repeat center center;
	background-size: cover;
}

.mainVisual .swiper-slide.slide04 {
	background: url(../../../f-sys/english/images/slide04.jpg) no-repeat center center;
	background-size: cover;
}

.mainVisual .swiper-slide.slide05 {
	background: url(../../../f-sys/english/images/slide05.jpg) no-repeat center center;
	background-size: cover;
}

.mainVisual__wrap {
	position: absolute;
	left: 0;
	bottom: 0; /*transform: translateY(-50%);*/
	width: 500px;
	height: 340px;
	background: #e50038;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	color: #fff;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding: 40px; /**
      &.hide {
        opacity: 0;
        visibility: hidden;
      }
  **/
}

.mainVisual__date {
	margin-bottom: 25px;
	text-align: left;
	width: 100%;
	font-family: din-condensed, sans-serif !important;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	font-size: 20px;
}

.mainVisual__txt01 {
	font-size: 40px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 15px;
	width: 100%;
	line-height: 1;
	font-family: UD Shin Go DemiBold;
}

.mainVisual__txt02 {
	font-size: 20px;
	text-align: left;
	width: 100%;
	line-height: 1;
	margin-bottom: 60px;
	height: 20px;
}

.mainVisual__btnarea {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	font-family: UD Shin Go DemiBold;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.mainVisual__btnarea .btn {
	margin: 0 20px;
}

.mainVisual .swiper-button-wrap {
	position: absolute;
	width: 120px;
	height: 50px;
	bottom: 20px;
	right: 200px;
	z-index: 1;
}

.mainVisual .swiper-button-next {
	width: 50px;
	height: 50px;
	right: 0;
	z-index: 1;
	background: url(../../../common/images/arrow_right.png) no-repeat;
}

.mainVisual .swiper-button-prev {
	width: 50px;
	height: 50px;
	background: url(../../../common/images/arrow_left.png) no-repeat;
	left: 0;
	z-index: 1;
}

.swiper-pagination-bullet-active {
	background: #e50038;
}

.swiper-pagination-bullet {
	border-radius: 0;
	width: 12px;
	height: 12px;
}

.swiper-pagination-bullets {
	bottom: -30px !important;
}

.top #mainVisualSec {
	width: 100%;
	max-width: 1400px;
	height: 600px;
	overflow: hidden;
	position: relative;
	text-align: center;
	display: table; /*padding-left: 200px;*/
	margin: 120px auto 40px;
	background: none;
}

.top #mainVisualSec h2 {
	display: block;
	vertical-align: middle;
	font-size: 50px;
	color: #e50038;
	height: 200px;
	background: #fff;
	width: 100%;
	margin: 200px auto 0;
	text-align: left;
	padding: 30px 60px;
}

.top #mainVisualSec h2 span {
	display: block;
	margin: auto;
	font-size: 28px;
	color: #000 !important;
	font-family: din-condensed, sans-serif !important;
	margin-top: 10px;
}

.topBnArea {
	width: 100%;
	text-align: center;
}

.topBnArea ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.topBnArea ul li {
	width: 240px;
	margin-bottom: 20px;
	position: relative;
}

.topBnArea ul li a {
	display: block;
	color: #222;
}

.topBnArea ul li a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.topBnArea ul li a:hover .name {
	color: #fff;
	background-color: #e50038;
}

.topBnArea ul li a:hover .name:after {
	content: "";
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

.topBnArea ul li span {
	display: block;
	color: #ccc;
}

.topBnArea ul li span:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.topBnArea ul li span:hover .name:after {
	content: "";
}

.topBnArea ul li .pic {
	position: relative;
	width: 240px;
	height: 210px;
	overflow: hidden;
}

.topBnArea ul li .pic img {
	width: 100%;
	height: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.topBnArea ul li .name {
	background-color: #fff;
	font-size: 15px;
	padding: 13px 0;
	position: relative;
	text-align: center;
	font-weight: bold;
}

.topBnArea ul li .name:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px;
	margin-left: 10px;
	width: 7px;
	height: 7px;
	border-top: 3px solid #e50038;
	border-right: 3px solid #e50038;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.topBnArea ul li .ico {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: 70px;
	height: 24px;
}

.topBnArea ul li .ico__01 {
	background: url(../../../common/images/icon_exhibitor_en.jpg) no-repeat left top;
}

.topBnArea ul li .ico__02 {
	background: url(../../../common/images/icon_visitor_en.jpg) no-repeat left top;
}

/* =====================================================================
*
*     Main 
*
* =================================================================== */

#mainbox {
	width: 1000px;
	clear: both;
	padding: 0 0 0 0;
	height: auto;
	position: relative;
	margin: 30px auto 0px;
	z-index: 1;
	overflow: hidden;
}

#mainbox.sec {
	margin: 50px auto 100px;
}

#lnavi {
	margin: 0 auto 40px;
	text-align: center;
}

#lnavi ul {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

#lnavi ul li {
	width: 250px;
	box-sizing: border-box;
	border: solid 1px #f7b2c3;
	margin-right: 30px;
	height: 60px;
}

#lnavi ul li:last-child {
	margin-right: 0;
}

#lnavi ul li a {
	font-size: 16px;
	color: #000;
	text-align: center;
	display: block;
	line-height: 1;
	padding: 23px 0 19px;
	background: url(../../../f-sys/images/arrow_bottom.png) no-repeat center right 10% #fff;
}

#lnavi ul li a:hover {
	background: #e50038;
	color: #FFF;
}

.contents {
	width: 1060px;
	background-color: #fff;
	position: relative;
	margin: auto;
	padding: 0px 30px 0;
}

.contents .c-cont__title {
	text-align: left;
	font-size: 33px;
	color: #e50038;
	line-height: 1;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.content__box {
	position: relative;
	width: 500px;
	margin: 0 auto;
}

.content__box .btn {
	width: 300px;
	margin: 0 auto 30px;
}

.content__box .btn a {
	font-family: UD Shin Go DemiBold;
}

/* =====================================================================
*
*     Left Area 
*
* =================================================================== */

#leftbox {
	width: 100%;
	padding: 0;
	float: none;
	margin: 0 auto;
	position: relative;
}

.box {
	margin: 20px 0 0 0;
}

.bnArea {
	padding-bottom: 40px;
}

.bnArea li {
	float: left;
	margin-right: 10px;
}

.pagetop {
	width: 70px;
	height: 15px;
	float: right;
	position: absolute;
	right: -1px;
	bottom: 0;
	margin: 0 15px 40px 0;
}

.pagetopIn {
	width: 70px;
	height: 15px;
	float: right;
	padding: 35px 0 25px 0;
}

.bnlink li {
	float: left;
}

.topBannerArea {
	width: 100%;
	background: url(../../images/top_cat_nav_bg.gif);
	margin: 110px 0 0 0;
	padding: 30px 0;
}

.topBannerArea .inner {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

.topBannerArea .title {
	float: left;
}

.topBannerArea ul {
	float: right;
	overflow: hidden;
	width: 756px;
}

.topBannerArea ul li {
	float: left;
}

.topBannerArea ul li a:hover {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)"; /* IE8 */
}

/* 
=====================================================================
*
*     Right Area 
*
* =================================================================== */

#rightbox {
	width: 100%;
	float: none;
	margin: 50px auto 0;
	padding: 0 0 0 0;
	height: auto;
}

.informationArea {
	background-color: #fff;
	position: relative;
	overflow: hidden; /*.title01 {
    color: #e50038!important;
  }*/
}

.informationArea .moreBtn {
	background-image: -webkit-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	height: 170px;
	text-align: center;
	color: #e50038;
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-top: 120px;
	cursor: pointer;
}

.informationArea .moreBtn:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	margin-top: -8px;
	width: 7px;
	height: 7px;
	border-top: 3px solid #e50038;
	border-right: 3px solid #e50038;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.swiper-container02 {
	overflow: hidden;
	height: 260px;
	width: 480px;
	margin-left: 10px;
}

.swiper-container02 .swiper-wrapper {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.swiper-container02 .swiper-button-next {
	width: 50px;
	height: 50px;
	top: 130px;
	right: -15px;
	background: url(../../../common/images/arrow03_right.png) no-repeat;
}

.swiper-container02 .swiper-button-prev {
	width: 50px;
	height: 50px;
	left: -15px;
	top: 130x;
	background: url(../../../common/images/arrow03_left.png) no-repeat;
}

.swiper-container02 .swiper-slide {
	height: 260px;
	width: 240px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.swiper-container02 .swiper-slide a {
	height: 260px;
	outline: none;
}

.swiper-container02 .swiper-pagination-bullets {
	bottom: -40px !important;
}

#twitter {
	width: 100%;
	height: 430px;
	padding: 0 25px 0 0;
	margin: 0 0 80px 0;
	overflow-y: hidden;
	overflow-x: hidden;
	line-height: 20px;
	font-size: 14px;
	text-align: left;
	outline: none;
}

#twitter.active {
	overflow-y: auto;
}

#twitter.active dl {
	padding-right: 30px;
}

#twitter dl {
	padding-right: 20px;
}

#twitter dt {
	width: 70px;
	padding: 15px 0 0 5px;
	color: #a8a8a8;
}

#twitter dd {
	margin-left: 0;
	padding: 5px 0 15px 0;
	border-bottom: 1px solid #dcdcdc;
}

.visitorsPicArea {
	padding-bottom: 50px;
}

/* 
=====================================================================
*
*     Foot bn Area 
*
* =================================================================== */

.footBnArea {
	background-color: #fff;
	margin-top: 70px;
	margin-bottom: 40px;
}

.footBnArea .inner {
	width: 1000px;
	margin: auto;
}

.footBnArea .inner ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footBnArea .inner ul li {
	width: 235px;
	margin-bottom: 20px;
}

.footBnArea .inner ul li img {
	vertical-align: top;
}

.footBnArea .inner ul li a:hover {
	opacity: 0.8;
}

/* =====================================================================
*
*     Footer Area 
*
* =================================================================== */

#footer {
	width: 100%;
	color: #656565;
	background: #E5E5E5;
	position: relative;
	font-family: UD Shin Go Regular;
}

#footer a {
	color: #656565;
	text-decoration: none;
}

#footer a:hover {
	color: #656565;
	text-decoration: underline;
}

#footer_in {
	clear: both;
	width: 1060px;
	margin: 0px auto;
	text-align: left;
	padding-top: 60px;
	color: #aaa;
	font-size: 12px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 60px;
	height: 381px;
}

#footer_in .logo {
	position: absolute;
	left: 80px;
	bottom: 0;
}

#footer_in .topArea {
	position: relative;
	border-right: solid #CCCCCC 1px;
	padding-right: 30px;
}

#footer_in .topArea .siteNavi {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 120px;
	margin-right: 35px;
}

#footer_in .topArea .siteNavi ul {
	text-align: left;
	margin-bottom: 60px;
}

#footer_in .topArea .siteNavi ul:last-child {
	margin: 0;
}

#footer_in .topArea .siteNavi ul li {
	margin-bottom: 10px;
	font-size: 12px;
}

#footer_in .topArea .siteNavi ul li:last-child {
	margin: 0;
}

#footer_in .topArea .pastNavi {
	width: 210px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#footer_in .topArea .pastNavi ul {
	text-align: left;
	margin-bottom: 110px;
	width: 100%;
}

#footer_in .topArea .pastNavi ul:last-child {
	margin: 0;
}

#footer_in .topArea .pastNavi ul li {
	margin-bottom: 10px;
	position: relative;
	font-size: 12px;
	font-family: UD Shin Go Regular;
}

#footer_in .topArea .pastNavi ul li:last-child {
	margin: 0;
}

#footer_in .topArea .pastNavi ul li a { /*display: block;*/
	display: inline-block;
}

#footer_in .bottomArea {
	position: relative;
	padding-left: 80px;
}

#footer_in .bottomArea .eventNavi {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

#footer_in .bottomArea .eventNavi ul {
	text-align: left;
	margin-right: 20px;
	width: 170px;
}

#footer_in .bottomArea .eventNavi ul li {
	margin-bottom: 10px;
	position: relative;
	font-size: 12px;
	font-family: UD Shin Go Regular;
}

#footer_in .bottomArea .eventNavi ul li a {
	display: block;
}

#footer_in .footTitle {
	font-size: 12px;
	margin-bottom: 10px;
	width: 100%;
	color: #656565;
	font-family: UD Shin Go DemiBold;
}

#footer_in .border {
	padding: 3px;
	border: 1px solid #aaa;
}

#footer_in .totop {
	position: absolute;
	left: 0;
	top: -30px;
}

.fixedBtn {
	position: fixed;
	right: 0;
	bottom: 30px;
	z-index: 1000;
}

.fixedBtn .wrap {
	position: relative;
}

.fixedBtn .wrap div {
	position: relative;
	width: 180px;
	height: 50px;
	margin-bottom: 10px;
}

.fixedBtn .wrap div:hover a {
	right: 0;
}

.fixedBtn .wrap div.contactBtn span {
	background: url(../../common/images/fixed_ico_mail.png) no-repeat center center;
}

.fixedBtn .wrap div.mapBtn span {
	background: url(../../common/images/fixed_ico_map.png) no-repeat center center;
}

.fixedBtn .wrap div.memberBtn {
	opacity: 0.5;
}

.fixedBtn .wrap div.memberBtn:hover a {
	right: -130px;
}

.fixedBtn .wrap div.memberBtn span {
	background: url(../../common/images/fixed_ico_member.png) no-repeat center center;
}

.fixedBtn .wrap div.pagetopBtn:hover a {
	right: -130px;
}

.fixedBtn .wrap div.pagetopBtn span {
	background: url(../../common/images/fixed_ico_pagetop.png) no-repeat center center;
}

.fixedBtn .wrap a {
	display: block;
	height: 50px;
	line-height: 50px;
	background-color: rgba(229, 0, 56, .8);
	color: #fff;
	width: 180px;
	padding-left: 30px;
	position: absolute;
	right: -130px;
	top: 0;
	margin-bottom: 10px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.fixedBtn .wrap a span {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	font-size: 0;
}

.copyright {
	width: 100%;
	font-size: 14px !important;
	color: #FFFFFF;
	background: #333333;
	height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 400;
}

/* =====================================================================
*
*    関連リンク
*
* =================================================================== */

#linkBox ul {
	overflow: hidden;
	margin-left: -20px;
	zoom: 1;
}

#linkBox ul li {
	float: left;
	margin-left: 20px;
}

#footer_bn,
*:first-child + html #footer_bn {
	position: fixed;
	bottom: 50px;
	right: 50px;
	padding: 0; /* IE6 */
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-81)+'px');
}

#footer_bn a {
	display: block;
	text-decoration: none;
	height: 40px;
	width: 40px;
	margin: 0;
}

#footer_bn div {
	height: 40px;
	width: 40px;
	text-align: center;
	margin: 0;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../../images/pagetop_def.gif) no-repeat;
}

#footer_bn div:hover {
	height: 40px;
	width: 40px;
	text-align: center;
	margin: 0;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../../images/pagetop_ov.gif) no-repeat;
}

.js-clingify-ztransform {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 2;
	position: relative;
}

.js-clingify-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 2;
	position: relative;
	width: 100%;
}

.js-clingify-locked {
	left: 0;
	position: fixed;
	top: 0;
	z-index: 99999;
}

.js-clingify-locked #gnavi {
	width: 100%;
}

/* =====================================================================
*
*    来場者速報
*
* =================================================================== */

.visitersBox .visiters {
	font-size: 12px;
	text-align: center;
	margin-bottom: 50px;
}

.visitersBox td,
.visitersBox th {
	vertical-align: middle;
}

.visitersBox strong {
	font-weight: bold;
}

.visitersBox .c01_1 {
	width: 143px;
}

.visitersBox .c01_2 {
	width: 135px;
}

.visitersBox .c01_3 {
	width: 151px;
}

.visitersBox .c01_4 {
	width: 80px;
}

.visitersBox .c02 {
	width: 132px;
}

.visitersBox .c04 {
	width: 190px;
}

.visitersBox .c03 {
	height: 30px;
	padding: 5px 0;
}

.visitersBox .bg01 {
	background-color: #808080;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}

.visitersBox .b01 {
	border-right: 1px #FFF solid;
}

.visitersBox .b02 {
	border-right: 1px #CBCBCB solid;
}

.visitersBox .b03 {
	border-bottom: 1px #808080 dotted;
}

.visitersBox .b04 {
	border-bottom: 3px #000 solid;
}

.visitersBox .font10 {
	font-size: 10px;
	line-height: 14px;
}

.visitersBox .font01 {
	line-height: 14px;
}

.visitersBox .btn11 {
	background-image: url(../images/top_base.jpg);
	background-repeat: no-repeat;
	width: 308px;
	height: 135px;
}

/* =====================================================================
*
*    第二階層
*
* =================================================================== */

/* =====================================================================
*
*     お問い合わせ
*
* =================================================================== */

.contact {
	font-family: UD Shin Go Medium, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contact #mainVisualSec {
	background: url(../../../f-sys/images/main_v_contact.png) no-repeat center;
	background-size: cover;
}

.contact #mainVisualSec h2 {
	font-family: UD Shin Go DemiBold;
}

.contact #form {
	width: 865px;
	margin: 0 auto;
	font-family: UD Shin Go DemiBold;
	margin-bottom: 30px;
}

.p-contact { /*&__form {
        width: 100%;
        margin-bottom: 60px;
        &.confirm {
            font-size: 16px;
            th {
                padding: 15px 0;
            }
            td {
                padding: 15px 0;
            }
        }
        th {
            width: 280px;
            padding: 10px 0;
            vertical-align: middle;
            &.v-top {
                vertical-align: top;
                padding-top: 35px;
            }
        }
        td {
            padding: 10px 0;
            input {
                width: 100%;
                background-color: #eeeeee;
                padding: 21px 25px;
                border: none;
                font-size: 14px;
            }
            input::-webkit-input-placeholder,
            textarea::-webkit-input-placeholder {
                color: #d1d1d1;
            }
            textarea {
                width: 100%;
                background-color: #eeeeee;
                padding: 21px 25px;
                border: none;
                font-size: 14px;
                height: 200px;
            }
          
        }
    }*/
}

.p-contact__lead {
	font-size: 16px;
	margin-bottom: 30px;
	margin-top: 45px;
	text-align: left;
	line-height: 2;
	font-family: UD Shin Go Regular;
}

.p-contact__about {
	border: 1px solid #e50038;
	padding: 23px 30px 23px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 1.9;
	margin-bottom: 30px;
	font-family: UD Shin Go Regular;
}

.p-contact__about strong {
	font-family: UD Shin Go DemiBold;
}

.p-contact__about .typesquare_option {
	font-family: UD Shin Go Regular;
}

.p-contact__about .typesquare_option strong {
	font-family: UD Shin Go DemiBold;
}

.p-contact__flow {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: UD Shin Go regular;
	margin: 30px 0 55px;
}

.p-contact__flow span { /*width: 220px;*/
	position: relative;
	font-size: 16px;
	color: #CCCCCC;
	height: 59px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-right: 30px;
	padding-left: 80px;
}

.p-contact__flow span.current {
	color: #333333;
}

.p-contact__flow span.current::before {
	background: #E60039;
}

.p-contact__flow span::before {
	content: "";
	background: #CCCCCC;
	width: 59px;
	height: 59px;
	left: 0;
	position: absolute;
	border-radius: 30px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 30px;
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 400;
}

.p-contact__flow span:first-of-type::before {
	content: "1" !important;
}

.p-contact__flow span:last-of-type {
	margin-right: 0;
}

.p-contact__flow span:last-of-type::before {
	content: "3" !important;
}

.p-contact__flow span:nth-of-type(2)::before {
	content: "2" !important;
}

.p-contact__form {
	width: 100%;
	margin: 0 auto 40px;
}

.p-contact__form table {
	margin: 0 0 40px;
	width: 100%;
}

.p-contact__form tr {
	width: 100%;
	margin-bottom: 20px;
	display: block;
	vertical-align: top;
}

.p-contact__form tr th {
	font-size: 16px;
	width: 280px;
	vertical-align: top;
	padding: 15px 0 0;
}

.p-contact__form tr th .red {
	color: red;
}

.confirm .p-contact__form tr td {
	vertical-align: middle;
}

.p-contact__form tr td input::-webkit-input-placeholder,
.p-contact__form tr td textarea::-webkit-input-placeholder,
.p-contact__form tr td select::-webkit-input-placeholder {
	color: #CCCCCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-contact__form tr td input:-ms-input-placeholder,
.p-contact__form tr td textarea:-ms-input-placeholder,
.p-contact__form tr td select:-ms-input-placeholder {
	color: #CCCCCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-contact__form tr td input::placeholder,
.p-contact__form tr td textarea::placeholder,
.p-contact__form tr td select::placeholder {
	color: #CCCCCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-contact__form tr td input::-ms-input-placeholder,
.p-contact__form tr td textarea::-ms-input-placeholder,
.p-contact__form tr td select::-ms-input-placeholder {
	color: #CCCCCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-contact__form tr td .text01 {
	width: 580px;
	height: 50px;
	border-radius: 5px;
	background: #FFFFFF;
	border: #CCCCCC 1px solid;
	padding: 0 20px;
	font-size: 16px;
	box-shadow: inner 0 0 2px rgba(0, 0, 0, .2);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-contact__form tr td .text02 {
	width: 280px;
	height: 50px;
	border-radius: 5px;
	background: #FFFFFF;
	border: #CCCCCC 1px solid;
	padding: 0 20px;
	font-size: 16px;
	box-shadow: inner 0 0 2px rgba(0, 0, 0, .2);
	margin-right: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-contact__form tr td .text02:last-of-type {
	margin-right: 0;
}

.p-contact__form tr td .text04 {
	width: 580px;
	height: 200px;
	max-width: 580px;
	border-radius: 5px;
	background: #FFFFFF;
	border: #CCCCCC 1px solid;
	padding: 15px 20px;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-shadow: inner 0 0 2px rgba(0, 0, 0, .2);
}

.p-contact__caution {
	font-size: 16px;
	color: #e50038;
	margin-bottom: 26px;
	text-align: center;
	font-family: UD Shin Go Regular;
}

.p-contact__txt {
	font-size: 16px;
	margin-bottom: 30px;
}

.co_btnArea {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}

.co_btnArea button:last-child {
	margin: 0;
}

.btnInput {
	margin-right: 20px;
}

.btnInput:hover {
	opacity: 0.6;
}

.btnInput span {
	height: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 300px;
	color: #fff;
	font-size: 16px;
	position: relative;
	background-color: #e50038;
	font-family: UD Shin Go DemiBold;
}

.btnInput.btn__arrow-r span {
	background-color: #e50038;
}

.btnInput.btn__arrow-r span:after {
	content: "";
	position: absolute;
	right: 5%;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 8px solid #fff;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin-top: -6px;
}

.btnInput.btn__arrow-l span:after {
	content: "";
	position: absolute;
	left: 5%;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 8px solid #fff;
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin-top: -6px;
}

.p-contact__form.confirm tr {
	border-bottom: 1px solid #CCCCCC;
}

.p-contact__form.confirm tr th {
	width: 220px;
	vertical-align: middle;
	padding: 10px 0;
}

.p-contact__form.confirm tr td {
	vertical-align: middle;
	padding: 10px 0;
	font-size: 18px;
}

.p-contact__form input {
	font-family: UD Shin Go Regular !important;
}

/* =====================================================================
*
*     資料ダウンロード
*
* =================================================================== */

.download {
	font-family: UD Shin Go Medium, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.download #mainVisualSec {
	background: url(../../../f-sys/images/main_v_download.png) no-repeat center;
	background-size: cover;
}

.p-download__list {
	margin-top: 50px;
	margin-bottom: 30px;
}

.p-download__list ul li {
	margin-bottom: 20px;
}

.p-download__list ul li:last-child {
	margin: 0;
}

.p-download__list ul li a {
	display: block;
	background-color: #eeeeee;
	font-size: 20px;
	padding: 20px 30px;
	position: relative;
	color: #2d2d2d;
	font-family: UD Shin Go Regular;
	text-align: left;
	height: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-download__list ul li a .new {
	color: #ffab00;
	margin-right: 1em;
	font-size: 16px;
}

.p-download__list ul li a:hover {
	color: #fff;
	background-color: #e50038;
}

.p-download__list ul li a:hover:after {
	background: url(../../../f-sys/images/icon_download_ov.png) no-repeat left top;
}

.p-download__list ul li a:after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -11px;
	width: 26px;
	height: 24px;
	background: url(../../../f-sys/images/icon_download.png) no-repeat left top;
}

/* =====================================================================
*
*     出展のご案内
*
* =================================================================== */

/* =====================================================================
*
*     出展対象・来場対象
*
* =================================================================== */

.p-target__pic li {
	font-size: 0;
}

/* =====================================================================
*
*     開催概要
*
* =================================================================== */

.sub_table {
	width: 100%;
	border: none;
	border-top: 1px solid #ddd;
	margin-bottom: 10px;
	font-size: 16px;
}

.sub_table td {
	border-bottom: 1px #FFFFFF solid; /*padding: 5px;*/
	padding: 15px 5px 10px;
	text-align: left;
}

.sub_table .lef_td {
	background-color: #E6E6E6;
	width: 74px;
	border-bottom: 1px dotted #CCCCCC;
	text-align: center;
}

.sub_table .cent_td {
	width: 90px;
	border-bottom: 1px dotted #CCCCCC;
	text-align: center;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	vertical-align: middle;
}

.sub_table .rig_td {
	line-height: 200%;
	font-size: 12px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 7px 10px 15px;
}

.sub_table .lef_td1 {
	background-color: #EAEAEA;
	width: 200px;
	border-bottom: 1px dotted #CCCCCC;
	text-align: left;
	vertical-align: top;
	line-height: 200%;
	padding: 10px 20px 10px 40px;
	font-size: 12px;
}

.sub_table .lef_td1 div {
	position: relative;
	text-align: center !important;
}

.sub_table .lef_td1 div span {
	position: absolute;
	left: 0px;
	top: -9px;
	font-size: 9px;
}

.sub_table .lef_td2 {
	background-color: #E6E6E6;
	padding: 9px 0 0 0;
	width: 90px;
	height: 92px;
	border-bottom: 1px dotted #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align: center;
}

.sub_table .lef_td3 {
	background-color: #E6E6E6;
	padding: 9px 0 0 0;
	width: 90px;
	height: 244px;
	border-bottom: 1px dotted #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align: center;
}

/* =====================================================================
*
*     事前来場登録
*
* =================================================================== */

.registration .red02 {
	color: #D12123;
}

.registration .list {
	text-indent: -1em;
	margin-left: 1em;
}

.registration .title01 {
	color: #f5a200;
	border-bottom: #f5a200 solid 2px;
}

.registration a {
	color: #f5a200;
}

.registration #header {
	height: auto;
	border-top: none;
	position: static;
}

.registration #header .headArea {
	padding: 40px 0;
	text-align: center;
}

.registration #header .headArea .inner {
	height: auto;
	margin: 0 auto;
}

.registration #mainVisualSec {
	margin-top: 0px;
}

.registration #mainVisualSec h2 {
	color: #f5a200;
}

.registration #mainVisualSec h2 span {
	display: block;
	margin: auto;
	font-size: 24px;
	color: #f5a200;
	margin-top: 10px;
}

.registration #lnavi ul li {
	border: solid 1px #efcd8a;
}

.registration #lnavi ul li a {
	font-size: 16px;
	color: #000;
	text-align: center;
	display: block;
	line-height: 1;
	padding: 23px 0 19px;
	background: url(/registration/images/arrow_bottom.png) no-repeat center right 10% #fff;
}

.registration #lnavi ul li a :hover {
	background: #f5a200;
	color: #FFF;
}

.registration .contents_inner {
	padding: 0;
}

.registration .contents {
	margin-bottom: 50px;
	box-sizing: border-box;
	text-align: center;
	padding: 0;
	width: 1000px;
}

.registration .contents .c-cont__title {
	text-align: left;
	font-size: 33px;
	color: #f5a200;
	line-height: 1;
	margin-bottom: 55px;
}

.registration .contents .box { /*padding: 0 119px;*/
}

.registration .contents .box02 {
	background-color: #E6E6E6;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 0;
}

.registration .contents .box02 p {
	display: block;
	padding: 10px;
}

.registration .contents .b01 {
	border-bottom: 1px #fff solid;
	background-color: #e9e9e9;
}

.registration .contents .b02 {
	border-bottom: 1px #fff solid;
	background-color: #f7f7f7;
}

.registration .contents .b03 {
	border-bottom: 1px #fff solid;
	background-color: #e9e9e9;
}

.registration .contents .b04 {
	border-bottom: 1px #c3c3c3 dotted;
	border-right: #FFF 2px solid;
}

.registration .contents label {
	position: relative;
	margin-right: 10px;
}

.registration .contents #othertext {
	position: relative;
	white-space: nowrap;
}

.registration .contents #othertext input {
	position: relative;
	top: 0;
	left: 0;
}

.registration .contents label.error {
	display: block;
	color: red;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 20px;
}

.registration .contents .textbox {
	margin: 10px 0;
}

.registration .contents .text01 {
	width: 250px;
	height: 30px;
}

.registration .contents .text02 {
	width: 107px;
	height: 30px;
	padding: 5px;
}

.registration .contents .text02_1 {
	width: 100px;
	height: 30px;
}

.registration .contents .text03 {
	width: 170px;
	height: 30px;
}

.registration .contents .text04 {
	width: 400px;
	height: 150px;
}

.registration .contents #uComment {
	display: none;
}

.registration .contents #uComment2 {
	display: none;
}

.registration .contents .none {
	display: none;
}

.registration .contents .other {
	float: left;
	line-height: 25px;
	vertical-align: top;
}

.registration .contents .left_flo {
	float: left;
}

.registration .contents .none {
	display: none;
}

.registration .contents .text_height {
	padding: 10px 0;
	line-height: 170%;
}

.registration .contents .btn {
	margin: 50px auto;
}

.registration .contents .btn :after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -6px;
	margin-left: 20px;
	width: 7px;
	height: 7px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.registration .contents .btnBox.off .btn {
	margin: 50px auto;
	width: 300px;
	position: relative;
}

.registration .contents .btn:hover {
	opacity: 0.8;
}

.registration .contents .w180 {
	width: 180px;
}

.registration .contents .w200 {
	width: 200px;
}

.registration .contents .btn02 {
	margin: 0px auto;
	background-color: #FFF;
}

.registration .contents .form {
	margin-top: 1em;
	width: 100%;
	line-height: 50px;
}

.registration .contents .form .ml1em {
	margin-left: 1em;
}

.registration .contents .form .checktext {
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	margin-top: -2px;
}

.registration .contents .form #industrySelectBox .b01 {
	background-color: #d0d0d0;
}

.registration .contents .form #industrySelectBox .b02 {
	background-color: #dfdfdf;
}

.registration .contents .form th {
	width: 250px;
	padding-left: 10px;
	word-break: break-all;
}

.registration .contents .form td {
	padding: 0 10px;
	text-align: left;
	word-break: break-all;
}

.registration .contents .form .textbox {
	margin: 10px 0;
}

.registration .contents .form input,
.registration .contents .form textarea {
	border: 1px solid #CCC;
	font-size: 13px;
}

.registration .contents .form .industry_type {
	line-height: 25px;
	margin: 10px 0;
	font-size: 14px;
}

.registration .contents .form .industry_type th {
	vertical-align: top;
	padding: 5px 10px 5px 2.5em;
	position: relative;
}

.registration .contents .form .industry_type th .heading {
	position: absolute;
	left: 0.8em;
	top: 0.35em;
}

.registration .contents .form .industry_type td {
	vertical-align: top;
	margin: 0;
	padding-left: 10px;
	padding: 5px 10px;
	width: 19.8%;
}

.registration .contents .form .industry_type td label {
	position: relative;
	padding-left: 1.5em;
	display: inline-block;
}

.registration .contents .form .industry_type td label input {
	position: absolute;
	left: 0;
	top: 5px;
}

.registration .contents .regist_text {
	text-align: left;
	font-size: 14px;
	text-indent: -2.4em;
	margin-left: 2.4em;
	padding-bottom: 5px;
}

.registration .contents .regist_text span {
	width: 0.7em;
	display: inline-block;
	margin-left: 1.6em;
}

.registration .contents .regist_text02 {
	text-align: left;
	text-indent: -1em;
	margin-left: 1em;
	font-size: 12px;
}

.registration .contents .regist_text03 {
	text-align: left;
	font-size: 20px;
}

.registration .contents .ml1em {
	margin-left: 1em;
}

.registration .contents .p-registration__flow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}

.registration .contents .p-registration__flow span {
	width: 33.333%;
	text-align: center;
	display: block;
	padding: 21px 18px 17px;
	color: #fff;
	font-size: 18px;
	background-color: #E6E6E6;
	line-height: 1;
	vertical-align: middle;
	position: relative;
	margin: 0 1px;
	height: 60px;
}

.registration .contents .p-registration__flow span:nth-child(2) {
	height: 60px;
	padding: 13px 0 0 0;
}

.registration .contents .p-registration__flow span.current {
	background-color: #f5a200;
}

.registration .contents .p-registration__flow span.current:before {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #f5a200 transparent transparent transparent;
}

.registration .btnArea {
	padding: 60px 0 0;
	width: auto;
	margin: 0 auto;
}

.registration .btnArea .btn02 {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.registration .btnArea .btnInput {
	background: #f5a200;
	border-radius: 0;
	width: 350px;
	position: relative;
	margin: 0 auto;
}

.registration .btnArea .btnInput span {
	font-size: 22px;
	text-align: center;
	display: block;
	vertical-align: middle;
	padding: 18px 50px 17px 50px;
	color: #fff;
	background: url(../../images/arrow01_whi.png) no-repeat 10px center;
}

.registration .btnArea .btnInput:hover {
	background: #d68f04;
}

.registration .btnArea .btnInput:hover span {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)"; /* IE8 */
}

.registration .pagetop {
	width: 70px;
	height: 15px;
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0 15px 40px 0;
}

.registration .pagetopIn {
	width: 70px;
	height: 15px;
	float: right;
	padding: 35px 0 25px 0;
}

.registration .bnlink li {
	float: left;
}

.registration #anchor_menu {
	height: 30px;
	line-height: 30px;
	margin: 20px 0;
	padding: 0 0 0 15px;
	width: 655px;
	background-color: #E5E5E5;
	text-align: left;
}

.registration #person1From,
.registration #person2From {
	display: display;
}

.registration #footer_bn {
	position: fixed;
	bottom: 20px;
	margin-left: 680px;
	padding: 0; /* IE6 */
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-81)+'px');
}

.registration #footer_bn a {
	display: block;
	text-decoration: none;
	height: 40px;
	width: 40px;
	margin: 0;
}

.registration #footer_bn div {
	height: 40px;
	width: 40px;
	text-align: center;
	margin: 0;
	cursor: pointer;
	text-indent: -9999px;
	background: url(/registration/images/pagetop_def.gif) no-repeat;
}

.registration #footer_bn div:hover {
	height: 40px;
	width: 40px;
	text-align: center;
	margin: 0;
	cursor: pointer;
	text-indent: -9999px;
	background: url(/registration/images/pagetop_ov.gif) no-repeat;
}

.registration *:first-child + html #footer_bn {
	position: fixed;
	bottom: 20px;
	margin-left: 320px;
	padding: 0; /* IE6 */
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-81)+'px');
}

.registration #footer_bn #footer_bn div:hover {
	height: 40px;
	width: 40px;
	text-align: center;
	margin: 0;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../../images/pagetop_ov.gif) no-repeat;
}

.thx_print #wrapper {
	margin-bottom: 200px;
}

#organization_type + br {
	display: none;
}

#organization_type {
	display: block;
	margin-top: 1em;
}

#industrySelectBox tr:nth-child(even) {
	background-color: #dfdfdf;
}

#industrySelectBox tr:nth-child(odd) {
	background-color: #d0d0d0;
}

#industrySelectBox tr label {
	margin: 0;
}

.form tr {
	border-bottom: 1px #fff solid;
}

.form tr:nth-child(even) {
	background-color: #f7f7f7;
}

.form tr:nth-child(odd) {
	background-color: #e9e9e9;
}

#question11 {
	margin-right: 5px;
}

.english-thx .contents .form th {
	width: 210px;
}

/* ################################################################################
*
*    f-sys
*
* ################################################################################ */

.f-sys { /* =====================================================================
*
*    title
*
* =================================================================== */ /* =====================================================================
*
*    gnavi-balloon
*
* =================================================================== */ /* =====================================================================
*
*    btn
*
* ==================================================================*/ /* =====================================================================
*
*     Common
*
* =================================================================== */ /* =====================================================================
*
*     Header
*
* =================================================================== */ /* =====================================================================
*
*     mainVisual
*
* =================================================================== */ /* =====================================================================
*
*     Main 
*
* =================================================================== */ /* =====================================================================
*
*     Left Area 
*
* =================================================================== */ /* 
=====================================================================
*
*     Right Area 
*
* =================================================================== */ /*.informationArea{
  .title01{
    color: #333333;
  }
}*/ /* 
=====================================================================
*
*     Foot bn Area 
*
* =================================================================== */ /* =====================================================================
*
*     Footer Area 
*
* =================================================================== */ /* =====================================================================
*
*    関連リンク
*
* =================================================================== */ /* =====================================================================
*
*    来場者速報
*
* =================================================================== */ /* =====================================================================
*
*    第二階層
*
* =================================================================== */ /* =====================================================================
*
*     お問い合わせ
*
* =================================================================== */ /* =====================================================================
*
*     資料ダウンロード
*
* =================================================================== */
}

.f-sys .title01 {
	color: #e50038;
}

.f-sys .balloon-elm {
	border-color: #e50038 !important;
}

.f-sys .balloon-elm:after {
	border-bottom: 14px solid #e50038 !important;
}

.f-sys .btn-opacity a:hover { /*background-color: rgba($color_f-sys,0.5);*/
}

.f-sys .btn,
.f-sys .btnBox.off .btn {
	background: #e50038;
}

.f-sys .btn:hover {
	opacity: 0.5;
}

.f-sys .btnInput {
	background: #e50038;
}

.f-sys .btnInput:hover {
	background: #c30030;
}

.f-sys .btn01 a span:hover {
	text-decoration: none;
	color: #e50038;
}

.f-sys a {
	color: #e50038;
	text-decoration: none;
}

.f-sys #header .gnavi > ul .current-bar {
	background: #e50038;
}

.f-sys #header .gnavi > ul > li:hover > ul > li a:hover {
	color: #e70f44;
}

.f-sys #header .gnavi > ul > li.off {
	color: #C4C4C4;
}

.f-sys #header .gnavi > ul > li > a:hover {
	color: #e50038;
}

.f-sys #header .gnavi > ul > li > span {
	color: #ccc;
}

.f-sys .gnaviBar {
	background: rgba(229, 0, 56, .9);
}

.f-sys .nav02:hover:after {
	content: "";
	border-color: transparent transparent #e50038 transparent;
}

.f-sys .nav03:hover:after {
	content: "";
	border-color: transparent transparent #e50038 transparent;
}

.f-sys .hnavi ul li a {
	color: #333;
}

.f-sys .hnavi ul li a:hover {
	color: #e50038;
}

.f-sys .hnavi ul li a.current {
	color: #e50038;
}

.f-sys .mainVisual .swiper-slide.slide01 {
	background: url(../../../f-sys/images/slide01.png) no-repeat center center;
	background-size: cover;
}

.f-sys .mainVisual .swiper-slide.slide02 {
	background: url(../../../f-sys/images/slide02.jpg) no-repeat center center;
	background-size: cover;
}

.f-sys .mainVisual .swiper-slide.slide03 {
	background: url(../../../f-sys/images/slide03.jpg) no-repeat center center;
	background-size: cover;
}

.f-sys .mainVisual .swiper-slide.slide04 {
	background: url(../../../f-sys/images/slide04.jpg) no-repeat center center;
	background-size: cover;
}

.f-sys .mainVisual .swiper-slide.slide05 {
	background: url(../../../f-sys/images/slide05.jpg) no-repeat center center;
	background-size: cover;
}

.f-sys .mainVisual .swiper-slide.slide-end {
	background: url(../../../common/images/main_end_f-sys.png) no-repeat center center;
	background-size: cover;
}

.f-sys .mainVisual.en .swiper-slide.slide01 {
	background: url(../../../f-sys/english/images/slide01.png) no-repeat center center;
	background-size: cover;
}

.f-sys .mainVisual.en .swiper-slide.slide02 {
	background: url(../../../f-sys/english/images/slide02.jpg) no-repeat center center;
	background-size: cover;
}

.f-sys .mainVisual.en .swiper-slide.slide03 {
	background: url(../../../f-sys/english/images/slide03.jpg) no-repeat center center;
	background-size: cover;
}

.f-sys .mainVisual.en .swiper-slide.slide04 {
	background: url(../../../f-sys/english/images/slide04.jpg) no-repeat center center;
	background-size: cover;
}

.f-sys .mainVisual.en .swiper-slide.slide05 {
	background: url(../../../f-sys/english/images/slide05.jpg) no-repeat center center;
	background-size: cover;
}

.f-sys .topBnArea ul li a:hover .name {
	color: #fff;
	background-color: #e50038;
}

.f-sys .topBnArea ul li .name:after {
	content: "";
	border-top: 3px solid #e50038;
	border-right: 3px solid #e50038;
}

.f-sys .contents .c-cont__title {
	border-bottom: 2px solid #e50038;
}

.f-sys .fixedBtn .wrap div.contactBtn span {
	background: url(../../common/images/fixed_ico_mail.png) no-repeat center center;
}

.f-sys .fixedBtn .wrap div.mapBtn span {
	background: url(../../common/images/fixed_ico_map.png) no-repeat center center;
}

.f-sys .fixedBtn .wrap div.memberBtn span {
	background: url(../../common/images/fixed_ico_member.png) no-repeat center center;
}

.f-sys .fixedBtn .wrap div.pagetopBtn span {
	background: url(../../common/images/fixed_ico_pagetop.png) no-repeat center center;
}

.f-sys .fixedBtn .wrap a {
	background-color: rgba(229, 0, 56, .8);
}

.f-sys .p-contact__about {
	border: 1px solid #e50038;
}

.f-sys .p-contact__flow span.current:before {
	content: "";
	border-color: #e50038 transparent transparent transparent;
}

.f-sys .p-download__list ul li a:hover {
	background-color: #e50038;
}

.f-sys .p-download__list ul li a:hover:after {
	background: url(../../../f-sys/images/icon_download_ov.png) no-repeat left top;
}

.f-sys .p-download__list ul li a:after {
	content: "";
	background: url(../../../f-sys/images/icon_download.png) no-repeat left top;
}

/* ################################################################################
*
*    f-sys
*
* ################################################################################ */

/* ################################################################################
*
*    fsj
*
* ################################################################################ */

.fsj { /* =====================================================================
*
*    title
*
* =================================================================== */ /* =====================================================================
*
*    gnavi-balloon
*
* =================================================================== */ /* =====================================================================
*
*    btn
*
* ==================================================================*/ /* =====================================================================
*
*     Common
*
* =================================================================== */ /* =====================================================================
*
*     Header
*
* =================================================================== */ /* =====================================================================
*
*     mainVisual
*
* =================================================================== */ /* =====================================================================
*
*     Main 
*
* =================================================================== */ /* =====================================================================
*
*     Left Area 
*
* =================================================================== */ /* 
=====================================================================
*
*     Right Area 
*
* =================================================================== */ /* 
=====================================================================
*
*     Foot bn Area 
*
* =================================================================== */ /* =====================================================================
*
*     Footer Area 
*
* =================================================================== */ /* =====================================================================
*
*    関連リンク
*
* =================================================================== */ /* =====================================================================
*
*    来場者速報
*
* =================================================================== */ /* =====================================================================
*
*    第二階層
*
* =================================================================== */ /* =====================================================================
*
*     お問い合わせ
*
* =================================================================== */ /* =====================================================================
*
*     資料ダウンロード
*
* =================================================================== */
}

.fsj .title01 {
	color: #4DB237;
	border-bottom: 2px solid #4DB237;
}

.fsj .title02 {
	color: #4DB237;
}

.fsj .balloon-elm {
	border-color: #4DB237 !important;
}

.fsj .balloon-elm:after {
	border-bottom: 14px solid #4DB237 !important;
}

.fsj .btn-opacity a {
	color: #4DB237 !important;
}

.fsj .btn-opacity__arrow-r a:after {
	border-left: 7px solid #4DB237 !important;
}

.fsj .btn,
.fsj .btnBox.off .btn {
	background: #4DB237;
}

.fsj .btn:hover {
	background: #4DB237;
}

.fsj .btnInput span {
	background: #4DB237;
}

.fsj .btn01 a span:hover {
	text-decoration: none;
	color: #4DB237;
}

.fsj a {
	color: #4DB237;
	text-decoration: none;
}

.fsj #header {
	border-top: solid 4px #4DB237;
}

.fsj #header .gnavi > ul .current-bar {
	background: #4DB237;
}

.fsj #header .gnavi > ul > li .accordion_icon span {
	background-color: #4DB237;
}

.fsj #header .gnavi > ul > li:hover > ul > li a:hover {
	color: #4DB237;
}

.fsj #header .gnavi > ul > li.off {
	color: #C4C4C4;
}

.fsj #header .gnavi > ul > li > a.active {
	background: #4DB237 !important;
}

.fsj #header .gnavi > ul > li > a:hover {
	color: #4DB237;
}

.fsj #header .gnavi > ul > li > span {
	color: #ccc;
}

.fsj .gnaviBar {
	background: rgba(77, 178, 55, .9);
}

.fsj .nav02:hover:after {
	content: "";
	border-color: transparent transparent #4DB237 transparent;
}

.fsj .nav03:hover:after {
	content: "";
	border-color: transparent transparent #4DB237 transparent;
}

.fsj .hnavi ul li a {
	color: #333;
	background: rgba(77, 178, 55, .1);
}

.fsj .hnavi ul li a:hover {
	color: #4DB237;
}

.fsj .hnavi ul li span {
	background: rgba(77, 178, 55, .1);
}

.fsj .mainVisual .swiper-slide.slide00 {
	background: url(../../../fsj/images/slide00.png) no-repeat center center;
	background-size: cover;
}

.fsj .mainVisual .swiper-slide.slide01 {
	background: url(../../../fsj/images/slide01.png) no-repeat center center;
	background-size: cover;
}

.fsj .mainVisual .swiper-slide.slide02 {
	background: url(../../../fsj/images/slide02.jpg) no-repeat center center;
	background-size: cover;
}

.fsj .mainVisual .swiper-slide.slide03 {
	background: url(../../../fsj/images/slide03.jpg) no-repeat center center;
	background-size: cover;
}

.fsj .mainVisual .swiper-slide.slide04 {
	background: url(../../../fsj/images/slide04.jpg) no-repeat center center;
	background-size: cover;
}

.fsj .mainVisual .swiper-slide.slide05 {
	background: url(../../../fsj/images/slide05.jpg) no-repeat center center;
	background-size: cover;
}

.fsj .mainVisual .swiper-slide.slide-end {
	background: url(../../../common/images/main_end_fsj.png) no-repeat center center;
	background-size: cover;
}

.fsj .mainVisual__wrap {
	background: #4DB237;
}

.fsj .mainVisual.en .swiper-slide.slide00 {
	background: url(../../../fsj/english/images/slide00.jpg) no-repeat center center;
	background-size: cover;
}

.fsj .mainVisual.en .swiper-slide.slide01 {
	background: url(../../../fsj/images/slide01.png) no-repeat center center;
	background-size: cover;
}

.fsj .mainVisual.en .swiper-slide.slide02 {
	background: url(../../../fsj/images/slide02.jpg) no-repeat center center;
	background-size: cover;
}

.fsj .mainVisual.en .swiper-slide.slide03 {
	background: url(../../../fsj/images/slide03.jpg) no-repeat center center;
	background-size: cover;
}

.fsj .mainVisual.en .swiper-slide.slide04 {
	background: url(../../../fsj/images/slide04.jpg) no-repeat center center;
	background-size: cover;
}

.fsj .mainVisual.en .swiper-slide.slide05 {
	background: url(../../../fsj/images/slide05.jpg) no-repeat center center;
	background-size: cover;
}

.fsj .swiper-pagination-bullet-active {
	background: #4DB237;
}

.fsj #mainVisualSec h2 {
	color: #4DB237;
}

.fsj .topBnArea ul li a:hover .name {
	color: #fff;
	background-color: #4DB237;
}

.fsj .topBnArea ul li .name:after {
	content: "";
	border-top: 3px solid #4DB237;
	border-right: 3px solid #4DB237;
}

.fsj #guidelineBox .guideline-content__title:before {
	border: solid 7px #4DB237;
}

.fsj #guidelineBox .guideline-content__title02 {
	display: inline-block;
	width: 220px;
	margin-right: 20px;
}

.fsj #guidelineBox .guideline-content__title02:nth-child(2) {
	margin: 0;
}

.fsj #guidelineBox .guideline-content__txt span {
	color: #4DB237;
}

.fsj #lnavi ul li a {
	font-size: 22px;
	color: #4DB237;
	text-align: center;
	display: block;
	line-height: 1;
	padding: 0 20px;
	border-right: 1px solid #333;
}

.fsj #lnavi ul li a:hover {
	opacity: 0.7;
}

.fsj #lnavi ul li .border-none {
	border: none;
}

.fsj .contents .c-cont__title {
	text-align: left;
	font-size: 33px;
	color: #4DB237;
	line-height: 1;
	margin-bottom: 30px;
	border-bottom: 2px solid #4DB237;
}

.fsj .fixedBtn .wrap div.contactBtn span {
	background: url(../../common/images/fixed_ico_mail.png) no-repeat center center;
}

.fsj .fixedBtn .wrap div.mapBtn span {
	background: url(../../common/images/fixed_ico_map.png) no-repeat center center;
}

.fsj .fixedBtn .wrap div.memberBtn span {
	background: url(../../common/images/fixed_ico_member.png) no-repeat center center;
}

.fsj .fixedBtn .wrap div.pagetopBtn span {
	background: url(../../common/images/fixed_ico_pagetop.png) no-repeat center center;
}

.fsj .fixedBtn .wrap a {
	background-color: rgba(77, 178, 55, .8);
}

.fsj .p-contact__about {
	border: 1px solid #4DB237;
}

.fsj .p-contact__flow span.current:before {
	content: "";
	background-color: #4DB237;
}

.fsj .p-download__list ul li a:hover {
	background-color: #4DB237;
}

.fsj .p-download__list ul li a:hover:before {
	background: url(../../../fsj/images/icon_pdf_ov.png) no-repeat left top;
}

.fsj .p-download__list ul li a:hover:after {
	background: url(../../../fsj/images/icon_download_ov.png) no-repeat left top;
}

.fsj .p-download__list ul li a:before {
	content: "";
	background: url(../../../fsj/images/icon_pdf.png) no-repeat left top;
}

.fsj .p-download__list ul li a:after {
	content: "";
	background: url(../../../fsj/images/icon_download.png) no-repeat left top;
}

/* ################################################################################
*
*    fsj
*
* ################################################################################ */

/* ################################################################################
*
*    f-fac
*
* ################################################################################ */

.f-fac { /* =====================================================================
*
*    title
*
* =================================================================== */ /* =====================================================================
*
*    gnavi-balloon
*
* =================================================================== */ /* =====================================================================
*
*    btn
*
* ==================================================================*/ /* =====================================================================
*
*     Common
*
* =================================================================== */ /* =====================================================================
*
*     Header
*
* =================================================================== */ /* =====================================================================
*
*     mainVisual
*
* =================================================================== */ /* =====================================================================
*
*     Main 
*
* =================================================================== */ /* =====================================================================
*
*     Left Area 
*
* =================================================================== */ /* 
=====================================================================
*
*     Right Area 
*
* =================================================================== */ /* 
=====================================================================
*
*     Foot bn Area 
*
* =================================================================== */ /* =====================================================================
*
*     Footer Area 
*
* =================================================================== */ /* =====================================================================
*
*    関連リンク
*
* =================================================================== */ /* =====================================================================
*
*    来場者速報
*
* =================================================================== */ /* =====================================================================
*
*    第二階層
*
* =================================================================== */ /* =====================================================================
*
*     お問い合わせ
*
* =================================================================== */ /* =====================================================================
*
*     資料ダウンロード
*
* =================================================================== */
}

.f-fac .title01 {
	color: #009bce;
	border-color: #009bce !important;
}

.f-fac .title02 {
	color: #009bce;
}

.f-fac .balloon-elm {
	border-color: #009bce !important;
}

.f-fac .balloon-elm:after {
	border-bottom: 14px solid #009bce !important;
}

.f-fac .btn-opacity a {
	color: #009bce !important;
}

.f-fac .btn-opacity a:hover {
	opacity: 0.8;
}

.f-fac .btn-opacity__arrow-r a {
	color: #009bce !important;
}

.f-fac .btn-opacity__arrow-r a:after {
	border-left: 7px solid #009bce !important;
}

.f-fac .btn-opacity__arrow-r a:hover {
	opacity: 0.8;
}

.f-fac .btn,
.f-fac .btnBox.off .btn {
	background: #009bce;
}

.f-fac .btn:hover {
	background: #009bce;
}

.f-fac .btnInput span {
	background: #009bce;
}

.f-fac .btnInput:hover {
	background: #007298;
}

.f-fac .btn01 a span:hover {
	text-decoration: none;
	color: #009bce;
}

.f-fac a {
	color: #009bce;
	text-decoration: none;
}

.f-fac #header {
	border-top: solid 4px #009bce;
}

.f-fac #header .gnavi > ul .current-bar {
	background: #009bce;
}

.f-fac #header .gnavi > ul > li:hover > ul > li a:hover {
	color: #009bce;
}

.f-fac #header .gnavi > ul > li.off {
	color: #C4C4C4;
}

.f-fac #header .gnavi > ul > li > a .accordion_icon span {
	background-color: #009bce;
}

.f-fac #header .gnavi > ul > li > a.active {
	background: #009bce !important;
}

.f-fac #header .gnavi > ul > li > a:hover {
	color: #009bce;
}

.f-fac #header .gnavi > ul > li > span {
	color: #ccc;
}

.f-fac .gnaviBar {
	background: rgba(0, 155, 206, .9);
}

.f-fac .nav02:hover:after {
	content: "";
	border-color: transparent transparent #009bce transparent;
}

.f-fac .nav03:hover:after {
	content: "";
	border-color: transparent transparent #009bce transparent;
}

.f-fac .hnavi ul li a {
	background: rgba(0, 155, 206, .1);
	color: #333;
}

.f-fac .hnavi ul li a:hover {
	color: #009bce;
}

.f-fac .hnavi ul li a.current {
	color: #009bce;
}

.f-fac .hnavi ul li span {
	background: rgba(0, 155, 206, .1);
}

.f-fac .mainVisual .swiper-slide.slide00 {
	background: url(../../../f-fac/images/slide00.png) no-repeat center center;
	background-size: cover;
}

.f-fac .mainVisual .swiper-slide.slide01 {
	background: url(../../../f-fac/images/slide01.png) no-repeat center center;
	background-size: cover;
}

.f-fac .mainVisual .swiper-slide.slide02 {
	background: url(../../../f-fac/images/slide02.jpg) no-repeat center center;
	background-size: cover;
}

.f-fac .mainVisual .swiper-slide.slide03 {
	background: url(../../../f-fac/images/slide03.jpg) no-repeat center center;
	background-size: cover;
}

.f-fac .mainVisual .swiper-slide.slide04 {
	background: url(../../../f-fac/images/slide04.jpg) no-repeat center center;
	background-size: cover;
}

.f-fac .mainVisual .swiper-slide.slide05 {
	background: url(../../../f-fac/images/slide05.jpg) no-repeat center center;
	background-size: cover;
}

.f-fac .mainVisual .swiper-slide.slide-end {
	background: url(../../../common/images/main_end_ff.png) no-repeat center center;
	background-size: cover;
}

.f-fac .mainVisual__wrap {
	background: #009bce;
}

.f-fac .mainVisual.en .swiper-slide { /*&.slide01 {
      background: url(../../../f-fac/english/images/slide01.png) no-repeat center center;
      background-size: cover;
    }
    &.slide02 {
      background: url(../../../f-fac/english/images/slide02.jpg) no-repeat center center;
      background-size: cover;
    }
    &.slide03 {
      background: url(../../../f-fac/english/images/slide03.jpg) no-repeat center center;
      background-size: cover;
    }
    &.slide04 {
      background: url(../../../f-fac/english/images/slide04.jpg) no-repeat center center;
      background-size: cover;
    }
    &.slide05 {
      background: url(../../../f-fac/english/images/slide05.jpg) no-repeat center center;
      background-size: cover;
    }*/
}

.f-fac .mainVisual.en .swiper-slide.slide00 {
	background: url(../../../f-fac/english/images/slide00.jpg) no-repeat center center;
	background-size: cover;
}

.f-fac .mainVisual.en .swiper-slide.slide01 {
	background: url(../../../f-fac/images/slide01.png) no-repeat center center;
	background-size: cover;
}

.f-fac .mainVisual.en .swiper-slide.slide02 {
	background: url(../../../f-fac/images/slide02.jpg) no-repeat center center;
	background-size: cover;
}

.f-fac .mainVisual.en .swiper-slide.slide03 {
	background: url(../../../f-fac/images/slide03.jpg) no-repeat center center;
	background-size: cover;
}

.f-fac .mainVisual.en .swiper-slide.slide04 {
	background: url(../../../f-fac/images/slide04.jpg) no-repeat center center;
	background-size: cover;
}

.f-fac .mainVisual.en .swiper-slide.slide05 {
	background: url(../../../f-fac/images/slide05.jpg) no-repeat center center;
	background-size: cover;
}

.f-fac .swiper-pagination-bullet-active {
	background: #009bce !important;
}

.f-fac #mainVisualSec h2 {
	color: #009bce !important;
}

.f-fac .topBnArea ul li a:hover .name {
	color: #fff;
	background-color: #009bce;
}

.f-fac .topBnArea ul li .name:after {
	content: "";
	border-top: 3px solid #009bce;
	border-right: 3px solid #009bce;
}

.f-fac #lnavi ul li a {
	font-size: 22px;
	color: #009bce;
	text-align: center;
	display: block;
	line-height: 1;
	padding: 0 20px;
	border-right: 1px solid #333;
}

.f-fac #lnavi ul li a:hover {
	opacity: 0.7;
}

.f-fac #lnavi ul li .border-none {
	border: none !important;
}

.f-fac .contents .c-cont__title {
	text-align: left;
	font-size: 33px;
	color: #009bce;
	line-height: 1;
	margin-bottom: 30px;
	border-bottom: 2px solid #009bce;
}

.f-fac #guidelineBox .guideline-content__title:before {
	border: solid 7px #009bce;
}

.f-fac #guidelineBox .guideline-content__txt span {
	color: #009bce;
}

.f-fac .fixedBtn .wrap div.contactBtn span {
	background: url(../../common/images/fixed_ico_mail.png) no-repeat center center;
}

.f-fac .fixedBtn .wrap div.mapBtn span {
	background: url(../../common/images/fixed_ico_map.png) no-repeat center center;
}

.f-fac .fixedBtn .wrap div.memberBtn span {
	background: url(../../common/images/fixed_ico_member.png) no-repeat center center;
}

.f-fac .fixedBtn .wrap div.pagetopBtn span {
	background: url(../../common/images/fixed_ico_pagetop.png) no-repeat center center;
}

.f-fac .fixedBtn .wrap a {
	background-color: rgba(0, 155, 206, .8);
}

.f-fac .p-contact__about {
	border: 1px solid #009bce;
}

.f-fac .p-contact__flow span.current:before {
	background-color: #009bce;
	content: "";
	border-color: #009bce transparent transparent transparent;
}

.f-fac .p-download__list ul li a:hover {
	background-color: #009bce;
}

.f-fac .p-download__list ul li a:hover:before {
	background: url(../../../f-fac/images/icon_pdf_ov.png) no-repeat left top;
}

.f-fac .p-download__list ul li a:hover:after {
	background: url(../../../f-fac/images/icon_download_ov.png) no-repeat left top;
}

.f-fac .p-download__list ul li a:before {
	content: "";
	background: url(../../../f-fac/images/icon_pdf.png) no-repeat left top;
}

.f-fac .p-download__list ul li a:after {
	content: "";
	background: url(../../../f-fac/images/icon_download.png) no-repeat left top;
}

/* =====================================================================
*
*     出展のご案内
*
* =================================================================== */

/* =====================================================================
*
*     出展対象・来場対象
*
* =================================================================== */

/* ################################################################################
*
*    f-fac
*
* ################################################################################ */

/* ################################################################################
*
*    fd
*
* ################################################################################ */

.fd { /* =====================================================================
*
*    title
*
* =================================================================== */ /* =====================================================================
*
*    gnavi-balloon
*
* =================================================================== */ /* =====================================================================
*
*    btn
*
* ==================================================================*/ /* =====================================================================
*
*     Common
*
* =================================================================== */ /* =====================================================================
*
*     Header
*
* =================================================================== */ /* =====================================================================
*
*     mainVisual
*
* =================================================================== */ /* =====================================================================
*
*     Main 
*
* =================================================================== */ /* =====================================================================
*
*     Left Area 
*
* =================================================================== */ /* 
=====================================================================
*
*     Right Area 
*
* =================================================================== */ /* 
=====================================================================
*
*     Foot bn Area 
*
* =================================================================== */ /* =====================================================================
*
*     Footer Area 
*
* =================================================================== */ /* =====================================================================
*
*    関連リンク
*
* =================================================================== */ /* =====================================================================
*
*    来場者速報
*
* =================================================================== */ /* =====================================================================
*
*    第二階層
*
* =================================================================== */ /* =====================================================================
*
*     お問い合わせ
*
* =================================================================== */ /* =====================================================================
*
*     資料ダウンロード
*
* =================================================================== */
}

.fd .title01 {
	color: #664497;
	border-bottom: 2px solid #664497;
}

.fd .title02 {
	color: #664497;
}

.fd .content__box .title01 {
	color: #664497;
	border-bottom: 2px solid #664497;
}

.fd .content__box .title02 {
	color: #664497;
}

.fd .balloon-elm {
	border-color: #664497 !important;
}

.fd .balloon-elm:after {
	border-bottom: 14px solid #664497 !important;
}

.fd .btn-opacity a {
	color: #664497 !important;
}

.fd .btn-opacity__arrow-r a::after {
	border-left: 7px solid #664497;
}

.fd .btn,
.fd .btnBox.off .btn {
	background: #664497;
}

.fd .btn:hover {
	background: #664497;
}

.fd .btnInput span {
	background-color: #664497;
}

.fd .btn01 a span:hover {
	text-decoration: none;
	color: #664497;
}

.fd a {
	color: #664497;
	text-decoration: none;
}

.fd #header {
	border-top: solid 4px #664497;
}

.fd #header .gnavi > ul .current-bar {
	background: #664497;
}

.fd #header .gnavi > ul > li:hover > ul > li a:hover {
	color: #664497;
}

.fd #header .gnavi > ul > li.off {
	color: #C4C4C4;
}

.fd #header .gnavi > ul > li > a:hover {
	color: #664497;
}

.fd #header .gnavi > ul > li > a.active {
	background: #664497 !important;
}

.fd #header .gnavi > ul > li > a .accordion_icon span {
	background-color: #664497;
}

.fd #header .gnavi > ul > li > span {
	color: #ccc;
}

.fd .gnaviBar {
	background: rgba(102, 68, 151, .9);
}

.fd .nav02:hover:after {
	content: "";
	border-color: transparent transparent #664497 transparent;
}

.fd .nav03:hover:after {
	content: "";
	border-color: transparent transparent #664497 transparent;
}

.fd .hnavi ul li a {
	background: rgba(102, 68, 151, .1);
	color: #333;
}

.fd .hnavi ul li a:hover {
	color: #664497;
}

.fd .hnavi ul li a.current {
	color: #664497;
}

.fd .hnavi ul li span {
	background: rgba(102, 68, 151, .1);
}

.fd .mainVisual .swiper-slide.slide00 {
	background: url(../../../fd/images/slide00.png) no-repeat center center;
	background-size: cover;
}

.fd .mainVisual .swiper-slide.slide01 {
	background: url(../../../fd/images/slide01.png) no-repeat center center;
	background-size: cover;
}

.fd .mainVisual .swiper-slide.slide02 {
	background: url(../../../fd/images/slide02.jpg) no-repeat center center;
	background-size: cover;
}

.fd .mainVisual .swiper-slide.slide03 {
	background: url(../../../fd/images/slide03.jpg) no-repeat center center;
	background-size: cover;
}

.fd .mainVisual .swiper-slide.slide04 {
	background: url(../../../fd/images/slide04.jpg) no-repeat center center;
	background-size: cover;
}

.fd .mainVisual .swiper-slide.slide05 {
	background: url(../../../fd/images/slide05.jpg) no-repeat center center;
	background-size: cover;
}

.fd .mainVisual .swiper-slide.slide-end {
	background: url(../../../common/images/main_end_fd.png) no-repeat center center;
	background-size: cover;
}

.fd .mainVisual__wrap {
	background: #664497;
}

.fd .mainVisual.en .swiper-slide.slide00 {
	background: url(../../../fd/english/images/slide00.jpg) no-repeat center center;
	background-size: cover;
}

.fd .mainVisual.en .swiper-slide.slide01 {
	background: url(../../../fd/images/slide01.png) no-repeat center center;
	background-size: cover;
}

.fd .mainVisual.en .swiper-slide.slide02 {
	background: url(../../../fd/images/slide02.jpg) no-repeat center center;
	background-size: cover;
}

.fd .mainVisual.en .swiper-slide.slide03 {
	background: url(../../../fd/images/slide03.jpg) no-repeat center center;
	background-size: cover;
}

.fd .mainVisual.en .swiper-slide.slide04 {
	background: url(../../../fd/images/slide04.jpg) no-repeat center center;
	background-size: cover;
}

.fd .mainVisual.en .swiper-slide.slide05 {
	background: url(../../../fd/images/slide05.jpg) no-repeat center center;
	background-size: cover;
}

.fd .swiper-pagination-bullet-active {
	background: #664497;
}

.fd #mainVisualSec h2 {
	color: #664497;
}

.fd .topBnArea ul li a:hover .name {
	color: #fff;
	background-color: #664497;
}

.fd .topBnArea ul li .name:after {
	content: "";
	border-top: 3px solid #664497;
	border-right: 3px solid #664497;
}

.fd #lnavi ul li a {
	font-size: 22px;
	color: #664497;
	text-align: center;
	display: block;
	line-height: 1;
	padding: 0 20px;
	border-right: 1px solid #333;
}

.fd #lnavi ul li a:hover {
	opacity: 0.7;
}

.fd #lnavi ul li .border-none {
	border: none;
}

.fd .contents .c-cont__title {
	text-align: left;
	font-size: 33px;
	color: #664497;
	line-height: 1;
	margin-bottom: 30px;
	border-bottom: 2px solid #664497;
}

.fd #guidelineBox .guideline-content__title::before {
	border: solid 7px #664497;
}

.fd #guidelineBox .guideline-content__txt span {
	color: #664497;
}

.fd .fixedBtn .wrap div.contactBtn span {
	background: url(../../common/images/fixed_ico_mail.png) no-repeat center center;
}

.fd .fixedBtn .wrap div.mapBtn span {
	background: url(../../common/images/fixed_ico_map.png) no-repeat center center;
}

.fd .fixedBtn .wrap div.memberBtn span {
	background: url(../../common/images/fixed_ico_member.png) no-repeat center center;
}

.fd .fixedBtn .wrap div.pagetopBtn span {
	background: url(../../common/images/fixed_ico_pagetop.png) no-repeat center center;
}

.fd .fixedBtn .wrap a {
	background-color: rgba(102, 68, 151, .8);
}

.fd .copyright {
	background-color: #434343;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 10px 0;
	width: 100%;
}

.fd .p-contact__about {
	border: 1px solid #664497;
}

.fd .p-contact__flow span.current:before {
	content: "";
	border-color: #664497 transparent transparent transparent;
	background: #664497;
}

.fd .p-download__list ul li a:hover {
	background-color: #664497;
}

.fd .p-download__list ul li a:hover:before {
	background: url(../../../fd/images/icon_pdf_ov.png) no-repeat left top;
}

.fd .p-download__list ul li a:hover:after {
	background: url(../../../fd/images/icon_download_ov.png) no-repeat left top;
}

.fd .p-download__list ul li a:before {
	content: "";
	background: url(../../../fd/images/icon_pdf.png) no-repeat left top;
}

.fd .p-download__list ul li a:after {
	content: "";
	background: url(../../../fd/images/icon_download.png) no-repeat left top;
}

/* ################################################################################
*
*    fd
*
* ################################################################################ */

/* ################################################################################
*
*    fe
*
* ################################################################################ */

.fe { /* =====================================================================
*
*    title
*
* =================================================================== */ /* =====================================================================
*
*    gnavi-balloon
*
* =================================================================== */ /* =====================================================================
*
*    btn
*
* ==================================================================*/ /* =====================================================================
*
*     Common
*
* =================================================================== */ /* =====================================================================
*
*     Header
*
* =================================================================== */ /* =====================================================================
*
*     mainVisual
*
* =================================================================== */ /* =====================================================================
*
*     Main 
*
* =================================================================== */ /* =====================================================================
*
*     Left Area 
*
* =================================================================== */ /* 
=====================================================================
*
*     Right Area 
*
* =================================================================== */ /* 
=====================================================================
*
*     Foot bn Area 
*
* =================================================================== */ /* =====================================================================
*
*     Footer Area 
*
* =================================================================== */ /* =====================================================================
*
*    関連リンク
*
* =================================================================== */ /* =====================================================================
*
*    来場者速報
*
* =================================================================== */ /* =====================================================================
*
*    第二階層
*
* =================================================================== */ /* =====================================================================
*
*     お問い合わせ
*
* =================================================================== */ /* =====================================================================
*
*     資料ダウンロード
*
* =================================================================== */
}

.fe .title01 {
	color: #0054A6;
	border-bottom: 2px solid #0054A6;
}

.fe .title02 {
	color: #0054A6;
}

.fe .content__box .title01 {
	color: #0054A6;
	border-bottom: 2px solid #0054A6;
}

.fe .content__box .title02 {
	color: #0054A6;
}

.fe .balloon-elm {
	border-color: #0054A6 !important;
}

.fe .balloon-elm:after {
	border-bottom: 14px solid #0054A6 !important;
}

.fe .btn-opacity a {
	color: #0054A6 !important;
}

.fe .btn-opacity__arrow-r a::after {
	border-left: 7px solid #0054A6;
}

.fe .btn,
.fe .btnBox.off .btn {
	background: #0054A6;
}

.fe .btn:hover {
	background: #0054A6;
}

.fe .btnInput span {
	background-color: #0054A6;
}

.fe .btn01 a span:hover {
	text-decoration: none;
	color: #0054A6;
}

.fe a {
	color: #0054A6;
	text-decoration: none;
}

.fe #header {
	border-top: solid 4px #0054A6;
}

.fe #header .gnavi > ul .current-bar {
	background: #0054A6;
}

.fe #header .gnavi > ul > li:hover > ul > li a:hover {
	color: #0054A6;
}

.fe #header .gnavi > ul > li.off {
	color: #C4C4C4;
}

.fe #header .gnavi > ul > li > a:hover {
	color: #0054A6;
}

.fe #header .gnavi > ul > li > a.active {
	background: #0054A6 !important;
}

.fe #header .gnavi > ul > li > a .accordion_icon span {
	background-color: #0054A6;
}

.fe #header .gnavi > ul > li > span {
	color: #ccc;
}

.fe .gnaviBar {
	background: rgba(0, 84, 166, .9);
}

.fe .nav02:hover:after {
	content: "";
	border-color: transparent transparent #0054A6 transparent;
}

.fe .nav03:hover:after {
	content: "";
	border-color: transparent transparent #0054A6 transparent;
}

.fe .hnavi ul li {
	height: 57px;
}

.fe .hnavi ul li:last-child {
	height: 59px;
}

.fe .hnavi ul li a {
	background: rgba(0, 84, 166, .1);
	color: #333;
}

.fe .hnavi ul li a:hover {
	color: #0054A6;
}

.fe .hnavi ul li a.current {
	color: #0054A6;
}

.fe .hnavi ul li span {
	background: rgba(0, 84, 166, .1);
}

.fe .mainVisual .swiper-slide.slide00 {
	background: url(../../../fe/images/slide00.png) no-repeat center center;
	background-size: cover;
}

.fe .mainVisual .swiper-slide.slide01 {
	background: url(../../../fe/images/slide01.png) no-repeat center center;
	background-size: cover;
}

.fe .mainVisual .swiper-slide.slide02 {
	background: url(../../../fe/images/slide02.jpg) no-repeat center center;
	background-size: cover;
}

.fe .mainVisual .swiper-slide.slide03 {
	background: url(../../../fe/images/slide03.jpg) no-repeat center center;
	background-size: cover;
}

.fe .mainVisual .swiper-slide.slide04 {
	background: url(../../../fe/images/slide04.jpg) no-repeat center center;
	background-size: cover;
}

.fe .mainVisual .swiper-slide.slide05 {
	background: url(../../../fe/images/slide05.jpg) no-repeat center center;
	background-size: cover;
}

.fe .mainVisual .swiper-slide.slide-end {
	background: url(../../../common/images/main_end_fe.png) no-repeat center center;
	background-size: cover;
}

.fe .mainVisual__wrap {
	background: #0054A6;
}

.fe .mainVisual.en .swiper-slide.slide00 {
	background: url(../../../fe/english/images/slide00.jpg) no-repeat center center;
	background-size: cover;
}

.fe .mainVisual.en .swiper-slide.slide01 {
	background: url(../../../fe/images/slide01.png) no-repeat center center;
	background-size: cover;
}

.fe .mainVisual.en .swiper-slide.slide02 {
	background: url(../../../fe/images/slide02.jpg) no-repeat center center;
	background-size: cover;
}

.fe .mainVisual.en .swiper-slide.slide03 {
	background: url(../../../fe/images/slide03.jpg) no-repeat center center;
	background-size: cover;
}

.fe .mainVisual.en .swiper-slide.slide04 {
	background: url(../../../fe/images/slide04.jpg) no-repeat center center;
	background-size: cover;
}

.fe .mainVisual.en .swiper-slide.slide05 {
	background: url(../../../fe/images/slide05.jpg) no-repeat center center;
	background-size: cover;
}

.fe .swiper-pagination-bullet-active {
	background: #0054A6;
}

.fe #mainVisualSec h2 {
	color: #0054A6;
}

.fe .topBnArea ul li a:hover .name {
	color: #fff;
	background-color: #0054A6;
}

.fe .topBnArea ul li .name:after {
	content: "";
	border-top: 3px solid #0054A6;
	border-right: 3px solid #0054A6;
}

.fe #lnavi ul li a {
	font-size: 22px;
	color: #0054A6;
	text-align: center;
	display: block;
	line-height: 1;
	padding: 0 20px;
	border-right: 1px solid #333;
}

.fe #lnavi ul li a:hover {
	opacity: 0.7;
}

.fe #lnavi ul li .border-none {
	border: none;
}

.fe .contents .c-cont__title {
	text-align: left;
	font-size: 33px;
	color: #0054A6;
	line-height: 1;
	margin-bottom: 30px;
	border-bottom: 2px solid #0054A6;
}

.fe .detailArea {
	margin: 10px auto 120px;
}

.fe #guidelineBox .guideline-content__title::before {
	border: solid 7px #0054A6;
}

.fe #guidelineBox .guideline-content__txt span {
	color: #0054A6;
}

.fe #outlineBox {
	width: 100%;
}

.fe #outlineBox.content__box {
	height: auto;
}

.fe #outlineBox .outline-table {
	border: 1px #CCCCCC solid;
	color: #333333;
	width: 100%;
	font-size: 16px;
}

.fe #outlineBox .outline-table tr td a:hover {
	opacity: 0.6;
}

.fe #outlineBox .outline-table tr:last-child td {
	border: none;
}

.fe #outlineBox .outline-table__box--title {
	background: #E5E5E5;
	border-bottom: 2px #d9d9d9 solid;
	padding: 10px 33px 13px;
	text-align: center;
	line-height: 1.2; /*td {
        background: #E5E5E5;
        border-right: 1px #CCCCCC solid;
        padding: 5px 17px;
        &:last-child {
          border: none;
        }
      }*/
}

.fe #outlineBox .outline-table__box--content {
	background: #FFF;
	border-bottom: 2px #d9d9d9 solid;
	padding: 10px 30px 13px;
	vertical-align: top;
	font-family: UD Shin Go Regular;
	line-height: 1.2; /*td {
        background: #FFF;
        border-right: 1px #CCCCCC solid;
        padding: 5px 17px 15px;
        vertical-align: top;
        font-family: UD Shin Go Regular;
        &:last-child {
          border: none;
        }
      }*/
}

.fe #outlineBox .btn {
	left: auto;
	bottom: auto;
	position: relative;
	margin-top: 60px;
	top: auto;
}

.fe #twitter {
	height: 250px;
}

.fe .fixedBtn .wrap div.contactBtn span {
	background: url(../../common/images/fixed_ico_mail.png) no-repeat center center;
}

.fe .fixedBtn .wrap div.mapBtn span {
	background: url(../../common/images/fixed_ico_map.png) no-repeat center center;
}

.fe .fixedBtn .wrap div.memberBtn span {
	background: url(../../common/images/fixed_ico_member.png) no-repeat center center;
}

.fe .fixedBtn .wrap div.pagetopBtn span {
	background: url(../../common/images/fixed_ico_pagetop.png) no-repeat center center;
}

.fe .fixedBtn .wrap a {
	background-color: rgba(0, 84, 166, .8);
}

.fe .copyright {
	background-color: #434343;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 10px 0;
	width: 100%;
}

.fe .p-contact__about {
	border: 1px solid #0054A6;
}

.fe .p-contact__flow span.current:before {
	content: "";
	border-color: #0054A6 transparent transparent transparent;
	background: #0054A6;
}

.fe .p-download__list ul li a:hover {
	background-color: #0054A6;
}

.fe .p-download__list ul li a:hover:before {
	background: url(../../../fe/images/icon_pdf_ov.png) no-repeat left top;
}

.fe .p-download__list ul li a:hover:after {
	background: url(../../../fe/images/icon_download_ov.png) no-repeat left top;
}

.fe .p-download__list ul li a:before {
	content: "";
	background: url(../../../fe/images/icon_pdf.png) no-repeat left top;
}

.fe .p-download__list ul li a:after {
	content: "";
	background: url(../../../fe/images/icon_download.png) no-repeat left top;
}

/* =====================================================================
*
*     出展案内
*
* =================================================================== */

.target .contents {
	margin-bottom: 100px;
}

/* =====================================================================
*
*     出展対象
*
* =================================================================== */

.guideline .contents {
	margin-bottom: 100px;
}

.guideline .p-download__list {
	margin-top: 80px;
}

/* ################################################################################
*
*    fe
*
* ################################################################################ */

/* ################################################################################
*
*    souzai
*
* ################################################################################ */

.souzai { /* =====================================================================
*
*    title
*
* =================================================================== */ /* =====================================================================
*
*    gnavi-balloon
*
* =================================================================== */ /* =====================================================================
*
*    btn
*
* ==================================================================*/ /* =====================================================================
*
*     Common
*
* =================================================================== */ /* =====================================================================
*
*     Header
*
* =================================================================== */ /* =====================================================================
*
*     mainVisual
*
* =================================================================== */ /* =====================================================================
*
*     Main 
*
* =================================================================== */ /* =====================================================================
*
*     Left Area 
*
* =================================================================== */ /* 
=====================================================================
*
*     Right Area 
*
* =================================================================== */ /* 
=====================================================================
*
*     Foot bn Area 
*
* =================================================================== */ /* =====================================================================
*
*     Footer Area 
*
* =================================================================== */ /* =====================================================================
*
*    関連リンク
*
* =================================================================== */ /* =====================================================================
*
*    来場者速報
*
* =================================================================== */ /* =====================================================================
*
*    第二階層
*
* =================================================================== */ /* =====================================================================
*
*     お問い合わせ
*
* =================================================================== */ /* =====================================================================
*
*     資料ダウンロード
*
* =================================================================== */
}

.souzai .title01 {
	color: #f06100;
	border-bottom: 2px solid #f06100;
}

.souzai .title02 {
	color: #f06100;
}

.souzai .content__box .title01 {
	color: #f06100;
	border-bottom: 2px solid #f06100;
}

.souzai .content__box .title02 {
	color: #f06100;
}

.souzai .balloon-elm {
	border-color: #f06100 !important;
}

.souzai .balloon-elm:after {
	border-bottom: 14px solid #f06100 !important;
}

.souzai .btn-opacity a {
	color: #f06100 !important;
}

.souzai .btn-opacity__arrow-r a::after {
	border-left: 7px solid #f06100;
}

.souzai .btn,
.souzai .btnBox.off .btn {
	background: #f06100;
}

.souzai .btn:hover {
	background: #f06100;
}

.souzai .btnInput span {
	background-color: #f06100;
}

.souzai .btn01 a span:hover {
	text-decoration: none;
	color: #f06100;
}

.souzai a {
	color: #f06100;
	text-decoration: none;
}

.souzai #header {
	border-top: solid 4px #f06100;
}

.souzai #header .gnavi > ul .current-bar {
	background: #f06100;
}

.souzai #header .gnavi > ul > li:hover > ul > li a:hover {
	color: #f06100;
}

.souzai #header .gnavi > ul > li.off {
	color: #C4C4C4;
}

.souzai #header .gnavi > ul > li > a:hover {
	color: #f06100;
}

.souzai #header .gnavi > ul > li > a.active {
	background: #f06100 !important;
}

.souzai #header .gnavi > ul > li > a .accordion_icon span {
	background-color: #f06100;
}

.souzai #header .gnavi > ul > li > span {
	color: #ccc;
}

.souzai .gnaviBar {
	background: rgba(240, 97, 0, .9);
}

.souzai .nav02:hover:after {
	content: "";
	border-color: transparent transparent #f06100 transparent;
}

.souzai .nav03:hover:after {
	content: "";
	border-color: transparent transparent #f06100 transparent;
}

.souzai .hnavi ul li a {
	background: rgba(240, 97, 0, .1);
	color: #333;
}

.souzai .hnavi ul li a:hover {
	color: #f06100;
}

.souzai .hnavi ul li a.current {
	color: #f06100;
}

.souzai .hnavi ul li span {
	background: rgba(240, 97, 0, .1);
}

.souzai .mainVisual .swiper-slide.slide00 {
	background: url(../../../souzai/images/slide00.png) no-repeat center center !important;
	background-size: cover;
}

.souzai .mainVisual .swiper-slide.slide01 {
	background: url(../../../souzai/images/slide01.png) no-repeat center center;
	background-size: cover;
}

.souzai .mainVisual .swiper-slide.slide02 {
	background: url(../../../souzai/images/slide02.jpg) no-repeat center center;
	background-size: cover;
}

.souzai .mainVisual .swiper-slide.slide03 {
	background: url(../../../souzai/images/slide03.jpg) no-repeat center center;
	background-size: cover;
}

.souzai .mainVisual .swiper-slide.slide04 {
	background: url(../../../souzai/images/slide04.jpg) no-repeat center center;
	background-size: cover;
}

.souzai .mainVisual .swiper-slide.slide05 {
	background: url(../../../souzai/images/slide05.jpg) no-repeat center center;
	background-size: cover;
}

.souzai .mainVisual .swiper-slide.slide-end {
	background: url(../../../common/images/main_end_souzai.png) no-repeat center center;
	background-size: cover;
}

.souzai .mainVisual__wrap {
	background: #f06100;
}

.souzai .mainVisual.en .swiper-slide.slide00 {
	background: url(../../../souzai/english/images/slide00.jpg) no-repeat center center !important;
	background-size: cover;
}

.souzai .mainVisual.en .swiper-slide.slide01 {
	background: url(../../../souzai/images/slide01.png) no-repeat center center;
	background-size: cover;
}

.souzai .mainVisual.en .swiper-slide.slide02 {
	background: url(../../../souzai/images/slide02.jpg) no-repeat center center;
	background-size: cover;
}

.souzai .mainVisual.en .swiper-slide.slide03 {
	background: url(../../../souzai/images/slide03.jpg) no-repeat center center;
	background-size: cover;
}

.souzai .mainVisual.en .swiper-slide.slide04 {
	background: url(../../../souzai/images/slide04.jpg) no-repeat center center;
	background-size: cover;
}

.souzai .mainVisual.en .swiper-slide.slide05 {
	background: url(../../../souzai/images/slide05.jpg) no-repeat center center;
	background-size: cover;
}

.souzai .swiper-pagination-bullet-active {
	background: #f06100;
}

.souzai #mainVisualSec h2 {
	color: #f06100;
}

.souzai .topBnArea ul li a:hover .name {
	color: #fff;
	background-color: #f06100;
}

.souzai .topBnArea ul li .name:after {
	content: "";
	border-top: 3px solid #f06100;
	border-right: 3px solid #f06100;
}

.souzai .contents .c-cont__title {
	border-bottom: 2px solid #f06100;
}

.souzai #lnavi ul li a {
	color: #f06100;
}

.souzai #lnavi ul li a:hover {
	opacity: 0.7;
}

.souzai .contents .c-cont__title {
	text-align: left;
	font-size: 33px;
	color: #f06100;
	line-height: 1;
	margin-bottom: 55px;
}

.souzai #guidelineBox .guideline-content__title::before {
	border: solid 7px #f06100;
}

.souzai #guidelineBox .guideline-content__txt span {
	color: #f06100;
}

.souzai .fixedBtn .wrap div.contactBtn span {
	background: url(../../common/images/fixed_ico_mail.png) no-repeat center center;
}

.souzai .fixedBtn .wrap div.mapBtn span {
	background: url(../../common/images/fixed_ico_map.png) no-repeat center center;
}

.souzai .fixedBtn .wrap div.memberBtn span {
	background: url(../../common/images/fixed_ico_member.png) no-repeat center center;
}

.souzai .fixedBtn .wrap div.pagetopBtn span {
	background: url(../../common/images/fixed_ico_pagetop.png) no-repeat center center;
}

.souzai .fixedBtn .wrap a {
	background-color: rgba(240, 97, 0, .8);
}

.souzai .copyright {
	background-color: #434343;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 10px 0;
	width: 100%;
}

.souzai .p-contact__about {
	border: 1px solid #f06100;
}

.souzai .p-contact__flow span.current:before {
	content: "";
	border-color: #f06100 transparent transparent transparent;
	background: #f06100;
}

.souzai .p-download__list ul li a:hover {
	background-color: #f06100;
}

.souzai .p-download__list ul li a:hover:before {
	background: url(../../../souzai/images/icon_pdf_ov.png) no-repeat left top;
}

.souzai .p-download__list ul li a:hover:after {
	background: url(../../../souzai/images/icon_download_ov.png) no-repeat left top;
}

.souzai .p-download__list ul li a:before {
	content: "";
	background: url(../../../souzai/images/icon_pdf.png) no-repeat left top;
}

.souzai .p-download__list ul li a:after {
	content: "";
	background: url(../../../souzai/images/icon_download.png) no-repeat left top;
}

/* ################################################################################
*
*    souzai
*
* ################################################################################ */

/*=====================================
  module
=====================================*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

.ps {
	overflow: auto !important;
}

}

@media print, screen and (min-width: 738px) {

.mfp-close:hover {
	opacity: 0.8;
}

.mfp-image-holder .mfp-close {
	bottom: 20px;
	width: 21px;
	height: 21px;
	margin: 0;
	margin-left: -10px;
	cursor: pointer !important;
}

.mfp-image-holder .mfp-content {
	width: 550px;
	padding: 30px 30px 60px 30px;
}

img.mfp-img {
	width: 100%;
	height: auto;
	padding: 0;
}

}

@media all and (max-width: 900px) {

.mfp-arrow {
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
}

.mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0;
}

.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
}

.mfp-container {
	padding-left: 6px;
	padding-right: 6px;
}

}

@media all and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

/**
       * Remove all paddings around the image on small screen
       */

.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0;
}

.mfp-img-mobile img.mfp-img {
	padding: 0;
}

.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0;
}

.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px;
}

.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, .6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	box-sizing: border-box;
}

.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0;
}

.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px;
}

.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	text-align: center;
	padding: 0;
}

}

@media screen and (max-width: 737px) {

.mfp-image-holder .mfp-close {
	bottom: 14px;
	width: 21px;
	height: 21px;
	margin: 0;
	margin-left: -10px;
	cursor: pointer !important;
}

.mfp-image-holder .mfp-content {
	width: 100%;
	padding: 15px 15px 50px 15px;
}

img.mfp-img {
	width: 100%;
	height: auto;
	padding: 0;
}

}

@media print {

/*--------------------------------------
  print css
--------------------------------------*/

html,
body {
	-webkit-print-color-adjust: exact;
	min-width: 1200px !important;
	width: 1200px !important;
	zoom: 0.9;
	margin: auto;
}

body.seminar {
	width: auto !important;
	margin: auto;
}

}

@-webkit-keyframes swiper-preloader-spin {

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes swiper-preloader-spin {

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}


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