@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

h2, h3, h4, h5, h6 {
  margin: 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  max-width: 100%;
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 120%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
input[type="text"] {
	height: 26px;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;

  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
		transform:scale(1.2);
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! style-common.scss */
/*****************************************
 * カラー設定
 *****************************************/
.red {
  color: #ff3333;
}

.darkred {
  color: #cc0000;
}

.lightgray {
  color: #dddddd;
}

.gray {
  color: #aaaaaa;
}

.darkgray {
  color: #777777;
}

.kenzai_red {
  color: #d10003;
}

.kenzai_cyan {
  color: #c5feff;
}

.kenzai_lightcyan {
  color: #e0feff;
}

.kenzai_orange {
  color: #fb5500;
}

.kenzai_lightorange {
  color: #ffcccc;
}

.kenzai_green {
  color: #00c500;
}

.kenzai_darkgreen {
  color: #3f9c78;
}

.kenzai_blue {
  color: #2071c5;
}

/*****************************************
 * 共通スタイル
 *****************************************/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: bold;
}

.text-normal {
  font-weight: normal;
}

.text-underline {
  text-decoration: underline;
}

.small,
.text-small {
  font-size: 80%;
}

.text-smallest {
  font-size: 60%;
}

.large,
.text-large {
  font-size: 120%;
}

.text-largest {
  font-size: 140%;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex-center {
  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;
}

.flex-spacebetween {
  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;
}

.cursor-pointer {
  cursor: pointer;
}

/*****************************************
 * カラム割り当て
 *****************************************/
.columns3 {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.columns3 .column {
  width: 33.3333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.columns4 {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.columns4 .column {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.columns5 {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.columns5 .column {
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.columns6 {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.columns6 .column {
  width: 16.6666%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*****************************************
 * 入力コントロール
 *****************************************/
[type="text"],
[type="email"],
[type="url"],
[type="number"],
[type="password"],
[type="button"],
[type="submit"],
[type="reset"],
button,
textarea,
select {
  border: none;
}
[type="text"]:placeholder-shown,
[type="email"]:placeholder-shown,
[type="url"]:placeholder-shown,
[type="number"]:placeholder-shown,
[type="password"]:placeholder-shown,
[type="button"]:placeholder-shown,
[type="submit"]:placeholder-shown,
[type="reset"]:placeholder-shown,
button:placeholder-shown,
textarea:placeholder-shown,
select:placeholder-shown {
  color: #aaaaaa;
}

.form_minimum {
  width: 0px;
  height: 0px;
  font-size: 0px;
  opacity: 0;
}

.form_border {
  border: 1px solid #aaaaaa;
}
.form_border.error {
  border: 1px solid #ff3333;
}

.form_noborder {
  border: 1px solid transparent;
}
.form_noborder.error {
  border: 1px solid #ff3333;
}

.form_required {
  color: #ff3333;
}

.form_title_green {
  color: #3f9c78;
  background-color: #ffffff;
}

.form_title_black {
  color: #ffffff;
  background-color: #333333;
}

.form_title_red {
  color: #ffffff;
  background-color: #ff3333;
}

.form_title_kenzai_red {
  color: #ffffff;
  background-color: #d10003;
}

.form_title_blue {
  color: #ffffff;
  background-color: #3333ff;
}

.button, .button_small, .button_large {
  white-space: nowrap;
  cursor: pointer;
}

.button_transparent {
  border: 1px solid transparent;
  color: #333333;
  background-color: transparent;
}
.button_transparent:hover {
  color: #333333;
  background-color: transparent;
}

.button_normal {
  border: 1px solid #333333;
  color: #333333;
  background-color: #dddddd;
}
.button_normal:hover {
  color: #333333;
  background-color: #f0f0f0;
}

.button_gray,
button.button_gray,
a.button_gray {
  border: 1px solid #aaaaaa;
  color: #ffffff;
  background-color: #aaaaaa;
}
.button_gray:hover,
button.button_gray:hover,
a.button_gray:hover {
  color: #aaaaaa;
  background-color: #ffffff;
}

.button_black,
button.button_black,
a.button_black {
  border: 1px solid #333333;
  color: #ffffff;
  background-color: #333333;
}
.button_black:hover,
button.button_black:hover,
a.button_black:hover {
  color: #333333;
  background-color: #ffffff;
}

.button_red,
button.button_red,
a.button_red {
  border: 1px solid #ff3333;
  color: #ffffff;
  background-color: #ff3333;
}
.button_red:hover,
button.button_red:hover,
a.button_red:hover {
  color: #ff3333;
  background-color: #ffffff;
}

.button_kenzai_red,
button.button_kenzai_red,
a.button_kenzai_red {
  border: 1px solid #d10003;
  color: #ffffff;
  background-color: #d10003;
}
.button_kenzai_red:hover,
button.button_kenzai_red:hover,
a.button_kenzai_red:hover {
  color: #d10003;
  background-color: #ffffff;
}

.button_kenzai_red.active,
button.button_kenzai_red.active,
a.button_kenzai_red.active {
  border: 1px solid #d10003;
  color: #d10003;
  background-color: #FFFFFF;
}
.button_kenzai_red.active:hover,
button.button_kenzai_red.active:hover,
a.button_kenzai_red.active:hover {
  color: #ffffff;
  background-color: #d10003;
}

.button_blue,
button.button_blue,
a.button_blue {
  border: 1px solid #3333ff;
  color: #ffffff;
  background-color: #3333ff;
}
.button_blue:hover,
button.button_blue:hover,
a.button_blue:hover {
  color: #3333ff;
  background-color: #ffffff;
}


.trialImg a.button_blue {
  border: 1px solid #ACACFF;
  color: #ffffff;
  background-color: #ACACFF;
	cursor: default;
}
.trialImg a.button_blue:hover {
  border: 1px solid #ACACFF;
  color: #ffffff;
  background-color: #ACACFF;
}

.button_kenzai_blue,
button.button_kenzai_blue,
a.button_kenzai_blue {
  border: 1px solid #2071c5;
  color: #ffffff;
  background-color: #2071c5;
}
.button_kenzai_blue:hover,
button.button_kenzai_blue:hover,
a.button_kenzai_blue:hover {
  color: #2071c5;
  background-color: #ffffff;
}

.button_kenzai_darkblue,
button.button_kenzai_darkblue,
a.button_kenzai_darkblue {
  border: 1px solid #203195;
  color: #ffffff;
  background-color: #203195;
}
.button_kenzai_darkblue:hover,
button.button_kenzai_darkblue:hover,
a.button_kenzai_darkblue:hover {
  color: #203195;
  background-color: #ffffff;
}

.button_kenzai_blue_bordered,
button.button_kenzai_blue_bordered,
a.button_kenzai_blue_bordered {
  border: 2px solid #2071c5;
  color: #2071c5;
  background-color: #ffffff;
}
.button_kenzai_blue_bordered:hover,
button.button_kenzai_blue_bordered:hover,
a.button_kenzai_blue_bordered:hover {
  color: #ffffff;
  background-color: #2071c5;
}

.button_kenzai_orange,
button.button_kenzai_orange,
a.button_kenzai_orange {
  border: 1px solid #fb5500;
  color: #ffffff;
  background-color: #fb5500;
}
.button_kenzai_orange:hover,
button.button_kenzai_orange:hover,
a.button_kenzai_orange:hover {
  color: #fb5500;
  background-color: #ffffff;
}

.button_kenzai_darkorange,
button.button_kenzai_darkorange,
a.button_kenzai_darkorange {
  border: 1px solid #cc6060;
  color: #ffffff;
  background-color: #cc6060;
}
.button_kenzai_darkorange:hover,
button.button_kenzai_darkorange:hover,
a.button_kenzai_darkorange:hover {
  color: #cc6060;
  background-color: #ffffff;
}

.button_kenzai_lightgreen,
button.button_kenzai_lightgreen,
a.button_kenzai_lightgreen {
  border: 1px solid #eafff1;
  color: #ffffff;
  background-color: #eafff1;
}
.button_kenzai_lightgreen:hover,
button.button_kenzai_lightgreen:hover,
a.button_kenzai_lightgreen:hover {
  color: #eafff1;
  background-color: #ffffff;
}

.button_green,
button.button_green,
a.button_green {
  border: 1px solid #33ff33;
  color: #ffffff;
  background-color: #33ff33;
}
.button_green:hover,
button.button_green:hover,
a.button_green:hover {
  color: #33ff33;
  background-color: #ffffff;
}

.button_kenzai_green,
button.button_kenzai_green,
a.button_kenzai_green {
  border: 1px solid #00c500;
  color: #ffffff;
  background-color: #00c500;
}
.button_kenzai_green:hover,
button.button_kenzai_green:hover,
a.button_kenzai_green:hover {
  color: #00c500;
  background-color: #ffffff;
}

.button_kenzai_darkgreen,


button.button_kenzai_darkgreen,
a.button_kenzai_darkgreen {
  border: 1px solid #3f9c78;
  color: #ffffff;
  background-color: #3f9c78;
}
.button_kenzai_darkgreen:hover,
button.button_kenzai_darkgreen:hover,
a.button_kenzai_darkgreen:hover {
  color: #3f9c78;
  background-color: #ffffff;
}

.button_kenzai_animation_blue,
button.button_kenzai_animation_blue,
a.button_kenzai_animation_blue {
  color: #FFFFFF;
  background-color: #037C82;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #7ee4dd));
  background-image: -o-linear-gradient(left, transparent 50%, #7ee4dd 50%);
  background-image: linear-gradient(to right, transparent 50%, #7ee4dd 50%);
  background-size: 200% 100%;
}
.button_kenzai_animation_blue:hover,
button.button_kenzai_animation_blue:hover,
a.button_kenzai_animation_blue:hover {
  color: #037C82;
  background-color: #7ee4dd;
  background-position: -100% 100%;
}

/*****************************************
 * PC、SP共通部品
 *****************************************/
html {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
}

img {
  border: none;
}

a {
  text-decoration: none;
  color: #1b3880;
}
a:hover {
  color: #d80000;
}
a:hover img {
  opacity: 0.6;
}

.hidden {
  display: none !important;
}

.error-404 {
  text-align: center;
  line-height: 1.8;
}

hr.lightgray {
  border: none;
  border-top: 1px solid #dddddd;
}

hr.red {
  border: none;
  border-top: 1px solid #ff3333;
}

hr.kenzai_red {
  border: none;
  border-top: 1px solid #d10003;
}

hr.kenzai_cyan {
  border: none;
  border-top: 1px solid #c5feff;
}

hr.kenzai_lightcyan {
  border: none;
  border-top: 1px solid #e0feff;
}

hr.kenzai_orange {
  border: none;
  border-top: 1px solid #fb5500;
}

hr.kenzai_lightorange {
  border: none;
  border-top: 1px solid #ffcccc;
}

hr.kenzai_green {
  border: none;
  border-top: 1px solid #00c500;
}

hr.kenzai_darkgreen {
  border: none;
  border-top: 1px solid #3f9c78;
}

hr.kenzai_blue {
  border: none;
  border-top: 1px solid #2071c5;
}
.previewAlart {
    /*background: #cc0000;
    color: #ffffff;
    font-weight: bold;
    padding: 8px;
    text-align: center;*/
	position: fixed!important;
	top: 0;
	left: 0;
	width: 100%;
    background: #cc0000;
    color: #ffffff;
    font-weight: bold;
    padding: 8px;
	margin-top: 0;
	box-sizing: border-box;
    text-align: center;
	z-index: 99999;
}
/*****************************************
 * ミニギャラリー部品
 *****************************************/
.minigarally {
  border: 1px solid #dddddd;
}

/*****************************************
 * ギャラリー部品
 *****************************************/
.garally .garally_images .garally_image {
  border: 2px solid transparent;
}
.garally .garally_images .garally_image.active {
  border: 2px solid #2071c5;
}

/*****************************************
 * 共通部品: スライダー
 *****************************************/
/*****************************************
 * サイドバーレイアウト
 *****************************************/
#sidebar #sidebar_categories #sidebar_categories_header_wrapper {
  color: #ffffff;
  background-color: #d10003;
}
#sidebar #sidebar_categories .sidebar_categories_group {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
#sidebar #sidebar_objects #sidebar_objects_header_wrapper {
  color: #ffffff;
  background-color: #333333;
}
#sidebar #sidebar_objects #sidebar_objects_header_wrapper a {
  color: #ffffff;
  background-color: #333333;
}
#sidebar #sidebar_objects .sidebar_objects_group {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
#sidebar #sidebar_contents #sidebar_contents_header_wrapper {
  color: #ffffff;
  background-color: #333333;
}
#sidebar #sidebar_contents .group {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
#sidebar #sidebar_supports #sidebar_supports_header_wrapper {
  color: #ffffff;
  background-color: #333333;
}
#sidebar #sidebar_supports .group {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

/*****************************************
 * ヘッダー
 *****************************************/
#header_1st_wrapper {
  color: #333333;
  background-color: #f0f0f0;
}
#header_1st_wrapper #header_1st_description {
  color: #777777;
}

#header_1st_x_wrapper {
  color: #333333;
  background-color: #f0f0f0;
}
#header_1st_x_wrapper #header_1st_description {
  color: #777777;
}

#header_2nd_wrapper {
  background-color: #ffffff;
}
#header_2nd_wrapper #header_2nd #header_2nd_links #header_2nd_links_left #header_2nd_links_left_user #header_2nd_links_left_user_name {
  color: #d10003;
}

#header_3rd_wrapper {
  background-color: #333333;
}
#header_3rd_wrapper #header_3rd_searcher #header_3rd_searcher_words_wrapper {
  background-color: #ffffff;
}
#header_3rd_wrapper #header_3rd_searcher #header_3rd_searcher_words_wrapper #header_3rd_searcher_words {
  background-color: #ffffff;
}
#header_3rd_wrapper #header_3rd_searcher #header_3rd_searcher_button_wrapper #header_3rd_searcher_button {
  color: #ffffff;
  background-color: #d10003;
}
#header_3rd_wrapper #header_3rd_searcher #header_3rd_searcher_button_wrapper #header_3rd_searcher_button_news {
  color: #333333;
  background-color: #c5feff;
}
#header_3rd_wrapper #header_3rd_misc {
  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;
}
#header_3rd_wrapper #header_3rd_misc > div {
  margin-left: 20px;
}
#header_3rd_wrapper #header_3rd_misc #header_3rd_misc_register_wrapper > a,
#header_3rd_wrapper #header_3rd_misc #header_3rd_misc_mypage_wrapper > a,
#header_3rd_wrapper #header_3rd_misc #header_3rd_misc_login_wrapper > a,
#header_3rd_wrapper #header_3rd_misc #header_3rd_misc_logout_wrapper > a {
  border: 1px solid #c5feff;
  color: #c5feff;
  background-color: #333333;
}
#header_3rd_wrapper #header_3rd_misc #header_3rd_misc_register_wrapper > a:hover,
#header_3rd_wrapper #header_3rd_misc #header_3rd_misc_mypage_wrapper > a:hover,
#header_3rd_wrapper #header_3rd_misc #header_3rd_misc_login_wrapper > a:hover,
#header_3rd_wrapper #header_3rd_misc #header_3rd_misc_logout_wrapper > a:hover {
  background-color: #777777;
}
#header_3rd_wrapper #header_3rd_misc #header_3rd_misc_favorites_wrapper > a {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: #333333;
}
#header_3rd_wrapper #header_3rd_misc #header_3rd_misc_favorites_wrapper > a:hover {
  background-color: #777777;
}
#header_3rd_wrapper #header_3rd_misc #header_3rd_misc_carticon_wrapper {
  color: #ffffff;
}
#header_3rd_wrapper #header_3rd_misc #header_3rd_misc_cart_wrapper {
  color: #fb5500;
  background-color: #ffffff;
}
#header_3rd_wrapper #header_3rd_misc #header_3rd_misc_request_wrapper {
  background-color: #fb5500;
}
#header_3rd_wrapper #header_3rd_misc #header_3rd_misc_request_wrapper > a {
  color: #ffffff;
}
#header_3rd_wrapper #header_3rd_misc #header_3rd_misc_request_wrapper:hover {
  background-color: #ffcccc;
}

/*****************************************
 * 固定ヘッダー
 *****************************************/
#header_alt {
  display: none;
}
#header_alt #header_alt_1st_wrapper {
  color: #333333;
  background-color: #f0f0f0;
}
#header_alt #header_alt_1st_wrapper #header_alt_1st_description {
  color: #777777;
}
#header_alt #header_alt_3rd_wrapper {
  background-color: #333333;
}
#header_alt #header_alt_3rd_wrapper #header_alt_3rd_searcher #header_alt_3rd_searcher_words_wrapper {
  background-color: #ffffff;
}
#header_alt #header_alt_3rd_wrapper #header_alt_3rd_searcher #header_alt_3rd_searcher_words_wrapper #header_alt_3rd_searcher_words {
  background-color: #ffffff;
}
#header_alt #header_alt_3rd_wrapper #header_alt_3rd_searcher #header_alt_3rd_searcher_button_wrapper #header_alt_3rd_searcher_button {
  color: #ffffff;
  background-color: #d10003;
}
#header_alt #header_alt_3rd_wrapper #header_alt_3rd_searcher #header_alt_3rd_searcher_button_wrapper #header_alt_3rd_searcher_button_news {
  color: #333333;
  background-color: #c5feff;
}
#header_alt #header_alt_3rd_wrapper #header_alt_3rd_misc {
  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;
}
#header_alt #header_alt_3rd_wrapper #header_alt_3rd_misc > div {
  margin-left: 20px;
}
#header_alt #header_alt_3rd_wrapper #header_alt_3rd_misc #header_alt_3rd_misc_register_wrapper > a,
#header_alt #header_alt_3rd_wrapper #header_alt_3rd_misc #header_alt_3rd_misc_mypage_wrapper > a,
#header_alt #header_alt_3rd_wrapper #header_alt_3rd_misc #header_alt_3rd_misc_login_wrapper > a,
#header_alt #header_alt_3rd_wrapper #header_alt_3rd_misc #header_alt_3rd_misc_logout_wrapper > a {
  border: 1px solid #c5feff;
  color: #c5feff;
  background-color: #333333;
}
#header_alt #header_alt_3rd_wrapper #header_alt_3rd_misc #header_alt_3rd_misc_register_wrapper > a:hover,
#header_alt #header_alt_3rd_wrapper #header_alt_3rd_misc #header_alt_3rd_misc_mypage_wrapper > a:hover,
#header_alt #header_alt_3rd_wrapper #header_alt_3rd_misc #header_alt_3rd_misc_login_wrapper > a:hover,
#header_alt #header_alt_3rd_wrapper #header_alt_3rd_misc #header_alt_3rd_misc_logout_wrapper > a:hover {
  background-color: #777777;
}
#header_alt #header_alt_3rd_wrapper #header_alt_3rd_misc #header_alt_3rd_misc_favorites_wrapper > a {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: #333333;
}
#header_alt #header_alt_3rd_wrapper #header_alt_3rd_misc #header_alt_3rd_misc_favorites_wrapper > a:hover {
  background-color: #777777;
}
#header_alt #header_alt_3rd_wrapper #header_alt_3rd_misc #header_alt_3rd_misc_carticon_wrapper {
  color: #ffffff;
}
#header_alt #header_alt_3rd_wrapper #header_alt_3rd_misc #header_alt_3rd_misc_cart_wrapper {
  color: #fb5500;
  background-color: #ffffff;
}
#header_alt #header_alt_3rd_wrapper #header_alt_3rd_misc #header_alt_3rd_misc_request_wrapper {
  background-color: #fb5500;
}
#header_alt #header_alt_3rd_wrapper #header_alt_3rd_misc #header_alt_3rd_misc_request_wrapper > a {
  color: #ffffff;
}
#header_alt #header_alt_3rd_wrapper #header_alt_3rd_misc #header_alt_3rd_misc_request_wrapper:hover {
  background-color: #ffcccc;
}

/*************************************************************************
 * 共通部品: 検索結果
 *************************************************************************/
.search_result .not-found {
  color: #ff3333;
}

/*****************************************
 * メッセージボックス
 *****************************************/
.form_ajax_status {
  border: 1px solid #bbbbbb;
}
.form_ajax_status .form_ajax_state {
  color: #444444;
  background-color: #dddddd;
}
.form_ajax_status.ok {
  border: 1px solid #bbffbb;
}
.form_ajax_status.ok .form_ajax_state {
  color: #44cc44;
  background-color: #ddffdd;
}
.form_ajax_status.ng {
  border: 1px solid #ff8888;
}
.form_ajax_status.ng .form_ajax_state {
  color: #cc4444;
  background-color: #ffdddd;
}

.form_message_notices {
  border: 1px solid #bbffbb;
}
.form_message_notices .form_message_notice {
  color: #44cc44;
  background-color: #ddffdd;
}

.form_message_errors {
  border: 1px solid #ff8888;
}
.form_message_errors .form_message_error {
  color: #cc4444;
  background-color: #ffdddd;
}

/*****************************************
 * トップに戻るボタン
 *****************************************/
#scrollToTop div {
  color: #ffffff;
  background-color: #333333;
  opacity: 0.5;
}

/*****************************************
 * カテゴリページ
 *****************************************/
#categories #categories_1st_name {
  border-bottom: 2px solid #aaa9a9;
  font-weight: normal;
}
#categories #categories_1st_subcategories .categories_1st_subcategory .categories_1st_subcategory_name {
  border: 1px solid #c2c9d0;
  background-color: #99a5b0;
}
#categories #categories_1st_subcategories .categories_1st_subcategory .categories_1st_subcategory_name:hover {
  background-color: #c2c9d0;
}
#categories #categories_1st_subcategories .categories_1st_subcategory .categories_1st_subcategory_name a {
  color: #ffffff;
}
#categories #categories_1st_subcategories .categories_1st_subcategory .categories_1st_subcategory_name a:hover {
  color: #d10003;
}
#categories #categories_2nd_description_top {
  border-bottom: 1px solid #333333;
  font-weight: normal;
}
#categories #categories_2nd_description_top,
#categories #categories_2nd_description_bottom {
  color: #777777;
}
#categories #categories_2nd_description_2nd_top,
#categories #categories_2nd_description_2nd_bottom {
  color: #333333;
}
#categories #categories_2nd_subcategories .categories_2nd_subcategory .categories_2nd_subcategory_name {
  color: #333333;
}
#categories #categories_2nd_subcategories .categories_2nd_subcategory .categories_2nd_subcategory_description {
  color: #777777;
}
#categories #categories_items_name {
  color: #333333;
}
#categories #categories_items_description {
  color: #777777;
  border-bottom: 1px solid #333333;
}

/*****************************************
 * 一般フォーム
 *****************************************/
table.form_table_lightcyan {
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
table.form_table_lightcyan tr td {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
table.form_table_lightcyan tr td:nth-child(1) {
  color: #333333;
  background-color: #e0feff;
}
table.form_table_lightcyan tr.error td:first-child {
  background-color: #ffcccc;
}
table.form_table_lightcyan tr .form_error_message {
  margin-top: 4px;
  display: none;
  color: red;
}
table.form_table_lightcyan tr.error_empty .form_error_message_empty, table.form_table_lightcyan tr.error_kana .form_error_message_kana, table.form_table_lightcyan tr.error_email .form_error_message_email, table.form_table_lightcyan tr.error_number .form_error_message_number, table.form_table_lightcyan tr.error_range .form_error_message_range, table.form_table_lightcyan tr.error_select .form_error_message_select {
  display: block;
}
table.form_table_lightcyan #form_agreement_wrapper {
  background-color: #dddddd;
}

/*****************************************
 * ユーザーフォーム
 *****************************************/
#userForm table,
.requestInformationForm table,
.makerMypageNewsForm table {
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
#userForm table tr td,
.requestInformationForm table tr td,
.makerMypageNewsForm table tr td {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
#userForm table tr td:nth-child(1),
.requestInformationForm table tr td:nth-child(1),
.makerMypageNewsForm table tr td:nth-child(1) {
  color: #333333;
  background-color: #e0feff;
}
#userForm table tr.error td:first-child,
.requestInformationForm table tr.error td:first-child,
.makerMypageNewsForm table tr.error td:first-child {
  background-color: #ffcccc;
}
#userForm table tr .form_error_message,
.requestInformationForm table tr .form_error_message,
.makerMypageNewsForm table tr .form_error_message,
.makerMypageShowroomForm table tr .form_error_message,
.makerMypageShowroomNewsForm table tr .form_error_message {
  margin-top: 4px;
  display: none;
  color: red;
}
#userForm table tr.error_empty .form_error_message_empty, #userForm table tr.error_kana .form_error_message_kana, #userForm table tr.error_email .form_error_message_email, #userForm table tr.error_number .form_error_message_number, #userForm table tr.error_range .form_error_message_range, #userForm table tr.error_select .form_error_message_select,
.requestInformationForm table tr.error_empty .form_error_message_empty,
.requestInformationForm table tr.error_input .form_error_message_input,
.requestInformationForm table tr.error_eisuu .form_error_message_eisuu,
.requestInformationForm table tr.error_kana .form_error_message_kana,
.requestInformationForm table tr.error_email .form_error_message_email,
.requestInformationForm table tr.error_email_registered .form_error_message_registered,
.requestInformationForm table tr.error_number .form_error_message_number,
.requestInformationForm table tr.error_range .form_error_message_range,
.requestInformationForm table tr.error_select .form_error_message_select,
.makerMypageNewsForm table tr.error_empty .form_error_message_empty,
.makerMypageNewsForm table tr.error_kana .form_error_message_kana,
.makerMypageNewsForm table tr.error_email .form_error_message_email,
.makerMypageNewsForm table tr.error_number .form_error_message_number,
.makerMypageNewsForm table tr.error_range .form_error_message_range,
.makerMypageNewsForm table tr.error_select .form_error_message_select,
.makerMypageShowroomForm table tr.error_empty .form_error_message_empty,
.makerMypageShowroomForm table tr.error_select .form_error_message_empty {
  display: block;
}
#userForm .riyoukitei,
.requestInformationForm .riyoukitei,
.makerMypageNewsForm .riyoukitei {
  border: 1px solid #dddddd;
  background-color: #ffffff;
}
#userForm #form_agreement_wrapper,
.requestInformationForm #form_agreement_wrapper,
.makerMypageNewsForm #form_agreement_wrapper {
  background-color: #dddddd;
}

/*****************************************
 * メーカー一覧
 *****************************************/
.makers_list_top_buttons #makers_list_top_button_catalogs a {
  border: 1px solid #4F5DB0;
  color: #ffffff;
  background-color: #4F5DB0;
}
.makers_list_top_buttons #makers_list_top_button_catalogs a:hover {
  color: #4F5DB0;
  background-color: #ffffff;
}
.makers_list_top_buttons #makers_list_top_button_showrooms a {
  border: 1px solid #23C9B2;
  color: #ffffff;
  background-color: #23C9B2;
}
.makers_list_top_buttons #makers_list_top_button_showrooms a:hover {
  color: #23C9B2;
  background-color: #ffffff;
}
.makers_list_top_buttons #makers_list_top_button_movies a {
  border: 1px solid #9578D4;
  color: #ffffff;
  background-color: #9578D4;
}
.makers_list_top_buttons #makers_list_top_button_movies a:hover {
  color: #9578D4;
  background-color: #ffffff;
}

.makers_list_top_kana .makers_list_top_kana_list_item {
  border: 1px solid #B0E79A;
  color: #333333;
  background-color: #F2FFED;
}
.makers_list_top_kana .makers_list_top_kana_list_item:hover {
  color: #FF6600;
  background-color: #dddddd;
}

.makers_list_items .makers_list_item .makers_list_item_itemmenu {
  color: #ffffff;
  background-color: #00c500;
}

/*****************************************
 * メーカー詳細
 *****************************************/
.maker_detail_header .maker_detail_header_messages_wrapper .maker_detail_header_messages {
  background-color: #eafff1;
}
.maker_detail_header .maker_detail_header_messages_wrapper .maker_detail_header_messages_homepage_wrapper .maker_detail_header_messages_homepage_header {
  color: #ffffff;
  background-color: #333333;
}
.maker_detail_header .maker_detail_header_messages_wrapper .maker_detail_header_messages_address_wrapper .maker_detail_header_messages_address_header {
  color: #ffffff;
  background-color: #333333;
}

.maker_detail_maps_wrapper .maker_detail_maps_title {
  color: #ffffff;
  background-color: #555555;
}

/*****************************************
 * ショールーム一覧
 *****************************************/
.maker_showrooms .maker_showrooms_name_wrapper {
  background-color: #f0f0f0;
}
.maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_name_wrapper {
  color: #ffffff;
  background-color: #777777;
}
.maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_details .maker_showrooms_showroom_info_wrapper .maker_showrooms_showroom_info .maker_showrooms_showroom_info_reserve_required {
  color: #ffffff;
  background-color: #d10003;
}
.maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_garally_wrapper .maker_showrooms_showroom_garally_header {
  background-color: #f0f0f0;
}

/*****************************************
 * 製品リスト(カテゴリ、メーカー詳細)
 *****************************************/
.products_wrapper {
  border-bottom: 2px solid #aaaaaa;
}
.products_wrapper .products .product_vsplitter {
  background-color: #aaaaaa;
}
.products_wrapper .products .product_wrapper .product .product_name {
  background-color: #eafff1;
  border-bottom: 1px solid #3f9c78;
}
.products_wrapper .products .product_wrapper .product .product_hsplitter {
  background-color: #aaaaaa;
}

/*****************************************
 * 資料請求フォーム
 *****************************************/
.request_header_steps .request_header_step,
.request_header_steps .request_header_step_last {
  border: 2px solid #3333ff;
  background-color: #f0f0f0;
}
.request_header_steps .request_header_step::after {
  background-color: #f0f0f0;
  border-top: 2px solid #3333ff;
  border-right: 2px solid #3333ff;
}
.request_header_steps .request_header_step_current {
  border: 2px solid #fb5500;
}
.request_header_steps .request_header_step_current::after {
  border-top: 2px solid #fb5500;
  border-right: 2px solid #fb5500;
}

.request_products .request_product_header {
  background-color: #dddddd;
}
.request_products .request_product_header .request_product_header_title {
  border-right: 1px solid #777777;
}
.request_products .request_product {
  border-bottom: 1px solid #777777;
}
.request_products .request_product .request_product_header_title {
  border-right: 1px solid #777777;
}

/*****************************************
 * メーカーマイページ
 *****************************************/
/*************************************************************************
 * 共通部品: テーブル
 *************************************************************************/
table.table {
  border-collapse: collapse;
  border-left: 1px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
}
table.table th {
  background-color: #f0f0f0;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}
table.table td {
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}

table.table-striped tr:nth-child(2n + 1) {
  background-color: #f0f0f0;
}

table.table-striped3 tr:nth-child(3n + 1) {
  background-color: #f0f0f0;
}

table.table-striped4 tr:nth-child(4n + 0), table.table-striped4 tr:nth-child(4n + 3) {
  background-color: #f0f0f0;
}

table.table-striped5 tr:nth-child(10n + 6), table.table-striped5 tr:nth-child(10n + 7), table.table-striped5 tr:nth-child(10n + 8), table.table-striped5 tr:nth-child(10n + 9), table.table-striped5 tr:nth-child(10n + 10) {
  background-color: #f0f0f0;
}

table.table-striped6 tr:nth-child(12n + 7), table.table-striped6 tr:nth-child(12n + 8), table.table-striped6 tr:nth-child(12n + 9), table.table-striped6 tr:nth-child(12n + 10), table.table-striped6 tr:nth-child(12n + 11), table.table-striped6 tr:nth-child(12n + 12) {
  background-color: #f0f0f0;
}

table.table-hover tr:hover, table.table-hover tr.hover {
  background-color: #dddddd;
}

/*************************************************************************
 * メーカーマイページ - 製品一覧
 *************************************************************************/
.maker_mypage .products .product_wrapper .product {
  border: 1px solid #aaaaaa;
}
.maker_mypage .products .product_wrapper .product .product_image {
  border: 1px solid #dddddd;
}

/*************************************************************************
 * メーカーマイページ - 製品並べ替え
 *************************************************************************/
.maker_mypage .products_order .product_wrapper .product {
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
}
.maker_mypage .products_order .product_wrapper .product .product_image {
  border: 1px solid #dddddd;
}

/*************************************************************************
 * メーカーマイページ - 製品詳細
 *************************************************************************/
.maker_mypage .product_detail .product_image {
  border: 1px solid #dddddd;
  background-color: #ffffff;
}
.maker_mypage .product_detail .product_image_large {
  border: 1px solid #dddddd;
  background-color: #ffffff;
}

/*************************************************************************
 * スーパーログインモード
 *************************************************************************/
#adminModeLabel {
  position: fixed;
  left: 0;
  top: 0;
  border: 2px solid black;
  color: white;
  background-color: rgba(240, 0, 0, 0.6);
  font-size: 16px;
  z-index: 100000;
  text-align: center;
  padding: 3px 12px;
}

/*************************************************************************
 * clearfix
 *************************************************************************/
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}
@media print {
    #header_alt, #adminModeLabel {
        display: none !important;
    }
}

@media print, screen and (min-width: 768px) {
  /*****************************************
   * レスポンシブ対応
   *****************************************/
  .sp {
    display: none;
  }

  /*****************************************
   * 入力コントロール
   *****************************************/
  [type="text"],
  [type="email"],
  [type="url"],
  [type="number"],
  [type="password"],
  [type="button"],
  [type="submit"],
  [type="reset"],
  button,
  textarea,
  select {
    margin: 0;
    padding: 0;
  }

  [type="radio"],
  [type="checkbox"] {
    margin-right: 4px;
  }

  .form_wrapper {
    margin-bottom: 20px;
  }

  .form_group_sb {
    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;
  }

  .form_group_l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .form_border,
  .form_noborder {
    display: inline-block;
    border-radius: 4px;
    padding: 6px;
  }

  .form_password {
    width: calc(100% - 80px);
  }

  .show_password {
    width: 60px;
  }

  .button_large {
    display: inline-block;
    margin: 0;
    padding: 8px 8px;
    border-radius: 8px;
    width: calc(280px - 16px - 2px);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: 0.25s background-color;
    -o-transition: 0.25s background-color;
    transition: 0.25s background-color;
  }

  .button {
    display: inline-block;
    margin: 0;
    padding: 8px 40px;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
    -webkit-transition: 0.25s background-color;
    -o-transition: 0.25s background-color;
    transition: 0.25s background-color;
  }

  .button_narrow_padding {
    padding: 8px 0;
    text-align: center;
  }

  .button_small {
    display: inline-block;
    margin: 0;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    -webkit-transition: 0.25s background-color;
    -o-transition: 0.25s background-color;
    transition: 0.25s background-color;
  }

  .button_square {
    display: inline-block;
    padding: 10px 0;
    margin: 0;
    font-size: 16px;
    text-align: center;
    -webkit-transition: 0.25s background-color;
    -o-transition: 0.25s background-color;
    transition: 0.25s background-color;
  }

  .button_square_small {
    display: inline-block;
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    -webkit-transition: 0.25s background-color;
    -o-transition: 0.25s background-color;
    transition: 0.25s background-color;
  }

  .button_animation {
    -webkit-transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s;
    -o-transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s;
    transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s;
  }

  .form_hissu {
    background: #cc0000;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    padding: 2px 4px;
    border-radius: 20px;
    vertical-align: middle;
    margin-bottom: 2px;
    font-weight: normal;
    float: right;
  }

  /*****************************************
   * PC用共通設定
   *****************************************/
  body {
    font-size: 16px;
    line-height: 1.4;
  }

  /*****************************************
   * コンテント共通部品
   *****************************************/
  .content_wrapper {
    width: 100%;
  }
  .content_wrapper .content {
    margin: 0 auto;
    /*width: 1000px;*/
	  max-width: 1000px;
  }

  .inpage_jump {
    margin-bottom: 4px;
    cursor: pointer;
  }

  /*****************************************
   * ミニギャラリー部品
   *****************************************/
  .minigarally .minigarally_images {
    position: relative;
    width: 320px;
    height: 240px;
  }
  .minigarally .minigarally_images .minigarally_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 320px;
    height: 240px;
    z-index: 1001;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
  }

  /*****************************************
   * ギャラリー部品
   *****************************************/
  .garally .garally_display_wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    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;
  }
  .garally .garally_display_wrapper .garally_display {
    width: 600px;
    height: 400px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .garally .garally_images {
    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;
  }
  .garally .garally_images .garally_image {
    margin-left: 2px;
    margin-right: 2px;
    width: 64px;
    height: 64px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: border 750ms;
    -o-transition: border 750ms;
    transition: border 750ms;
  }


  /*****************************************
   * ギャラリー部品 (fotorama)
   *****************************************/
	.fotorama {
		padding-top: 20px;
	}
	.fotorama__wrap {
		margin-left: auto;
		margin-right: auto;
	}



  /*************************************************************************
   * アコーディオン部品
   *************************************************************************/
  .accordion {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .accordion ul, .accordion li {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .accordion .inner {
    display: none;
  }

  .accordion .inner.open {
    display: block;
  }

  .accordion p {
    margin: 0;
    padding: 5px;
    font-size: 12px;
    cursor: pointer;
  }

  .accordion p.year {
    background: #E1EFFF;
    border-bottom: 1px solid #8791FF;
  }

  .accordion p.year span {
    color: #D50003;
  }

  .accordion .inner li {
    padding: 5px 0;
    font-size: 14px;
  }

  .accordion .inner li a {
    text-decoration: none;
  }

  .accordion .inner li span {
    display: inline-block;
    background-color: #DC0003;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.6em;
  }


/*** メルマガバックナンバー **/

.mailmagazines .accordion {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .mailmagazines .accordion ul, .accordion li {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mailmagazines .accordion .inner {
    display: none;
  }

  .mailmagazines .accordion .inner.open {
    display: block;
  }

  .mailmagazines .accordion p {
    margin: 0;
    padding: 10px 5px;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
  }

  .mailmagazines .accordion p.year {
    background: #E0E0E0;
    border-bottom: 1px solid #ADADAD;
  }

  .mailmagazines .accordion p.year span {
    color: #D50003;
  }

  .mailmagazines .accordion .inner li {
    padding: 5px 0;
    font-size: 14px;
  }

  .mailmagazines .accordion .inner li a {
    text-decoration: none;
    margin-bottom: 8px;
    border-bottom: 1px dotted #B0B0B0;
    padding-bottom: 8px;
    display: block;
  }

  .mailmagazines .accordion .inner li a .date {
    margin-bottom: 2px;
    font-size: 10px;
    color: #767676;
  }

  .mailmagazines .accordion .inner li a .title {
    color: #1B3880;
    font-size: 13px;
    line-height: 1.4;
  }

  .mailmagazines .accordion .inner li span {
    display: inline-block;
    background-color: #DC0003;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.6em;
  }

  #container.mailmagazine {
    flex-direction: row-reverse;
    zoom: 1; /* float解除 for IE6/7  */
  }
  #container.mailmagazine::after, #container.mailmagazine::before {
    content: "";
    clear: both;
    display: block;
  }


  /*****************************************
   * 共通部品: カートに入れるボタン
   *****************************************/
  .toggle_cart_image {
    width: 320px;
    height: 50px;
    background-color: transparent;
    background-size: auto 50px;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s;
    -o-transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s;
    transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s;
  }
  .toggle_cart_image.selected {
    background-image: url(/images/cart_selected.jpg);
  }
  .toggle_cart_image.unselected {
    background-image: url(/images/cart_unselected.jpg);
    background-position: 100% 0%;
  }
  .toggle_cart_image.unselected:hover {
    background-position: 0% 0%;
  }

  /*****************************************
   * 共通部品: お気に入りボタン
   *****************************************/
  .toggle_favorite_image {
    width: 26px;
    height: 26px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .toggle_favorite_image.checked {
    background-image: url(/images/favorite_checked.png);
  }
  .toggle_favorite_image.unchecked {
    background-image: url(/images/favorite_unchecked.png);
  }

  /*****************************************
  * 共通部品: スライダー
  *****************************************/
  .slider {
    position: relative;
  }

  .slider-images {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    z-index: 99;
  }
  .slider-images .slider-0, .slider-images .slider-1, .slider-images .slider-2, .slider-images .slider-3, .slider-images .slider-4,
  .slider-images .slider-5, .slider-images .slider-6, .slider-images .slider-7, .slider-images .slider-8, .slider-images .slider-9 {
    position: absolute;
    width: 250px;
    height: 200px;
  }
  .slider-images .slider-1, .slider-images .slider-2, .slider-images .slider-3, .slider-images .slider-4,
  .slider-images .slider-5, .slider-images .slider-6, .slider-images .slider-7, .slider-images .slider-8, .slider-images .slider-9 {
    left: 100%;
  }
  .slider-images .slider-0 {
    left: 0;
  }

  /*****************************************
   * 共通部品: スムーズスライダー
   *****************************************/
  .smooth-slider .smooth-slider-images {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .smooth-slider .smooth-slider-images .smooth-slider-image {
    position: absolute;
    opacity: 0;
  }
  .smooth-slider .smooth-slider-images .smooth-slider-image a {
    display: block;
    text-align: center;
  }
  .smooth-slider .smooth-slider-images .smooth-slider-image a .caption {
    font-weight: bold;
    text-align: center;
    word-wrap: break-word;
  }

  /*****************************************
   * パンくずレイアウト
   *****************************************/
  #breads {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 11px;
  }

  /*****************************************
   * メインレイアウト
   *****************************************/
  #container {
    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;
  }
  #container #main {
    width: 770px;
    overflow: hidden;
  }
  #container #sidebar {
    width: 200px;
    overflow: hidden;
  }
  #container #wide-main {
    width: 1000px;
    overflow: hidden;
  }
  #container #full-main {
    width: 100%;
    overflow: hidden;
  }
  #container #news-main {
    width: 690px;
    overflow: hidden;
  }
  #container #news-sidebar {
    width: 280px;
    overflow: hidden;
  }
  #container #qas-main {
    width: 690px;
    overflow: hidden;
  }
  #container .qas-sidebar {
    width: 280px;
    overflow: hidden;
  }

  /*****************************************
   * サイドバーレイアウト
   *****************************************/
  #sidebar #sidebar_categories {
    margin-bottom: 20px;
  }
  #sidebar #sidebar_categories #sidebar_categories_header_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px 4px 0 0;
    height: 40px;
  }
  #sidebar #sidebar_categories #sidebar_categories_header_wrapper #sidebar_categories_header_wrapper {
    font-size: 18px;
  }
  #sidebar #sidebar_categories .sidebar_categories_group {
    padding: 10px 0 10px 10px;
    font-size: 13px;
    line-height: 1.8;
  }
  #sidebar #sidebar_categories .sidebar_categories_group a {
    display: block;
  }
  #sidebar #sidebar_objects {
    margin-bottom: 20px;
  }
  #sidebar #sidebar_objects #sidebar_objects_header_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px 4px 0 0;
    height: 40px;
  }
  #sidebar #sidebar_objects #sidebar_objects_header_wrapper #sidebar_objects_header_wrapper {
    font-size: 14px;
  }
  #sidebar #sidebar_objects .sidebar_objects_group {
    padding: 10px 0 10px 10px;
    font-size: 13px;
    line-height: 1.8;
  }
  #sidebar #sidebar_objects .sidebar_objects_group a {
    display: block;
  }
  #sidebar #sidebar_contents {
    margin-bottom: 20px;
  }
  #sidebar #sidebar_contents #sidebar_contents_header_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px 4px 0 0;
    height: 40px;
  }
  #sidebar #sidebar_contents #sidebar_contents_header_wrapper #sidebar_contents_header_wrapper {
    font-size: 14px;
  }
  #sidebar #sidebar_contents .group {
    padding: 0 0 0 10px;
    font-size: 14px;
    line-height: 30px;
  }
  #sidebar #sidebar_contents .group a {
    display: block;
  }
  #sidebar #sidebar_supports {
    margin-bottom: 20px;
  }
  #sidebar #sidebar_supports #sidebar_supports_header_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px 4px 0 0;
    height: 40px;
    font-size: 14px;
  }
  #sidebar #sidebar_supports .group {
    padding: 10px 0 10px 10px;
    font-size: 14px;
    line-height: 1;
  }
  #sidebar #sidebar_supports .group .subheader {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: bold;
  }
  #sidebar #sidebar_supports .group .subheader.setsuden {
    color: #7AB040;
  }
  #sidebar #sidebar_supports .group .subheader.takumi {
    color: #264983;
  }
  #sidebar #sidebar_supports .group .subheader.goodliving {
    color: #000000;
  }
  #sidebar #sidebar_supports .group .subheader.outlet {
    color: #FF7F00;
  }
  #sidebar #sidebar_supports .group a {
    display: block;
  }
  #sidebar .sidebar_banner {
    margin-bottom: 20px;
  }
  #sidebar .sidebar_banner img {
    width: 200px;
    height: auto;
  }

  /*****************************************
   * ヘッダー
   *****************************************/
  #header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
  }
  #header .fixed {
    position: fixed;
    top: 0;
  }
  #header + .content_wrapper, #header + #container {
    margin: 0 auto 0;
    padding-top: 160px;
  }
  #header #header_1st {
    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;
    height: 30px;
  }
  #header #header_1st #header_1st_description {
    font-size: 10px;
    font-weight: normal;
  }
  #header #header_1st #header_1st_maker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
  }
  #header #header_1st_x_wrapper {
    position: fixed;
    top: 0;
    display: none;
  }
  #header #header_1st_x {
    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;
    height: 30px;
  }
  #header #header_1st_x #header_1st_x_left {
    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;
    font-size: 12px;
    font-weight: normal;
  }
  #header #header_1st_x #header_1st_x_left #header_1st_x_logo {
    margin-right: 20px;
  }
  #header #header_1st_x #header_1st_x_left #header_1st_x_logo img {
    height: 25px;
  }
  #header #header_1st_x #header_1st_x_maker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
  }
  #header #header_2nd {
    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;
    height: 80px;
  }
  #header #header_2nd #header_2nd_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #header #header_2nd #header_2nd_links #header_2nd_links_left {
    margin-right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
  }
  #header #header_2nd #header_2nd_links #header_2nd_links_left #header_2nd_links_left_user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    font-weight: bold;
  }
  #header #header_2nd #header_2nd_links #header_2nd_links_left #header_2nd_links_left_user > div {
    margin-left: 4px;
  }
  #header #header_2nd #header_2nd_links #header_2nd_links_left #header_2nd_links_left_usage {
    font-size: 12px;
    text-align: right;
  }
  #header #header_3rd {
    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;
    height: 50px;
  }
  #header #header_3rd #header_3rd_searcher {
    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;
  }
  #header #header_3rd #header_3rd_searcher #header_3rd_searcher_words_wrapper {
    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;
    width: 300px;
    height: 32px;
  }
  #header #header_3rd #header_3rd_searcher #header_3rd_searcher_words_wrapper #header_3rd_searcher_words {
    width: 300px;
    height: 24px;
    font-size: 14px;
    padding: 0px 5px;
    border: 0;
  }
  #header #header_3rd #header_3rd_searcher #header_3rd_searcher_button_wrapper {
    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;
  }
  #header #header_3rd #header_3rd_searcher #header_3rd_searcher_button_wrapper #header_3rd_searcher_button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    border: 0;
    width: 60px;
    height: 32px;
  }
  #header #header_3rd #header_3rd_searcher #header_3rd_searcher_button_wrapper #header_3rd_searcher_button_news {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    border: 0;
    width: 120px;
    height: 32px;
  }
  #header #header_3rd #header_3rd_misc {
    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;
  }
  #header #header_3rd #header_3rd_misc > div {
    margin-left: 10px;
  }
  #header #header_3rd #header_3rd_misc #header_3rd_misc_register_wrapper > a,
  #header #header_3rd #header_3rd_misc #header_3rd_misc_mypage_wrapper > a,
  #header #header_3rd #header_3rd_misc #header_3rd_misc_login_wrapper > a,
  #header #header_3rd #header_3rd_misc #header_3rd_misc_logout_wrapper > a,
  #header #header_3rd #header_3rd_misc #header_3rd_misc_favorites_wrapper > a {
    display: inline-block;
    border-radius: 4px;
    width: 100px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
  }
  #header #header_3rd #header_3rd_misc.login #header_3rd_misc_register_wrapper, #header #header_3rd #header_3rd_misc.login #header_3rd_misc_login_wrapper {
    display: none;
  }
  #header #header_3rd #header_3rd_misc.logout #header_3rd_misc_mypage_wrapper, #header #header_3rd #header_3rd_misc.logout #header_3rd_misc_logout_wrapper {
    display: none;
  }
  #header #header_3rd #header_3rd_misc #header_3rd_misc_carticon_wrapper {
    font-size: 24px;
  }
  #header #header_3rd #header_3rd_misc #header_3rd_misc_cart_wrapper {
    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;
    text-align: center;
    border-radius: 10px;
    width: 50px;
    height: 32px;
  }
  #header #header_3rd #header_3rd_misc #header_3rd_misc_cart_wrapper > output {
    width: 50px;
    font-size: 24px;
    font-weight: bold;
  }
  #header #header_3rd #header_3rd_misc #header_3rd_misc_request_wrapper {
    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;
    text-align: center;
    border-radius: 4px;
    width: 100px;
    height: 32px;
  }
  #header #header_3rd #header_3rd_misc #header_3rd_misc_request_wrapper > a {
    width: 100px;
    font-size: 12px;
    font-weight: bold;
  }

  /*****************************************
   * 固定ヘッダー
   *****************************************/
  #header_alt {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
  }
  #header_alt #header_alt_1st {
    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;
    height: 30px;
  }
  #header_alt #header_alt_1st #header_alt_1st_left {
    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;
  }
  #header_alt #header_alt_1st #header_alt_1st_left #header_alt_1st_logo {
    margin-right: 8px;
  }
  #header_alt #header_alt_1st #header_alt_1st_left #header_alt_1st_logo img {
    height: 25px;
  }
  #header_alt #header_alt_1st #header_alt_1st_description {
    font-size: 10px;
    font-weight: normal;
  }
  #header_alt #header_alt_1st #header_alt_1st_maker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
  }
  #header_alt #header_alt_3rd {
    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;
    height: 50px;
  }
  #header_alt #header_alt_3rd #header_alt_3rd_searcher {
    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;
  }
  #header_alt #header_alt_3rd #header_alt_3rd_searcher #header_alt_3rd_searcher_words_wrapper {
    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;
    width: 300px;
    height: 32px;
  }
  #header_alt #header_alt_3rd #header_alt_3rd_searcher #header_alt_3rd_searcher_words_wrapper #header_alt_3rd_searcher_words {
    width: 300px;
    height: 24px;
    font-size: 14px;
    padding: 0px 5px;
    border: 0;
  }
  #header_alt #header_alt_3rd #header_alt_3rd_searcher #header_alt_3rd_searcher_button_wrapper {
    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;
  }
  #header_alt #header_alt_3rd #header_alt_3rd_searcher #header_alt_3rd_searcher_button_wrapper #header_alt_3rd_searcher_button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    border: 0;
    width: 60px;
    height: 32px;
  }
  #header_alt #header_alt_3rd #header_alt_3rd_searcher #header_alt_3rd_searcher_button_wrapper #header_alt_3rd_searcher_button_news {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    border: 0;
    width: 120px;
    height: 32px;
  }
  #header_alt #header_alt_3rd #header_alt_3rd_misc {
    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;
  }
  #header_alt #header_alt_3rd #header_alt_3rd_misc > div {
    margin-left: 10px;
  }
  #header_alt #header_alt_3rd #header_alt_3rd_misc #header_alt_3rd_misc_register_wrapper > a,
  #header_alt #header_alt_3rd #header_alt_3rd_misc #header_alt_3rd_misc_mypage_wrapper > a,
  #header_alt #header_alt_3rd #header_alt_3rd_misc #header_alt_3rd_misc_login_wrapper > a,
  #header_alt #header_alt_3rd #header_alt_3rd_misc #header_alt_3rd_misc_logout_wrapper > a,
  #header_alt #header_alt_3rd #header_alt_3rd_misc #header_alt_3rd_misc_favorites_wrapper > a {
    display: inline-block;
    border-radius: 4px;
    width: 100px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
  }
  #header_alt #header_alt_3rd #header_alt_3rd_misc.login #header_alt_3rd_misc_register_wrapper, #header_alt #header_alt_3rd #header_alt_3rd_misc.login #header_alt_3rd_misc_login_wrapper {
    display: none;
  }
  #header_alt #header_alt_3rd #header_alt_3rd_misc.logout #header_alt_3rd_misc_mypage_wrapper, #header_alt #header_alt_3rd #header_alt_3rd_misc.logout #header_alt_3rd_misc_logout_wrapper {
    display: none;
  }
  #header_alt #header_alt_3rd #header_alt_3rd_misc #header_alt_3rd_misc_carticon_wrapper {
    font-size: 24px;
  }
  #header_alt #header_alt_3rd #header_alt_3rd_misc #header_alt_3rd_misc_cart_wrapper {
    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;
    text-align: center;
    border-radius: 10px;
    width: 50px;
    height: 32px;
  }
  #header_alt #header_alt_3rd #header_alt_3rd_misc #header_alt_3rd_misc_cart_wrapper > output {
    width: 50px;
    font-size: 24px;
    font-weight: bold;
  }
  #header_alt #header_alt_3rd #header_alt_3rd_misc #header_alt_3rd_misc_request_wrapper {
    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;
    text-align: center;
    border-radius: 4px;
    width: 100px;
    height: 32px;
  }
  #header_alt #header_alt_3rd #header_alt_3rd_misc #header_alt_3rd_misc_request_wrapper > a {
    width: 100px;
    font-size: 12px;
    font-weight: bold;
  }

  /*************************************************************************
   * 共通部品: ページャー
   *************************************************************************/
  .pager {
    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;
    height: 48px;
  }
  .pager .number {
    margin-right: 10px;
    border-radius: 50%;
    display: block;
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    background-color: #2071c5;
  }
  .pager .number a {
    display: block;
    color: white;
  }
  .pager .current {
    background-color: transparent;
    border: 1px solid #2071c5;
  }
  .pager .dots {
    margin-right: 10px;
    display: block;
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
  }

  /*************************************************************************
   * 共通部品: 検索結果
   *************************************************************************/
  .search_result .search_show_tabs {
    margin-bottom: 20px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .search_result .search_show_tabs .search_show_tab {
    width: 50%;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    background-color: #f0f0f0;
  }
  .search_result .search_show_tabs .search_show_tab .active {
    border-left: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #ffffff;
    color: #333333;
    background-color: #ffffff;
  }
  .search_result .search_show_tabs .search_show_tab button {
    border: 1px solid transparent;
    border-bottom: 1px solid #aaaaaa;
    display: block;
    width: 100%;
    height: 100%;
  }
  .search_result #search_show_categories,
  .search_result #search_show_makers {
    display: none;
    padding: 15px;
  }
  .search_result #search_show_categories.active,
  .search_result #search_show_makers.active {
    display: block;
  }
  .search_result .header {
    margin-bottom: 16px;
  }
  .search_result .count {
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center;
  }
  .search_result .not-found {
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center;
  }

  .search_result_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .search_result_items .search_result_item_wrapper {
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 25%;
    border-bottom: 1px solid #A6A6A6;
  }
  .search_result_items .search_result_item_wrapper:nth-child(-n + 6) {
    width: 33%;
  }
  .search_result_items .search_result_item_wrapper .search_result_item {
    padding: 4%;
    height: 310px;
  }
  .search_result_items .search_result_item_wrapper .search_result_item .search_result_image_wrapper {
    margin-bottom: 4px;
  }
  .search_result_items .search_result_item_wrapper .search_result_item .search_result_categories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .search_result_items .search_result_item_wrapper .search_result_item .search_result_categories .search_result_category a {
    color: #444444;
    font-size: 11px;
    margin-right: 4px;
    margin-bottom: 4px;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #BCBCBC;
  }
  .search_result_items .search_result_item_wrapper .search_result_item .search_result_maker {
    font-size: 10px;
    height: 40px;
    margin-bottom: 5px;
    padding: 2px;
    color: #444444;
  }

  /*****************************************
   * メッセージボックス
   *****************************************/
  .form_ajax_status {
    margin-top: 20px;
  }
  .form_ajax_status .form_ajax_state {
    padding: 10px;
    font-size: 14px;
  }

  .form_message_notices {
    margin-bottom: 20px;
  }
  .form_message_notices .form_message_notice {
    padding: 10px;
    font-size: 14px;
  }

  .form_message_errors {
    margin-bottom: 20px;
  }
  .form_message_errors .form_message_error {
    padding: 10px;
    font-size: 14px;
  }

  /*****************************************
   * トップに戻るボタン
   *****************************************/
  #scrollToTop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: calc((100% - 1000px) / 2);
    z-index: 10000;
  }
  #scrollToTop div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
  }

  /*****************************************
   * フッター
   *****************************************/
  #footer {
    margin-top: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #ffffff;
    background-color: #212121;
  }
  #footer.no-margin {
    margin-top: 0;
  }
  #footer a {
    display: block;
    color: #ffffff;
    background-color: #212121;
  }
  #footer a:hover {
    color: #C1F0FF;
  }
  #footer .groups {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #footer .groups .group {
    margin-bottom: 30px;
	  margin-right: 2%;
  }
  #footer .groups .group .title {
    width: 90%;
    margin-bottom: 16px;
    padding-left: 4px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ffffff;
  }
  #footer .groups .group .links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #footer .groups .group .links-wrapper .links {
    margin-bottom: 20px;
    margin-right: 50px;
    /*width: 180px;*/
	  width: 100%;
    font-size: 11px;
    line-height: 1.8;
	  white-space: nowrap
  }
  #footer .groups .group .links-wrapper .links .sublinks {
    margin-bottom: 20px;
    margin-left: 20px;
  }
  #footer .copyright {
    text-align: center;
  }

  /*****************************************
   * カラム割り当て
   *****************************************/
  .pc-columns3 {
    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;
  }
  .pc-columns3 .column {
    width: 33.3333%;
  }

  .pc-columns4 {
    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;
  }
  .pc-columns4 .column {
    width: 25%;
  }

  .pc-columns5 {
    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;
  }
  .pc-columns5 .column {
    width: 20%;
  }

  /*****************************************
   * トップページ
   *****************************************/
  .index {
    margin-top: 20px;
  }
  .index .top-title {
    margin-bottom: 16px;
    padding-bottom: 4px;
    padding-left: 12px;
    border-bottom: 2px solid #9FC3B4;
    font-size: 17px;
    color: #555555;
  }
  .index .top-section-first {
    margin-bottom: 4px;
    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: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .index .top-section-first .left {
    width: 500px;
  }
  .index .top-section-first .left .upper {
    margin-bottom: 5px;
    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;
  }
  .index .top-section-first .left .middle {
    margin-bottom: 12px;
  }
  .index .top-section-first .right {
    width: 240px;
  }
  .index .top-section-first .right a, .index .top-section-first .right iframe, .index .top-section-first .right img {
    margin-bottom: 12px;
  }

  .index .top-section-first .left .upper img {
	width: 100%;
	  max-width: 240px;

	}
	.index .top-section-first .right img {
		width: 100%;
		max-width: 240px;
	}


  .index .top-section-first .right .topIframe {
	  width: 238px;
	  height: 188px;
	  border: 1px solid #999999;
	  overflow: hidden;
	  position: relative;
	  margin-bottom: 16px;
	}
  .index .top-section-first .right .topIframe iframe {
    border: none;
    height: 190px;
	  position: absolute;
	  left: -1px;
  }

  .index .top-section-first .right .topVideo {
	  width: 238px;
	  height: 188px;
	  border: 1px solid #999999;
      background: #ffffff;
	  overflow: hidden;
	  position: relative;
	  margin-bottom: 16px;
	}
  .index .top-section-first .right .topVideo video {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%
  }
  .index .top-section-first .right .topVideo a {
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 99999;
  }


/*  .index .top-section-first .right iframe {
    border: none;
    height: 190px;
  }*/
  .index .top-section-second {
    margin-bottom: 16px;
    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;
  }
  .index .top-section-second > .left {
    width: 250px;
    overflow: hidden;
  }
  .index .top-section-second > .left .smooth-slider-images {
    width: 500px;
  }
  .index .top-section-second > .right {
    width: 500px;
  }
  .index .top-section-second > .right .upper {
    margin-bottom: 5px;
  }
  .index .top-section-second > .right .lower {
    margin-bottom: 16px;
    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;
  }
  .index .top-section-second > .right .lower .left {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #aaaaaa;
    width: 280px;
    height: 90px;
  }
  .index .top-section-second > .right .lower .right {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #aaaaaa;
    width: 210px;
    height: 90px;
    overflow: hidden;
  }
  .index .top-section-second > .right .lower .left ul, .index .top-section-second > .right .lower .right ul {
    margin: 0;
    margin-top: 1px;
    padding: 0 0 0 20px;
  }
  .index .top-section-second > .right .lower .left ul li, .index .top-section-second > .right .lower .right ul li {
    font-size: 12px;
    line-height: 1.5;
  }
  .index .top-slider {
    width: 250px;
    height: 200px;
    overflow: hidden;
  }
  .index .top-section-arraivals {
    margin-bottom: 40px;
  }
  .index .top-section-arraivals .smooth-slider .smooth-slider-images {
    height: 150px;
  }
  .index .top-section-arraivals .smooth-slider .smooth-slider-images .smooth-slider-image {
    margin-left: 4px;
    margin-right: 4px;
    width: 135px;
  }
  .index .top-section-arraivals .smooth-slider .smooth-slider-images .smooth-slider-image a {
    width: 135px;
    height: 100px;
  }
  .index .top-section-arraivals .smooth-slider .smooth-slider-images .smooth-slider-image a img {
    margin-bottom: 4px;
    width: auto;
    height: 100px;
  }
  .index .top-section-arraivals .smooth-slider .smooth-slider-images .smooth-slider-image a .caption {
    font-size: 11px;
    margin: 0 auto;
    width: 90%;
  }
  .index .top-newses .tab {
    border: 1px solid #afafaf;
  }
  .index .top-newses .tab .headers .header {
    padding: 5px 0 3px;
    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;
    border-bottom: 1px solid #d8d8d8;
    font-size: 14px;
    color: #333333;
    background-color: #f3f3f3;
    cursor: pointer;
    -webkit-transition: color 1s, background-color 1s;
    -o-transition: color 1s, background-color 1s;
    transition: color 1s, background-color 1s;
  }
  .index .top-newses .tab .headers .header.selected {
    color: #ffffff;
    background-color: #4888ef;
  }
  .index .top-newses .tab .headers .header:not(:last-child) {
    border-right: 1px solid #d8d8d8;
  }
  .index .top-newses .tab .bodies {
    padding: 16px 8px;
  }
  .index .top-newses .tab .bodies .body {
    display: none;
    z-index: 9;
  }

  .index .top-newses .tab .bodies .body.selected {
    display: unset;
    z-index: 10;
  }
  .index .top-newses .tab .bodies .body .item a {
    display: block;
    margin-bottom: 4px;
    border-bottom: 1px dotted #cccccc;
  }
  .index .top-newses .tab .bodies .body .item .new {
    font-size: 13px;
    font-weight: bold;
    color: #cc0000;
  }
  .index .top-newses .tab .bodies .body .item .title {
    font-size: 14px;
    line-height: 1.8;
  }
  .index .top-newses .tab .bodies .body .item .company {
    font-size: 12px;
    text-align: right;
    color: #555555;
    line-height: 1.8;
  }
  .index .top-newses .tab .bodies .body .list a {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
  }
  .index .top-categories .top-category {
    margin-bottom: 20px;
    padding: 8px 8px;
    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;
  }
  .index .top-categories .top-category .slug a {
    font-weight: bold;
    color: #ffffff;
  }
  .index .top-categories .top-category.zairyo, .index .top-categories .top-category.shizai, .index .top-categories .top-category.koho {
    background-color: #fc8e22;
  }
  .index .top-categories .top-category.shinsai, .index .top-categories .top-category.eco, .index .top-categories .top-category.fukushi, .index .top-categories .top-category.security {
    background-color: #dace0d;
  }
  .index .top-categories .top-category.interior, .index .top-categories .top-category.kaiko, .index .top-categories .top-category.denki, .index .top-categories .top-category.software {
    background-color: #26a7a7;
  }
  .index .top-categories .top-category.kitchen, .index .top-categories .top-category.eisei, .index .top-categories .top-category.reidanbo, .index .top-categories .top-category.kyuhaisui {
    background-color: #1b84cd;
  }
  .index .top-categories .top-category.exterior, .index .top-categories .top-category.doboku {
    background-color: #67b50c;
  }
  .index .top-categories .top-category .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .index .top-categories .top-category .links .list {
    margin-right: 32px;
  }
  .index .top-categories .top-category .links .list a {
    color: #ffffff;
  }
  .index .top-categories .top-category .links .catalogs a {
    color: #ffffff;
  }
  .index .top-categories .top-subcategories {
    margin-bottom: 40px;
  }
  .index .top-categories .top-subcategories .top-subcategory {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .index .top-categories .top-subcategories .top-subcategory a {
    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;
  }
  .index .top-categories .top-subcategories .top-subcategory a .dot {
    margin-right: 4px;
  }
  .index .top-categories .top-subcategories .top-subcategory .zairyo,
  .index .top-categories .top-subcategories .top-subcategory .shizai,
  .index .top-categories .top-subcategories .top-subcategory .koho {
    color: #fc8e22;
  }
  .index .top-categories .top-subcategories .top-subcategory .shinsai,
  .index .top-categories .top-subcategories .top-subcategory .eco,
  .index .top-categories .top-subcategories .top-subcategory .fukushi,
  .index .top-categories .top-subcategories .top-subcategory .security {
    color: #dace0d;
  }
  .index .top-categories .top-subcategories .top-subcategory .interior,
  .index .top-categories .top-subcategories .top-subcategory .kaiko,
  .index .top-categories .top-subcategories .top-subcategory .denki,
  .index .top-categories .top-subcategories .top-subcategory .software {
    color: #26a7a7;
  }
  .index .top-categories .top-subcategories .top-subcategory .kitchen,
  .index .top-categories .top-subcategories .top-subcategory .eisei,
  .index .top-categories .top-subcategories .top-subcategory .reidanbo,
  .index .top-categories .top-subcategories .top-subcategory .kyuhaisui {
    color: #1b84cd;
  }
  .index .top-categories .top-subcategories .top-subcategory .exterior,
  .index .top-categories .top-subcategories .top-subcategory .doboku {
    color: #67b50c;
  }

  /*****************************************
   * 検索ボックス
   *****************************************/
  .top-section-search {
    margin-bottom: 40px;
  }
  .top-section-search .description {
    margin-bottom: 16px;
    line-height: 1.8;
  }
  .top-section-search .searchbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #aaaaaa;
    border-radius: 8px;
    background-color: #f0f0f0;
  }
  .top-section-search .searchbox .words {
    margin: 0;
    padding: 0 20px;
    border: 1px solid #aaaaaa;
    border-radius: 8px 0 0 8px;
    width: 400px;
    height: 38px;
  }
  .top-section-search .searchbox .search {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0 8px 8px 0;
    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;
    width: 80px;
    height: 40px;
    color: #ffffff;
    background-color: #d10003;
  }
  .top-section-search .searchbox .newsesSearch {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0 8px 8px 0;
    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;
    width: 80px;
    height: 40px;
    color: #333333;
    background-color: #c5feff;
  }

  /*****************************************
   * ニュース一覧
   *****************************************/
  .newses-header {
    margin-bottom: 20px;
    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;
  }
  .newses-header .snses {
    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;
  }
  .newses-header .snses .sns:not(:last-child) {
    margin-right: 8px;
  }

  .newses-contents .newses-content {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #9a9a9a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .newses-contents .newses-content .thumbnail {
    margin-right: 32px;
    border: 1px solid #bdbdbd;
    width: 120px;
    height: 120px;
    overflow: hidden;
  }
  .newses-contents .newses-content .thumbnail img {
    /*max-width: unset;*/
    max-height: unset;
  }
  .newses-contents .newses-content .thumbnail.portrait img {
    /*width: 120px;
    height: auto;*/
    height: 120px;
    width: 120px;
    object-fit: cover;
  }
  .newses-contents .newses-content .thumbnail.landscape img {
    /*width: auto;
    height: 120px;*/
    width: auto;
    height: 120px;
    object-fit: cover;
  }
  .newses-contents .newses-content .thumbnail.square img {
    width: 120px;
    height: auto;
  }
  .newses-contents .newses-content .data {
    width: calc(100% - 160px);
  }
  .newses-contents .newses-content .data .header {
    margin-bottom: 8px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newses-contents .newses-content .data .header .group {
    margin-right: 20px;
  }
  .newses-contents .newses-content .data .header .company {
    margin-right: 8px;
    font-size: 12px;
    font-weight: bold;
  }
  .newses-contents .newses-content .data .header .company a {
    color: #14B1BA;
  }
  .newses-contents .newses-content .data .header .date {
    font-size: 11px;
  }
  .newses-contents .newses-content .data .title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #2845a4;
    word-wrap: break-word;
  }
  .newses-contents .newses-content .data .excerpt {
    font-size: 14px;
    line-height: 1.6;
    word-wrap: break-word;
  }

  .newses-footer {
    margin: 0 auto 40px;
    padding-top: 20px;
    width: 500px;
    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;
  }
  .newses-footer .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .newses-footer .links .link:not(:last-child) {
    margin-right: 32px;
  }

  .newses-pager-wrapper {
    margin-bottom: 20px;
    border-bottom: 1px dotted #9a9a9a;
  }
  .newses-pager-wrapper .newses-pager {
    margin: 0 auto;
    padding-bottom: 40px;
    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;
    width: 500px;
  }
  .newses-pager-wrapper .newses-pager .pages {
    width: 100px;
  }
  .newses-pager-wrapper .newses-pager .pager {
    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;
    width: 360px;
  }

  .newses-randoms {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #9a9a9a;
  }
  .newses-randoms .newses-randoms-title {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .newses-randoms .newses-random-wrapper {
    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;
  }
  .newses-randoms .newses-random-wrapper .newses-random {
    width: 150px;
  }
  .newses-randoms .newses-random-wrapper .newses-random .thumbnail {
    margin-bottom: 8px;
    border: 1px solid #bdbdbd;
    width: 150px;
    height: 150px;
    overflow: hidden;
  }
  .newses-randoms .newses-random-wrapper .newses-random .thumbnail img {
    max-width: unset;
    max-height: unset;
  }
  .newses-randoms .newses-random-wrapper .newses-random .thumbnail.portrait img {
    width: 150px;
    height: auto;
  }
  .newses-randoms .newses-random-wrapper .newses-random .thumbnail.landscape img {
    width: auto;
    height: 150px;
  }
  .newses-randoms .newses-random-wrapper .newses-random .thumbnail.square img {
    width: 150px;
    height: auto;
  }
  .newses-randoms .newses-random-wrapper .newses-random .data .title {
    font-size: 12px;
    line-height: 1.4;
    text-align: justify;
    word-wrap: break-word;
  }

  .newses-newests {
    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;
  }
  .newses-newests .newses-newest {
    width: 45%;
    margin: 0 16px 20px;
    padding-top: 8px;
    border-top: 5px solid #4F4F4F;
  }
  .newses-newests .newses-newest .caption {
    font-size: 15px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #B0B0B0;
    color: #454545;
  }
  .newses-newests .newses-newest .data {
    padding: 8px 4px;
    border-bottom: 1px dotted #B0B0B0;
  }
  .newses-newests .newses-newest .data .title {
    font-size: 11px;
    line-height: 1.3;
  }
  .newses-newests .newses-newest .list {
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    color: #1B3880;
    line-height: 2;
  }

  /*****************************************
   * ニュース詳細
   *****************************************/
  .news-header {
    margin-bottom: 20px;
    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;
  }
  .news-header .header {
    margin-bottom: 8px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news-header .header .group {
    margin-right: 20px;
  }
  .news-header .header .company {
    margin-right: 8px;
    font-size: 12px;
    font-weight: bold;
  }
  .news-header .header .company a {
    color: #14B1BA;
  }
  .news-header .header .date {
    font-size: 11px;
  }
  .news-header .snses {
    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;
  }
  .news-header .snses .sns:not(:last-child) {
    margin-right: 8px;
  }

  .news-contents .news-title {
    margin-bottom: 10px;
    font-size: 28px;
    color: #2649BB;
  }
	.news-title br {
		display: block;
	}

  .news-contents .news-excerpt {
    margin-bottom: 40px;
    font-size: 16px;
    color: #444444;
  }
  .news-contents .news-content {
    margin-bottom: 40px;
    font-size: 15px;
    /*text-align: justify;*/
    word-break: break-all;
    line-height: 1.8;
  }
  .news-contents .news-content a {
    color: #14B1BA;
  }
  .news-contents .news-content br {
    font-size: 16px;
    line-height: 1;
  }
  .news-contents .news-content .news-image-c {
    margin: 0 auto 40px;
    width: 540px;
    font-size: 12px;
    text-align: center;
  }

  .news-contact-wrapper {
    margin: 40px auto;
    padding: 30px;
    width: 590px;
    border: 3px solid #D7D7D7;
  }
  .news-contact-wrapper .news-contact .news-contact-upper {
    margin-bottom: 8px;
    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: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
  }
  .news-contact-wrapper .news-contact .news-contact-upper .news-contact-upper-left {
    text-align: center;
  }
  .news-contact-wrapper .news-contact .news-contact-upper .news-contact-upper-left .news-contact-upper-left-upper {
    margin-bottom: 8px;
  }
  .news-contact-wrapper .news-contact .news-contact-upper .news-contact-upper-left .news-contact-upper-left-upper .news-create-contact {
    width: 270px;
    height: 80px;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    background-color: #d10003;
    cursor: pointer;
  }
  .news-contact-wrapper .news-contact .news-contact-upper .news-contact-upper-left .news-contact-upper-left-upper .news-create-inquiry {
    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;
    width: 270px;
    height: 80px;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    background-color: #fb5500;
  }
  .news-contact-wrapper .news-contact .news-contact-upper .news-contact-upper-right {
    margin-right: 0;
    padding-left: 20px;
    width:290px;
  }
  .news-contact-wrapper .news-contact .news-contact-upper .news-contact-upper-right .news-contact-upper-right-upper a {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
  }
  .news-contact-wrapper .news-contact .news-contact-upper .news-contact-upper-right .news-contact-upper-right-lower {
    font-size: 13px;
    line-height: 2;
  }
  .news-contact-wrapper .news-contact .news-contact-lower {
    text-align: center;
    font-size:14px;
  }

  .news-sidebar {
    margin-top: 20px;
    width: 280px;
  }
  .news-sidebar .outlet {
    margin-bottom: 40px;
  }
  .news-sidebar .newses {
    margin-bottom: 40px;
  }
  .news-sidebar .newses .caption {
    margin-bottom: 8px;
    border-top: 5px solid #4F4F4F;
    padding-top: 8px;
    border-bottom: 1px dotted #B0B0B0;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: bold;
  }
  .news-sidebar .newses .news {
    margin-bottom: 8px;
    border-bottom: 1px dotted #B0B0B0;
    padding-bottom: 8px;
    display: block;
  }
  .news-sidebar .newses .news .date {
    margin-bottom: 2px;
    font-size: 10px;
    color: #767676;
  }
  .news-sidebar .newses .news .title {
    color: #1B3880;
    font-size: 13px;
    line-height: 1.4;
  }
  .news-sidebar .mailmagazines {
    margin-bottom: 40px;
  }
  .news-sidebar .mailmagazines .caption {
    margin-bottom: 8px;
    border-top: 5px solid #4F4F4F;
    padding-top: 8px;
    border-bottom: 1px dotted #B0B0B0;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: bold;
  }
  .news-sidebar .mailmagazines .mailmagazine {
    margin-bottom: 8px;
    border-bottom: 1px dotted #B0B0B0;
    padding-bottom: 8px;
    display: block;
  }
  .news-sidebar .mailmagazines .mailmagazine .date {
    margin-bottom: 2px;
    font-size: 10px;
    color: #767676;
  }
  .news-sidebar .mailmagazines .mailmagazine .title {
    color: #1B3880;
    font-size: 13px;
    line-height: 1.4;
  }

  /*****************************************
   * 質問一覧
   *****************************************/
  .questions-header .titles {
    margin-bottom: 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #333333;
    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;
    height: 88px;
    background-image: url(/images/qa-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: left center;
  }
  .questions-header .titles .title {
    padding-left: 40px;
    font-size: 42px;
    line-height: 1;
  }
  .questions-header .descriptions {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
  }

  .questions-subheader {
    margin: 0 auto 20px;
    padding-top: 20px;
    width: 500px;
    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;
  }

  .questions-contents .questions-content {
    margin-bottom: 10px;
  }
  .questions-contents .questions-content a {
    display: block;
  }
  .questions-contents .questions-content .data {
    padding: 10px;
    border: 1px solid #D59658;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 690px;
  }
  .questions-contents .questions-content .data:hover {
    padding: 8px;
    border: 3px solid #D59658;
  }
  .questions-contents .questions-content .data .upper {
    padding-bottom: 3px;
    border-bottom: 1px solid #D4D4D4;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .questions-contents .questions-content .data .upper .sex-icon {
    margin-right: 20px;
  }
  .questions-contents .questions-content .data .upper .sex-icon img {
    width: 50px;
    height: auto;
  }
  .questions-contents .questions-content .data .upper .q-icon {
    margin-right: 10px;
  }
  .questions-contents .questions-content .data .upper .q-icon img {
    width: 30px;
    height: auto;
  }
  .questions-contents .questions-content .data .upper .title {
    font-size: 18px;
    line-height: 1.4;
  }
  .questions-contents .questions-content .data .lower {
    padding-top: 5px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    color: #C56715;
  }
  .questions-contents .questions-content .data .lower .status-label {
    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;
    margin-right: 20px;
    height: 20px;
    width: 50px;
    font-size: 10px;
    text-align: center;
    color: #FFFFFF;
    background-color: #C50003;
  }
  .questions-contents .questions-content .data .lower .status-label.closed {
    background-color: #1D35A7;
  }
  .questions-contents .questions-content .data .lower .priority-label {
    margin-right: 10px;
  }
  .questions-contents .questions-content .data .lower .priority-icon {
    margin-right: 20px;
  }
  .questions-contents .questions-content .data .lower .priority-icon img {
    width: 30px;
    height: auto;
  }
  .questions-contents .questions-content .data .lower .separator {
    margin-left: 10px;
    margin-right: 10px;
  }

  .questions-footer {
    margin: 0 auto 40px;
    padding-top: 20px;
    width: 500px;
    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;
  }

  .questions-pager-wrapper {
    margin-bottom: 20px;
    border-bottom: 1px dotted #9a9a9a;
  }
  .questions-pager-wrapper .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .questions-pager-wrapper .links .link:not(:last-child) {
    margin-right: 32px;
  }
  .questions-pager-wrapper .questions-pager {
    margin: 0 auto;
    padding-bottom: 40px;
    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;
    width: 500px;
  }
  .questions-pager-wrapper .questions-pager .pages {
    width: 100px;
  }
  .questions-pager-wrapper .questions-pager .pager {
    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;
    width: 360px;
  }

  /*****************************************
   * 質問詳細
   *****************************************/
  .question-contents .closed {
    margin-bottom: 25px;
    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;
    width: 100%;
    height: 40px;
    font-size: 18px;
    letter-spacing: 3px;
    color: #FFFFFF;
    background-color: #0F5CC4;
  }
  .question-contents .question .header .data .upper {
    margin-bottom: 15px;
    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;
  }
  .question-contents .question .header .data .upper .priority-icon img {
    width: 30px;
    height: auto;
  }
  .question-contents .question .header .data .upper .date {
    font-size: 14px;
    color: #FF7E00;
  }
  .question-contents .question .header .data .middle {
    margin-bottom: 30px;
    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;
  }
  .question-contents .question .header .data .middle .q-icon {
    margin-right: 20px;
  }
  .question-contents .question .header .data .middle .q-icon img {
    width: 50px;
    height: auto;
  }
  .question-contents .question .header .data .middle .title {
    font-size: 28px;
    line-height: 1.2;
    color: #333333;
  }
  .question-contents .question .header .data .lower {
    margin-bottom: 30px;
    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;
  }
  .question-contents .question .header .data .lower .sex-icon {
    margin-right: 10px;
  }
  .question-contents .question .header .data .lower .sex-icon img {
    width: 40px;
    height: auto;
  }
  .question-contents .question .header .data .lower .names {
    font-size: 14px;
    line-height: 1.4;
    color: #006EC9;
  }
  .question-contents .question .body {
    margin-bottom: 30px;
    border: 2px solid #CBCBCB;
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
  }
  .question-contents .images .image {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #CBCBCB;
    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;
  }
  .question-contents .images .image img {
    width: 250px;
    height: auto;
    vertical-align: middle;
  }
  .question-contents .images .image .caption {
    width: 360px;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
  }
  .question-contents .additions .title {
    margin-top: 25px;
    margin-bottom: 15px;
    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;
    height: 24px;
    font-size: 16px;
    letter-spacing: 1em;
    color: #FFFFFF;
    background-color: #724F1D;
  }
  .question-contents .additions .addition {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #999999;
    border-radius: 7px;
    font-size: 14px;
    line-height: 1.6;
    background-color: #F1F1F1;
  }
  .question-contents .additions .addition .date {
    font-size: 10px;
    color: #F38000;
  }
  .question-contents .answer_button {
    margin-bottom: 30px;
    text-align: center;
  }
  .question-contents .buttons {
    margin-top: 30px;
    text-align: center;
  }
  .question-contents .answers {
    margin-bottom: 50px;
    padding: 10px;
    border: 2px solid #65A1D3;
    font-size: 16px;
    line-height: 1.6;
    background-color: #F0FFFD;
  }
  .question-contents .answers .header {
    margin-bottom: 30px;
    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;
  }
  .question-contents .answers .header .left {
    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;
  }
  .question-contents .answers .header .left .a-icon {
    margin-right: 20px;
  }
  .question-contents .answers .header .left .a-icon img {
    width: 50px;
    height: auto;
  }
  .question-contents .answers .header .left .title {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.2;
    color: #009F92;
  }
  .question-contents .answers .header .right {
    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;
  }
  .question-contents .answers .header .right .title {
    margin-right: 20px;
    font-size: 16px;
    color: #3F4CD4;
  }
  .question-contents .answers .header .right .count {
    font-size: 24px;
    font-weight: bold;
    color: #3F4CD4;
  }
  .question-contents .answers .answer {
    padding: 10px;
    border: 2px solid #DC7E80;
    background-color: #FFFFFF;
  }
  .question-contents .answers .answer .header {
    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;
  }
  .question-contents .answers .answer .header .left .number {
    margin-right: 10px;
  }
  .question-contents .answers .answer .header .left .sex-icon {
    margin-right: 10px;
  }
  .question-contents .answers .answer .header .left .sex-icon img {
    width: 40px;
    height: auto;
  }
  .question-contents .answers .answer .header .left .names {
    font-size: 14px;
    line-height: 1.4;
    color: #006EC9;
  }
  .question-contents .answers .answer .header .right .home-icon img {
    width: 50px;
    height: auto;
  }
  .question-contents .answers .answer .body {
    text-align: justify;
  }
  .question-contents .answers .answer + .answer {
    margin-top: 30px;
  }
  .question-contents .answers .thanks {
    margin-top: 30px;
    padding: 10px;
    border: 2px solid #2044B4;
    background-color: #EFEFFF;
  }
  .question-contents .answers .thanks .header {
    margin-bottom: 10px;
    padding-left: 5px;
    border-bottom: 1px solid #FFFFFF;
    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;
    font-size: 12px;
  }
  .question-contents .answers .thanks .header .title {
    margin-right: 16px;
  }
  .question-contents .answers .thanks .header .date {
    color: #D97A02;
  }
  .question-contents .answers .requestions {
    margin-top: 30px;
    padding: 8px;
    border: 1px solid #9C9C9C;
    border-radius: 7px;
    background-color: #F1F1F1;
  }
  .question-contents .answers .requestions .header {
    margin-bottom: 10px;
    padding-left: 5px;
    border-bottom: 1px solid #FFFFFF;
    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;
    font-size: 12px;
  }
  .question-contents .answers .requestions .header .title {
    margin-right: 16px;
  }
  .question-contents .answers .requestions .header .date {
    color: #D97A02;
  }
  .question-contents .answers .reanswers {
    margin-top: 30px;
    padding: 8px;
    border: 1px solid #39C47D;
    border-radius: 7px;
    background-color: #F1F1F1;
  }
  .question-contents .answers .reanswers .header {
    margin-bottom: 10px;
    padding-left: 5px;
    border-bottom: 1px solid #FFFFFF;
    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;
    font-size: 12px;
  }
  .question-contents .answers .reanswers .header .title {
    margin-right: 16px;
  }
  .question-contents .answers .reanswers .header .date {
    color: #D97A02;
  }

  /*****************************************
   * 新規質問
   *****************************************/
  .question-new .header {
    margin-bottom: 20px;
    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;
    width: 100%;
    height: 40px;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #744108;
  }
  .question-new .icon {
    width: 40px;
    height: auto;
    vertical-align: middle;
  }
  .question-new .preview {
    max-width: 300px;
    max-height: 300px;
  }
  .question-new .addition {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .question-new label + [type="radio"] {
    margin-left: 20px;
  }
  .question-new [type="text"],
  .question-new textarea {
    width: 420px;
  }
  .question-new textarea {
    height: 200px;
  }
  .question-new .rule {
    margin: 0 auto 30px;
    padding: 10px 20px;
    border: 1px solid #C1C1C1;
    border-radius: 5px;
    width: 580px;
    font-size: 11px;
    line-height: 1.6;
  }
  .question-new .rule .title {
    font-weight: bold;
  }
  .question-new .rule .text {
    text-align: justify;
  }
  .question-new .agreement_wrapper {
    margin: 0 auto 30px;
    padding: 10px 20px;
    border: 1px solid #C1C1C1;
    border-radius: 5px;
    width: 580px;
    font-size: 18px;
    text-align: center;
    background-color: #dddddd;
  }

  /*****************************************
   * 質問サイドバー
   *****************************************/
  .qas-sidebar {
    margin-top: 20px;
    width: 280px;
  }
  .qas-sidebar .new-button {
    margin-bottom: 40px;
  }
  .qas-sidebar .status {
    margin-bottom: 40px;
  }
  .qas-sidebar .status .upper {
    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;
  }
  .qas-sidebar .status .upper .sex-icon {
    margin-right: 10px;
  }
  .qas-sidebar .status .upper .sex-icon img {
    width: 40px;
    height: auto;
  }
  .qas-sidebar .status .upper .names {
    font-size: 14px;
    line-height: 1.4;
    color: #006EC9;
  }
  .qas-sidebar .status .lower {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .qas-sidebar .status .lower .questions-count {
    font-size: 16px;
    line-height: 1.6;
  }
  .qas-sidebar .status .lower .answers-count {
    font-size: 16px;
    line-height: 1.6;
  }
  .qas-sidebar .questions {
    margin-bottom: 40px;
  }
  .qas-sidebar .questions .title {
    margin-bottom: 15px;
    padding: 3px 0 3px 5px;
    font-size: 14px;
    background-color: #E1E1E1;
  }
  .qas-sidebar .questions .question {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.4;
  }
  .qas-sidebar .outlet {
    margin-bottom: 40px;
  }
  .qas-sidebar .mailmagazines {
    margin-bottom: 40px;
  }
  .qas-sidebar .mailmagazines .caption {
    margin-bottom: 8px;
    border-top: 5px solid #4F4F4F;
    padding-top: 8px;
    border-bottom: 1px dotted #B0B0B0;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: bold;
  }
  .qas-sidebar .mailmagazines .mailmagazine {
    margin-bottom: 8px;
    border-bottom: 1px dotted #B0B0B0;
    padding-bottom: 8px;
    display: block;
  }
  .qas-sidebar .mailmagazines .mailmagazine .date {
    margin-bottom: 2px;
    font-size: 10px;
    color: #767676;
  }
  .qas-sidebar .mailmagazines .mailmagazine .title {
    color: #1B3880;
    font-size: 13px;
    line-height: 1.4;
  }

  /*****************************************
   * メルマガ一覧
   *****************************************/
  .mailmagazines-header {
    margin-bottom: 20px;
    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;
  }
  .mailmagazines-header .snses {
    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;
  }
  .mailmagazines-header .snses .sns:not(:last-child) {
    margin-right: 8px;
  }

  .mailmagazines-contents .mailmagazines-content {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #9a9a9a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mailmagazines-contents .mailmagazines-content .thumbnail {
    margin-right: 32px;
    border: 1px solid #bdbdbd;
    width: 120px;
    height: 120px;
    overflow: hidden;
  }
  .mailmagazines-contents .mailmagazines-content .thumbnail img {
    max-width: unset;
    max-height: unset;
  }
  .mailmagazines-contents .mailmagazines-content .thumbnail.portrait img {
    width: 120px;
    height: auto;
  }
  .mailmagazines-contents .mailmagazines-content .thumbnail.landscape img {
    width: auto;
    height: 120px;
  }
  .mailmagazines-contents .mailmagazines-content .thumbnail.square img {
    width: 120px;
    height: auto;
  }
  .mailmagazines-contents .mailmagazines-content .data {
    width: calc(100% - 160px);
  }
  .mailmagazines-contents .mailmagazines-content .data .header {
    margin-bottom: 8px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mailmagazines-contents .mailmagazines-content .data .header .group {
    margin-right: 20px;
  }
  .mailmagazines-contents .mailmagazines-content .data .header .company {
    margin-right: 8px;
    font-size: 12px;
    font-weight: bold;
  }
  .mailmagazines-contents .mailmagazines-content .data .header .company a {
    color: #14B1BA;
  }
  .mailmagazines-contents .mailmagazines-content .data .header .date {
    font-size: 11px;
  }
  .mailmagazines-contents .mailmagazines-content .data .title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #2845a4;
    word-wrap: break-word;
  }
  .mailmagazines-contents .mailmagazines-content .data .excerpt {
    font-size: 14px;
    line-height: 1.6;
    word-wrap: break-word;
  }

  .mailmagazines-footer {
    margin: 0 auto 40px;
    padding-top: 20px;
    width: 500px;
    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;
  }
  .mailmagazines-footer .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mailmagazines-footer .links .link:not(:last-child) {
    margin-right: 32px;
  }

  .mailmagazines-pager-wrapper {
    margin-bottom: 20px;
    border-bottom: 1px dotted #9a9a9a;
  }
  .mailmagazines-pager-wrapper .mailmagazines-pager {
    margin: 0 auto;
    padding-bottom: 40px;
    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;
    width: 500px;
  }
  .mailmagazines-pager-wrapper .mailmagazines-pager .pages {
    width: 100px;
  }
  .mailmagazines-pager-wrapper .mailmagazines-pager .pager {
    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;
    width: 360px;
  }
  .mailmagazines-pager-wrapper .mailmagazines-pager .pager .current:before {
    content: '[';
  }
  .mailmagazines-pager-wrapper .mailmagazines-pager .pager .current:after {
    content: ']';
  }

  /*****************************************
   * メルマガ詳細
   *****************************************/
  #mailmagazine-sidebar {
    margin-top: 20px;
    width: 280px;
  }
  #mailmagazine-sidebar .mailmagazines {
    margin-bottom: 40px;
  }
  #mailmagazine-sidebar .mailmagazines .caption {
    margin-bottom: 8px;
    border-top: 5px solid #4F4F4F;
    padding-top: 8px;
    border-bottom: 1px dotted #B0B0B0;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: bold;
  }
  #mailmagazine-sidebar .mailmagazines .mailmagazine {
    margin-bottom: 8px;
    border-bottom: 1px dotted #B0B0B0;
    padding-bottom: 8px;
    display: block;
  }
  #mailmagazine-sidebar .mailmagazines .mailmagazine .date {
    margin-bottom: 2px;
    font-size: 10px;
    color: #767676;
  }
  #mailmagazine-sidebar .mailmagazines .mailmagazine .title {
    color: #1B3880;
    font-size: 13px;
    line-height: 1.4;
  }

  .mailmagazine-detail {
    margin-top: 20px;
    border: 1px solid #bdbdbd;
    width: 690px;
  }
  .mailmagazine-detail img {
    width: 100%;
    height: auto;
  }

  /*****************************************
   * フォーム
   *****************************************/
  .form_title {
    margin-bottom: 20px;
    padding: 8px;
    font-size: 18px;
  }

  .form_messages {
    margin-bottom: 20px;
  }

  .form_title + .form_messages {
    margin-bottom: 50px;
  }

  .form_message {
    margin-bottom: 10px;
  }

  .form_required {
    font-weight: bold;
  }

  /*****************************************
   * カテゴリページ
   *****************************************/
  #categories #categories_newcatalog {
    text-align: center;
  }
  #categories #categories_oldcatalog {
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
  }
  #categories #categories_1st_name {
    font-size: 26px;
    padding-left: 25px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  #categories #categories_1st_description {
    margin: 0 auto 30px;
    width: 720px;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: normal;
  }
  #categories #categories_1st_subcategories {
    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;
    width: 770px;
  }
  #categories #categories_1st_subcategories .categories_1st_subcategory {
    margin-bottom: 35px;
    width: 370px;
  }
  #categories #categories_1st_subcategories .categories_1st_subcategory .categories_1st_subcategory_name {
    margin-bottom: 15px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: normal;
  }
  #categories #categories_1st_subcategories .categories_1st_subcategory .categories_1st_subcategory_name a {
    display: inline-block;
    padding: 12px;
    width: calc(100% - 24px);
  }
  #categories #categories_1st_subcategories .categories_1st_subcategory .categories_1st_subcategory_name a::before {
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
  }
  #categories #categories_1st_subcategories .categories_1st_subcategory .categories_1st_subcategory_description {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: normal;
  }
  #categories #categories_1st_subcategories .categories_1st_subcategory .categories_1st_subcategory_link {
    font-size: 13px;
    text-align: right;
  }
  #categories #categories_2nd_name {
    font-size: 22px;
    margin-bottom: 15px;
  }
  #categories #categories_2nd_description_top,
  #categories #categories_2nd_description_bottom {
    padding-bottom: 6px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.6;
  }
  #categories #categories_2nd_description_2nd_top {
    padding-bottom: 30px;
    text-align: justify;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
  }
  #categories #categories_2nd_description_2nd_bottom h4 {
    padding-top: 30px;
    padding-bottom: 6px;
    font-size: 18px;
  }
  #categories #categories_2nd_description_2nd_bottom p {
    text-align: justify;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
  }
  #categories #categories_2nd_subcategories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #categories #categories_2nd_subcategories .categories_2nd_subcategory {
    margin-right: 16px;
    margin-bottom: 16px;
    width: 240px;
    min-height: 320px;
  }
  #categories #categories_2nd_subcategories .categories_2nd_subcategory .categories_2nd_subcategory_image {
    margin-bottom: 6px;
    width: 240px;
    height: 240px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #categories #categories_2nd_subcategories .categories_2nd_subcategory .categories_2nd_subcategory_name {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
  #categories #categories_2nd_subcategories .categories_2nd_subcategory .categories_2nd_subcategory_description {
    font-size: 12px;
    line-height: 16px;
    min-height: 50px;
    text-align: justify;
    font-weight: normal;
  }
  #categories .product_maker_name {
    font-size: 14px;
    font-weight: bold;
	padding-top: 4px;
  }
  #categories .product_maker_homepage {
    font-size: 12px;
    line-height: 1.3;
	padding-top: 4px;
  }
.logMakerHPLink {
    word-break: break-all;
}
  #categories #categories_items_name {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: normal;
  }
  #categories #categories_items_description {
    padding-bottom: 6px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.6;
    font-weight: normal;
  }

  .product_inquiry {
    text-align: center;
  }

  /*****************************************
   * ログインフォーム
   *****************************************/
  .loginForm {
    margin-bottom: 0px;
  }
  .loginForm label {
    line-height: 1.5;
  }
  .loginForm .loginForm_group {
    margin-bottom: 20px;
  }
  .loginForm #form_maker_id,
  .loginForm #form_email {
    width: 700px;
  }
  .loginForm .form_password {
    margin-right: 8px;
    width: 632px;
  }

  /*****************************************
   * 一般フォーム
   *****************************************/
  table.form_table {
    margin-bottom: 20px;
    border-collapse: collapse;
    width: 100%;
    font-size: 15px;
  }
  table.form_table tr td {
    padding: 8px 8px;
  }
  table.form_table tr td:first-child {
    width: 200px;
  }
  table.form_table tr td > div.info {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.6;
  }

  /*****************************************
   * ユーザー情報フォーム
   *****************************************/
  .form_header_image {
    margin-bottom: 20px;
  }

  #userForm,
  .requestInformationForm {
    margin-bottom: 20px;
  }
  #userForm #form_name,
  #userForm #form_kana,
  #userForm #form_nickname,
  .requestInformationForm #form_name,
  .requestInformationForm #form_kana,
  .requestInformationForm #form_nickname {
    width: 300px;
  }
  #userForm #form_email,
  #userForm #form_maker_name,
  #userForm #form_address1,
  #userForm #form_address2,
  #userForm #form_address3,
  #userForm #form_password1,
  #userForm #form_password2,
  .requestInformationForm #form_email,
  .requestInformationForm #form_maker_name,
  .requestInformationForm #form_address1,
  .requestInformationForm #form_address2,
  .requestInformationForm #form_address3,
  .requestInformationForm #form_password1,
  .requestInformationForm #form_password2 {
    width: 500px;
  }
  #userForm #form_zip3,
  #userForm #form_zip4,
  .requestInformationForm #form_zip3,
  .requestInformationForm #form_zip4 {
    width: 50px;
  }
  #userForm #form_tel1,
  #userForm #form_tel2,
  #userForm #form_tel3,
  #userForm #form_fax1,
  #userForm #form_fax2,
  #userForm #form_fax3,
  .requestInformationForm #form_tel1,
  .requestInformationForm #form_tel2,
  .requestInformationForm #form_tel3,
  .requestInformationForm #form_fax1,
  .requestInformationForm #form_fax2,
  .requestInformationForm #form_fax3 {
    width: 75px;
  }
  #userForm #form_sex2,
  .requestInformationForm #form_sex2 {
    margin-left: 30px;
  }
  #userForm .form_order_label,
  .requestInformationForm .form_order_label {
    margin-right: 30px;
    line-height: 1.5;
  }
  #userForm #form_comment,
  .requestInformationForm #form_comment {
    width: 500px;
    height: 300px;
  }
  #userForm .riyoukitei,
  .requestInformationForm .riyoukitei {
    padding: 10px;
    height: 160px;
    overflow: scroll;
    font-size: 13px;
    border: 1px solid #b4b4b4;
    background-color: #ffffff;
    line-height: 1.4;
  }
  #userForm .riyoukitei .title,
  .requestInformationForm .riyoukitei .title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
  }
  #userForm #form_agreement_wrapper,
  .requestInformationForm #form_agreement_wrapper {
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
  }

  #userForm table,
  .requestInformationForm table {
    margin-bottom: 20px;
    border-collapse: collapse;
    width: 100%;
    font-size: 15px;
  }
  #userForm table tr td,
  .requestInformationForm table tr td {
    padding: 8px 8px;
  }
  #userForm table tr td:first-child,
  .requestInformationForm table tr td:first-child {
    width: 200px;
  }
  #userForm table tr td > div.info,
  .requestInformationForm table tr td > div.info {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.6;
  }

  /*****************************************
   * メーカー一覧
   *****************************************/
  .makers_list_top_buttons {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .makers_list_top_buttons .makers_list_top_button a {
    padding: 14px 10px;
    display: inline-block;
    width: 200px;
    font-size: 14px;
    text-align: center;
  }

  .makers_list_top {
    margin-bottom: 45px;
    padding-left: 20px;
    padding-bottom: 7px;
    border-bottom: 1px solid #888888;
    font-size: 26px;
    font-weight: normal;
  }

  .makers_list_top_kana {
    margin-bottom: 50px;
    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;
  }
  .makers_list_top_kana .makers_list_top_kana_list_item {
    padding: 8px 20px;
    cursor: pointer;
  }
  .makers_list_top_kana .makers_list_top_kana_list_header {
    position: relative;
    font-size: 22px;
    font-weight: bold;
  }
  .makers_list_top_kana .makers_list_top_kana_list_header .makers_list_top_kana_list_items {
    display: none;
    position: absolute;
    top: 39px;
  }
  .makers_list_top_kana .makers_list_top_kana_list_header:hover .makers_list_top_kana_list_items {
    display: block;
  }

  #makers_list_top_text {
    margin-bottom: 30px;
    font-size: 15px;
    text-align: center;
  }

  .makers_list_items_initial {
    margin-bottom: 20px;
    padding: 8px 0px 5px 10px;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    background-color: #efefef;
    font-size: 16px;
    font-weight: bold;
  }

  .makers_list_items {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .makers_list_items .makers_list_item {
    width: 50%;
    margin-bottom: 10px;
    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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .makers_list_items .makers_list_item .makers_list_item_itemmenu {
    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;
    border-radius: 2px;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
  }
  .makers_list_items .makers_list_item .makers_list_item_name {
    font-size: 12px;
  }

  /*****************************************
   * メーカー詳細
   *****************************************/
  .maker_detail_name_wrapper {
    margin-bottom: 20px;
    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;
  }
  .maker_detail_name_wrapper .maker_detail_name {
    font-size: 22px;
  }
  .maker_detail_name_wrapper .maker_detail_name_items {
    margin-left: 1em;
    font-size: 18px;
  }

  .maker_detail_header {
    margin-bottom: 50px;
    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;
  }
  .maker_detail_header .maker_detail_header_messages_wrapper {
    width: 410px;
  }
  .maker_detail_header .maker_detail_header_messages_wrapper .maker_detail_header_messages {
    margin-bottom: 20px;
    padding: 10px;
  }
  .maker_detail_header .maker_detail_header_messages_wrapper .maker_detail_header_messages .maker_detail_header_message {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.6;
    word-break: break-all;
  }
  .maker_detail_header .maker_detail_header_messages_wrapper .maker_detail_header_messages .maker_detail_header_items .maker_detail_header_item {
    font-size: 14px;
    line-height: 1.6;
  }
  .maker_detail_header .maker_detail_header_messages_wrapper .maker_detail_header_messages_homepage_wrapper {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .maker_detail_header .maker_detail_header_messages_wrapper .maker_detail_header_messages_homepage_wrapper .maker_detail_header_messages_homepage_header {
    margin-right: 1em;
    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: 11px;
    width: 60px;
    height: 20px;
  }
  .maker_detail_header .maker_detail_header_messages_wrapper .maker_detail_header_messages_homepage_wrapper .maker_detail_header_messages_homepage {
    font-size: 13px;
  }
  .maker_detail_header .maker_detail_header_messages_wrapper .maker_detail_header_messages_address_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .maker_detail_header .maker_detail_header_messages_wrapper .maker_detail_header_messages_address_wrapper .maker_detail_header_messages_address_header {
    margin-right: 1em;
    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: 11px;
    width: 60px;
  }
  .maker_detail_header .maker_detail_header_messages_wrapper .maker_detail_header_messages_address_wrapper .maker_detail_header_messages_address {
    font-size: 13px;
    line-height: 1.6;
  }
  .maker_detail_header .maker_detail_header_messages_wrapper .maker_detail_header_messages_address_wrapper .maker_detail_header_messages_address .maker_detail_header_messages_address_showroom_wrapper .maker_detail_header_messages_address_showroom {
    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;
  }
  .maker_detail_header .maker_detail_header_images_wrapper {
    width: 322px;
    /*height: 240px;*/
  }


/****    *******/
.maker_detail_header .maker_detail_header_images_wrapper .maker_detail_header_messages_homepage_wrapper .maker_detail_header_messages_homepage_header {
  color: #ffffff;
  background-color: #333333;
}
.maker_detail_header .maker_detail_header_images_wrapper .maker_detail_header_messages_address_wrapper .maker_detail_header_messages_address_header {
  color: #ffffff;
  background-color: #333333;
}

  .maker_detail_header .maker_detail_header_images_wrapper .maker_detail_header_messages_homepage_wrapper {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .maker_detail_header .maker_detail_header_images_wrapper .maker_detail_header_messages_homepage_wrapper .maker_detail_header_messages_homepage_header {
    margin-right: 1em;
    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: 11px;
    width: 40px;
	padding-top: 4px;
	  padding-bottom: 3px;
    /*height: 20px;*/
  }
  .maker_detail_header .maker_detail_header_images_wrapper .maker_detail_header_messages_homepage_wrapper .maker_detail_header_messages_homepage {
    font-size: 13px;
  }
  .maker_detail_header .maker_detail_header_images_wrapper .maker_detail_header_messages_address_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    /*display: flex;*/
  }
  .maker_detail_header .maker_detail_header_images_wrapper .maker_detail_header_messages_address_wrapper .maker_detail_header_messages_address_header {
    margin-right: 1em;
    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: 11px;
    width: 60px;
  }
  .maker_detail_header .maker_detail_header_images_wrapper .maker_detail_header_messages_address_wrapper .maker_detail_header_messages_address {
    font-size: 13px;
    line-height: 1.6;
	  /*margin-bottom: 12px;*/
  }

  .maker_detail_header .maker_detail_header_images_wrapper .maker_detail_header_messages_address_wrapper .maker_detail_header_messages_address .maker_detail_header_messages_address_showroom_wrapper .maker_detail_header_messages_address_showroom,
	.maker_detail_header .maker_detail_header_images_wrapper .maker_detail_header_messages_address_wrapper .maker_detail_header_messages_address .maker_detail_header_messages_address_movie_wrapper .maker_detail_header_messages_address_movie,
	.maker_detail_header .maker_detail_header_images_wrapper .maker_detail_header_messages_address_wrapper .maker_detail_header_messages_address .maker_detail_header_messages_address_news_wrapper .maker_detail_header_messages_address_news,
	.maker_detail_header .maker_detail_header_images_wrapper .maker_detail_header_messages_address_wrapper .maker_detail_header_messages_address .maker_detail_header_messages_address_agency_wrapper .maker_detail_header_messages_address_agency {
    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;
  }

	.maker_detail_header .maker_detail_header_images_wrapper .makerButton {
		width: 100%;
		margin-bottom: 6px;
	}
/*
	.maker_detail_header .maker_detail_header_images_wrapper .makerButton a {
		display: block;
		padding: 6px 0px;
		font-size: 0.8em;
		color: #333333;
		text-align: center;
		border: 1px solid #4A4A4A;
		border-radius: 5px;
		background-color: #E8E8E8;
	}
	.maker_detail_header .maker_detail_header_images_wrapper .makerButton a:hover {
		background-color: #FFFFFF;
	}
*/
.makerButton a {
 position: relative;
 display: inline-block;
 cursor: pointer;
 outline: none;
 border: 0;
 vertical-align: middle;
 text-decoration: none;
 background: transparent;
 padding: 0;
 font-size: inherit;
 font-family: inherit;
}

.makerButton a.learn-more {
 /*width: 12rem;*/
 width: 100%;
 height: auto;
}

.makerButton a.learn-more .circle {
 transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1);
 position: relative;
 display: block;
 margin: 0;
 width: 1.8rem;
 height: 1.8rem;
 background: #282936;
 border-radius: 1.625rem;
}

.makerButton a.learn-more .circle .arrowIcon {
 transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 background: #fff;
}

.makerButton a.learn-more .circle .arrowIcon.arrow {
 transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1);
 /*left: 0.625rem;*/
 left: 0.15rem;
 width: 1.125rem;
 height: 0.125rem;
 background: none;
}

.makerButton a.learn-more .circle .arrowIcon.arrow::before {
 position: absolute;
 content: "";
 /*top: -0.29rem;*/
 top: -0.3rem;
 right: 0.0625rem;
 width: 0.625rem;
 height: 0.625rem;
 border-top: 0.125rem solid #fff;
 border-right: 0.125rem solid #fff;
 transform: rotate(45deg);
}

.makerButton a.learn-more .button-text {
 transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 /*padding: 0.75rem 0;*/
 padding: 0.25rem 0;
	padding-left: 1em;
 margin: 0 0 0 1.85rem;
 color: #282936;
	font-size: 0.9em;
 /*font-weight: 700;*/
 line-height: 1.6;
 /*text-align: center;*/
	text-align: left;
 text-transform: uppercase;
}


.makerButton a:hover .circle {
 width: 100%;
}

.makerButton a:hover .circle .icon.arrow {
 background: #fff;
 transform: translate(1rem, 0);
}

.makerButton a:hover .button-text {
 color: #fff;
}
.makerButton a:hover .button-text.showroomText {
	padding-left: 5em;
}
.makerButton a:hover .button-text.movieText {
	padding-left: 7em;
}
.makerButton a:hover .button-text.newsText {
	padding-left: 4em;
}
.makerButton a:hover .button-text.agencyText {
	padding-left: 6em;
}








	.makerall {
		font-size: 12px;
		margin-top: 10px;
	}

  .maker_detail_newses_wrapper .maker_detail_newses_title {
    margin-bottom: 15px;
    padding-top: 5px;
    border-top: 1px solid #BDBDBD;
    width: 100%;
    font-size: 16px;
  }
  .maker_detail_newses_wrapper .maker_detail_newses .maker_detail_news {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #BDBDBD;
  }
  .maker_detail_newses_wrapper .maker_detail_newses .maker_detail_news .maker_detail_news_title {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #454545;
  }
  .maker_detail_newses_wrapper .maker_detail_newses .maker_detail_news .maker_detail_news_excerpts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .maker_detail_newses_wrapper .maker_detail_newses .maker_detail_news .maker_detail_news_excerpts .maker_detail_news_thumbnail {
    margin-left: 10px;
    border: 1px solid #BDBDBD;
    width: 100px;
    height: 80px;
    background-size: cover;
    background-position: 25% 50%;
  }
  .maker_detail_newses_wrapper .maker_detail_newses .maker_detail_news .maker_detail_news_excerpts .maker_detail_news_excerpt {
    margin-left: 15px;
    padding-top: 10px;
    width: 540px;
  }
  .maker_detail_newses_wrapper .maker_detail_newses_others {
    margin-bottom: 50px;
  }

  .maker_detail_maps_wrapper {
    margin-bottom: 50px;
  }
  .maker_detail_maps_wrapper .maker_detail_maps_title {
    padding: 5px 0px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1em;
    cursor: pointer;
  }
  .maker_detail_maps_wrapper .maker_detail_maps_title:after {
    content: '▼';
  }
  .maker_detail_maps_wrapper .maker_detail_maps_title.active:after {
    content: '▲';
  }
  .maker_detail_maps_wrapper .maker_detail_maps .maker_detail_map {
    height: 0;
    -webkit-transition: height 500ms;
    -o-transition: height 500ms;
    transition: height 500ms;
  }
  .maker_detail_maps_wrapper .maker_detail_maps .maker_detail_map.active {
    height: 500px;
  }

  .maker_detail_banners {
    margin-bottom: 50px;
  }
  .maker_detail_banners .maker_detail_banner {
    margin: 0 auto 8px;
    text-align: center;
  }

  /*****************************************
   * メーカー詳細
   *****************************************/
  #maker_catalogs_wrapper .maker_catalog_title {
    font-size: 20px;
    background-color: #6A6A6A;
    color: #FFFFFF;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 4px;
    margin-bottom: 40px;
    width: 100%;
  }
  #maker_catalogs_wrapper .maker_catalogs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: distribute;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
/*#maker_catalogs_wrapper .maker_catalogs:after{
    content:"";
    display:block;
    width: 33%;
    height:0;
  }    */

  #maker_catalogs_wrapper .maker_catalogs .maker_catalog {
    margin-bottom: 30px;
    width: 33%;
  }
  #maker_catalogs_wrapper .maker_catalogs .maker_catalog .maker_catalog_background {
    margin: 0 auto;
    padding: 35px;
    width: calc(240px - 35px * 2);
    height: calc(280px - 35px * 2);
    background-image: url("/images/catalog-bg.jpg");
  }
  #maker_catalogs_wrapper .maker_catalogs .maker_catalog .maker_catalog_background .maker_catalog_image {
    width: 150px;
    height: 210px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #cccccc;
  }
  #maker_catalogs_wrapper .maker_catalogs .maker_catalog .maker_catalog_product_name {
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
    height: 3em;
    font-size: 14px;
  }
  #maker_catalogs_wrapper .maker_catalogs .maker_catalog .product_toggle_cart {
    margin: 0 auto;
  }

  /*****************************************
   * 新着メーカー
   *****************************************/
  .maker-arrivals-header {
    margin-bottom: 16px;
  }
  .maker-arrivals-header img {
    width: 100%;
  }

  .maker-arrivals-title {
    margin-bottom: 32px;
    font-size: 16px;
    text-align: center;
  }

  .maker-arrivals-list {
    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;

  }
  .maker-arrivals-list:after{
    content:"";
    display:block;
    width: 30%;
    height:0;
  }

  .maker-arrivals-list .item {
    margin-bottom: 16px;
    border: 1px solid #cccccc;
    width: 30%;
  }
  .maker-arrivals-list .item .name_wrapper {
    padding: 20px;
    background-color: #ededed;
  }
  .maker-arrivals-list .item .name_wrapper .name {
    height: 40px;
    font-size: 14px;
    line-height: 1.4;
  }
  .maker-arrivals-list .item .product_wrapper .product {
    padding: 20px;
  }
  .maker-arrivals-list .item .product_wrapper .product .thumbnail {
    margin-bottom: 20px;
    text-align: center;
  }
  .maker-arrivals-list .item .product_wrapper .product .thumbnail img {
    width: auto;
    height: 210px;
  }
  .maker-arrivals-list .item .product_wrapper .product .name {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .maker-arrivals-list .item .product_wrapper .product .categories_wrapper .categories {
    display: inline-block;
    margin-bottom: 20px;
    padding: 2px 8px;
    border: 1px solid #BCBCBC;
    font-size: 12px;
  }
  .maker-arrivals-list .item .product_wrapper .product .description {
    margin-bottom: 20px;
    font-size: 11px;
  }
  .maker-arrivals-list .item .product_wrapper .product .counts {
    font-size: 12px;
  }

  /*****************************************
   * ショールームチャンネル
   *****************************************/
  .showrooms h2.title {
    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;
    height: 90px;
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
    background-color: #272727;
    background-image: url(/images/showrooms-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .showrooms h3 {
    margin-bottom: 30px;
    padding-bottom: 2px;
    padding-left: 10px;
    border-bottom: 2px solid #5C5C5C;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 44px;
    font-size: 22px;
    font-weight: normal;
  }
  .showrooms .header {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .showrooms .header .description {
    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;
    height: 56px;
    font-size: 18px;
    color: #444444;
    background-color: #F5F5F5;
  }
  .showrooms .body {
    margin-bottom: 50px;
  }
  .showrooms .smooth-slider .smooth-slider-images {
    height: 250px;
  }
  .showrooms .smooth-slider .smooth-slider-images .smooth-slider-image {
    margin-left: 20px;
    margin-right: 20px;
    width: 350px;
  }
  .showrooms .smooth-slider .smooth-slider-images .smooth-slider-image a {
    width: 350px;
    height: auto;
  }
  .showrooms .smooth-slider .smooth-slider-images .smooth-slider-image a img {
    margin-bottom: 4px;
    width: auto;
    height: 210px;
  }
  .showrooms .smooth-slider .smooth-slider-images .smooth-slider-image a .caption {
    font-size: 14px;
    margin: 0 auto;
    width: 90%;
  }
  .showrooms .body-links .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .showrooms .body-links .links a,
  .showrooms .body-links .links div {
    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;
    width: 260px;
    height: 90px;
    font-size: 16px;
    color: #ffffff;
  }
  .showrooms .body-links .links .top {
    width: 110px;
    background-color: #444444;
  }
  .showrooms .body-links .links .top:hover, .showrooms .body-links .links .top.active {
    background-color: #888888;
  }
  .showrooms .body-links .links .makers {
    background-color: #DC585A;
  }
  .showrooms .body-links .links .makers:hover, .showrooms .body-links .links .makers.active {
    background-color: #E8ADAE;
  }
  .showrooms .body-links .links .categories {
    background-color: #577FDC;
  }
  .showrooms .body-links .links .categories:hover, .showrooms .body-links .links .categories.active {
    background-color: #9AB0E4;
  }
  .showrooms .body-links .links .areas {
    background-color: #58C962;
  }
  .showrooms .body-links .links .areas:hover, .showrooms .body-links .links .areas.active {
    background-color: #97E79E;
  }
  .showrooms .body-links .links .active {
    cursor: auto;
  }
  .showrooms .body-list .description {
    margin-bottom: 30px;
    padding-left: 10px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 56px;
    font-size: 18px;
    font-weight: bold;
    color: #444444;
    background-color: #F5F5F5;
  }
  .showrooms .body-list .subdescription {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
  }
  .showrooms .body-list .subdescription img {
    width: auto;
    height: 18px;
  }
  .showrooms .body-list .items {
    margin-bottom: 30px;
    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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .showrooms .body-list .items .item {
    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;
    width: 33%;
    height: 40px;
    font-size: 14px;
  }
  .showrooms .body-list .items .item img {
    width: auto;
    height: 25px;
  }
  .showrooms .body-indoor .indoor {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .showrooms .body-indoor .indoor .description {
    margin-left: 25px;
    width: 66%;
    font-size: 16px;
    line-height: 1.8;
  }
  .showrooms .body-indoor .indoor .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 33%;
  }
  .showrooms .body-indoor .indoor .link a {
    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;
    width: 260px;
    height: 90px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.6;
  }
  .showrooms .body-indoor .indoor .link a.indoor {
    background-color: #475597;
  }
  .showrooms .body-indoor .indoor .link a.indoor:hover, .showrooms .body-indoor .indoor .link a.indoor.active {
    background-color: #818FCF;
  }
  .showrooms .body-indoor .contacts {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
  }

  /*****************************************
   * カタログチャンネル
   *****************************************/
  #full-main > .catalogs h2.title {
    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;
    height: 90px;
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
    background-color: #272727;
    background-image: url(/images/catalogs-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
  }
  #full-main > .catalogs h3 {
    margin-bottom: 30px;
    padding-bottom: 2px;
    padding-left: 10px;
    border-bottom: 2px solid #5C5C5C;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 44px;
    font-size: 22px;
    font-weight: normal;
  }
  #full-main > .catalogs h4 {
    margin-bottom: 20px;
    padding-left: 5px;
    border-bottom: 1px solid #515CAD;
    font-size: 22px;
    font-weight: normal;
  }
  #full-main > .catalogs .header {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #full-main > .catalogs .header .description {
    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: 18px;
    line-height: 1.8;
  }
  #full-main > .catalogs .header .description .text {
    width: 580px;
  }
  #full-main > .catalogs .header .description .link {
    width: 260px;
  }
  #full-main > .catalogs .header .description .link a {
    border-radius: 8px;
    display: block;
    width: 260px;
    height: 44px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    color: #ffffff;
    background-color: #2548A8;
  }
  #full-main > .catalogs .body {
    margin-bottom: 50px;
  }
  #full-main > .catalogs .topcategories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #full-main > .catalogs .topcategories .topcategory {
    margin-bottom: 50px;
    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;
    width: 480px;
  }
  #full-main > .catalogs .topcategories .topcategory .pickup {
    width: 240px;
  }
  #full-main > .catalogs .topcategories .topcategory .pickup img {
    width: 160px;
    height: auto;
  }
  #full-main > .catalogs .topcategories .topcategory .subcategories {
    width: 230px;
  }
  #full-main > .catalogs .topcategories .topcategory .subcategories .subcategory {
    font-size: 14px;
    line-height: 1.8;
  }
  #full-main > .catalogs .diamonds {
    opacity: 0;
  }

  /*****************************************
   * カタログチャンネル(サブカテゴリ)
   *****************************************/
  .catalogs-subcategory .header {
    margin-bottom: 30px;
  }
  .catalogs-subcategory .header .category_wrapper {
    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;
  }
  .catalogs-subcategory .header .category_wrapper .category {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 8px;
    width: 700px;
    height: 34px;
    font-size: 18px;
    color: #ffffff;
    background-color: #6A6A6A;
  }
  .catalogs-subcategory .header .category_wrapper .navigator {
    width: 300px;
    z-index: 1;
  }
  .catalogs-subcategory .header .category_wrapper .navigator .navigator_header {
    position: relative;
    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;
    width: 300px;
    height: 34px;
    font-size: 12px;
    color: #555555;
    background-color: #D7D7D7;
  }
  .catalogs-subcategory .header .category_wrapper .navigator .navigator_items {
    position: absolute;
    display: none;
  }
  .catalogs-subcategory .header .category_wrapper .navigator .navigator_items .navigator_item {
    position: relative;
    padding-left: 16px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(300px - 16px);
    height: 34px;
    font-size: 14px;
  }
  .catalogs-subcategory .header .category_wrapper .navigator .navigator_items .navigator_item .navigator_subitems {
    position: absolute;
    top: 0;
    right: 100%;
    display: none;
  }
  .catalogs-subcategory .header .category_wrapper .navigator .navigator_items .navigator_item .navigator_subitems .navigator_subitem {
    padding-left: 16px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(300px - 16px);
    height: 34px;
    font-size: 14px;
  }
  .catalogs-subcategory .header .category_wrapper .navigator:hover .navigator_header {
    color: #ffffff;
    background-color: #8E8E8E;
  }
  .catalogs-subcategory .header .category_wrapper .navigator:hover .navigator_items {
    display: block;
  }
  .catalogs-subcategory .header .category_wrapper .navigator:hover .navigator_items .navigator_item {
    color: #ffffff;
    background-color: #6A6A6A;
  }
  .catalogs-subcategory .header .category_wrapper .navigator:hover .navigator_items .navigator_item:hover {
    color: #ffffff;
    background-color: #8E8E8E;
  }
  .catalogs-subcategory .header .category_wrapper .navigator:hover .navigator_items .navigator_item:hover .navigator_subitems {
    display: block;
  }
  .catalogs-subcategory .header .category_wrapper .navigator:hover .navigator_items .navigator_item:hover .navigator_subitems .navigator_subitem {
    color: #ffffff;
    background-color: #6a6a6a;
  }
  .catalogs-subcategory .header .category_wrapper .navigator:hover .navigator_items .navigator_item:hover .navigator_subitems .navigator_subitem:hover {
    color: #ffffff;
    background-color: #8E8E8E;
  }
  .catalogs-subcategory .body h3 {
    padding: 6px 0 4px 4px;
    font-size: 18px;
    font-weight: normal;
    color: #324DB5;
    background-color: #ECECED;
  }
  .catalogs-subcategory .body .catalogs_wrapper {
    overflow: hidden;
  }
  .catalogs-subcategory .body .catalogs_wrapper .scrollbar {
    position: relative;
    margin: 0 0 16px 0;
    height: 8px;
    background: #cccccc;
    line-height: 0;
  }
  .catalogs-subcategory .body .catalogs_wrapper .scrollbar .handle {
    position: absolute;
    width: 100px;
    height: 100%;
    background: #292a33;
    cursor: pointer;
  }
  .catalogs-subcategory .body .catalogs_wrapper .catalogs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: url(/images/catalogs-list-bg.jpg);
    background-repeat: repeat-x;
    overflow: hidden;
  }
  .catalogs-subcategory .body .catalogs_wrapper .catalogs .catalog {
    padding: 0 15px;
    width: 150px;
  }
  .catalogs-subcategory .body .catalogs_wrapper .catalogs .catalog a .image {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .catalogs-subcategory .body .catalogs_wrapper .catalogs .catalog a .name {
    margin-bottom: 5px;
    padding-top: 8px;
    height: 62px;
    font-size: 14px;
    overflow: hidden;
  }
  .catalogs-subcategory .body .catalogs_wrapper .catalogs .catalog .company {
    width: 150px;
    font-size: 13px;
    background-image: url(../catalog/img/catalog_comicon.png);
    background-position: left 4px;
    background-repeat: no-repeat;
  }

  /*****************************************
   * 動画チャンネル(トップ、カテゴリ別)
   *****************************************/
  .movies h2.title {
    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;
    height: 90px;
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
    background-color: #272727;
    background-image: url(/images/movies-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .movies h2.category {
    margin-bottom: 30px;
    padding-left: 30px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 56px;
    font-size: 18px;
    color: #444444;
    background-color: #F5F5F5;
  }
  .movies h3 {
    margin-bottom: 30px;
    padding-bottom: 2px;
    padding-left: 10px;
    border-bottom: 2px solid #5C5C5C;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 44px;
    font-size: 22px;
    font-weight: normal;
  }
  .movies h4 {
    margin-bottom: 20px;
    padding-left: 5px;
    border-bottom: 1px solid #515CAD;
    font-size: 22px;
    font-weight: normal;
  }
  .movies .header {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .movies .header .sp-slider {
    padding: 20px 0 15px;
    background-color: #222222;
  }
  .movies .header .sp-slider .sp-slides {
    height: 626px;
  }
  .movies .header .sp-slider .sp-slides .sp-slide iframe {
    padding-top: 55px;
  }
  .movies .header .sp-slider .sp-slides .sp-slide .sp-layer {
    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;
  }
  .movies .header .sp-slider .sp-slides .sp-slide .sp-layer .name {
    font-size: 14px;
    line-height: 1.6;
  }
  .movies .header .sp-slider .sp-slides .sp-slide .sp-layer .detail a {
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    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;
    width: 90px;
    height: 30px;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #111111;
    text-align: center;
    z-index: 300;
  }
  .movies .header .description {
    font-size: 18px;
    line-height: 1.8;
  }
  .movies .header .description .text {
    text-align: center;
  }
  .movies .body {
    margin-bottom: 50px;
  }
  .movies .categories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .movies .categories .category {
    margin-bottom: 25px;
    width: 300px;
  }
  .movies .categories .category .image {
    margin-bottom: 5px;
    border: 1px solid #9E9E9E;
    padding: 5px;
  }
  .movies .categories .category .image img.background-image {
    width: 290px;
    height: 160px;
    background-size: cover;
    background-position: center center;
  }
  .movies .categories .category .name {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
  .movies .categories .category .text {
    font-size: 12px;
    text-align: center;
    line-height: 1.8;
  }
  .movies .diamonds {
    opacity: 0;
  }

  /*****************************************
   * 動画チャンネル(詳細)
   *****************************************/
  .product_movie .header .image {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .product_movie .header .category {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
  }
  .product_movie .body .content {
    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;
  }
  .product_movie .body .content .left {
    width: 640px;
  }

	.product_movie .body .content .left .movieShort {
		width: 320px;
		margin-left: 160px;
	}
	.product_movie .body .content .left .movieNormal {
		width: 640px;
		margin-left: 0px;
	}

  .product_movie .body .content .left .buttons {
    border-bottom: 1px solid #333333;
    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;
  }
  .product_movie .body .content .left .catalogs {
    margin-bottom: 20px;
    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;
  }
  .product_movie .body .content .left .catchcopy {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .product_movie .body .content .left .message {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.8;
    text-align: justify;
  }
  .product_movie .body .content .left .contact_now_wrapper {
    margin-bottom: 30px;
    text-align: center;
  }
  .product_movie .body .content .left .contact_wrapper .contact .contact_header {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
  }
  .product_movie .body .content .left .contact_wrapper .contact .contact_content .contact_methods {
    margin-bottom: 10px;
  }
  .product_movie .body .content .left .contact_wrapper .contact .contact_content .contact_methods .contact_method {
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
  .product_movie .body .content .left .contact_wrapper .contact .contact_content .contact_memo {
    margin-bottom: 10px;
  }
  .product_movie .body .content .left .more_texts {
    margin-bottom: 30px;
  }
  .product_movie .body .content .left .more_texts .more_text_catchcopy {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .product_movie .body .content .left .more_texts .more_text_message {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.8;
    text-align: justify;
  }
  .product_movie .body .content .left .products {
    margin-bottom: 30px;
    text-align: center;
  }
  .product_movie .body .content .right {
    width: 330px;
  }
  .product_movie .body .content .right .header {
    margin-bottom: 20px;
    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;
    width: 100%;
    height: 25px;
    color: #ffffff;
    background-color: #777777;
  }
  .product_movie .body .content .right .list .item {
    margin-bottom: 20px;
    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;
  }
  .product_movie .body .content .right .list .item .thumbnail img {
    width: 120px;
    height: auto;
  }
  .product_movie .body .content .right .list .item .title {
    width: 200px;
    font-size: 12px;
    line-height: 1.6;
  }

  /*****************************************
   * メーカー別ショールーム一覧
   *****************************************/
  .maker_showrooms .maker_showrooms_name_wrapper {
    margin-bottom: 35px;
    padding: 12px;
  }
  .maker_showrooms .maker_showrooms_name_wrapper .maker_showrooms_name {
    font-size: 20px;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom {
    margin-bottom: 100px;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_indoor_wrapper {
    margin-bottom: 50px;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_indoor_wrapper .maker_showrooms_showroom_indoor .maker_showrooms_showroom_indoor_name_wrapper {
    margin-bottom: 10px;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_indoor_wrapper .maker_showrooms_showroom_indoor .maker_showrooms_showroom_indoor_name_wrapper .maker_showrooms_showroom_indoor_name {
    font-size: 24px;
    font-weight: normal;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_name_wrapper {
    margin-bottom: 15px;
    padding: 5px 10px;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_name_wrapper .maker_showrooms_showroom_name {
    font-size: 18px;
    font-weight: normal;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_details {
    margin-bottom: 50px;
    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;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_details .maker_showrooms_showroom_info_wrapper {
    width: 520px;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_details .maker_showrooms_showroom_info_wrapper .maker_showrooms_showroom_info .maker_showrooms_showroom_info_zipcode {
    font-size: 16px;
    line-height: 1.6;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_details .maker_showrooms_showroom_info_wrapper .maker_showrooms_showroom_info .maker_showrooms_showroom_info_address {
    font-size: 16px;
    line-height: 1.6;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_details .maker_showrooms_showroom_info_wrapper .maker_showrooms_showroom_info .maker_showrooms_showroom_info_tels {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.6;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_details .maker_showrooms_showroom_info_wrapper .maker_showrooms_showroom_info .maker_showrooms_showroom_info_open_at_wrapper {
    margin-bottom: 8px;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_details .maker_showrooms_showroom_info_wrapper .maker_showrooms_showroom_info .maker_showrooms_showroom_info_open_at_wrapper .maker_showrooms_showroom_info_open_at_header {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_details .maker_showrooms_showroom_info_wrapper .maker_showrooms_showroom_info .maker_showrooms_showroom_info_open_at_wrapper .maker_showrooms_showroom_info_open_at {
    font-size: 16px;
    line-height: 1.6;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_details .maker_showrooms_showroom_info_wrapper .maker_showrooms_showroom_info .maker_showrooms_showroom_info_close_at_wrapper {
    margin-bottom: 14px;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_details .maker_showrooms_showroom_info_wrapper .maker_showrooms_showroom_info .maker_showrooms_showroom_info_close_at_wrapper .maker_showrooms_showroom_info_close_at_header {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_details .maker_showrooms_showroom_info_wrapper .maker_showrooms_showroom_info .maker_showrooms_showroom_info_close_at_wrapper .maker_showrooms_showroom_info_close_at {
    font-size: 16px;
    line-height: 1.6;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_details .maker_showrooms_showroom_info_wrapper .maker_showrooms_showroom_info .maker_showrooms_showroom_info_reserve_required {
    width: 120px;
    text-align: center;
    margin-bottom: 14px;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5em;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_details .maker_showrooms_showroom_info_wrapper .maker_showrooms_showroom_info .maker_showrooms_showroom_info_homepage {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 2.0;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_details .maker_showrooms_showroom_info_wrapper .maker_showrooms_showroom_info .maker_showrooms_showroom_info_message {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_details .maker_showrooms_showroom_info_wrapper .maker_showrooms_showroom_info .maker_showrooms_showroom_info_reserve {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_details .maker_showrooms_showroom_maps_wrapper {
    width: 460px;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_details .maker_showrooms_showroom_maps_wrapper .maker_showrooms_showroom_maps .maker_showrooms_showroom_map {
    margin-bottom: 14px;
    height: 300px;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_details .maker_showrooms_showroom_maps_wrapper .maker_showrooms_showroom_maps .maker_showrooms_showroom_maps_request {
    margin-bottom: 14px;
    font-size: 14px;
    text-align: center;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_details .maker_showrooms_showroom_maps_wrapper .maker_showrooms_showroom_maps .maker_showrooms_showroom_maps_products {
    margin-bottom: 14px;
    font-size: 14px;
    text-align: center;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_garally_wrapper {
    margin-bottom: 50px;
  }
  .maker_showrooms .maker_showrooms_showroom_wrapper .maker_showrooms_showroom .maker_showrooms_showroom_garally_wrapper .maker_showrooms_showroom_garally_header {
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 16px;
  }

  /*****************************************
   * 製品リスト(カテゴリ、メーカー詳細)
   *****************************************/
  .even_button_wrapper {
    width: 100%;
    height: 500px;
  }
  .even_button_wrapper .even_button {
    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;
    width: 100%;
    height: 100%;
  }

  .products_wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .products_wrapper .products {
    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;
  }
  .products_wrapper .products .product_vsplitter {
    width: 1px;
    height: 100%;
  }
  .products_wrapper .products .product_wrapper .product {
    width: 375px;
  }
  .products_wrapper .products .product_wrapper .product .product_category {
    padding: 8px;
    font-size: 12px;
  }
  .products_wrapper .products .product_wrapper .product .product_name {
    padding: 8px;
    min-height: 53px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
  }
  .products_wrapper .products .product_wrapper .product .product_infos {
    padding: 8px;
    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;
  }
  .products_wrapper .products .product_wrapper .product .product_infos .product_photos {
    width: 200px;
  }
  .products_wrapper .products .product_wrapper .product .product_infos .product_photos .product_photo {
    margin-bottom: 4px;
    width: 200px;
    height: 150px;
  }
  .products_wrapper .products .product_wrapper .product .product_infos .product_photos .product_toggle_favorite {
    font-size: 12px;
    width: 100%;
    cursor: pointer;
	padding-top: 4px!important;
	padding-bottom: 4px!important;
	border-radius: 0!important;
  }
  .products_wrapper .products .product_wrapper .product .product_infos .product_photos .product_place_icons img {
    margin-right: 2px;
  }
  .products_wrapper .products .product_wrapper .product .product_infos .product_urls .product_detail_link_wrapper .product_detail_link {
    padding: 8px 0;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
  }
  .product_homepage_link_wrapper {
  	padding-top: 10px;
  }
  .product_news_link_wrapper {
  	padding-top: 4px;
  }
  .product_showrooms_link_wrapper {
  	padding-top: 4px;
  }
  .product_movie_link_wrapper {
  	padding-top: 4px;
  }
  .products_wrapper .products .product_wrapper .product .product_infos .product_urls .product_homepage_link_wrapper .product_homepage_link, span.product_homepage_noLink {
    font-size: 13px;
    line-height: 1.6;
  }
  .products_wrapper .products .product_wrapper .product .product_infos .product_urls .product_news_link_wrapper .product_news_link {
    font-size: 13px;
    line-height: 1.6;
  }
  .products_wrapper .products .product_wrapper .product .product_infos .product_urls .product_showrooms_link_wrapper .product_showrooms_link {
    font-size: 13px;
    line-height: 1.6;
  }
  .products_wrapper .products .product_wrapper .product .product_infos .product_urls .product_movie_link_wrapper {
    /*margin-top: 16px;*/
  }
  .products_wrapper .products .product_wrapper .product .product_infos .product_urls .product_movie_link_wrapper .product_movie_link {
    font-size: 13px;
    line-height: 1.6;
  }
  .products_wrapper .products .product_wrapper .product .product_catchcopy {
    margin-bottom: 8px;
    padding: 0 8px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
    min-height: 36px;
  }
  .products_wrapper .products .product_wrapper .product .product_message {
    position: relative;
    margin-bottom: 8px;
    padding: 0 8px;
    font-size: 13px;
    text-align: justify;
    line-height: 1.4;
    min-height: 36px;
  }
  .products_wrapper .products .product_wrapper .product .product_message .product_message_detail {
    position: static;
    bottom: 0;
    right: 8px;
    font-size: 12px;
    line-height: 1;
      display: block;
      text-align: right;

  }
  .products_wrapper .products .product_wrapper .product .product_hsplitter {
    margin: 0 8px 8px;
    height: 1px;
  }
  .products_wrapper .products .product_wrapper .product .product_toggle_cart {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  .products_wrapper .products .product_wrapper .product .product_toggle_cart .button {
    width: 320px;
    cursor: pointer;
  }
  .products_wrapper .products .product_wrapper .product .product_catalogs {
    margin: 0 auto;
    padding: 0 8px;
    width: 320px;
    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;
  }
  .products_wrapper .products .product_wrapper .product .product_catalogs .product_catalog .button {
    padding: 8px 0;
    width: 150px;
    font-size: 12.5px;
    text-align: center;
  }
	.product_catalogs {
		margin-bottom: 10px !important;
	}

  /*****************************************
   * 製品詳細
   *****************************************/
  .product_detail_name_wrapper {
    margin-bottom: 20px;
    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;
  }
  .product_detail_name_wrapper .product_detail_name {
    color: #375BB4;
    font-size: 17px;
  }

  .product_detail_favorite_wrapper {
    margin-bottom: 4px;
    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;
    font-size: 12px;
  }

  .product_detail_cart_wrapper {
    margin-bottom: 16px;
  }

  .product_detail_header {
    margin-bottom: 30px;
    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;
  }
  .product_detail_header .product_detail_infos {
    width: 420px;
  }
  .product_detail_header .product_detail_infos .product_detail_place_icons {
    margin-bottom: 20px;
  }
  .product_detail_header .product_detail_infos .product_detail_place_icons img {
    margin-right: 2px;
  }
  .product_detail_header .product_detail_infos .product_detail_catchcopy {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    /*text-align: justify;*/
    line-height: 1.6;
  }
  .product_detail_header .product_detail_infos .product_detail_message {
    font-size: 15px;
    /*text-align: justify;*/
    line-height: 1.6;
    word-break: break-all;
  }
  .product_detail_header .product_detail_images {
    width: 320px;
  }
  .product_detail_header .product_detail_images .product_detail_thumbnail {
    margin-bottom: 4px;
    border: 1px solid gray;
  }
    .product_detail_header .product_detail_images .product_detail_thumbnail .logMakerLink img, .product_detail_header .product_detail_images .product_detail_thumbnail img{
        vertical-align: middle;
    }
  .product_detail_header .product_detail_images .product_detail_catalogs_header {
    margin-bottom: 4px;
    font-size: 12px;
  }
  .product_detail_header .product_detail_images .product_detail_catalogs {
    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;
  }
  .product_detail_header .product_detail_images .product_detail_catalogs .product_detail_catalog {
    width: 47.5%;
  }
  .product_detail_header .product_detail_images .product_detail_catalogs .product_detail_catalog a {
    width: 100%;
  }
  .product_detail_header .product_detail_images .product_detail_showroom {
    margin-bottom: 20px;
  }
  .product_detail_header .product_detail_images .product_detail_showroom a {
    width: 100%;
  }
  .product_detail_header .product_detail_images .product_detail_contact_wrapper {
    margin: 0 auto 50px;
    border: 2px solid #D40101;
  }
  .product_detail_header .product_detail_images .product_detail_contact_wrapper .product_detail_contact {
    width: 100%;
  }
  .product_detail_header .product_detail_images .product_detail_contact_wrapper .product_detail_contact .product_detail_contact_header {
    color: white;
    background-color: #d40101;
    padding: 8px 0;
    text-align: center;
    font-size: 12px;
  }
  .product_detail_header .product_detail_images .product_detail_contact_wrapper .product_detail_contact .product_detail_contact_content {
    padding: 8px 24px;
  }
  .product_detail_header .product_detail_images .product_detail_contact_wrapper .product_detail_contact .product_detail_contact_content .product_detail_contact_methods {
    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;
  }
  .product_detail_header .product_detail_images .product_detail_contact_wrapper .product_detail_contact .product_detail_contact_content .product_detail_contact_methods .product_detail_contact_method_icon {
    font-size: 30px;
    color: #d40101;
  }
  .product_detail_header .product_detail_images .product_detail_contact_wrapper .product_detail_contact .product_detail_contact_content .product_detail_contact_methods .product_detail_contact_method_message {
    font-size: 16px;
  }

  .product_detail_more_messages {
    margin-bottom: 50px;
    padding-top: 20px;
    border-top: 1px solid lightgray;
  }
  .product_detail_more_messages .product_detail_more_message_catchcopy {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
  }
  .product_detail_more_messages .product_detail_more_message_message {
    font-size: 14px;
    text-align: justify;
    line-height: 1.6;
  }


  .product_detail_garally_wrapper {
    margin-bottom: 50px;
  }
  .product_detail_garally_wrapper .product_detail_garally_header {
    color: white;
    background-color: #4b4b4b;
    padding: 5px 0px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  .product_detail_movie_wrapper {
    margin-bottom: 50px;
  }
  .product_detail_movie_wrapper .product_detail_movie_header {
    color: white;
    background-color: #4b4b4b;
    padding: 5px 0px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .product_detail_movie_wrapper .product_detail_movie iframe {
	  width: 640px;
    display: block;
    margin: 30px auto 0;
  }
  .product_detail_movie_wrapper .product_detail_movie iframe.movieNormal {
	  width: 640px;
    display: block;
    margin: 30px auto 0;
	}
  .product_detail_movie_wrapper .product_detail_movie iframe.movieShort {
    display: block;
	width: 320px;
    margin: 30px auto 0;
	}

  .product_detail_categories_wrapper {
    margin-bottom: 50px;
    padding: 15px;
    background-color: #F5F5F5;
  }
  .product_detail_categories_wrapper .product_detail_categories .product_detail_category {
    font-size: 13px;
    line-height: 1.6;
  }

  .product_detail_tags {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .product_detail_tags .product_detail_tag {
    margin: 5px;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 12px;
    background-color: #E5EDFD;
    color: #555555;
    border: 1px solid #C7D8F9;
  }

  .product_detail_maker_wrapper {
    margin-bottom: 50px;
  }
  .product_detail_maker_wrapper .product_detail_maker_header {
    margin-bottom: 25px;
    color: white;
    background-color: #4b4b4b;
    padding: 5px 0px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .product_detail_maker_wrapper .product_detail_maker_infobox {
    margin: 0 auto 50px;
    width: 700px;
  }
  .product_detail_maker_wrapper .product_detail_maker_infobox .product_detail_maker_infobox_name_wrapper {
    border-bottom: 1px solid #676767;
    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;
  }
  .product_detail_maker_wrapper .product_detail_maker_infobox .product_detail_maker_infobox_name_wrapper .product_detail_maker_infobox_name {
    margin: 0 0 5px;
    padding-left: 10px;
    padding-bottom: 4px;
  }
  .product_detail_maker_wrapper .product_detail_maker_infobox .product_detail_maker_infobox_homepage {
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 12px;
  }
  .product_detail_maker_wrapper .product_detail_maker_infobox .product_detail_maker_infobox_addresses_wrapper {
    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;
    padding-left: 10px;
    padding-right: 10px;
    width: 700px;
  }
  .product_detail_maker_wrapper .product_detail_maker_infobox .product_detail_maker_infobox_addresses_wrapper .product_detail_maker_infobox_address {
    width: 340px;
  }
  .product_detail_maker_wrapper .product_detail_maker_infobox .product_detail_maker_infobox_addresses_wrapper .product_detail_maker_infobox_phones {
    width: 175px;
  }
  .product_detail_maker_wrapper .product_detail_maker_infobox .product_detail_maker_infobox_addresses_wrapper .product_detail_maker_infobox_inquiry {
    width: 180px;
  }

  .product_detail_other_products_wrapper .product_detail_other_products_title {
    margin-bottom: 10px;
    padding-bottom: 2px;
    border-bottom: 1px solid #0D26B7;
    font-size: 14px;
    color: #0D26B7;
  }
  .product_detail_other_products_wrapper .product_detail_other_products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .product_detail_other_products_wrapper .product_detail_other_products .product_detail_other_product {
    width: 140px;
  }
  .product_detail_other_products_wrapper .product_detail_other_products .product_detail_other_product .product_detail_other_product_name {
    font-size: 11px;
    line-height: 1.2;
  }

  /*****************************************
   * 資料請求フォーム
   *****************************************/
  .request_header_steps {
    margin-bottom: 60px;
    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;
  }
  .request_header_steps .request_header_step,
  .request_header_steps .request_header_step_last {
    position: relative;
    padding: 10px;
    border-radius: 8px;
    width: 20%;
  }
  .request_header_steps .request_header_step::after {
    position: absolute;
    content: ' ';
    right: -0.8em;
    top: calc((100% - 1.2em) / 2);
    width: 1.2em;
    height: 1.2em;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .request_header_steps .request_header_step_header_step {
    margin-bottom: 6px;
    font-size: 14px;
    text-align: center;
  }
  .request_header_steps .request_header_step_text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

	#request_kokuchi {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
		font-size: 0.9em;
		line-height: 1.8em;
	}
	#request_kokuchi p {
		text-align: center;
		font-weight: bold;
	}
	#request_kokuchi span.link a {
		font-size: 1.1em;
		font-weight: bold;
		text-decoration: underline;
	}
	#request_kokuchi.small {
		font-size: 14px;
		width: 60%;
		line-height: 1.6em;
		letter-spacing: 1px;
		color: #555555;
	}
	#request_kokuchi br.sp {
		display: inline;
	}


  .request_step {
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
  }
  .request_step .request_step_number {
    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;
    width: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background-color: #fb5500;
  }
  .request_step .request_step_text {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 30px);
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    background-color: #dddddd;
  }
  .request_step .request_step_text:before {
    content: '　';
  }

  .request_products {
    margin-bottom: 30px;
  }
  .request_products .request_product_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .request_products .request_product_header .request_product_header_title {
    padding: 8px 0;
    width: 80%;
    font-weight: bold;
    text-align: center;
  }
  .request_products .request_product_header .request_product_header_acion {
    padding: 8px 0;
    width: 20%;
    font-weight: bold;
    text-align: center;
  }
  .request_products .request_product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .request_products .request_product .request_product_header_thumbnail {
    margin: 2px 0;
    width: 80px;
  }
  .request_products .request_product .request_product_header_thumbnail img {
    width: 80px;
    height: auto;
  }
  .request_products .request_product .request_product_header_title {
    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;
    width: calc(80% - 80px);
  }
  .request_products .request_product .request_product_header_title:before {
    content: '　';
  }
  .request_products .request_product .request_product_header_action {
    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;
    width: 20%;
  }

  .request_products_5items {
    margin-bottom: 60px;
    padding: 8px 16px;
    background-color: #f0f0f0;
    font-size: 20px;
    text-align: center;
  }
  .request_products_5items i {
    font-size: 27px;
  }
  .request_products_5items .request_products_5items_strong {
    font-size: 27px;
    font-weight: bold;
    color: #cc6060;
  }

  .request_products_backpage {
    margin-bottom: 60px;
  }
  .request_products_backpage .request_products_backpage_text {
    margin-bottom: 10px;
  }

  .request_text {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 20px;
  }

  .request_recommends {
   /* border: 1px solid #777777;*/
	background: #f9f9f9;
	padding: 20px;
  }
  .request_recommends .request_recommends_header {
    margin: 0 auto 10px;
    padding: 10px;
    width: 95%;
    /*border-bottom: 2px solid #777777;*/
	border-bottom: 1px dotted #666;
    font-size: 18px;
    text-align: center;
  }
  .request_recommends .request_recommends_items {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .request_recommends .request_recommends_items .request_recommends_item {
    width: 18%;
  }
  .request_recommends .request_recommends_items .request_recommends_item .request_recommends_item_thumbnail {
    width: 100%;
    height: 160px;
  }
  .request_recommends .request_recommends_items .request_recommends_item .request_recommends_item_thumbnail a {
    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;
    width: 100%;
    height: 100%;
  }
  .request_recommends .request_recommends_items .request_recommends_item .request_recommends_item_name {
    width: 100%;
    height: 5em;
    font-size: 12px;
    line-height: 1.4;
    overflow-wrap: break-word;
  }
  .request_recommends .request_recommends_items .request_recommends_item .request_recommends_item_checkbox {
    padding: 8px 0;
    background-color: #f0f0f0;
    text-align: center;
  }
  .request_recommends .request_recommends_button_wrapper {
    margin-bottom: 16px;
    text-align: center;
  }
  .request_recommends .request_recommends_button_wrapper input[type="image"]:hover {
    opacity: 0.7;
  }

  /*****************************************
   * お気に入り
   *****************************************/
  .favorites .header {
    margin-bottom: 50px;
  }
  .favorites .header .title {

    margin-bottom: 30px;
    padding-left: 20px;
    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;
    height: 32px;
    font-size: 24px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #5076CA;
  }
  .favorites .header .text {
    margin-bottom: 10px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 16px;
  }
  .favorites .header .description {
    padding-left: 50px;
    font-size: 13px;
    line-height: 1.6;
  }
  .favorites .body .count_wrapper {
    margin: 0 auto 10px;
    padding: 8px 16px;
    border: 1px solid #A4A4A4;
    border-radius: 8px;
    width: 360px;
    color: #003086;
    font-size: 16px;
    text-align: center;
  }
  .favorites .body .count_wrapper .count {
    font-size: 20px;
    font-weight: bold;
    color: #D30003;
  }
  .favorites .body .products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .favorites .body .products .product {
    margin: 0 15px 30px;
    width: 220px;
  }
  .favorites .body .products .product .upper {
    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;
  }
  .favorites .body .products .product .upper .name {
    width: 200px;
    font-size: 13px;
    line-height: 1.6;
  }
  .favorites .body .products .product .upper .link {
    width: 16px;
    font-size: 16px;
  }
  .favorites .body .products .product .lower .company {
    font-size: 13px;
    line-height: 1.6;
  }
  .favorites .body .products .product .lower .product_detail_add_cart button {
    font-size: 13px;
  }
  .favorites .body .clear_wrapper {
    margin-bottom: 30px;
    text-align: right;
  }
  .favorites .body .empty .upper {
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
  }
  .favorites .body .empty .middle {
    margin-bottom: 30px;
    text-align: center;
  }
  .favorites .body .empty .lower {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  /*****************************************
   * フィールドセレクション(トップ)
   *****************************************/
  .fields-top .header .slider {
    position: relative;
  }
  .fields-top .header .slider .title {
    position: absolute;
    font-size: 36px;
    letter-spacing: 0.4em;
    color: #FFFFFF;
    text-shadow: 5px 5px 5px #353535;
    opacity: 0;
    z-index: 100;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
  }
  .fields-top .header .slider .slider-images {
    position: relative;
    width: 1000px;
    height: 450px;
    overflow: visible;
  }
  .fields-top .header .slider .slider-images .slider-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 450px;
    z-index: 10;
  }
  .fields-top .header .slider .slider-dots {
    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;
    height: 50px;
  }
  .fields-top .header .slider .slider-dots .slider-dot {
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #0567FF;
    opacity: 0.3;
  }
  .fields-top .header .slider .slider-dots .slider-dot.active {
    background-color: #0567FF;
  }
  .fields-top .body {
    padding: 30px 0;
    background-color: #E3E3E3;
  }
  .fields-top .body .title {
    margin: 0 auto 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #393939;
    width: 800px;
    font-size: 28px;
    letter-spacing: 0.3em;
    text-align: center;
  }
  .fields-top .body .description {
    margin-bottom: 30px;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .fields-top .body .categories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .fields-top .body .categories .category {
    margin-bottom: 30px;
    position: relative;
  }
  .fields-top .body .categories .category a:hover {
    opacity: 1;
  }
  .fields-top .body .categories .category a:hover img {
    opacity: 1;
  }
  .fields-top .body .categories .category a:hover .name {
    color: #FF8D42;
  }
  .fields-top .body .categories .category .name {
    position: absolute;
    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;
    width: 100%;
    height: 30px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.3em;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.55);
  }

  /*****************************************
   * フィールドセレクション(カテゴリ)
   *****************************************/
  .fields .header {
    position: relative;
    padding: 30px 15px;
    width: 100%;
    background-color: #222222;
  }
  .fields .header .title {
    position: absolute;
    margin-left: 1px;
    padding: 5px 20px 5px 70px;
    top: 50px;
    font-size: 30px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    background-color: #010101;
  }
  .fields .header .image img {
    border: 1px solid #ffffff;
  }
  .fields .body {
    padding: 30px 0;
  }
  .fields .body .categories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .fields .body .categories .category {
    margin-bottom: 30px;
    position: relative;
    width: 300px;
  }
  .fields .body .categories .category a:hover {
    opacity: 1;
  }
  .fields .body .categories .category a:hover img {
    opacity: 1;
  }
  .fields .body .categories .category a:hover .message {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .fields .body .categories .category .message {
    position: absolute;
    padding: 20px;
    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;
    width: 260px;
    height: 160px;
    font-size: 17px;
    line-height: 1.6;
    text-align: justify;
    color: rgba(255, 255, 255, 0);
    -webkit-transition: color 300ms, background-color 100ms;
    -o-transition: color 300ms, background-color 100ms;
    transition: color 300ms, background-color 100ms;
  }
  .fields .body .categories .category .thumbnail {
    width: 300px;
    height: 200px;
    overflow: hidden;
  }
  .fields .body .categories .category .name {
    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;
    width: 100%;
    height: 30px;
    font-size: 18px;
  }

  /*****************************************
   * フィールドセレクション(単一)
   *****************************************/
  .field .header {
    position: relative;
    padding: 30px 15px;
    width: 100%;
    background-color: #222222;
  }
  .field .header .title {
    position: absolute;
    margin-left: 1px;
    padding: 5px 20px 5px 70px;
    top: 50px;
    font-size: 30px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    background-color: #010101;
  }
  .field .header .image img {
    border: 1px solid #ffffff;
  }
  .field .body {
    padding: 30px 0;
  }
  .field .body .products .product .name_wrapper {
    margin-bottom: 25px;
    border-bottom: 1px solid #414141;
  }
  .field .body .products .product .name_wrapper .name {
    margin-left: 10px;
    margin-bottom: 5px;
    padding-left: 15px;
    border-left: 5px solid #333333;
    font-size: 22px;
    font-weight: normal;
    color: #515151;
  }
  .field .body .products .product .garally_wrapper {
    margin-bottom: 30px;
  }
  .field .body .products .product .message {
    margin: 0 auto 30px;
    width: 920px;
    font-size: 14px;
    line-height: 1.6;
  }
  .field .body .products .product .information {
    margin: 0 auto 40px;
    padding: 25px 20px;
    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;
    width: 900px;
    border: 5px solid #D7D7D7;
  }
  .field .body .products .product .information .company {
    width: 480px;
  }
  .field .body .products .product .information .company .name {
    margin-bottom: 15px;
    padding-left: 5px;
    border-bottom: 1px solid #3A3A3A;
    font-size: 16px;
    font-weight: normal;
  }
  .field .body .products .product .information .company .address {
    font-size: 13px;
    line-height: 1.6;
  }
  .field .body .products .product .information .company .phones {
    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;
  }
  .field .body .products .product .information .company .phones .phone {
    margin: 0 20px;
    font-size: 16px;
  }
  .field .body .products .product .information .buttons {
    width: 360px;
  }

  /*****************************************
   * お問い合わせ
   *****************************************/
  .form_inquiry #form_about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .form_inquiry #form_about label {
    margin-right: 32px;
  }
  .form_inquiry #form_company_name {
    width: 750px;
  }
  .form_inquiry #form_name {
    width: 300px;
  }
  .form_inquiry #form_email {
    width: 750px;
  }
  .form_inquiry #form_tel {
    width: 200px;
  }
  .form_inquiry #form_content {
    width: 750px;
    height: 300px;
  }
  .form_inquiry #form_zipcode {
    width: 80px;
  }
  .form_inquiry #form_address {
    width: 750px;
  }
  .form_inquiry [id^="form_file"] {
    width: 750px;
  }

  /*****************************************
   * メーカーマイページ
   *****************************************/
  .maker_mypage .columns2 {
    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;
  }
  .maker_mypage .columns2 .column {
    width: 47.5%;
  }
  .maker_mypage .maker_mypage_mainmenu_wrapper .maker_mypage_mainmenus {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .maker_mypage .maker_mypage_mainmenu_wrapper .maker_mypage_mainmenus .maker_mypage_mainmenu .maker_mypage_mainmenu_button {
    text-align: center;
  }
  .maker_mypage .maker_mypage_mainmenu_wrapper .maker_mypage_mainmenus .maker_mypage_mainmenu .maker_mypage_mainmenu_description {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }
  .maker_mypage .maker_mypage_mainmenu_wrapper .maker_mypage_mainmenus .maker_mypage_mainmenu .maker_mypage_mainmenu_arraivals {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }
  .maker_mypage form .messages {
    line-height: 1.6;
  }

  /*************************************************************************
   * 共通部品: テーブル
   *************************************************************************/
  table.table100 {
    width: 100%;
  }

  table.table th {
    padding: 8px 16px;
  }
  table.table td {
    padding: 8px 16px;
  }

  table.table-wide {
    width: 100%;
  }

  th.id {
    width: 64px;
  }

  td.id {
    width: 64px;
    text-align: center;
  }

  th.datetime {
    width: 160px;
  }

  td.datetime {
    width: 160px;
    text-align: center;
  }

  th.date {
    width: 80px;
  }

  td.date {
    width: 80px;
    text-align: center;
  }

  th.status {
    width: 32px;
  }

  td.status {
    width: 32px;
    text-align: center;
  }

  th.approval {
    min-width: 500px;
  }

  td.approval {
    min-width: 500px;
  }
  td.approval .email {
    line-height: 1.6;
  }

  th.phone {
    min-width: 120px;
  }

  td.phone {
    min-width: 120px;
    text-align: center;
  }

  th.available, td.available {
    width: 4em;
    text-align: center;
  }

  th.buttons2, td.buttons2 {
    width: 10em;
    text-align: center;
  }

  th.field-name, td.field-name {
    width: 12rem;
    background-color: none;
    word-wrap: none;
  }

  /*************************************************************************
   * メーカーマイページ
   *************************************************************************/
  .maker_mypage .maker_mypage_description {
    font-size: 14px;
    line-height: 20px;
  }
 #makerProductsOrder  {
    margin-bottom: 30px;
    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;
    }

  /*************************************************************************
   * メーカーマイページ - 閲覧履歴
   *************************************************************************/
  .maker_mypage .logs_wrapper {
    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;
  }
  .maker_mypage .logs_wrapper .logs_calendar {
    width: 150px;
  }
  .maker_mypage .logs_wrapper .logs {
    width: 800px;
  }

  /*************************************************************************
   * メーカーマイページ - 紹介文変更
   *************************************************************************/
  .maker_mypage #form_message {
    width: calc(1000px - 16px);
    height: 200px;
  }

  /*************************************************************************
   * メーカーマイページ - 製品一覧
   *************************************************************************/
  .maker_mypage .products {
    margin-bottom: 30px;
    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;
  }
  .maker_mypage .products .product_wrapper {
    margin-bottom: 40px;
  }
  .maker_mypage .products .product_wrapper .product {
    padding: 20px;
    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;
    width: 440px;
  }
  .maker_mypage .products .product_wrapper .product .product_image {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .maker_mypage .products .product_wrapper .product .product_descriptions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .maker_mypage .products .product_wrapper .product .product_descriptions .product_button {
    text-align: center;
  }

  /*************************************************************************
   * メーカーマイページ - 製品並べ替え
   *************************************************************************/
  .maker_mypage .products_order {
    margin-bottom: 30px;
  }
  .maker_mypage .products_order .product_wrapper {
    margin-bottom: 20px;
  }
  .maker_mypage .products_order .product_wrapper .product {
    margin: 0 auto;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 440px;
  }
  .maker_mypage .products_order .product_wrapper .product .product_image {
    margin-right: 16px;
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .maker_mypage .products_order .product_wrapper .product .product_descriptions .product_categories {
    margin-bottom: 8px;
  }

  /*************************************************************************
   * メーカーマイページ - お問い合わせ
   *************************************************************************/
  .maker_mypage .maker_inquiry .maker_inquiry_title {
    margin-bottom: 4px;
  }
  .maker_mypage .maker_inquiry .maker_inquiry_title:before {
    content: '■';
  }
  .maker_mypage .maker_inquiry .maker_inquiry_content {
    margin-bottom: 8px;
  }
  .maker_mypage .maker_inquiry .maker_inquiry_content [type="text"],
  .maker_mypage .maker_inquiry .maker_inquiry_content [type="email"],
  .maker_mypage .maker_inquiry .maker_inquiry_content textarea {
    width: 100%;
    border: 1px solid #aaaaaa;
  }

  /*************************************************************************
   * メーカーマイページ - 製品詳細
   *************************************************************************/
  .maker_mypage .product_detail .product_image {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .maker_mypage .product_detail .product_image_large {
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .thumbnail_preview {
    width: 210px;
    height: 210px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
	#makerProductImages .limit {
		text-align: center;
		padding: 16px 0px;
		font-weight: bold;
		color: #cc0000;
		background-color: #FFD7D7;
	}

  /*************************************************************************
   * お問い合わせフォーム
   *************************************************************************/
  /*************************************************************************
   * タグページ
   *************************************************************************/
  .categories_tag .categories_tag_header {
    margin-bottom: 40px;
    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;
  }
  .categories_tag .categories_tag_header .categories_tag_info {
    width: 570px;
  }
  .categories_tag .categories_tag_header .categories_tag_info .categories_tag_info_sub {
    font-size: 14px;
    font-weight: normal;
  }
  .categories_tag .categories_tag_header .categories_tag_info .categories_tag_info_category {
    font-size: 20px;
    font-weight: bold;
  }
  .categories_tag .categories_tag_header .categories_tag_info .categories_tag_info_tag {
    font-size: 24px;
    font-weight: bold;
  }
  .categories_tag .categories_tag_header .categories_tag_info .categories_tag_info_number {
    font-size: 24px;
    font-weight: bold;
  }
  .categories_tag .categories_tag_header .categories_tag_ancestors {
    margin-top: 5px;
    padding: 8px;
    border-radius: 5px;
    width: 380px;
    font-size: 14px;
    line-height: 1.8em;
    background-color: #E5EDFD;
  }
  .categories_tag .categories_tag_header .categories_tag_ancestors .categories_tag_ancestors_title {
    margin-bottom: 15px;
    padding-top: 3px;
    border-radius: 3px;
    color: #333333;
    background-color: #B6CAF4;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8em;
    text-align: center;
  }
  .categories_tag .categories_tag_header .categories_tag_ancestors .categories_tag_ancestor {
    margin-bottom: 4px;
    padding-left: 10px;
  }
  .categories_tag .categories_tag_subs_wrapper .categories_tag_subs_title {
    margin-bottom: 15px;
    padding-top: 5px;
    font-size: 20px;
    text-align: center;
  }
  .categories_tag .categories_tag_subs_wrapper .categories_tag_subs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .categories_tag .categories_tag_subs_wrapper .categories_tag_subs .categories_tag_sub {
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 8px;
    padding: 5px;
    border-radius: 5px;
    color: #555555;
    background-color: #E5EDFD;
  }
  .categories_tag .categories_tag_products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .categories_tag .categories_tag_products .categories_tag_product {
    margin-bottom: 30px;
    width: 220px;
    border: 1px solid #D4D4D4;
  }
  .categories_tag .categories_tag_products .categories_tag_product a {
    display: block;
    font-size: 14px;
    line-height: 1.4;
  }
  .categories_tag .categories_tag_products .categories_tag_product a .categories_tag_product_image {
    width: 220px;
    height: 165px;
  }
  .categories_tag .categories_tag_products .categories_tag_product a .categories_tag_product_name {
    margin-bottom: 5px;
    padding: 5px;
    min-height: 60px;
  }
  .categories_tag .categories_tag_products .categories_tag_product a .categories_tag_product_maker {
    padding: 8px;
    /*height: 30px;*/
    background-color: #E9E9E9;
  }

  /*************************************************************************
   * カテゴリ下部リンクリスト
   *************************************************************************/
  .category_linkbox1 {
    width: 760px;
    margin-bottom: 25px;
    padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
    border: 0px solid #CDCDCD;
    border-radius: 15px;
    background-color: #F0F0F0;
    margin-top: 60px;
  }
  .category_linkbox1 .category_linkbox_title {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #B9B9B9;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .category_linkbox1 li {
    width: 160px;
    float: left;
    font-size: 11px;
    margin-bottom: 3px;
    border-right: 1px solid #CBCBCB;
    padding-right: 5px;
    margin-right: 10px;
    list-style: none;
  }
  .category_linkbox1 .clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0;
  }
}
@media screen and (max-width: 767px) {
  /**
   * レスポンシブ対応
   */
  .pc {
    display: none;
  }

  /**
   * 入力コントロール
   */
  [type="text"],
  [type="email"],
  [type="url"],
  [type="number"],
  [type="password"],
  textarea {
    padding: 10px;
    width: calc(100% - 20px);
  }

  [type="radio"],
  [type="checkbox"] {
    margin-right: 4px;
  }

  /**
   * SP用部品
   */
  body {
    font-size: 16px;
    line-height: 1.5;
  }

  button,
  .button {
    padding: 10px 40px;
  }

  button_small,
  .button_small {
    padding: 4px 8px;
    font-size: 12px;
  }

  .content_wrapper .content .left iframe {
  	width: 100%;
  }
  .content_wrapper .content .left .catalogs .catalog a {
  	box-sizing: border-box;
  }
  .content_wrapper .content .left .contact_now_wrapper a {
  	box-sizing: border-box;
  }
  .content_wrapper .content .left .products a {
  	box-sizing: border-box;
  }

	#request_kokuchi {
		width: 88%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
		font-size: 0.9em;
		line-height: 1.8em;
	}
	#request_kokuchi p {
		text-align: center;
		font-weight: bold;
	}
	#request_kokuchi span.link a {
		font-size: 1.1em;
		font-weight: bold;
		text-decoration: underline;
	}
	#request_kokuchi.small {
		font-size: 14px;
		width: 60%;
		line-height: 1.6em;
		letter-spacing: 1px;
		color: #555555;
	}
	#request_kokuchi br.sp {
		display: none;
	}


}
/*************************************************************************
 * 共通部品: 固定幅、固定高、マージントップ、マージンボトム
 *************************************************************************/
.fw-100em {
  width: -100em;
}

.fh-100em {
  height: -100em;
}

.ml-100em {
  margin-left: -100em;
}

.mt-100em {
  margin-top: -100em;
}

.mr-100em {
  margin-right: -100em;
}

.mb-100em {
  margin-bottom: -100em;
}

.fw-99em {
  width: -99em;
}

.fh-99em {
  height: -99em;
}

.ml-99em {
  margin-left: -99em;
}

.mt-99em {
  margin-top: -99em;
}

.mr-99em {
  margin-right: -99em;
}

.mb-99em {
  margin-bottom: -99em;
}

.fw-98em {
  width: -98em;
}

.fh-98em {
  height: -98em;
}

.ml-98em {
  margin-left: -98em;
}

.mt-98em {
  margin-top: -98em;
}

.mr-98em {
  margin-right: -98em;
}

.mb-98em {
  margin-bottom: -98em;
}

.fw-97em {
  width: -97em;
}

.fh-97em {
  height: -97em;
}

.ml-97em {
  margin-left: -97em;
}

.mt-97em {
  margin-top: -97em;
}

.mr-97em {
  margin-right: -97em;
}

.mb-97em {
  margin-bottom: -97em;
}

.fw-96em {
  width: -96em;
}

.fh-96em {
  height: -96em;
}


.ml-96em {
  margin-left: -96em;
}

.mt-96em {
  margin-top: -96em;
}

.mr-96em {
  margin-right: -96em;
}

.mb-96em {
  margin-bottom: -96em;
}

.fw-95em {
  width: -95em;
}

.fh-95em {
  height: -95em;
}

.ml-95em {
  margin-left: -95em;
}

.mt-95em {
  margin-top: -95em;
}

.mr-95em {
  margin-right: -95em;
}

.mb-95em {
  margin-bottom: -95em;
}

.fw-94em {
  width: -94em;
}

.fh-94em {
  height: -94em;
}

.ml-94em {
  margin-left: -94em;
}

.mt-94em {
  margin-top: -94em;
}

.mr-94em {
  margin-right: -94em;
}

.mb-94em {
  margin-bottom: -94em;
}

.fw-93em {
  width: -93em;
}

.fh-93em {
  height: -93em;
}

.ml-93em {
  margin-left: -93em;
}

.mt-93em {
  margin-top: -93em;
}

.mr-93em {
  margin-right: -93em;
}

.mb-93em {
  margin-bottom: -93em;
}

.fw-92em {
  width: -92em;
}

.fh-92em {
  height: -92em;
}

.ml-92em {
  margin-left: -92em;
}

.mt-92em {
  margin-top: -92em;
}

.mr-92em {
  margin-right: -92em;
}

.mb-92em {
  margin-bottom: -92em;
}

.fw-91em {
  width: -91em;
}

.fh-91em {
  height: -91em;
}

.ml-91em {
  margin-left: -91em;
}

.mt-91em {
  margin-top: -91em;
}

.mr-91em {
  margin-right: -91em;
}

.mb-91em {
  margin-bottom: -91em;
}

.fw-90em {
  width: -90em;
}

.fh-90em {
  height: -90em;
}

.ml-90em {
  margin-left: -90em;
}

.mt-90em {
  margin-top: -90em;
}

.mr-90em {
  margin-right: -90em;
}

.mb-90em {
  margin-bottom: -90em;
}

.fw-89em {
  width: -89em;
}

.fh-89em {
  height: -89em;
}

.ml-89em {
  margin-left: -89em;
}

.mt-89em {
  margin-top: -89em;
}

.mr-89em {
  margin-right: -89em;
}

.mb-89em {
  margin-bottom: -89em;
}

.fw-88em {
  width: -88em;
}

.fh-88em {
  height: -88em;
}

.ml-88em {
  margin-left: -88em;
}

.mt-88em {
  margin-top: -88em;
}

.mr-88em {
  margin-right: -88em;
}

.mb-88em {
  margin-bottom: -88em;
}

.fw-87em {
  width: -87em;
}

.fh-87em {
  height: -87em;
}

.ml-87em {
  margin-left: -87em;
}

.mt-87em {
  margin-top: -87em;
}

.mr-87em {
  margin-right: -87em;
}

.mb-87em {
  margin-bottom: -87em;
}

.fw-86em {
  width: -86em;
}

.fh-86em {
  height: -86em;
}

.ml-86em {
  margin-left: -86em;
}

.mt-86em {
  margin-top: -86em;
}

.mr-86em {
  margin-right: -86em;
}

.mb-86em {
  margin-bottom: -86em;
}

.fw-85em {
  width: -85em;
}

.fh-85em {
  height: -85em;
}

.ml-85em {
  margin-left: -85em;
}

.mt-85em {
  margin-top: -85em;
}

.mr-85em {
  margin-right: -85em;
}

.mb-85em {
  margin-bottom: -85em;
}

.fw-84em {
  width: -84em;
}

.fh-84em {
  height: -84em;
}

.ml-84em {
  margin-left: -84em;
}

.mt-84em {
  margin-top: -84em;
}

.mr-84em {
  margin-right: -84em;
}

.mb-84em {
  margin-bottom: -84em;
}

.fw-83em {
  width: -83em;
}

.fh-83em {
  height: -83em;
}

.ml-83em {
  margin-left: -83em;
}

.mt-83em {
  margin-top: -83em;
}

.mr-83em {
  margin-right: -83em;
}

.mb-83em {
  margin-bottom: -83em;
}

.fw-82em {
  width: -82em;
}

.fh-82em {
  height: -82em;
}

.ml-82em {
  margin-left: -82em;
}

.mt-82em {
  margin-top: -82em;
}

.mr-82em {
  margin-right: -82em;
}

.mb-82em {
  margin-bottom: -82em;
}

.fw-81em {
  width: -81em;
}

.fh-81em {
  height: -81em;
}

.ml-81em {
  margin-left: -81em;
}

.mt-81em {
  margin-top: -81em;
}

.mr-81em {
  margin-right: -81em;
}

.mb-81em {
  margin-bottom: -81em;
}

.fw-80em {
  width: -80em;
}

.fh-80em {
  height: -80em;
}

.ml-80em {
  margin-left: -80em;
}

.mt-80em {
  margin-top: -80em;
}

.mr-80em {
  margin-right: -80em;
}

.mb-80em {
  margin-bottom: -80em;
}

.fw-79em {
  width: -79em;
}

.fh-79em {
  height: -79em;
}

.ml-79em {
  margin-left: -79em;
}

.mt-79em {
  margin-top: -79em;
}

.mr-79em {
  margin-right: -79em;
}

.mb-79em {
  margin-bottom: -79em;
}

.fw-78em {
  width: -78em;
}

.fh-78em {
  height: -78em;
}

.ml-78em {
  margin-left: -78em;
}

.mt-78em {
  margin-top: -78em;
}

.mr-78em {
  margin-right: -78em;
}

.mb-78em {
  margin-bottom: -78em;
}

.fw-77em {
  width: -77em;
}

.fh-77em {
  height: -77em;
}

.ml-77em {
  margin-left: -77em;
}

.mt-77em {
  margin-top: -77em;
}

.mr-77em {
  margin-right: -77em;
}

.mb-77em {
  margin-bottom: -77em;
}

.fw-76em {
  width: -76em;
}

.fh-76em {
  height: -76em;
}

.ml-76em {
  margin-left: -76em;
}

.mt-76em {
  margin-top: -76em;
}

.mr-76em {
  margin-right: -76em;
}

.mb-76em {
  margin-bottom: -76em;
}

.fw-75em {
  width: -75em;
}

.fh-75em {
  height: -75em;
}

.ml-75em {
  margin-left: -75em;
}

.mt-75em {
  margin-top: -75em;
}

.mr-75em {
  margin-right: -75em;
}

.mb-75em {
  margin-bottom: -75em;
}

.fw-74em {
  width: -74em;
}

.fh-74em {
  height: -74em;
}

.ml-74em {
  margin-left: -74em;
}

.mt-74em {
  margin-top: -74em;
}

.mr-74em {
  margin-right: -74em;
}

.mb-74em {
  margin-bottom: -74em;
}

.fw-73em {
  width: -73em;
}

.fh-73em {
  height: -73em;
}

.ml-73em {
  margin-left: -73em;
}

.mt-73em {
  margin-top: -73em;
}

.mr-73em {
  margin-right: -73em;
}

.mb-73em {
  margin-bottom: -73em;
}

.fw-72em {
  width: -72em;
}

.fh-72em {
  height: -72em;
}

.ml-72em {
  margin-left: -72em;
}

.mt-72em {
  margin-top: -72em;
}

.mr-72em {
  margin-right: -72em;
}

.mb-72em {
  margin-bottom: -72em;
}

.fw-71em {
  width: -71em;
}

.fh-71em {
  height: -71em;
}

.ml-71em {
  margin-left: -71em;
}

.mt-71em {
  margin-top: -71em;
}

.mr-71em {
  margin-right: -71em;
}

.mb-71em {
  margin-bottom: -71em;
}

.fw-70em {
  width: -70em;
}

.fh-70em {
  height: -70em;
}

.ml-70em {
  margin-left: -70em;
}

.mt-70em {
  margin-top: -70em;
}

.mr-70em {
  margin-right: -70em;
}

.mb-70em {
  margin-bottom: -70em;
}

.fw-69em {
  width: -69em;
}

.fh-69em {
  height: -69em;
}

.ml-69em {
  margin-left: -69em;
}

.mt-69em {
  margin-top: -69em;
}

.mr-69em {
  margin-right: -69em;
}

.mb-69em {
  margin-bottom: -69em;
}

.fw-68em {
  width: -68em;
}

.fh-68em {
  height: -68em;
}

.ml-68em {
  margin-left: -68em;
}

.mt-68em {
  margin-top: -68em;
}

.mr-68em {
  margin-right: -68em;
}

.mb-68em {
  margin-bottom: -68em;
}

.fw-67em {
  width: -67em;
}

.fh-67em {
  height: -67em;
}

.ml-67em {
  margin-left: -67em;
}

.mt-67em {
  margin-top: -67em;
}

.mr-67em {
  margin-right: -67em;
}

.mb-67em {
  margin-bottom: -67em;
}

.fw-66em {
  width: -66em;
}

.fh-66em {
  height: -66em;
}

.ml-66em {
  margin-left: -66em;
}

.mt-66em {
  margin-top: -66em;
}

.mr-66em {
  margin-right: -66em;
}

.mb-66em {
  margin-bottom: -66em;
}

.fw-65em {
  width: -65em;
}

.fh-65em {
  height: -65em;
}

.ml-65em {
  margin-left: -65em;
}

.mt-65em {
  margin-top: -65em;
}

.mr-65em {
  margin-right: -65em;
}

.mb-65em {
  margin-bottom: -65em;
}

.fw-64em {
  width: -64em;
}

.fh-64em {
  height: -64em;
}

.ml-64em {
  margin-left: -64em;
}

.mt-64em {
  margin-top: -64em;
}

.mr-64em {
  margin-right: -64em;
}

.mb-64em {
  margin-bottom: -64em;
}

.fw-63em {
  width: -63em;
}

.fh-63em {
  height: -63em;
}

.ml-63em {
  margin-left: -63em;
}

.mt-63em {
  margin-top: -63em;
}

.mr-63em {
  margin-right: -63em;
}

.mb-63em {
  margin-bottom: -63em;
}

.fw-62em {
  width: -62em;
}

.fh-62em {
  height: -62em;
}

.ml-62em {
  margin-left: -62em;
}

.mt-62em {
  margin-top: -62em;
}

.mr-62em {
  margin-right: -62em;
}

.mb-62em {
  margin-bottom: -62em;
}

.fw-61em {
  width: -61em;
}

.fh-61em {
  height: -61em;
}

.ml-61em {
  margin-left: -61em;
}

.mt-61em {
  margin-top: -61em;
}

.mr-61em {
  margin-right: -61em;
}

.mb-61em {
  margin-bottom: -61em;
}

.fw-60em {
  width: -60em;
}

.fh-60em {
  height: -60em;
}

.ml-60em {
  margin-left: -60em;
}

.mt-60em {
  margin-top: -60em;
}

.mr-60em {
  margin-right: -60em;
}

.mb-60em {
  margin-bottom: -60em;
}

.fw-59em {
  width: -59em;
}

.fh-59em {
  height: -59em;
}

.ml-59em {
  margin-left: -59em;
}

.mt-59em {
  margin-top: -59em;
}

.mr-59em {
  margin-right: -59em;
}

.mb-59em {
  margin-bottom: -59em;
}

.fw-58em {
  width: -58em;
}

.fh-58em {
  height: -58em;
}

.ml-58em {
  margin-left: -58em;
}

.mt-58em {
  margin-top: -58em;
}

.mr-58em {
  margin-right: -58em;
}

.mb-58em {
  margin-bottom: -58em;
}

.fw-57em {
  width: -57em;
}

.fh-57em {
  height: -57em;
}

.ml-57em {
  margin-left: -57em;
}

.mt-57em {
  margin-top: -57em;
}

.mr-57em {
  margin-right: -57em;
}

.mb-57em {
  margin-bottom: -57em;
}

.fw-56em {
  width: -56em;
}

.fh-56em {
  height: -56em;
}

.ml-56em {
  margin-left: -56em;
}

.mt-56em {
  margin-top: -56em;
}

.mr-56em {
  margin-right: -56em;
}

.mb-56em {
  margin-bottom: -56em;
}

.fw-55em {
  width: -55em;
}

.fh-55em {
  height: -55em;
}

.ml-55em {
  margin-left: -55em;
}

.mt-55em {
  margin-top: -55em;
}

.mr-55em {
  margin-right: -55em;
}

.mb-55em {
  margin-bottom: -55em;
}

.fw-54em {
  width: -54em;
}

.fh-54em {
  height: -54em;
}

.ml-54em {
  margin-left: -54em;
}

.mt-54em {
  margin-top: -54em;
}

.mr-54em {
  margin-right: -54em;
}

.mb-54em {
  margin-bottom: -54em;
}

.fw-53em {
  width: -53em;
}

.fh-53em {
  height: -53em;
}

.ml-53em {
  margin-left: -53em;
}

.mt-53em {
  margin-top: -53em;
}

.mr-53em {
  margin-right: -53em;
}

.mb-53em {
  margin-bottom: -53em;
}

.fw-52em {
  width: -52em;
}

.fh-52em {
  height: -52em;
}

.ml-52em {
  margin-left: -52em;
}

.mt-52em {
  margin-top: -52em;
}

.mr-52em {
  margin-right: -52em;
}

.mb-52em {
  margin-bottom: -52em;
}

.fw-51em {
  width: -51em;
}

.fh-51em {
  height: -51em;
}

.ml-51em {
  margin-left: -51em;
}

.mt-51em {
  margin-top: -51em;
}

.mr-51em {
  margin-right: -51em;
}

.mb-51em {
  margin-bottom: -51em;
}

.fw-50em {
  width: -50em;
}

.fh-50em {
  height: -50em;
}

.ml-50em {
  margin-left: -50em;
}

.mt-50em {
  margin-top: -50em;
}

.mr-50em {
  margin-right: -50em;
}

.mb-50em {
  margin-bottom: -50em;
}

.fw-49em {
  width: -49em;
}

.fh-49em {
  height: -49em;
}

.ml-49em {
  margin-left: -49em;
}

.mt-49em {
  margin-top: -49em;
}

.mr-49em {
  margin-right: -49em;
}

.mb-49em {
  margin-bottom: -49em;
}

.fw-48em {
  width: -48em;
}

.fh-48em {
  height: -48em;
}

.ml-48em {
  margin-left: -48em;
}

.mt-48em {
  margin-top: -48em;
}

.mr-48em {
  margin-right: -48em;
}

.mb-48em {
  margin-bottom: -48em;
}

.fw-47em {
  width: -47em;
}

.fh-47em {
  height: -47em;
}

.ml-47em {
  margin-left: -47em;
}

.mt-47em {
  margin-top: -47em;
}

.mr-47em {
  margin-right: -47em;
}

.mb-47em {
  margin-bottom: -47em;
}

.fw-46em {
  width: -46em;
}

.fh-46em {
  height: -46em;
}

.ml-46em {
  margin-left: -46em;
}

.mt-46em {
  margin-top: -46em;
}

.mr-46em {
  margin-right: -46em;
}

.mb-46em {
  margin-bottom: -46em;
}

.fw-45em {
  width: -45em;
}

.fh-45em {
  height: -45em;
}

.ml-45em {
  margin-left: -45em;
}

.mt-45em {
  margin-top: -45em;
}

.mr-45em {
  margin-right: -45em;
}

.mb-45em {
  margin-bottom: -45em;
}

.fw-44em {
  width: -44em;
}

.fh-44em {
  height: -44em;
}

.ml-44em {
  margin-left: -44em;
}

.mt-44em {
  margin-top: -44em;
}

.mr-44em {
  margin-right: -44em;
}

.mb-44em {
  margin-bottom: -44em;
}

.fw-43em {
  width: -43em;
}

.fh-43em {
  height: -43em;
}

.ml-43em {
  margin-left: -43em;
}

.mt-43em {
  margin-top: -43em;
}

.mr-43em {
  margin-right: -43em;
}

.mb-43em {
  margin-bottom: -43em;
}

.fw-42em {
  width: -42em;
}

.fh-42em {
  height: -42em;
}

.ml-42em {
  margin-left: -42em;
}

.mt-42em {
  margin-top: -42em;
}

.mr-42em {
  margin-right: -42em;
}

.mb-42em {
  margin-bottom: -42em;
}

.fw-41em {
  width: -41em;
}

.fh-41em {
  height: -41em;
}

.ml-41em {
  margin-left: -41em;
}

.mt-41em {
  margin-top: -41em;
}

.mr-41em {
  margin-right: -41em;
}

.mb-41em {
  margin-bottom: -41em;
}

.fw-40em {
  width: -40em;
}

.fh-40em {
  height: -40em;
}

.ml-40em {
  margin-left: -40em;
}

.mt-40em {
  margin-top: -40em;
}


.mr-40em {
  margin-right: -40em;
}

.mb-40em {
  margin-bottom: -40em;
}

.fw-39em {
  width: -39em;
}

.fh-39em {
  height: -39em;
}

.ml-39em {
  margin-left: -39em;
}

.mt-39em {
  margin-top: -39em;
}

.mr-39em {
  margin-right: -39em;
}

.mb-39em {
  margin-bottom: -39em;
}

.fw-38em {
  width: -38em;
}

.fh-38em {
  height: -38em;
}

.ml-38em {
  margin-left: -38em;
}

.mt-38em {
  margin-top: -38em;
}

.mr-38em {
  margin-right: -38em;
}

.mb-38em {
  margin-bottom: -38em;
}

.fw-37em {
  width: -37em;
}

.fh-37em {
  height: -37em;
}

.ml-37em {
  margin-left: -37em;
}

.mt-37em {
  margin-top: -37em;
}

.mr-37em {
  margin-right: -37em;
}

.mb-37em {
  margin-bottom: -37em;
}

.fw-36em {
  width: -36em;
}

.fh-36em {
  height: -36em;
}

.ml-36em {
  margin-left: -36em;
}

.mt-36em {
  margin-top: -36em;
}

.mr-36em {
  margin-right: -36em;
}

.mb-36em {
  margin-bottom: -36em;
}

.fw-35em {
  width: -35em;
}

.fh-35em {
  height: -35em;
}

.ml-35em {
  margin-left: -35em;
}

.mt-35em {
  margin-top: -35em;
}

.mr-35em {
  margin-right: -35em;
}

.mb-35em {
  margin-bottom: -35em;
}

.fw-34em {
  width: -34em;
}

.fh-34em {
  height: -34em;
}

.ml-34em {
  margin-left: -34em;
}

.mt-34em {
  margin-top: -34em;
}

.mr-34em {
  margin-right: -34em;
}

.mb-34em {
  margin-bottom: -34em;
}

.fw-33em {
  width: -33em;
}

.fh-33em {
  height: -33em;
}

.ml-33em {
  margin-left: -33em;
}

.mt-33em {
  margin-top: -33em;
}

.mr-33em {
  margin-right: -33em;
}

.mb-33em {
  margin-bottom: -33em;
}

.fw-32em {
  width: -32em;
}

.fh-32em {
  height: -32em;
}

.ml-32em {
  margin-left: -32em;
}

.mt-32em {
  margin-top: -32em;
}

.mr-32em {
  margin-right: -32em;
}

.mb-32em {
  margin-bottom: -32em;
}

.fw-31em {
  width: -31em;
}

.fh-31em {
  height: -31em;
}

.ml-31em {
  margin-left: -31em;
}

.mt-31em {
  margin-top: -31em;
}

.mr-31em {
  margin-right: -31em;
}

.mb-31em {
  margin-bottom: -31em;
}

.fw-30em {
  width: -30em;
}

.fh-30em {
  height: -30em;
}

.ml-30em {
  margin-left: -30em;
}

.mt-30em {
  margin-top: -30em;
}

.mr-30em {
  margin-right: -30em;
}

.mb-30em {
  margin-bottom: -30em;
}

.fw-29em {
  width: -29em;
}

.fh-29em {
  height: -29em;
}

.ml-29em {
  margin-left: -29em;
}

.mt-29em {
  margin-top: -29em;
}

.mr-29em {
  margin-right: -29em;
}

.mb-29em {
  margin-bottom: -29em;
}

.fw-28em {
  width: -28em;
}

.fh-28em {
  height: -28em;
}

.ml-28em {
  margin-left: -28em;
}

.mt-28em {
  margin-top: -28em;
}

.mr-28em {
  margin-right: -28em;
}

.mb-28em {
  margin-bottom: -28em;
}

.fw-27em {
  width: -27em;
}

.fh-27em {
  height: -27em;
}

.ml-27em {
  margin-left: -27em;
}

.mt-27em {
  margin-top: -27em;
}

.mr-27em {
  margin-right: -27em;
}

.mb-27em {
  margin-bottom: -27em;
}

.fw-26em {
  width: -26em;
}

.fh-26em {
  height: -26em;
}

.ml-26em {
  margin-left: -26em;
}

.mt-26em {
  margin-top: -26em;
}

.mr-26em {
  margin-right: -26em;
}

.mb-26em {
  margin-bottom: -26em;
}

.fw-25em {
  width: -25em;
}

.fh-25em {
  height: -25em;
}

.ml-25em {
  margin-left: -25em;
}

.mt-25em {
  margin-top: -25em;
}

.mr-25em {
  margin-right: -25em;
}

.mb-25em {
  margin-bottom: -25em;
}

.fw-24em {
  width: -24em;
}

.fh-24em {
  height: -24em;
}

.ml-24em {
  margin-left: -24em;
}

.mt-24em {
  margin-top: -24em;
}

.mr-24em {
  margin-right: -24em;
}

.mb-24em {
  margin-bottom: -24em;
}

.fw-23em {
  width: -23em;
}

.fh-23em {
  height: -23em;
}

.ml-23em {
  margin-left: -23em;
}

.mt-23em {
  margin-top: -23em;
}

.mr-23em {
  margin-right: -23em;
}

.mb-23em {
  margin-bottom: -23em;
}

.fw-22em {
  width: -22em;
}

.fh-22em {
  height: -22em;
}

.ml-22em {
  margin-left: -22em;
}

.mt-22em {
  margin-top: -22em;
}

.mr-22em {
  margin-right: -22em;
}

.mb-22em {
  margin-bottom: -22em;
}

.fw-21em {
  width: -21em;
}

.fh-21em {
  height: -21em;
}

.ml-21em {
  margin-left: -21em;
}

.mt-21em {
  margin-top: -21em;
}

.mr-21em {
  margin-right: -21em;
}

.mb-21em {
  margin-bottom: -21em;
}

.fw-20em {
  width: -20em;
}

.fh-20em {
  height: -20em;
}

.ml-20em {
  margin-left: -20em;
}

.mt-20em {
  margin-top: -20em;
}

.mr-20em {
  margin-right: -20em;
}

.mb-20em {
  margin-bottom: -20em;
}

.fw-19em {
  width: -19em;
}

.fh-19em {
  height: -19em;
}

.ml-19em {
  margin-left: -19em;
}

.mt-19em {
  margin-top: -19em;
}

.mr-19em {
  margin-right: -19em;
}

.mb-19em {
  margin-bottom: -19em;
}

.fw-18em {
  width: -18em;
}

.fh-18em {
  height: -18em;
}

.ml-18em {
  margin-left: -18em;
}

.mt-18em {
  margin-top: -18em;
}

.mr-18em {
  margin-right: -18em;
}

.mb-18em {
  margin-bottom: -18em;
}

.fw-17em {
  width: -17em;
}

.fh-17em {
  height: -17em;
}

.ml-17em {
  margin-left: -17em;
}

.mt-17em {
  margin-top: -17em;
}

.mr-17em {
  margin-right: -17em;
}

.mb-17em {
  margin-bottom: -17em;
}

.fw-16em {
  width: -16em;
}

.fh-16em {
  height: -16em;
}

.ml-16em {
  margin-left: -16em;
}

.mt-16em {
  margin-top: -16em;
}

.mr-16em {
  margin-right: -16em;
}

.mb-16em {
  margin-bottom: -16em;
}

.fw-15em {
  width: -15em;
}

.fh-15em {
  height: -15em;
}

.ml-15em {
  margin-left: -15em;
}

.mt-15em {
  margin-top: -15em;
}

.mr-15em {
  margin-right: -15em;
}

.mb-15em {
  margin-bottom: -15em;
}

.fw-14em {
  width: -14em;
}

.fh-14em {
  height: -14em;
}

.ml-14em {
  margin-left: -14em;
}

.mt-14em {
  margin-top: -14em;
}

.mr-14em {
  margin-right: -14em;
}

.mb-14em {
  margin-bottom: -14em;
}

.fw-13em {
  width: -13em;
}

.fh-13em {
  height: -13em;
}

.ml-13em {
  margin-left: -13em;
}

.mt-13em {
  margin-top: -13em;
}

.mr-13em {
  margin-right: -13em;
}

.mb-13em {
  margin-bottom: -13em;
}

.fw-12em {
  width: -12em;
}

.fh-12em {
  height: -12em;
}

.ml-12em {
  margin-left: -12em;
}

.mt-12em {
  margin-top: -12em;
}

.mr-12em {
  margin-right: -12em;
}

.mb-12em {
  margin-bottom: -12em;
}

.fw-11em {
  width: -11em;
}

.fh-11em {
  height: -11em;
}

.ml-11em {
  margin-left: -11em;
}

.mt-11em {
  margin-top: -11em;
}

.mr-11em {
  margin-right: -11em;
}

.mb-11em {
  margin-bottom: -11em;
}

.fw-10em {
  width: -10em;
}

.fh-10em {
  height: -10em;
}

.ml-10em {
  margin-left: -10em;
}

.mt-10em {
  margin-top: -10em;
}

.mr-10em {
  margin-right: -10em;
}

.mb-10em {
  margin-bottom: -10em;
}

.fw-9em {
  width: -9em;
}

.fh-9em {
  height: -9em;
}

.ml-9em {
  margin-left: -9em;
}

.mt-9em {
  margin-top: -9em;
}

.mr-9em {
  margin-right: -9em;
}

.mb-9em {
  margin-bottom: -9em;
}

.fw-8em {
  width: -8em;
}

.fh-8em {
  height: -8em;
}

.ml-8em {
  margin-left: -8em;
}

.mt-8em {
  margin-top: -8em;
}

.mr-8em {
  margin-right: -8em;
}

.mb-8em {
  margin-bottom: -8em;
}

.fw-7em {
  width: -7em;
}

.fh-7em {
  height: -7em;
}

.ml-7em {
  margin-left: -7em;
}

.mt-7em {
  margin-top: -7em;
}

.mr-7em {
  margin-right: -7em;
}

.mb-7em {
  margin-bottom: -7em;
}

.fw-6em {
  width: -6em;
}

.fh-6em {
  height: -6em;
}

.ml-6em {
  margin-left: -6em;
}

.mt-6em {
  margin-top: -6em;
}

.mr-6em {
  margin-right: -6em;
}

.mb-6em {
  margin-bottom: -6em;
}

.fw-5em {
  width: -5em;
}

.fh-5em {
  height: -5em;
}

.ml-5em {
  margin-left: -5em;
}

.mt-5em {
  margin-top: -5em;
}

.mr-5em {
  margin-right: -5em;
}

.mb-5em {
  margin-bottom: -5em;
}

.fw-4em {
  width: -4em;
}

.fh-4em {
  height: -4em;
}

.ml-4em {
  margin-left: -4em;
}

.mt-4em {
  margin-top: -4em;
}

.mr-4em {
  margin-right: -4em;
}

.mb-4em {
  margin-bottom: -4em;
}

.fw-3em {
  width: -3em;
}

.fh-3em {
  height: -3em;
}

.ml-3em {
  margin-left: -3em;
}

.mt-3em {
  margin-top: -3em;
}

.mr-3em {
  margin-right: -3em;
}

.mb-3em {
  margin-bottom: -3em;
}

.fw-2em {
  width: -2em;
}

.fh-2em {
  height: -2em;
}

.ml-2em {
  margin-left: -2em;
}

.mt-2em {
  margin-top: -2em;
}

.mr-2em {
  margin-right: -2em;
}

.mb-2em {
  margin-bottom: -2em;
}

.fw-1em {
  width: -1em;
}

.fh-1em {
  height: -1em;
}

.ml-1em {
  margin-left: -1em;
}

.mt-1em {
  margin-top: -1em;
}

.mr-1em {
  margin-right: -1em;
}

.mb-1em {
  margin-bottom: -1em;
}

.fw0em {
  width: 0em;
}

.fh0em {
  height: 0em;
}

.ml0em {
  margin-left: 0em;
}

.mt0em {
  margin-top: 0em;
}

.mr0em {
  margin-right: 0em;
}

.mb0em {
  margin-bottom: 0em;
}

.fw1em {
  width: 1em;
}

.fh1em {
  height: 1em;
}

.ml1em {
  margin-left: 1em;
}

.mt1em {
  margin-top: 1em;
}

.mr1em {
  margin-right: 1em;
}

.mb1em {
  margin-bottom: 1em;
}

.fw2em {
  width: 2em;
}

.fh2em {
  height: 2em;
}

.ml2em {
  margin-left: 2em;
}

.mt2em {
  margin-top: 2em;
}

.mr2em {
  margin-right: 2em;
}

.mb2em {
  margin-bottom: 2em;
}

.fw3em {
  width: 3em;
}

.fh3em {
  height: 3em;
}

.ml3em {
  margin-left: 3em;
}

.mt3em {
  margin-top: 3em;
}

.mr3em {
  margin-right: 3em;
}

.mb3em {
  margin-bottom: 3em;
}

.fw4em {
  width: 4em;
}

.fh4em {
  height: 4em;
}

.ml4em {
  margin-left: 4em;
}

.mt4em {
  margin-top: 4em;
}

.mr4em {
  margin-right: 4em;
}

.mb4em {
  margin-bottom: 4em;
}

.fw5em {
  width: 5em;
}

.fh5em {
  height: 5em;
}

.ml5em {
  margin-left: 5em;
}

.mt5em {
  margin-top: 5em;
}

.mr5em {
  margin-right: 5em;
}

.mb5em {
  margin-bottom: 5em;
}

.fw6em {
  width: 6em;
}

.fh6em {
  height: 6em;
}

.ml6em {
  margin-left: 6em;
}

.mt6em {
  margin-top: 6em;
}

.mr6em {
  margin-right: 6em;
}

.mb6em {
  margin-bottom: 6em;
}

.fw7em {
  width: 7em;
}

.fh7em {
  height: 7em;
}

.ml7em {
  margin-left: 7em;
}

.mt7em {
  margin-top: 7em;
}

.mr7em {
  margin-right: 7em;
}

.mb7em {
  margin-bottom: 7em;
}

.fw8em {
  width: 8em;
}

.fh8em {
  height: 8em;
}

.ml8em {
  margin-left: 8em;
}

.mt8em {
  margin-top: 8em;
}

.mr8em {
  margin-right: 8em;
}

.mb8em {
  margin-bottom: 8em;
}

.fw9em {
  width: 9em;
}

.fh9em {
  height: 9em;
}

.ml9em {
  margin-left: 9em;
}

.mt9em {
  margin-top: 9em;
}

.mr9em {
  margin-right: 9em;
}

.mb9em {
  margin-bottom: 9em;
}

.fw10em {
  width: 10em;
}

.fh10em {
  height: 10em;
}

.ml10em {
  margin-left: 10em;
}

.mt10em {
  margin-top: 10em;
}

.mr10em {
  margin-right: 10em;
}

.mb10em {
  margin-bottom: 10em;
}

.fw11em {
  width: 11em;
}

.fh11em {
  height: 11em;
}

.ml11em {
  margin-left: 11em;
}

.mt11em {
  margin-top: 11em;
}

.mr11em {
  margin-right: 11em;
}

.mb11em {
  margin-bottom: 11em;
}

.fw12em {
  width: 12em;
}

.fh12em {
  height: 12em;
}

.ml12em {
  margin-left: 12em;
}

.mt12em {
  margin-top: 12em;
}

.mr12em {
  margin-right: 12em;
}

.mb12em {
  margin-bottom: 12em;
}

.fw13em {
  width: 13em;
}

.fh13em {
  height: 13em;
}

.ml13em {
  margin-left: 13em;
}

.mt13em {
  margin-top: 13em;
}

.mr13em {
  margin-right: 13em;
}

.mb13em {
  margin-bottom: 13em;
}

.fw14em {
  width: 14em;
}

.fh14em {
  height: 14em;
}

.ml14em {
  margin-left: 14em;
}

.mt14em {
  margin-top: 14em;
}

.mr14em {
  margin-right: 14em;
}

.mb14em {
  margin-bottom: 14em;
}

.fw15em {
  width: 15em;
}

.fh15em {
  height: 15em;
}

.ml15em {
  margin-left: 15em;
}

.mt15em {
  margin-top: 15em;
}

.mr15em {
  margin-right: 15em;
}

.mb15em {
  margin-bottom: 15em;
}

.fw16em {
  width: 16em;
}

.fh16em {
  height: 16em;
}

.ml16em {
  margin-left: 16em;
}

.mt16em {
  margin-top: 16em;
}

.mr16em {
  margin-right: 16em;
}

.mb16em {
  margin-bottom: 16em;
}

.fw17em {
  width: 17em;
}

.fh17em {
  height: 17em;
}

.ml17em {
  margin-left: 17em;
}

.mt17em {
  margin-top: 17em;
}

.mr17em {
  margin-right: 17em;
}

.mb17em {
  margin-bottom: 17em;
}

.fw18em {
  width: 18em;
}

.fh18em {
  height: 18em;
}

.ml18em {
  margin-left: 18em;
}

.mt18em {
  margin-top: 18em;
}

.mr18em {
  margin-right: 18em;
}

.mb18em {
  margin-bottom: 18em;
}

.fw19em {
  width: 19em;
}

.fh19em {
  height: 19em;
}

.ml19em {
  margin-left: 19em;
}

.mt19em {
  margin-top: 19em;
}

.mr19em {
  margin-right: 19em;
}

.mb19em {
  margin-bottom: 19em;
}

.fw20em {
  width: 20em;
}

.fh20em {
  height: 20em;
}

.ml20em {
  margin-left: 20em;
}

.mt20em {
  margin-top: 20em;
}

.mr20em {
  margin-right: 20em;
}

.mb20em {
  margin-bottom: 20em;
}

.fw21em {
  width: 21em;
}

.fh21em {
  height: 21em;
}

.ml21em {
  margin-left: 21em;
}

.mt21em {
  margin-top: 21em;
}

.mr21em {
  margin-right: 21em;
}

.mb21em {
  margin-bottom: 21em;
}

.fw22em {
  width: 22em;
}

.fh22em {
  height: 22em;
}

.ml22em {
  margin-left: 22em;
}

.mt22em {
  margin-top: 22em;
}

.mr22em {
  margin-right: 22em;
}

.mb22em {
  margin-bottom: 22em;
}

.fw23em {
  width: 23em;
}

.fh23em {
  height: 23em;
}

.ml23em {
  margin-left: 23em;
}

.mt23em {
  margin-top: 23em;
}

.mr23em {
  margin-right: 23em;
}

.mb23em {
  margin-bottom: 23em;
}

.fw24em {
  width: 24em;
}

.fh24em {
  height: 24em;
}

.ml24em {
  margin-left: 24em;
}

.mt24em {
  margin-top: 24em;
}

.mr24em {
  margin-right: 24em;
}

.mb24em {
  margin-bottom: 24em;
}

.fw25em {
  width: 25em;
}

.fh25em {
  height: 25em;
}

.ml25em {
  margin-left: 25em;
}

.mt25em {
  margin-top: 25em;
}

.mr25em {
  margin-right: 25em;
}

.mb25em {
  margin-bottom: 25em;
}

.fw26em {
  width: 26em;
}

.fh26em {
  height: 26em;
}

.ml26em {
  margin-left: 26em;
}

.mt26em {
  margin-top: 26em;
}

.mr26em {
  margin-right: 26em;
}

.mb26em {
  margin-bottom: 26em;
}

.fw27em {
  width: 27em;
}

.fh27em {
  height: 27em;
}

.ml27em {
  margin-left: 27em;
}

.mt27em {
  margin-top: 27em;
}

.mr27em {
  margin-right: 27em;
}

.mb27em {
  margin-bottom: 27em;
}

.fw28em {
  width: 28em;
}

.fh28em {
  height: 28em;
}

.ml28em {
  margin-left: 28em;
}

.mt28em {
  margin-top: 28em;
}

.mr28em {
  margin-right: 28em;
}

.mb28em {
  margin-bottom: 28em;
}

.fw29em {
  width: 29em;
}

.fh29em {
  height: 29em;
}

.ml29em {
  margin-left: 29em;
}

.mt29em {
  margin-top: 29em;
}

.mr29em {
  margin-right: 29em;
}

.mb29em {
  margin-bottom: 29em;
}

.fw30em {
  width: 30em;
}

.fh30em {
  height: 30em;
}

.ml30em {
  margin-left: 30em;
}

.mt30em {
  margin-top: 30em;
}

.mr30em {
  margin-right: 30em;
}

.mb30em {
  margin-bottom: 30em;
}

.fw31em {
  width: 31em;
}

.fh31em {
  height: 31em;
}

.ml31em {
  margin-left: 31em;
}

.mt31em {
  margin-top: 31em;
}

.mr31em {
  margin-right: 31em;
}

.mb31em {
  margin-bottom: 31em;
}

.fw32em {
  width: 32em;
}

.fh32em {
  height: 32em;
}

.ml32em {
  margin-left: 32em;
}

.mt32em {
  margin-top: 32em;
}

.mr32em {
  margin-right: 32em;
}

.mb32em {
  margin-bottom: 32em;
}

.fw33em {
  width: 33em;
}

.fh33em {
  height: 33em;
}

.ml33em {
  margin-left: 33em;
}

.mt33em {
  margin-top: 33em;
}

.mr33em {
  margin-right: 33em;
}

.mb33em {
  margin-bottom: 33em;
}

.fw34em {
  width: 34em;
}

.fh34em {
  height: 34em;
}

.ml34em {
  margin-left: 34em;
}

.mt34em {
  margin-top: 34em;
}

.mr34em {
  margin-right: 34em;
}

.mb34em {
  margin-bottom: 34em;
}

.fw35em {
  width: 35em;
}

.fh35em {
  height: 35em;
}

.ml35em {
  margin-left: 35em;
}

.mt35em {
  margin-top: 35em;
}

.mr35em {
  margin-right: 35em;
}

.mb35em {
  margin-bottom: 35em;
}

.fw36em {
  width: 36em;
}

.fh36em {
  height: 36em;
}

.ml36em {
  margin-left: 36em;
}

.mt36em {
  margin-top: 36em;
}

.mr36em {
  margin-right: 36em;
}

.mb36em {
  margin-bottom: 36em;
}

.fw37em {
  width: 37em;
}

.fh37em {
  height: 37em;
}

.ml37em {
  margin-left: 37em;
}

.mt37em {
  margin-top: 37em;
}

.mr37em {
  margin-right: 37em;
}

.mb37em {
  margin-bottom: 37em;
}

.fw38em {
  width: 38em;
}

.fh38em {
  height: 38em;
}

.ml38em {
  margin-left: 38em;
}

.mt38em {
  margin-top: 38em;
}

.mr38em {
  margin-right: 38em;
}

.mb38em {
  margin-bottom: 38em;
}

.fw39em {
  width: 39em;
}

.fh39em {
  height: 39em;
}

.ml39em {
  margin-left: 39em;
}

.mt39em {
  margin-top: 39em;
}

.mr39em {
  margin-right: 39em;
}

.mb39em {
  margin-bottom: 39em;
}

.fw40em {
  width: 40em;
}

.fh40em {
  height: 40em;
}

.ml40em {
  margin-left: 40em;
}

.mt40em {
  margin-top: 40em;
}

.mr40em {
  margin-right: 40em;
}

.mb40em {
  margin-bottom: 40em;
}

.fw41em {
  width: 41em;
}

.fh41em {
  height: 41em;
}

.ml41em {
  margin-left: 41em;
}

.mt41em {
  margin-top: 41em;
}

.mr41em {
  margin-right: 41em;
}

.mb41em {
  margin-bottom: 41em;
}

.fw42em {
  width: 42em;
}

.fh42em {
  height: 42em;
}

.ml42em {
  margin-left: 42em;
}

.mt42em {
  margin-top: 42em;
}

.mr42em {
  margin-right: 42em;
}

.mb42em {
  margin-bottom: 42em;
}

.fw43em {
  width: 43em;
}

.fh43em {
  height: 43em;
}

.ml43em {
  margin-left: 43em;
}

.mt43em {
  margin-top: 43em;
}

.mr43em {
  margin-right: 43em;
}

.mb43em {
  margin-bottom: 43em;
}

.fw44em {
  width: 44em;
}

.fh44em {
  height: 44em;
}

.ml44em {
  margin-left: 44em;
}

.mt44em {
  margin-top: 44em;
}

.mr44em {
  margin-right: 44em;
}

.mb44em {
  margin-bottom: 44em;
}

.fw45em {
  width: 45em;
}

.fh45em {
  height: 45em;
}

.ml45em {
  margin-left: 45em;
}

.mt45em {
  margin-top: 45em;
}

.mr45em {
  margin-right: 45em;
}

.mb45em {
  margin-bottom: 45em;
}

.fw46em {
  width: 46em;
}

.fh46em {
  height: 46em;
}

.ml46em {
  margin-left: 46em;
}

.mt46em {
  margin-top: 46em;
}

.mr46em {
  margin-right: 46em;
}

.mb46em {
  margin-bottom: 46em;
}

.fw47em {
  width: 47em;
}

.fh47em {
  height: 47em;
}

.ml47em {
  margin-left: 47em;
}

.mt47em {
  margin-top: 47em;
}

.mr47em {
  margin-right: 47em;
}

.mb47em {
  margin-bottom: 47em;
}

.fw48em {
  width: 48em;
}

.fh48em {
  height: 48em;
}

.ml48em {
  margin-left: 48em;
}

.mt48em {
  margin-top: 48em;
}

.mr48em {
  margin-right: 48em;
}

.mb48em {
  margin-bottom: 48em;
}

.fw49em {
  width: 49em;
}

.fh49em {
  height: 49em;
}

.ml49em {
  margin-left: 49em;
}

.mt49em {
  margin-top: 49em;
}

.mr49em {
  margin-right: 49em;
}

.mb49em {
  margin-bottom: 49em;
}

.fw50em {
  width: 50em;
}

.fh50em {
  height: 50em;
}

.ml50em {
  margin-left: 50em;
}

.mt50em {
  margin-top: 50em;
}

.mr50em {
  margin-right: 50em;
}

.mb50em {
  margin-bottom: 50em;
}

.fw51em {
  width: 51em;
}

.fh51em {
  height: 51em;
}

.ml51em {
  margin-left: 51em;
}

.mt51em {
  margin-top: 51em;
}

.mr51em {
  margin-right: 51em;
}

.mb51em {
  margin-bottom: 51em;
}

.fw52em {
  width: 52em;
}

.fh52em {
  height: 52em;
}

.ml52em {
  margin-left: 52em;
}

.mt52em {
  margin-top: 52em;
}

.mr52em {
  margin-right: 52em;
}

.mb52em {
  margin-bottom: 52em;
}

.fw53em {
  width: 53em;
}

.fh53em {
  height: 53em;
}

.ml53em {
  margin-left: 53em;
}

.mt53em {
  margin-top: 53em;
}

.mr53em {
  margin-right: 53em;
}

.mb53em {
  margin-bottom: 53em;
}

.fw54em {
  width: 54em;
}

.fh54em {
  height: 54em;
}

.ml54em {
  margin-left: 54em;
}

.mt54em {
  margin-top: 54em;
}

.mr54em {
  margin-right: 54em;
}

.mb54em {
  margin-bottom: 54em;
}

.fw55em {
  width: 55em;
}

.fh55em {
  height: 55em;
}

.ml55em {
  margin-left: 55em;
}

.mt55em {
  margin-top: 55em;
}

.mr55em {
  margin-right: 55em;
}

.mb55em {
  margin-bottom: 55em;
}

.fw56em {
  width: 56em;
}

.fh56em {
  height: 56em;
}

.ml56em {
  margin-left: 56em;
}

.mt56em {
  margin-top: 56em;
}

.mr56em {
  margin-right: 56em;
}

.mb56em {
  margin-bottom: 56em;
}

.fw57em {
  width: 57em;
}

.fh57em {
  height: 57em;
}

.ml57em {
  margin-left: 57em;
}

.mt57em {
  margin-top: 57em;
}

.mr57em {
  margin-right: 57em;
}

.mb57em {
  margin-bottom: 57em;
}

.fw58em {
  width: 58em;
}

.fh58em {
  height: 58em;
}

.ml58em {
  margin-left: 58em;
}

.mt58em {
  margin-top: 58em;
}

.mr58em {
  margin-right: 58em;
}

.mb58em {
  margin-bottom: 58em;
}

.fw59em {
  width: 59em;
}

.fh59em {
  height: 59em;
}

.ml59em {
  margin-left: 59em;
}

.mt59em {
  margin-top: 59em;
}

.mr59em {
  margin-right: 59em;
}

.mb59em {
  margin-bottom: 59em;
}

.fw60em {
  width: 60em;
}

.fh60em {
  height: 60em;
}

.ml60em {
  margin-left: 60em;
}

.mt60em {
  margin-top: 60em;
}

.mr60em {
  margin-right: 60em;
}

.mb60em {
  margin-bottom: 60em;
}

.fw61em {
  width: 61em;
}

.fh61em {
  height: 61em;
}

.ml61em {
  margin-left: 61em;
}

.mt61em {
  margin-top: 61em;
}

.mr61em {
  margin-right: 61em;
}

.mb61em {
  margin-bottom: 61em;
}

.fw62em {
  width: 62em;
}

.fh62em {
  height: 62em;
}

.ml62em {
  margin-left: 62em;
}

.mt62em {
  margin-top: 62em;
}

.mr62em {
  margin-right: 62em;
}

.mb62em {
  margin-bottom: 62em;
}

.fw63em {
  width: 63em;
}

.fh63em {
  height: 63em;
}

.ml63em {
  margin-left: 63em;
}

.mt63em {
  margin-top: 63em;
}

.mr63em {
  margin-right: 63em;
}

.mb63em {
  margin-bottom: 63em;
}

.fw64em {
  width: 64em;
}

.fh64em {
  height: 64em;
}

.ml64em {
  margin-left: 64em;
}

.mt64em {
  margin-top: 64em;
}

.mr64em {
  margin-right: 64em;
}

.mb64em {
  margin-bottom: 64em;
}

.fw65em {
  width: 65em;
}

.fh65em {
  height: 65em;
}

.ml65em {
  margin-left: 65em;
}

.mt65em {
  margin-top: 65em;
}

.mr65em {
  margin-right: 65em;
}

.mb65em {
  margin-bottom: 65em;
}

.fw66em {
  width: 66em;
}

.fh66em {
  height: 66em;
}

.ml66em {
  margin-left: 66em;
}

.mt66em {
  margin-top: 66em;
}

.mr66em {
  margin-right: 66em;
}

.mb66em {
  margin-bottom: 66em;
}

.fw67em {
  width: 67em;
}

.fh67em {
  height: 67em;
}

.ml67em {
  margin-left: 67em;
}

.mt67em {
  margin-top: 67em;
}

.mr67em {
  margin-right: 67em;
}

.mb67em {
  margin-bottom: 67em;
}

.fw68em {
  width: 68em;
}

.fh68em {
  height: 68em;
}

.ml68em {
  margin-left: 68em;
}

.mt68em {
  margin-top: 68em;
}

.mr68em {
  margin-right: 68em;
}

.mb68em {
  margin-bottom: 68em;
}

.fw69em {
  width: 69em;
}

.fh69em {
  height: 69em;
}

.ml69em {
  margin-left: 69em;
}

.mt69em {
  margin-top: 69em;
}

.mr69em {
  margin-right: 69em;
}

.mb69em {
  margin-bottom: 69em;
}

.fw70em {
  width: 70em;
}

.fh70em {
  height: 70em;
}

.ml70em {
  margin-left: 70em;
}

.mt70em {
  margin-top: 70em;
}

.mr70em {
  margin-right: 70em;
}

.mb70em {
  margin-bottom: 70em;
}

.fw71em {
  width: 71em;
}

.fh71em {
  height: 71em;
}

.ml71em {
  margin-left: 71em;
}

.mt71em {
  margin-top: 71em;
}

.mr71em {
  margin-right: 71em;
}

.mb71em {
  margin-bottom: 71em;
}

.fw72em {
  width: 72em;
}

.fh72em {
  height: 72em;
}

.ml72em {
  margin-left: 72em;
}

.mt72em {
  margin-top: 72em;
}

.mr72em {
  margin-right: 72em;
}

.mb72em {
  margin-bottom: 72em;
}

.fw73em {
  width: 73em;
}

.fh73em {
  height: 73em;
}

.ml73em {
  margin-left: 73em;
}

.mt73em {
  margin-top: 73em;
}

.mr73em {
  margin-right: 73em;
}

.mb73em {
  margin-bottom: 73em;
}

.fw74em {
  width: 74em;
}

.fh74em {
  height: 74em;
}

.ml74em {
  margin-left: 74em;
}

.mt74em {
  margin-top: 74em;
}

.mr74em {
  margin-right: 74em;
}

.mb74em {
  margin-bottom: 74em;
}

.fw75em {
  width: 75em;
}

.fh75em {
  height: 75em;
}

.ml75em {
  margin-left: 75em;
}

.mt75em {
  margin-top: 75em;
}

.mr75em {
  margin-right: 75em;
}

.mb75em {
  margin-bottom: 75em;
}

.fw76em {
  width: 76em;
}

.fh76em {
  height: 76em;
}

.ml76em {
  margin-left: 76em;
}

.mt76em {
  margin-top: 76em;
}

.mr76em {
  margin-right: 76em;
}

.mb76em {
  margin-bottom: 76em;
}

.fw77em {
  width: 77em;
}

.fh77em {
  height: 77em;
}

.ml77em {
  margin-left: 77em;
}

.mt77em {
  margin-top: 77em;
}

.mr77em {
  margin-right: 77em;
}

.mb77em {
  margin-bottom: 77em;
}

.fw78em {
  width: 78em;
}

.fh78em {
  height: 78em;
}

.ml78em {
  margin-left: 78em;
}

.mt78em {
  margin-top: 78em;
}

.mr78em {
  margin-right: 78em;
}

.mb78em {
  margin-bottom: 78em;
}

.fw79em {
  width: 79em;
}

.fh79em {
  height: 79em;
}

.ml79em {
  margin-left: 79em;
}

.mt79em {
  margin-top: 79em;
}

.mr79em {
  margin-right: 79em;
}

.mb79em {
  margin-bottom: 79em;
}

.fw80em {
  width: 80em;
}

.fh80em {
  height: 80em;
}

.ml80em {
  margin-left: 80em;
}

.mt80em {
  margin-top: 80em;
}

.mr80em {
  margin-right: 80em;
}

.mb80em {
  margin-bottom: 80em;
}

.fw81em {
  width: 81em;
}

.fh81em {
  height: 81em;
}

.ml81em {
  margin-left: 81em;
}

.mt81em {
  margin-top: 81em;
}

.mr81em {
  margin-right: 81em;
}

.mb81em {
  margin-bottom: 81em;
}

.fw82em {
  width: 82em;
}

.fh82em {
  height: 82em;
}

.ml82em {
  margin-left: 82em;
}

.mt82em {
  margin-top: 82em;
}

.mr82em {
  margin-right: 82em;
}

.mb82em {
  margin-bottom: 82em;
}

.fw83em {
  width: 83em;
}

.fh83em {
  height: 83em;
}

.ml83em {
  margin-left: 83em;
}

.mt83em {
  margin-top: 83em;
}

.mr83em {
  margin-right: 83em;
}

.mb83em {
  margin-bottom: 83em;
}

.fw84em {
  width: 84em;
}

.fh84em {
  height: 84em;
}

.ml84em {
  margin-left: 84em;
}

.mt84em {
  margin-top: 84em;
}

.mr84em {
  margin-right: 84em;
}

.mb84em {
  margin-bottom: 84em;
}

.fw85em {
  width: 85em;
}

.fh85em {
  height: 85em;
}

.ml85em {
  margin-left: 85em;
}

.mt85em {
  margin-top: 85em;
}

.mr85em {
  margin-right: 85em;
}

.mb85em {
  margin-bottom: 85em;
}

.fw86em {
  width: 86em;
}

.fh86em {
  height: 86em;
}

.ml86em {
  margin-left: 86em;
}

.mt86em {
  margin-top: 86em;
}

.mr86em {
  margin-right: 86em;
}

.mb86em {
  margin-bottom: 86em;
}

.fw87em {
  width: 87em;
}

.fh87em {
  height: 87em;
}

.ml87em {
  margin-left: 87em;
}

.mt87em {
  margin-top: 87em;
}

.mr87em {
  margin-right: 87em;
}

.mb87em {
  margin-bottom: 87em;
}

.fw88em {
  width: 88em;
}

.fh88em {
  height: 88em;
}

.ml88em {
  margin-left: 88em;
}

.mt88em {
  margin-top: 88em;
}

.mr88em {
  margin-right: 88em;
}

.mb88em {
  margin-bottom: 88em;
}

.fw89em {
  width: 89em;
}

.fh89em {
  height: 89em;
}

.ml89em {
  margin-left: 89em;
}

.mt89em {
  margin-top: 89em;
}

.mr89em {
  margin-right: 89em;
}

.mb89em {
  margin-bottom: 89em;
}

.fw90em {
  width: 90em;
}

.fh90em {
  height: 90em;
}

.ml90em {
  margin-left: 90em;

}

.mt90em {
  margin-top: 90em;
}

.mr90em {
  margin-right: 90em;
}

.mb90em {
  margin-bottom: 90em;
}

.fw91em {
  width: 91em;
}

.fh91em {
  height: 91em;
}

.ml91em {
  margin-left: 91em;
}

.mt91em {
  margin-top: 91em;
}

.mr91em {
  margin-right: 91em;
}

.mb91em {
  margin-bottom: 91em;
}

.fw92em {
  width: 92em;
}

.fh92em {
  height: 92em;
}

.ml92em {
  margin-left: 92em;
}

.mt92em {
  margin-top: 92em;
}

.mr92em {
  margin-right: 92em;
}

.mb92em {
  margin-bottom: 92em;
}

.fw93em {
  width: 93em;
}

.fh93em {
  height: 93em;
}

.ml93em {
  margin-left: 93em;
}

.mt93em {
  margin-top: 93em;
}

.mr93em {
  margin-right: 93em;
}

.mb93em {
  margin-bottom: 93em;
}

.fw94em {
  width: 94em;
}

.fh94em {
  height: 94em;
}

.ml94em {
  margin-left: 94em;
}

.mt94em {
  margin-top: 94em;
}

.mr94em {
  margin-right: 94em;
}

.mb94em {
  margin-bottom: 94em;
}

.fw95em {
  width: 95em;
}

.fh95em {
  height: 95em;
}

.ml95em {
  margin-left: 95em;
}

.mt95em {
  margin-top: 95em;
}

.mr95em {
  margin-right: 95em;
}

.mb95em {
  margin-bottom: 95em;
}

.fw96em {
  width: 96em;
}

.fh96em {
  height: 96em;
}

.ml96em {
  margin-left: 96em;
}

.mt96em {
  margin-top: 96em;
}

.mr96em {
  margin-right: 96em;
}

.mb96em {
  margin-bottom: 96em;
}

.fw97em {
  width: 97em;
}

.fh97em {
  height: 97em;
}

.ml97em {
  margin-left: 97em;
}

.mt97em {
  margin-top: 97em;
}

.mr97em {
  margin-right: 97em;
}

.mb97em {
  margin-bottom: 97em;
}

.fw98em {
  width: 98em;
}

.fh98em {
  height: 98em;
}

.ml98em {
  margin-left: 98em;
}

.mt98em {
  margin-top: 98em;
}

.mr98em {
  margin-right: 98em;
}

.mb98em {
  margin-bottom: 98em;
}

.fw99em {
  width: 99em;
}

.fh99em {
  height: 99em;
}

.ml99em {
  margin-left: 99em;
}

.mt99em {
  margin-top: 99em;
}

.mr99em {
  margin-right: 99em;
}

.mb99em {
  margin-bottom: 99em;
}

.fw100em {
  width: 100em;
}

.fh100em {
  height: 100em;
}

.ml100em {
  margin-left: 100em;
}

.mt100em {
  margin-top: 100em;
}

.mr100em {
  margin-right: 100em;
}

.mb100em {
  margin-bottom: 100em;
}

.fs-100px {
  font-size: -100px;
}

.fw-100px {
  width: -100px;
}

.fh-100px {
  height: -100px;
}

.ml-100 {
  margin-left: -100px;
}

.mt-100 {
  margin-top: -100px;
}

.mr-100 {
  margin-right: -100px;
}

.mb-100 {
  margin-bottom: -100px;
}

.fs-99px {
  font-size: -99px;
}

.fw-99px {
  width: -99px;
}

.fh-99px {
  height: -99px;
}

.ml-99 {
  margin-left: -99px;
}

.mt-99 {
  margin-top: -99px;
}

.mr-99 {
  margin-right: -99px;
}

.mb-99 {
  margin-bottom: -99px;
}

.fs-98px {
  font-size: -98px;
}

.fw-98px {
  width: -98px;
}

.fh-98px {
  height: -98px;
}

.ml-98 {
  margin-left: -98px;
}

.mt-98 {
  margin-top: -98px;
}

.mr-98 {
  margin-right: -98px;
}

.mb-98 {
  margin-bottom: -98px;
}

.fs-97px {
  font-size: -97px;
}

.fw-97px {
  width: -97px;
}

.fh-97px {
  height: -97px;
}

.ml-97 {
  margin-left: -97px;
}

.mt-97 {
  margin-top: -97px;
}

.mr-97 {
  margin-right: -97px;
}

.mb-97 {
  margin-bottom: -97px;
}

.fs-96px {
  font-size: -96px;
}

.fw-96px {
  width: -96px;
}

.fh-96px {
  height: -96px;
}

.ml-96 {
  margin-left: -96px;
}

.mt-96 {
  margin-top: -96px;
}

.mr-96 {
  margin-right: -96px;
}

.mb-96 {
  margin-bottom: -96px;
}

.fs-95px {
  font-size: -95px;
}

.fw-95px {
  width: -95px;
}

.fh-95px {
  height: -95px;
}

.ml-95 {
  margin-left: -95px;
}

.mt-95 {
  margin-top: -95px;
}

.mr-95 {
  margin-right: -95px;
}

.mb-95 {
  margin-bottom: -95px;
}

.fs-94px {
  font-size: -94px;
}

.fw-94px {
  width: -94px;
}

.fh-94px {
  height: -94px;
}

.ml-94 {
  margin-left: -94px;
}

.mt-94 {
  margin-top: -94px;
}

.mr-94 {
  margin-right: -94px;
}

.mb-94 {
  margin-bottom: -94px;
}

.fs-93px {
  font-size: -93px;
}

.fw-93px {
  width: -93px;
}

.fh-93px {
  height: -93px;
}

.ml-93 {
  margin-left: -93px;
}

.mt-93 {
  margin-top: -93px;
}

.mr-93 {
  margin-right: -93px;
}

.mb-93 {
  margin-bottom: -93px;
}

.fs-92px {
  font-size: -92px;
}

.fw-92px {
  width: -92px;
}

.fh-92px {
  height: -92px;
}

.ml-92 {
  margin-left: -92px;
}

.mt-92 {
  margin-top: -92px;
}

.mr-92 {
  margin-right: -92px;
}

.mb-92 {
  margin-bottom: -92px;
}

.fs-91px {
  font-size: -91px;
}

.fw-91px {
  width: -91px;
}

.fh-91px {
  height: -91px;
}

.ml-91 {
  margin-left: -91px;
}

.mt-91 {
  margin-top: -91px;
}

.mr-91 {
  margin-right: -91px;
}

.mb-91 {
  margin-bottom: -91px;
}

.fs-90px {
  font-size: -90px;
}

.fw-90px {
  width: -90px;
}

.fh-90px {
  height: -90px;
}

.ml-90 {
  margin-left: -90px;
}

.mt-90 {
  margin-top: -90px;
}

.mr-90 {
  margin-right: -90px;
}

.mb-90 {
  margin-bottom: -90px;
}

.fs-89px {
  font-size: -89px;
}

.fw-89px {
  width: -89px;
}

.fh-89px {
  height: -89px;
}

.ml-89 {
  margin-left: -89px;
}

.mt-89 {
  margin-top: -89px;
}

.mr-89 {
  margin-right: -89px;
}

.mb-89 {
  margin-bottom: -89px;
}

.fs-88px {
  font-size: -88px;
}

.fw-88px {
  width: -88px;
}

.fh-88px {
  height: -88px;
}

.ml-88 {
  margin-left: -88px;
}

.mt-88 {
  margin-top: -88px;
}

.mr-88 {
  margin-right: -88px;
}

.mb-88 {
  margin-bottom: -88px;
}

.fs-87px {
  font-size: -87px;
}

.fw-87px {
  width: -87px;
}

.fh-87px {
  height: -87px;
}

.ml-87 {
  margin-left: -87px;
}

.mt-87 {
  margin-top: -87px;
}

.mr-87 {
  margin-right: -87px;
}

.mb-87 {
  margin-bottom: -87px;
}

.fs-86px {
  font-size: -86px;
}

.fw-86px {
  width: -86px;
}

.fh-86px {
  height: -86px;
}

.ml-86 {
  margin-left: -86px;
}

.mt-86 {
  margin-top: -86px;
}

.mr-86 {
  margin-right: -86px;
}

.mb-86 {
  margin-bottom: -86px;
}

.fs-85px {
  font-size: -85px;
}

.fw-85px {
  width: -85px;
}

.fh-85px {
  height: -85px;
}

.ml-85 {
  margin-left: -85px;
}

.mt-85 {
  margin-top: -85px;
}

.mr-85 {
  margin-right: -85px;
}

.mb-85 {
  margin-bottom: -85px;
}

.fs-84px {
  font-size: -84px;
}

.fw-84px {
  width: -84px;
}

.fh-84px {
  height: -84px;
}

.ml-84 {
  margin-left: -84px;
}

.mt-84 {
  margin-top: -84px;
}

.mr-84 {
  margin-right: -84px;
}

.mb-84 {
  margin-bottom: -84px;
}

.fs-83px {
  font-size: -83px;
}

.fw-83px {
  width: -83px;
}

.fh-83px {
  height: -83px;
}

.ml-83 {
  margin-left: -83px;
}

.mt-83 {
  margin-top: -83px;
}

.mr-83 {
  margin-right: -83px;
}

.mb-83 {
  margin-bottom: -83px;
}

.fs-82px {
  font-size: -82px;
}

.fw-82px {
  width: -82px;
}

.fh-82px {
  height: -82px;
}

.ml-82 {
  margin-left: -82px;
}

.mt-82 {
  margin-top: -82px;
}

.mr-82 {
  margin-right: -82px;
}

.mb-82 {
  margin-bottom: -82px;
}

.fs-81px {
  font-size: -81px;
}

.fw-81px {
  width: -81px;
}

.fh-81px {
  height: -81px;
}

.ml-81 {
  margin-left: -81px;
}

.mt-81 {
  margin-top: -81px;
}

.mr-81 {
  margin-right: -81px;
}

.mb-81 {
  margin-bottom: -81px;
}

.fs-80px {
  font-size: -80px;
}

.fw-80px {
  width: -80px;
}

.fh-80px {
  height: -80px;
}

.ml-80 {
  margin-left: -80px;
}

.mt-80 {
  margin-top: -80px;
}

.mr-80 {
  margin-right: -80px;
}

.mb-80 {
  margin-bottom: -80px;
}

.fs-79px {
  font-size: -79px;
}

.fw-79px {
  width: -79px;
}

.fh-79px {
  height: -79px;
}

.ml-79 {
  margin-left: -79px;
}

.mt-79 {
  margin-top: -79px;
}

.mr-79 {
  margin-right: -79px;
}

.mb-79 {
  margin-bottom: -79px;
}

.fs-78px {
  font-size: -78px;
}

.fw-78px {
  width: -78px;
}

.fh-78px {
  height: -78px;
}

.ml-78 {
  margin-left: -78px;
}

.mt-78 {
  margin-top: -78px;
}

.mr-78 {
  margin-right: -78px;
}

.mb-78 {
  margin-bottom: -78px;
}

.fs-77px {
  font-size: -77px;
}

.fw-77px {
  width: -77px;
}

.fh-77px {
  height: -77px;
}

.ml-77 {
  margin-left: -77px;
}

.mt-77 {
  margin-top: -77px;
}

.mr-77 {
  margin-right: -77px;
}

.mb-77 {
  margin-bottom: -77px;
}

.fs-76px {
  font-size: -76px;
}

.fw-76px {
  width: -76px;
}

.fh-76px {
  height: -76px;
}

.ml-76 {
  margin-left: -76px;
}

.mt-76 {
  margin-top: -76px;
}

.mr-76 {
  margin-right: -76px;
}

.mb-76 {
  margin-bottom: -76px;
}

.fs-75px {
  font-size: -75px;
}

.fw-75px {
  width: -75px;
}

.fh-75px {
  height: -75px;
}

.ml-75 {
  margin-left: -75px;
}

.mt-75 {
  margin-top: -75px;
}

.mr-75 {
  margin-right: -75px;
}

.mb-75 {
  margin-bottom: -75px;
}

.fs-74px {
  font-size: -74px;
}

.fw-74px {
  width: -74px;
}

.fh-74px {
  height: -74px;
}

.ml-74 {
  margin-left: -74px;
}

.mt-74 {
  margin-top: -74px;
}

.mr-74 {
  margin-right: -74px;
}

.mb-74 {
  margin-bottom: -74px;
}

.fs-73px {
  font-size: -73px;
}

.fw-73px {
  width: -73px;
}

.fh-73px {
  height: -73px;
}

.ml-73 {
  margin-left: -73px;
}

.mt-73 {
  margin-top: -73px;
}

.mr-73 {
  margin-right: -73px;
}

.mb-73 {
  margin-bottom: -73px;
}

.fs-72px {
  font-size: -72px;
}

.fw-72px {
  width: -72px;
}

.fh-72px {
  height: -72px;
}

.ml-72 {
  margin-left: -72px;
}

.mt-72 {
  margin-top: -72px;
}

.mr-72 {
  margin-right: -72px;
}

.mb-72 {
  margin-bottom: -72px;
}

.fs-71px {
  font-size: -71px;
}

.fw-71px {
  width: -71px;
}

.fh-71px {
  height: -71px;
}

.ml-71 {
  margin-left: -71px;
}

.mt-71 {
  margin-top: -71px;
}

.mr-71 {
  margin-right: -71px;
}

.mb-71 {
  margin-bottom: -71px;
}

.fs-70px {
  font-size: -70px;
}

.fw-70px {
  width: -70px;
}

.fh-70px {
  height: -70px;
}

.ml-70 {
  margin-left: -70px;
}

.mt-70 {
  margin-top: -70px;
}

.mr-70 {
  margin-right: -70px;
}

.mb-70 {
  margin-bottom: -70px;
}

.fs-69px {
  font-size: -69px;
}

.fw-69px {
  width: -69px;
}

.fh-69px {
  height: -69px;
}

.ml-69 {
  margin-left: -69px;
}

.mt-69 {
  margin-top: -69px;
}

.mr-69 {
  margin-right: -69px;
}

.mb-69 {
  margin-bottom: -69px;
}

.fs-68px {
  font-size: -68px;
}

.fw-68px {
  width: -68px;
}

.fh-68px {
  height: -68px;
}

.ml-68 {
  margin-left: -68px;
}

.mt-68 {
  margin-top: -68px;
}

.mr-68 {
  margin-right: -68px;
}

.mb-68 {
  margin-bottom: -68px;
}

.fs-67px {
  font-size: -67px;
}

.fw-67px {
  width: -67px;
}

.fh-67px {
  height: -67px;
}

.ml-67 {
  margin-left: -67px;
}

.mt-67 {
  margin-top: -67px;
}

.mr-67 {
  margin-right: -67px;
}

.mb-67 {
  margin-bottom: -67px;
}

.fs-66px {
  font-size: -66px;
}

.fw-66px {
  width: -66px;
}

.fh-66px {
  height: -66px;
}

.ml-66 {
  margin-left: -66px;
}

.mt-66 {
  margin-top: -66px;
}

.mr-66 {
  margin-right: -66px;
}

.mb-66 {
  margin-bottom: -66px;
}

.fs-65px {
  font-size: -65px;
}

.fw-65px {
  width: -65px;
}

.fh-65px {
  height: -65px;
}

.ml-65 {
  margin-left: -65px;
}


.mt-65 {
  margin-top: -65px;
}

.mr-65 {
  margin-right: -65px;
}

.mb-65 {
  margin-bottom: -65px;
}

.fs-64px {
  font-size: -64px;
}

.fw-64px {
  width: -64px;
}

.fh-64px {
  height: -64px;
}

.ml-64 {
  margin-left: -64px;
}

.mt-64 {
  margin-top: -64px;
}

.mr-64 {
  margin-right: -64px;
}

.mb-64 {
  margin-bottom: -64px;
}

.fs-63px {
  font-size: -63px;
}

.fw-63px {
  width: -63px;
}

.fh-63px {
  height: -63px;
}

.ml-63 {
  margin-left: -63px;
}

.mt-63 {
  margin-top: -63px;
}

.mr-63 {
  margin-right: -63px;
}

.mb-63 {
  margin-bottom: -63px;
}

.fs-62px {
  font-size: -62px;
}

.fw-62px {
  width: -62px;
}

.fh-62px {
  height: -62px;
}

.ml-62 {
  margin-left: -62px;
}

.mt-62 {
  margin-top: -62px;
}

.mr-62 {
  margin-right: -62px;
}

.mb-62 {
  margin-bottom: -62px;
}

.fs-61px {
  font-size: -61px;
}

.fw-61px {
  width: -61px;
}

.fh-61px {
  height: -61px;
}

.ml-61 {
  margin-left: -61px;
}

.mt-61 {
  margin-top: -61px;
}

.mr-61 {
  margin-right: -61px;
}

.mb-61 {
  margin-bottom: -61px;
}

.fs-60px {
  font-size: -60px;
}

.fw-60px {
  width: -60px;
}

.fh-60px {
  height: -60px;
}

.ml-60 {
  margin-left: -60px;
}

.mt-60 {
  margin-top: -60px;
}

.mr-60 {
  margin-right: -60px;
}

.mb-60 {
  margin-bottom: -60px;
}

.fs-59px {
  font-size: -59px;
}

.fw-59px {
  width: -59px;
}

.fh-59px {
  height: -59px;
}

.ml-59 {
  margin-left: -59px;
}

.mt-59 {
  margin-top: -59px;
}

.mr-59 {
  margin-right: -59px;
}

.mb-59 {
  margin-bottom: -59px;
}

.fs-58px {
  font-size: -58px;
}

.fw-58px {
  width: -58px;
}

.fh-58px {
  height: -58px;
}

.ml-58 {
  margin-left: -58px;
}

.mt-58 {
  margin-top: -58px;
}

.mr-58 {
  margin-right: -58px;
}

.mb-58 {
  margin-bottom: -58px;
}

.fs-57px {
  font-size: -57px;
}

.fw-57px {
  width: -57px;
}

.fh-57px {
  height: -57px;
}

.ml-57 {
  margin-left: -57px;
}

.mt-57 {
  margin-top: -57px;
}

.mr-57 {
  margin-right: -57px;
}

.mb-57 {
  margin-bottom: -57px;
}

.fs-56px {
  font-size: -56px;
}

.fw-56px {
  width: -56px;
}

.fh-56px {
  height: -56px;
}

.ml-56 {
  margin-left: -56px;
}

.mt-56 {
  margin-top: -56px;
}

.mr-56 {
  margin-right: -56px;
}

.mb-56 {
  margin-bottom: -56px;
}

.fs-55px {
  font-size: -55px;
}

.fw-55px {
  width: -55px;
}

.fh-55px {
  height: -55px;
}

.ml-55 {
  margin-left: -55px;
}

.mt-55 {
  margin-top: -55px;
}

.mr-55 {
  margin-right: -55px;
}

.mb-55 {
  margin-bottom: -55px;
}

.fs-54px {
  font-size: -54px;
}

.fw-54px {
  width: -54px;
}

.fh-54px {
  height: -54px;
}

.ml-54 {
  margin-left: -54px;
}

.mt-54 {
  margin-top: -54px;
}

.mr-54 {
  margin-right: -54px;
}

.mb-54 {
  margin-bottom: -54px;
}

.fs-53px {
  font-size: -53px;
}

.fw-53px {
  width: -53px;
}

.fh-53px {
  height: -53px;
}

.ml-53 {
  margin-left: -53px;
}

.mt-53 {
  margin-top: -53px;
}

.mr-53 {
  margin-right: -53px;
}

.mb-53 {
  margin-bottom: -53px;
}

.fs-52px {
  font-size: -52px;
}

.fw-52px {
  width: -52px;
}

.fh-52px {
  height: -52px;
}

.ml-52 {
  margin-left: -52px;
}

.mt-52 {
  margin-top: -52px;
}

.mr-52 {
  margin-right: -52px;
}

.mb-52 {
  margin-bottom: -52px;
}

.fs-51px {
  font-size: -51px;
}

.fw-51px {
  width: -51px;
}

.fh-51px {
  height: -51px;
}

.ml-51 {
  margin-left: -51px;
}

.mt-51 {
  margin-top: -51px;
}

.mr-51 {
  margin-right: -51px;
}

.mb-51 {
  margin-bottom: -51px;
}

.fs-50px {
  font-size: -50px;
}

.fw-50px {
  width: -50px;
}

.fh-50px {
  height: -50px;
}

.ml-50 {
  margin-left: -50px;
}

.mt-50 {
  margin-top: -50px;
}

.mr-50 {
  margin-right: -50px;
}

.mb-50 {
  margin-bottom: -50px;
}

.fs-49px {
  font-size: -49px;
}

.fw-49px {
  width: -49px;
}

.fh-49px {
  height: -49px;
}

.ml-49 {
  margin-left: -49px;
}

.mt-49 {
  margin-top: -49px;
}

.mr-49 {
  margin-right: -49px;
}

.mb-49 {
  margin-bottom: -49px;
}

.fs-48px {
  font-size: -48px;
}

.fw-48px {
  width: -48px;
}

.fh-48px {
  height: -48px;
}

.ml-48 {
  margin-left: -48px;
}

.mt-48 {
  margin-top: -48px;
}

.mr-48 {
  margin-right: -48px;
}

.mb-48 {
  margin-bottom: -48px;
}

.fs-47px {
  font-size: -47px;
}

.fw-47px {
  width: -47px;
}

.fh-47px {
  height: -47px;
}

.ml-47 {
  margin-left: -47px;
}

.mt-47 {
  margin-top: -47px;
}

.mr-47 {
  margin-right: -47px;
}

.mb-47 {
  margin-bottom: -47px;
}

.fs-46px {
  font-size: -46px;
}

.fw-46px {
  width: -46px;
}

.fh-46px {
  height: -46px;
}

.ml-46 {
  margin-left: -46px;
}

.mt-46 {
  margin-top: -46px;
}

.mr-46 {
  margin-right: -46px;
}

.mb-46 {
  margin-bottom: -46px;
}

.fs-45px {
  font-size: -45px;
}

.fw-45px {
  width: -45px;
}

.fh-45px {
  height: -45px;
}

.ml-45 {
  margin-left: -45px;
}

.mt-45 {
  margin-top: -45px;
}

.mr-45 {
  margin-right: -45px;
}

.mb-45 {
  margin-bottom: -45px;
}

.fs-44px {
  font-size: -44px;
}

.fw-44px {
  width: -44px;
}

.fh-44px {
  height: -44px;
}

.ml-44 {
  margin-left: -44px;
}

.mt-44 {
  margin-top: -44px;
}

.mr-44 {
  margin-right: -44px;
}

.mb-44 {
  margin-bottom: -44px;
}

.fs-43px {
  font-size: -43px;
}

.fw-43px {
  width: -43px;
}

.fh-43px {
  height: -43px;
}

.ml-43 {
  margin-left: -43px;
}

.mt-43 {
  margin-top: -43px;
}

.mr-43 {
  margin-right: -43px;
}

.mb-43 {
  margin-bottom: -43px;
}

.fs-42px {
  font-size: -42px;
}

.fw-42px {
  width: -42px;
}

.fh-42px {
  height: -42px;
}

.ml-42 {
  margin-left: -42px;
}

.mt-42 {
  margin-top: -42px;
}

.mr-42 {
  margin-right: -42px;
}

.mb-42 {
  margin-bottom: -42px;
}

.fs-41px {
  font-size: -41px;
}

.fw-41px {
  width: -41px;
}

.fh-41px {
  height: -41px;
}

.ml-41 {
  margin-left: -41px;
}

.mt-41 {
  margin-top: -41px;
}

.mr-41 {
  margin-right: -41px;
}

.mb-41 {
  margin-bottom: -41px;
}

.fs-40px {
  font-size: -40px;
}

.fw-40px {
  width: -40px;
}

.fh-40px {
  height: -40px;
}

.ml-40 {
  margin-left: -40px;
}

.mt-40 {
  margin-top: -40px;
}

.mr-40 {
  margin-right: -40px;
}

.mb-40 {
  margin-bottom: -40px;
}

.fs-39px {
  font-size: -39px;
}

.fw-39px {
  width: -39px;
}

.fh-39px {
  height: -39px;
}

.ml-39 {
  margin-left: -39px;
}

.mt-39 {
  margin-top: -39px;
}

.mr-39 {
  margin-right: -39px;
}

.mb-39 {
  margin-bottom: -39px;
}

.fs-38px {
  font-size: -38px;
}

.fw-38px {
  width: -38px;
}

.fh-38px {
  height: -38px;
}

.ml-38 {
  margin-left: -38px;
}

.mt-38 {
  margin-top: -38px;
}

.mr-38 {
  margin-right: -38px;
}

.mb-38 {
  margin-bottom: -38px;
}

.fs-37px {
  font-size: -37px;
}

.fw-37px {
  width: -37px;
}

.fh-37px {
  height: -37px;
}

.ml-37 {
  margin-left: -37px;
}

.mt-37 {
  margin-top: -37px;
}

.mr-37 {
  margin-right: -37px;
}

.mb-37 {
  margin-bottom: -37px;
}

.fs-36px {
  font-size: -36px;
}

.fw-36px {
  width: -36px;
}

.fh-36px {
  height: -36px;
}

.ml-36 {
  margin-left: -36px;
}

.mt-36 {
  margin-top: -36px;
}

.mr-36 {
  margin-right: -36px;
}

.mb-36 {
  margin-bottom: -36px;
}

.fs-35px {
  font-size: -35px;
}

.fw-35px {
  width: -35px;
}

.fh-35px {
  height: -35px;
}

.ml-35 {
  margin-left: -35px;
}

.mt-35 {
  margin-top: -35px;
}

.mr-35 {
  margin-right: -35px;
}

.mb-35 {
  margin-bottom: -35px;
}

.fs-34px {
  font-size: -34px;
}

.fw-34px {
  width: -34px;
}

.fh-34px {
  height: -34px;
}

.ml-34 {
  margin-left: -34px;
}

.mt-34 {
  margin-top: -34px;
}

.mr-34 {
  margin-right: -34px;
}

.mb-34 {
  margin-bottom: -34px;
}

.fs-33px {
  font-size: -33px;
}

.fw-33px {
  width: -33px;
}

.fh-33px {
  height: -33px;
}

.ml-33 {
  margin-left: -33px;
}

.mt-33 {
  margin-top: -33px;
}

.mr-33 {
  margin-right: -33px;
}

.mb-33 {
  margin-bottom: -33px;
}

.fs-32px {
  font-size: -32px;
}

.fw-32px {
  width: -32px;
}

.fh-32px {
  height: -32px;
}

.ml-32 {
  margin-left: -32px;
}

.mt-32 {
  margin-top: -32px;
}

.mr-32 {
  margin-right: -32px;
}

.mb-32 {
  margin-bottom: -32px;
}

.fs-31px {
  font-size: -31px;
}

.fw-31px {
  width: -31px;
}

.fh-31px {
  height: -31px;
}

.ml-31 {
  margin-left: -31px;
}

.mt-31 {
  margin-top: -31px;
}

.mr-31 {
  margin-right: -31px;
}

.mb-31 {
  margin-bottom: -31px;
}

.fs-30px {
  font-size: -30px;
}

.fw-30px {
  width: -30px;
}

.fh-30px {
  height: -30px;
}

.ml-30 {
  margin-left: -30px;
}

.mt-30 {
  margin-top: -30px;
}

.mr-30 {
  margin-right: -30px;
}

.mb-30 {
  margin-bottom: -30px;
}

.fs-29px {
  font-size: -29px;
}

.fw-29px {
  width: -29px;
}

.fh-29px {
  height: -29px;
}

.ml-29 {
  margin-left: -29px;
}

.mt-29 {
  margin-top: -29px;
}

.mr-29 {
  margin-right: -29px;
}

.mb-29 {
  margin-bottom: -29px;
}

.fs-28px {
  font-size: -28px;
}

.fw-28px {
  width: -28px;
}

.fh-28px {
  height: -28px;
}

.ml-28 {
  margin-left: -28px;
}

.mt-28 {
  margin-top: -28px;
}

.mr-28 {
  margin-right: -28px;
}

.mb-28 {
  margin-bottom: -28px;
}

.fs-27px {
  font-size: -27px;
}

.fw-27px {
  width: -27px;
}

.fh-27px {
  height: -27px;
}

.ml-27 {
  margin-left: -27px;
}

.mt-27 {
  margin-top: -27px;
}

.mr-27 {
  margin-right: -27px;
}

.mb-27 {
  margin-bottom: -27px;
}

.fs-26px {
  font-size: -26px;
}

.fw-26px {
  width: -26px;
}

.fh-26px {
  height: -26px;
}

.ml-26 {
  margin-left: -26px;
}

.mt-26 {
  margin-top: -26px;
}

.mr-26 {
  margin-right: -26px;
}

.mb-26 {
  margin-bottom: -26px;
}

.fs-25px {
  font-size: -25px;
}

.fw-25px {
  width: -25px;
}

.fh-25px {
  height: -25px;
}

.ml-25 {
  margin-left: -25px;
}

.mt-25 {
  margin-top: -25px;
}

.mr-25 {
  margin-right: -25px;
}

.mb-25 {
  margin-bottom: -25px;
}

.fs-24px {
  font-size: -24px;
}

.fw-24px {
  width: -24px;
}

.fh-24px {
  height: -24px;
}

.ml-24 {
  margin-left: -24px;
}

.mt-24 {
  margin-top: -24px;
}

.mr-24 {
  margin-right: -24px;
}

.mb-24 {
  margin-bottom: -24px;
}

.fs-23px {
  font-size: -23px;
}

.fw-23px {
  width: -23px;
}

.fh-23px {
  height: -23px;
}

.ml-23 {
  margin-left: -23px;
}

.mt-23 {
  margin-top: -23px;
}

.mr-23 {
  margin-right: -23px;
}

.mb-23 {
  margin-bottom: -23px;
}

.fs-22px {
  font-size: -22px;
}

.fw-22px {
  width: -22px;
}

.fh-22px {
  height: -22px;
}

.ml-22 {
  margin-left: -22px;
}

.mt-22 {
  margin-top: -22px;
}

.mr-22 {
  margin-right: -22px;
}

.mb-22 {
  margin-bottom: -22px;
}

.fs-21px {
  font-size: -21px;
}

.fw-21px {
  width: -21px;
}

.fh-21px {
  height: -21px;
}

.ml-21 {
  margin-left: -21px;
}

.mt-21 {
  margin-top: -21px;
}

.mr-21 {
  margin-right: -21px;
}

.mb-21 {
  margin-bottom: -21px;
}

.fs-20px {
  font-size: -20px;
}

.fw-20px {
  width: -20px;
}

.fh-20px {
  height: -20px;
}

.ml-20 {
  margin-left: -20px;
}

.mt-20 {
  margin-top: -20px;
}

.mr-20 {
  margin-right: -20px;
}

.mb-20 {
  margin-bottom: -20px;
}

.fs-19px {
  font-size: -19px;
}

.fw-19px {
  width: -19px;
}

.fh-19px {
  height: -19px;
}

.ml-19 {
  margin-left: -19px;
}

.mt-19 {
  margin-top: -19px;
}

.mr-19 {
  margin-right: -19px;
}

.mb-19 {
  margin-bottom: -19px;
}

.fs-18px {
  font-size: -18px;
}

.fw-18px {
  width: -18px;
}

.fh-18px {
  height: -18px;
}

.ml-18 {
  margin-left: -18px;
}

.mt-18 {
  margin-top: -18px;
}

.mr-18 {
  margin-right: -18px;
}

.mb-18 {
  margin-bottom: -18px;
}

.fs-17px {
  font-size: -17px;
}

.fw-17px {
  width: -17px;
}

.fh-17px {
  height: -17px;
}

.ml-17 {
  margin-left: -17px;
}

.mt-17 {
  margin-top: -17px;
}

.mr-17 {
  margin-right: -17px;
}

.mb-17 {
  margin-bottom: -17px;
}

.fs-16px {
  font-size: -16px;
}

.fw-16px {
  width: -16px;
}

.fh-16px {
  height: -16px;
}

.ml-16 {
  margin-left: -16px;
}

.mt-16 {
  margin-top: -16px;
}

.mr-16 {
  margin-right: -16px;
}

.mb-16 {
  margin-bottom: -16px;
}

.fs-15px {
  font-size: -15px;
}

.fw-15px {
  width: -15px;
}

.fh-15px {
  height: -15px;
}

.ml-15 {
  margin-left: -15px;
}

.mt-15 {
  margin-top: -15px;
}

.mr-15 {
  margin-right: -15px;
}

.mb-15 {
  margin-bottom: -15px;
}

.fs-14px {
  font-size: -14px;
}

.fw-14px {
  width: -14px;
}

.fh-14px {
  height: -14px;
}

.ml-14 {
  margin-left: -14px;
}

.mt-14 {
  margin-top: -14px;
}

.mr-14 {
  margin-right: -14px;
}

.mb-14 {
  margin-bottom: -14px;
}

.fs-13px {
  font-size: -13px;
}

.fw-13px {
  width: -13px;
}

.fh-13px {
  height: -13px;
}

.ml-13 {
  margin-left: -13px;
}

.mt-13 {
  margin-top: -13px;
}

.mr-13 {
  margin-right: -13px;
}

.mb-13 {
  margin-bottom: -13px;
}

.fs-12px {
  font-size: -12px;
}

.fw-12px {
  width: -12px;
}

.fh-12px {
  height: -12px;
}

.ml-12 {
  margin-left: -12px;
}

.mt-12 {
  margin-top: -12px;
}

.mr-12 {
  margin-right: -12px;
}

.mb-12 {
  margin-bottom: -12px;
}

.fs-11px {
  font-size: -11px;
}

.fw-11px {
  width: -11px;
}

.fh-11px {
  height: -11px;
}

.ml-11 {
  margin-left: -11px;
}

.mt-11 {
  margin-top: -11px;
}

.mr-11 {
  margin-right: -11px;
}

.mb-11 {
  margin-bottom: -11px;
}

.fs-10px {
  font-size: -10px;
}

.fw-10px {
  width: -10px;
}

.fh-10px {
  height: -10px;
}

.ml-10 {
  margin-left: -10px;
}

.mt-10 {
  margin-top: -10px;
}

.mr-10 {
  margin-right: -10px;
}

.mb-10 {
  margin-bottom: -10px;
}

.fs-9px {
  font-size: -9px;
}

.fw-9px {
  width: -9px;
}

.fh-9px {
  height: -9px;
}

.ml-9 {
  margin-left: -9px;
}

.mt-9 {
  margin-top: -9px;
}

.mr-9 {
  margin-right: -9px;
}

.mb-9 {
  margin-bottom: -9px;
}

.fs-8px {
  font-size: -8px;
}

.fw-8px {
  width: -8px;
}

.fh-8px {
  height: -8px;
}

.ml-8 {
  margin-left: -8px;
}

.mt-8 {
  margin-top: -8px;
}

.mr-8 {
  margin-right: -8px;
}

.mb-8 {
  margin-bottom: -8px;
}

.fs-7px {
  font-size: -7px;
}

.fw-7px {
  width: -7px;
}

.fh-7px {
  height: -7px;
}

.ml-7 {
  margin-left: -7px;
}

.mt-7 {
  margin-top: -7px;
}

.mr-7 {
  margin-right: -7px;
}

.mb-7 {
  margin-bottom: -7px;
}

.fs-6px {
  font-size: -6px;
}

.fw-6px {
  width: -6px;
}

.fh-6px {
  height: -6px;
}

.ml-6 {
  margin-left: -6px;
}

.mt-6 {
  margin-top: -6px;
}

.mr-6 {
  margin-right: -6px;
}

.mb-6 {
  margin-bottom: -6px;
}

.fs-5px {
  font-size: -5px;
}

.fw-5px {
  width: -5px;
}

.fh-5px {
  height: -5px;
}

.ml-5 {
  margin-left: -5px;
}

.mt-5 {
  margin-top: -5px;
}

.mr-5 {
  margin-right: -5px;
}

.mb-5 {
  margin-bottom: -5px;
}

.fs-4px {
  font-size: -4px;
}

.fw-4px {
  width: -4px;
}

.fh-4px {
  height: -4px;
}

.ml-4 {
  margin-left: -4px;
}

.mt-4 {
  margin-top: -4px;
}

.mr-4 {
  margin-right: -4px;
}

.mb-4 {
  margin-bottom: -4px;
}

.fs-3px {
  font-size: -3px;
}

.fw-3px {
  width: -3px;
}

.fh-3px {
  height: -3px;
}

.ml-3 {
  margin-left: -3px;
}

.mt-3 {
  margin-top: -3px;
}

.mr-3 {
  margin-right: -3px;
}

.mb-3 {
  margin-bottom: -3px;
}

.fs-2px {
  font-size: -2px;
}

.fw-2px {
  width: -2px;
}

.fh-2px {
  height: -2px;
}

.ml-2 {
  margin-left: -2px;
}

.mt-2 {
  margin-top: -2px;
}

.mr-2 {
  margin-right: -2px;
}

.mb-2 {
  margin-bottom: -2px;
}

.fs-1px {
  font-size: -1px;
}

.fw-1px {
  width: -1px;
}

.fh-1px {
  height: -1px;
}

.ml-1 {
  margin-left: -1px;
}

.mt-1 {
  margin-top: -1px;
}

.mr-1 {
  margin-right: -1px;
}

.mb-1 {
  margin-bottom: -1px;
}

.fs0px {
  font-size: 0px;
}

.fw0px {
  width: 0px;
}

.fh0px {
  height: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mr0 {
  margin-right: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.fs1px {
  font-size: 1px;
}

.fw1px {
  width: 1px;
}

.fh1px {
  height: 1px;
}

.ml1 {
  margin-left: 1px;
}

.mt1 {
  margin-top: 1px;
}

.mr1 {
  margin-right: 1px;
}

.mb1 {
  margin-bottom: 1px;
}

.fs2px {
  font-size: 2px;
}

.fw2px {
  width: 2px;
}

.fh2px {
  height: 2px;
}

.ml2 {
  margin-left: 2px;
}

.mt2 {
  margin-top: 2px;
}

.mr2 {
  margin-right: 2px;
}

.mb2 {
  margin-bottom: 2px;
}

.fs3px {
  font-size: 3px;
}

.fw3px {
  width: 3px;
}

.fh3px {
  height: 3px;
}

.ml3 {
  margin-left: 3px;
}

.mt3 {
  margin-top: 3px;
}

.mr3 {
  margin-right: 3px;
}

.mb3 {
  margin-bottom: 3px;
}

.fs4px {
  font-size: 4px;
}

.fw4px {
  width: 4px;
}

.fh4px {
  height: 4px;
}

.ml4 {
  margin-left: 4px;
}

.mt4 {
  margin-top: 4px;
}

.mr4 {
  margin-right: 4px;
}

.mb4 {
  margin-bottom: 4px;
}

.fs5px {
  font-size: 5px;
}

.fw5px {
  width: 5px;
}

.fh5px {
  height: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.fs6px {
  font-size: 6px;
}

.fw6px {
  width: 6px;
}

.fh6px {
  height: 6px;
}

.ml6 {
  margin-left: 6px;
}

.mt6 {
  margin-top: 6px;
}

.mr6 {
  margin-right: 6px;
}

.mb6 {
  margin-bottom: 6px;
}

.fs7px {
  font-size: 7px;
}

.fw7px {
  width: 7px;
}

.fh7px {
  height: 7px;
}

.ml7 {
  margin-left: 7px;
}

.mt7 {
  margin-top: 7px;
}

.mr7 {
  margin-right: 7px;
}

.mb7 {
  margin-bottom: 7px;
}

.fs8px {
  font-size: 8px;
}

.fw8px {
  width: 8px;
}

.fh8px {
  height: 8px;
}

.ml8 {
  margin-left: 8px;
}

.mt8 {
  margin-top: 8px;
}

.mr8 {
  margin-right: 8px;
}

.mb8 {
  margin-bottom: 8px;
}

.fs9px {
  font-size: 9px;
}

.fw9px {
  width: 9px;
}

.fh9px {
  height: 9px;
}

.ml9 {
  margin-left: 9px;
}

.mt9 {
  margin-top: 9px;
}

.mr9 {
  margin-right: 9px;
}

.mb9 {
  margin-bottom: 9px;
}

.fs10px {
  font-size: 10px;
}

.fw10px {
  width: 10px;
}

.fh10px {
  height: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.fs11px {
  font-size: 11px;
}

.fw11px {
  width: 11px;
}

.fh11px {
  height: 11px;
}

.ml11 {
  margin-left: 11px;
}

.mt11 {
  margin-top: 11px;
}

.mr11 {
  margin-right: 11px;
}

.mb11 {
  margin-bottom: 11px;
}

.fs12px {
  font-size: 12px;
}

.fw12px {
  width: 12px;
}

.fh12px {
  height: 12px;
}

.ml12 {
  margin-left: 12px;
}

.mt12 {
  margin-top: 12px;
}

.mr12 {
  margin-right: 12px;
}

.mb12 {
  margin-bottom: 12px;
}

.fs13px {
  font-size: 13px;
}

.fw13px {
  width: 13px;
}

.fh13px {
  height: 13px;
}

.ml13 {
  margin-left: 13px;
}

.mt13 {
  margin-top: 13px;
}

.mr13 {
  margin-right: 13px;
}

.mb13 {
  margin-bottom: 13px;
}

.fs14px {
  font-size: 14px;
}

.fw14px {
  width: 14px;
}

.fh14px {
  height: 14px;
}

.ml14 {
  margin-left: 14px;
}

.mt14 {
  margin-top: 14px;
}

.mr14 {
  margin-right: 14px;
}

.mb14 {
  margin-bottom: 14px;
}

.fs15px {
  font-size: 15px;
}

.fw15px {
  width: 15px;
}

.fh15px {
  height: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.fs16px {
  font-size: 16px;
}

.fw16px {
  width: 16px;
}

.fh16px {
  height: 16px;
}

.ml16 {
  margin-left: 16px;
}

.mt16 {
  margin-top: 16px;
}

.mr16 {
  margin-right: 16px;
}

.mb16 {
  margin-bottom: 16px;
}

.fs17px {
  font-size: 17px;
}

.fw17px {
  width: 17px;
}

.fh17px {
  height: 17px;
}

.ml17 {
  margin-left: 17px;
}

.mt17 {
  margin-top: 17px;
}

.mr17 {
  margin-right: 17px;
}

.mb17 {
  margin-bottom: 17px;
}

.fs18px {
  font-size: 18px;
}

.fw18px {
  width: 18px;
}

.fh18px {
  height: 18px;
}

.ml18 {
  margin-left: 18px;
}

.mt18 {
  margin-top: 18px;
}

.mr18 {
  margin-right: 18px;
}

.mb18 {
  margin-bottom: 18px;
}

.fs19px {
  font-size: 19px;
}

.fw19px {
  width: 19px;
}

.fh19px {
  height: 19px;
}

.ml19 {
  margin-left: 19px;
}

.mt19 {
  margin-top: 19px;
}

.mr19 {
  margin-right: 19px;
}

.mb19 {
  margin-bottom: 19px;
}

.fs20px {
  font-size: 20px;
}

.fw20px {
  width: 20px;
}

.fh20px {
  height: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.fs21px {
  font-size: 21px;
}

.fw21px {
  width: 21px;
}

.fh21px {
  height: 21px;
}

.ml21 {
  margin-left: 21px;
}

.mt21 {
  margin-top: 21px;
}

.mr21 {
  margin-right: 21px;
}

.mb21 {
  margin-bottom: 21px;
}

.fs22px {
  font-size: 22px;
}

.fw22px {
  width: 22px;
}

.fh22px {
  height: 22px;
}

.ml22 {
  margin-left: 22px;
}

.mt22 {
  margin-top: 22px;
}

.mr22 {
  margin-right: 22px;
}

.mb22 {
  margin-bottom: 22px;
}

.fs23px {
  font-size: 23px;
}

.fw23px {
  width: 23px;
}

.fh23px {
  height: 23px;
}

.ml23 {
  margin-left: 23px;
}

.mt23 {
  margin-top: 23px;
}

.mr23 {
  margin-right: 23px;
}

.mb23 {
  margin-bottom: 23px;
}

.fs24px {
  font-size: 24px;
}

.fw24px {
  width: 24px;
}

.fh24px {
  height: 24px;
}

.ml24 {
  margin-left: 24px;
}

.mt24 {
  margin-top: 24px;
}

.mr24 {
  margin-right: 24px;
}

.mb24 {
  margin-bottom: 24px;
}

.fs25px {
  font-size: 25px;
}

.fw25px {
  width: 25px;
}

.fh25px {
  height: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mt25 {
  margin-top: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.fs26px {
  font-size: 26px;
}

.fw26px {
  width: 26px;
}

.fh26px {
  height: 26px;
}

.ml26 {
  margin-left: 26px;
}

.mt26 {
  margin-top: 26px;
}

.mr26 {
  margin-right: 26px;
}

.mb26 {
  margin-bottom: 26px;
}

.fs27px {
  font-size: 27px;
}

.fw27px {
  width: 27px;
}

.fh27px {
  height: 27px;
}

.ml27 {
  margin-left: 27px;
}

.mt27 {
  margin-top: 27px;
}

.mr27 {
  margin-right: 27px;
}

.mb27 {
  margin-bottom: 27px;
}

.fs28px {
  font-size: 28px;
}

.fw28px {
  width: 28px;
}

.fh28px {
  height: 28px;
}

.ml28 {
  margin-left: 28px;
}

.mt28 {
  margin-top: 28px;
}

.mr28 {
  margin-right: 28px;
}

.mb28 {
  margin-bottom: 28px;
}

.fs29px {
  font-size: 29px;
}

.fw29px {
  width: 29px;
}

.fh29px {
  height: 29px;
}

.ml29 {
  margin-left: 29px;
}

.mt29 {
  margin-top: 29px;
}

.mr29 {
  margin-right: 29px;
}

.mb29 {
  margin-bottom: 29px;
}

.fs30px {
  font-size: 30px;
}

.fw30px {
  width: 30px;
}

.fh30px {
  height: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.fs31px {
  font-size: 31px;
}

.fw31px {
  width: 31px;
}

.fh31px {
  height: 31px;
}

.ml31 {
  margin-left: 31px;
}

.mt31 {
  margin-top: 31px;
}

.mr31 {
  margin-right: 31px;
}

.mb31 {
  margin-bottom: 31px;
}

.fs32px {
  font-size: 32px;
}

.fw32px {
  width: 32px;
}

.fh32px {
  height: 32px;
}

.ml32 {
  margin-left: 32px;
}

.mt32 {
  margin-top: 32px;
}

.mr32 {
  margin-right: 32px;
}

.mb32 {
  margin-bottom: 32px;
}

.fs33px {
  font-size: 33px;
}

.fw33px {
  width: 33px;
}

.fh33px {
  height: 33px;
}

.ml33 {
  margin-left: 33px;
}

.mt33 {
  margin-top: 33px;
}

.mr33 {
  margin-right: 33px;
}

.mb33 {
  margin-bottom: 33px;
}

.fs34px {
  font-size: 34px;
}

.fw34px {
  width: 34px;
}

.fh34px {
  height: 34px;
}

.ml34 {
  margin-left: 34px;
}

.mt34 {
  margin-top: 34px;
}

.mr34 {
  margin-right: 34px;
}

.mb34 {
  margin-bottom: 34px;
}

.fs35px {
  font-size: 35px;
}

.fw35px {
  width: 35px;
}

.fh35px {
  height: 35px;
}

.ml35 {
  margin-left: 35px;
}

.mt35 {
  margin-top: 35px;
}

.mr35 {
  margin-right: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.fs36px {
  font-size: 36px;
}

.fw36px {
  width: 36px;
}

.fh36px {
  height: 36px;
}

.ml36 {
  margin-left: 36px;
}

.mt36 {
  margin-top: 36px;
}

.mr36 {
  margin-right: 36px;
}

.mb36 {
  margin-bottom: 36px;
}

.fs37px {
  font-size: 37px;
}

.fw37px {
  width: 37px;
}

.fh37px {
  height: 37px;
}

.ml37 {
  margin-left: 37px;
}

.mt37 {
  margin-top: 37px;
}

.mr37 {
  margin-right: 37px;
}

.mb37 {
  margin-bottom: 37px;
}

.fs38px {
  font-size: 38px;
}

.fw38px {
  width: 38px;
}

.fh38px {
  height: 38px;
}

.ml38 {
  margin-left: 38px;
}

.mt38 {
  margin-top: 38px;
}

.mr38 {
  margin-right: 38px;
}

.mb38 {
  margin-bottom: 38px;
}

.fs39px {
  font-size: 39px;
}

.fw39px {
  width: 39px;
}

.fh39px {
  height: 39px;
}

.ml39 {
  margin-left: 39px;
}

.mt39 {
  margin-top: 39px;
}

.mr39 {
  margin-right: 39px;
}

.mb39 {
  margin-bottom: 39px;
}

.fs40px {
  font-size: 40px;
}

.fw40px {
  width: 40px;
}

.fh40px {
  height: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.fs41px {
  font-size: 41px;
}

.fw41px {
  width: 41px;
}

.fh41px {
  height: 41px;
}

.ml41 {
  margin-left: 41px;
}

.mt41 {
  margin-top: 41px;
}

.mr41 {
  margin-right: 41px;
}

.mb41 {
  margin-bottom: 41px;
}

.fs42px {
  font-size: 42px;
}

.fw42px {
  width: 42px;
}

.fh42px {
  height: 42px;
}

.ml42 {
  margin-left: 42px;
}

.mt42 {
  margin-top: 42px;
}

.mr42 {
  margin-right: 42px;
}

.mb42 {
  margin-bottom: 42px;
}

.fs43px {
  font-size: 43px;
}

.fw43px {
  width: 43px;
}

.fh43px {
  height: 43px;
}

.ml43 {
  margin-left: 43px;
}

.mt43 {
  margin-top: 43px;
}

.mr43 {
  margin-right: 43px;
}

.mb43 {
  margin-bottom: 43px;
}

.fs44px {
  font-size: 44px;
}

.fw44px {
  width: 44px;
}

.fh44px {
  height: 44px;
}

.ml44 {
  margin-left: 44px;
}

.mt44 {
  margin-top: 44px;
}

.mr44 {
  margin-right: 44px;
}

.mb44 {
  margin-bottom: 44px;
}

.fs45px {
  font-size: 45px;
}

.fw45px {
  width: 45px;
}

.fh45px {
  height: 45px;
}

.ml45 {
  margin-left: 45px;
}

.mt45 {
  margin-top: 45px;
}

.mr45 {
  margin-right: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.fs46px {
  font-size: 46px;
}

.fw46px {
  width: 46px;
}

.fh46px {
  height: 46px;
}

.ml46 {
  margin-left: 46px;
}

.mt46 {
  margin-top: 46px;
}

.mr46 {
  margin-right: 46px;
}

.mb46 {
  margin-bottom: 46px;
}

.fs47px {
  font-size: 47px;
}

.fw47px {
  width: 47px;
}

.fh47px {
  height: 47px;
}

.ml47 {
  margin-left: 47px;
}

.mt47 {
  margin-top: 47px;
}

.mr47 {
  margin-right: 47px;
}

.mb47 {
  margin-bottom: 47px;
}

.fs48px {
  font-size: 48px;
}

.fw48px {
  width: 48px;
}

.fh48px {
  height: 48px;
}

.ml48 {
  margin-left: 48px;
}

.mt48 {
  margin-top: 48px;
}

.mr48 {
  margin-right: 48px;

}

.mb48 {
  margin-bottom: 48px;
}

.fs49px {
  font-size: 49px;
}

.fw49px {
  width: 49px;
}

.fh49px {
  height: 49px;
}

.ml49 {
  margin-left: 49px;
}

.mt49 {
  margin-top: 49px;
}

.mr49 {
  margin-right: 49px;
}

.mb49 {
  margin-bottom: 49px;
}

.fs50px {
  font-size: 50px;
}

.fw50px {
  width: 50px;
}

.fh50px {
  height: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.fs51px {
  font-size: 51px;
}

.fw51px {
  width: 51px;
}

.fh51px {
  height: 51px;
}

.ml51 {
  margin-left: 51px;
}

.mt51 {
  margin-top: 51px;
}

.mr51 {
  margin-right: 51px;
}

.mb51 {
  margin-bottom: 51px;
}

.fs52px {
  font-size: 52px;
}

.fw52px {
  width: 52px;
}

.fh52px {
  height: 52px;
}

.ml52 {
  margin-left: 52px;
}

.mt52 {
  margin-top: 52px;
}

.mr52 {
  margin-right: 52px;
}

.mb52 {
  margin-bottom: 52px;
}

.fs53px {
  font-size: 53px;
}

.fw53px {
  width: 53px;
}

.fh53px {
  height: 53px;
}

.ml53 {
  margin-left: 53px;
}

.mt53 {
  margin-top: 53px;
}

.mr53 {
  margin-right: 53px;
}

.mb53 {
  margin-bottom: 53px;
}

.fs54px {
  font-size: 54px;
}

.fw54px {
  width: 54px;
}

.fh54px {
  height: 54px;
}

.ml54 {
  margin-left: 54px;
}

.mt54 {
  margin-top: 54px;
}

.mr54 {
  margin-right: 54px;
}

.mb54 {
  margin-bottom: 54px;
}

.fs55px {
  font-size: 55px;
}

.fw55px {
  width: 55px;
}

.fh55px {
  height: 55px;
}

.ml55 {
  margin-left: 55px;
}

.mt55 {
  margin-top: 55px;
}

.mr55 {
  margin-right: 55px;
}

.mb55 {
  margin-bottom: 55px;
}

.fs56px {
  font-size: 56px;
}

.fw56px {
  width: 56px;
}

.fh56px {
  height: 56px;
}

.ml56 {
  margin-left: 56px;
}

.mt56 {
  margin-top: 56px;
}

.mr56 {
  margin-right: 56px;
}

.mb56 {
  margin-bottom: 56px;
}

.fs57px {
  font-size: 57px;
}

.fw57px {
  width: 57px;
}

.fh57px {
  height: 57px;
}

.ml57 {
  margin-left: 57px;
}

.mt57 {
  margin-top: 57px;
}

.mr57 {
  margin-right: 57px;
}

.mb57 {
  margin-bottom: 57px;
}

.fs58px {
  font-size: 58px;
}

.fw58px {
  width: 58px;
}

.fh58px {
  height: 58px;
}

.ml58 {
  margin-left: 58px;
}

.mt58 {
  margin-top: 58px;
}

.mr58 {
  margin-right: 58px;
}

.mb58 {
  margin-bottom: 58px;
}

.fs59px {
  font-size: 59px;
}

.fw59px {
  width: 59px;
}

.fh59px {
  height: 59px;
}

.ml59 {
  margin-left: 59px;
}

.mt59 {
  margin-top: 59px;
}

.mr59 {
  margin-right: 59px;
}

.mb59 {
  margin-bottom: 59px;
}

.fs60px {
  font-size: 60px;
}

.fw60px {
  width: 60px;
}

.fh60px {
  height: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.fs61px {
  font-size: 61px;
}

.fw61px {
  width: 61px;
}

.fh61px {
  height: 61px;
}

.ml61 {
  margin-left: 61px;
}

.mt61 {
  margin-top: 61px;
}

.mr61 {
  margin-right: 61px;
}

.mb61 {
  margin-bottom: 61px;
}

.fs62px {
  font-size: 62px;
}

.fw62px {
  width: 62px;
}

.fh62px {
  height: 62px;
}

.ml62 {
  margin-left: 62px;
}

.mt62 {
  margin-top: 62px;
}

.mr62 {
  margin-right: 62px;
}

.mb62 {
  margin-bottom: 62px;
}

.fs63px {
  font-size: 63px;
}

.fw63px {
  width: 63px;
}

.fh63px {
  height: 63px;
}

.ml63 {
  margin-left: 63px;
}

.mt63 {
  margin-top: 63px;
}

.mr63 {
  margin-right: 63px;
}

.mb63 {
  margin-bottom: 63px;
}

.fs64px {
  font-size: 64px;
}

.fw64px {
  width: 64px;
}

.fh64px {
  height: 64px;
}

.ml64 {
  margin-left: 64px;
}

.mt64 {
  margin-top: 64px;
}

.mr64 {
  margin-right: 64px;
}

.mb64 {
  margin-bottom: 64px;
}

.fs65px {
  font-size: 65px;
}

.fw65px {
  width: 65px;
}

.fh65px {
  height: 65px;
}


.ml65 {
  margin-left: 65px;
}

.mt65 {
  margin-top: 65px;
}

.mr65 {
  margin-right: 65px;
}

.mb65 {
  margin-bottom: 65px;
}

.fs66px {
  font-size: 66px;
}

.fw66px {
  width: 66px;
}

.fh66px {
  height: 66px;
}

.ml66 {
  margin-left: 66px;
}

.mt66 {
  margin-top: 66px;
}

.mr66 {
  margin-right: 66px;
}

.mb66 {
  margin-bottom: 66px;
}

.fs67px {
  font-size: 67px;
}

.fw67px {
  width: 67px;
}

.fh67px {
  height: 67px;
}

.ml67 {
  margin-left: 67px;
}

.mt67 {
  margin-top: 67px;
}

.mr67 {
  margin-right: 67px;
}

.mb67 {
  margin-bottom: 67px;
}

.fs68px {
  font-size: 68px;
}

.fw68px {
  width: 68px;
}

.fh68px {
  height: 68px;
}

.ml68 {
  margin-left: 68px;
}

.mt68 {
  margin-top: 68px;
}

.mr68 {
  margin-right: 68px;
}

.mb68 {
  margin-bottom: 68px;
}

.fs69px {
  font-size: 69px;
}

.fw69px {
  width: 69px;
}

.fh69px {
  height: 69px;
}

.ml69 {
  margin-left: 69px;
}

.mt69 {
  margin-top: 69px;
}

.mr69 {
  margin-right: 69px;
}

.mb69 {
  margin-bottom: 69px;
}

.fs70px {
  font-size: 70px;
}

.fw70px {
  width: 70px;
}

.fh70px {
  height: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.fs71px {
  font-size: 71px;
}

.fw71px {
  width: 71px;
}

.fh71px {
  height: 71px;
}

.ml71 {
  margin-left: 71px;
}

.mt71 {
  margin-top: 71px;
}

.mr71 {
  margin-right: 71px;
}

.mb71 {
  margin-bottom: 71px;
}

.fs72px {
  font-size: 72px;
}

.fw72px {
  width: 72px;
}

.fh72px {
  height: 72px;
}

.ml72 {
  margin-left: 72px;
}

.mt72 {
  margin-top: 72px;
}

.mr72 {
  margin-right: 72px;
}

.mb72 {
  margin-bottom: 72px;
}

.fs73px {
  font-size: 73px;
}

.fw73px {
  width: 73px;
}

.fh73px {
  height: 73px;
}

.ml73 {
  margin-left: 73px;
}

.mt73 {
  margin-top: 73px;
}

.mr73 {
  margin-right: 73px;
}

.mb73 {
  margin-bottom: 73px;
}

.fs74px {
  font-size: 74px;
}

.fw74px {
  width: 74px;
}

.fh74px {
  height: 74px;
}

.ml74 {
  margin-left: 74px;
}

.mt74 {
  margin-top: 74px;
}

.mr74 {
  margin-right: 74px;
}

.mb74 {
  margin-bottom: 74px;
}

.fs75px {
  font-size: 75px;
}

.fw75px {
  width: 75px;
}

.fh75px {
  height: 75px;
}

.ml75 {
  margin-left: 75px;
}

.mt75 {
  margin-top: 75px;
}

.mr75 {
  margin-right: 75px;
}

.mb75 {
  margin-bottom: 75px;
}

.fs76px {
  font-size: 76px;
}

.fw76px {
  width: 76px;
}

.fh76px {
  height: 76px;
}

.ml76 {
  margin-left: 76px;
}

.mt76 {
  margin-top: 76px;
}

.mr76 {
  margin-right: 76px;
}

.mb76 {
  margin-bottom: 76px;
}

.fs77px {
  font-size: 77px;
}

.fw77px {
  width: 77px;
}

.fh77px {
  height: 77px;
}

.ml77 {
  margin-left: 77px;
}

.mt77 {
  margin-top: 77px;
}

.mr77 {
  margin-right: 77px;
}

.mb77 {
  margin-bottom: 77px;
}

.fs78px {
  font-size: 78px;
}

.fw78px {
  width: 78px;
}

.fh78px {
  height: 78px;
}

.ml78 {
  margin-left: 78px;
}

.mt78 {
  margin-top: 78px;
}

.mr78 {
  margin-right: 78px;
}

.mb78 {
  margin-bottom: 78px;
}

.fs79px {
  font-size: 79px;
}

.fw79px {
  width: 79px;
}

.fh79px {
  height: 79px;
}

.ml79 {
  margin-left: 79px;
}

.mt79 {
  margin-top: 79px;
}

.mr79 {
  margin-right: 79px;
}

.mb79 {
  margin-bottom: 79px;
}

.fs80px {
  font-size: 80px;
}

.fw80px {
  width: 80px;
}

.fh80px {
  height: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.fs81px {
  font-size: 81px;
}

.fw81px {
  width: 81px;
}

.fh81px {
  height: 81px;
}

.ml81 {
  margin-left: 81px;
}

.mt81 {
  margin-top: 81px;
}

.mr81 {
  margin-right: 81px;
}

.mb81 {
  margin-bottom: 81px;
}


.fs82px {
  font-size: 82px;
}

.fw82px {
  width: 82px;
}

.fh82px {
  height: 82px;
}

.ml82 {
  margin-left: 82px;
}

.mt82 {
  margin-top: 82px;
}

.mr82 {
  margin-right: 82px;
}

.mb82 {
  margin-bottom: 82px;
}

.fs83px {
  font-size: 83px;
}

.fw83px {
  width: 83px;
}

.fh83px {
  height: 83px;
}

.ml83 {
  margin-left: 83px;
}

.mt83 {
  margin-top: 83px;
}

.mr83 {
  margin-right: 83px;
}

.mb83 {
  margin-bottom: 83px;
}

.fs84px {
  font-size: 84px;
}

.fw84px {
  width: 84px;
}

.fh84px {
  height: 84px;
}

.ml84 {
  margin-left: 84px;
}

.mt84 {
  margin-top: 84px;
}

.mr84 {
  margin-right: 84px;
}

.mb84 {
  margin-bottom: 84px;
}

.fs85px {
  font-size: 85px;
}

.fw85px {
  width: 85px;
}

.fh85px {
  height: 85px;
}

.ml85 {
  margin-left: 85px;
}

.mt85 {
  margin-top: 85px;
}

.mr85 {
  margin-right: 85px;
}

.mb85 {
  margin-bottom: 85px;
}

.fs86px {
  font-size: 86px;
}

.fw86px {
  width: 86px;
}

.fh86px {
  height: 86px;
}

.ml86 {
  margin-left: 86px;
}

.mt86 {
  margin-top: 86px;
}

.mr86 {
  margin-right: 86px;
}

.mb86 {
  margin-bottom: 86px;
}

.fs87px {
  font-size: 87px;
}

.fw87px {
  width: 87px;
}

.fh87px {
  height: 87px;
}

.ml87 {
  margin-left: 87px;
}

.mt87 {
  margin-top: 87px;
}

.mr87 {
  margin-right: 87px;
}

.mb87 {
  margin-bottom: 87px;
}

.fs88px {
  font-size: 88px;
}

.fw88px {
  width: 88px;
}

.fh88px {
  height: 88px;
}

.ml88 {
  margin-left: 88px;
}

.mt88 {
  margin-top: 88px;
}

.mr88 {
  margin-right: 88px;
}

.mb88 {
  margin-bottom: 88px;
}

.fs89px {
  font-size: 89px;
}

.fw89px {
  width: 89px;
}

.fh89px {
  height: 89px;
}

.ml89 {
  margin-left: 89px;
}

.mt89 {
  margin-top: 89px;
}

.mr89 {
  margin-right: 89px;
}

.mb89 {
  margin-bottom: 89px;
}

.fs90px {
  font-size: 90px;
}

.fw90px {
  width: 90px;
}

.fh90px {
  height: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.fs91px {
  font-size: 91px;
}

.fw91px {
  width: 91px;
}

.fh91px {
  height: 91px;
}

.ml91 {
  margin-left: 91px;
}

.mt91 {
  margin-top: 91px;
}

.mr91 {
  margin-right: 91px;
}

.mb91 {
  margin-bottom: 91px;
}

.fs92px {
  font-size: 92px;
}

.fw92px {
  width: 92px;
}

.fh92px {
  height: 92px;
}

.ml92 {
  margin-left: 92px;
}

.mt92 {
  margin-top: 92px;
}

.mr92 {
  margin-right: 92px;
}

.mb92 {
  margin-bottom: 92px;
}

.fs93px {
  font-size: 93px;
}

.fw93px {
  width: 93px;
}

.fh93px {
  height: 93px;
}

.ml93 {
  margin-left: 93px;
}

.mt93 {
  margin-top: 93px;
}

.mr93 {
  margin-right: 93px;
}

.mb93 {
  margin-bottom: 93px;
}

.fs94px {
  font-size: 94px;
}

.fw94px {
  width: 94px;
}

.fh94px {
  height: 94px;
}

.ml94 {
  margin-left: 94px;
}

.mt94 {
  margin-top: 94px;
}

.mr94 {
  margin-right: 94px;
}

.mb94 {
  margin-bottom: 94px;
}

.fs95px {
  font-size: 95px;
}

.fw95px {
  width: 95px;
}

.fh95px {
  height: 95px;
}

.ml95 {
  margin-left: 95px;
}

.mt95 {
  margin-top: 95px;
}

.mr95 {
  margin-right: 95px;
}

.mb95 {
  margin-bottom: 95px;
}

.fs96px {
  font-size: 96px;
}

.fw96px {
  width: 96px;
}

.fh96px {
  height: 96px;
}

.ml96 {
  margin-left: 96px;
}

.mt96 {
  margin-top: 96px;
}

.mr96 {
  margin-right: 96px;
}

.mb96 {
  margin-bottom: 96px;
}

.fs97px {
  font-size: 97px;
}

.fw97px {
  width: 97px;
}

.fh97px {
  height: 97px;
}

.ml97 {
  margin-left: 97px;
}

.mt97 {
  margin-top: 97px;
}

.mr97 {
  margin-right: 97px;
}

.mb97 {
  margin-bottom: 97px;
}

.fs98px {
  font-size: 98px;
}

.fw98px {
  width: 98px;
}

.fh98px {
  height: 98px;
}

.ml98 {
  margin-left: 98px;
}

.mt98 {
  margin-top: 98px;
}

.mr98 {
  margin-right: 98px;
}

.mb98 {
  margin-bottom: 98px;
}

.fs99px {
  font-size: 99px;
}

.fw99px {
  width: 99px;
}

.fh99px {
  height: 99px;
}

.ml99 {
  margin-left: 99px;
}

.mt99 {
  margin-top: 99px;
}

.mr99 {
  margin-right: 99px;
}

.mb99 {
  margin-bottom: 99px;
}

.fs100px {
  font-size: 100px;
}

.fw100px {
  width: 100px;
}

.fh100px {
  height: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.fs101px {
  font-size: 101px;
}

.fw101px {
  width: 101px;
}

.fh101px {
  height: 101px;
}

.ml101 {
  margin-left: 101px;
}

.mt101 {
  margin-top: 101px;
}

.mr101 {
  margin-right: 101px;
}

.mb101 {
  margin-bottom: 101px;
}

.fs102px {
  font-size: 102px;
}

.fw102px {
  width: 102px;
}

.fh102px {
  height: 102px;
}

.ml102 {
  margin-left: 102px;
}

.mt102 {
  margin-top: 102px;
}

.mr102 {
  margin-right: 102px;
}

.mb102 {
  margin-bottom: 102px;
}

.fs103px {
  font-size: 103px;
}

.fw103px {
  width: 103px;
}

.fh103px {
  height: 103px;
}

.ml103 {
  margin-left: 103px;
}

.mt103 {
  margin-top: 103px;
}

.mr103 {
  margin-right: 103px;
}

.mb103 {
  margin-bottom: 103px;
}

.fs104px {
  font-size: 104px;
}

.fw104px {
  width: 104px;
}

.fh104px {
  height: 104px;
}

.ml104 {
  margin-left: 104px;
}

.mt104 {
  margin-top: 104px;
}

.mr104 {
  margin-right: 104px;
}

.mb104 {
  margin-bottom: 104px;
}

.fs105px {
  font-size: 105px;
}

.fw105px {
  width: 105px;
}

.fh105px {
  height: 105px;
}

.ml105 {
  margin-left: 105px;
}

.mt105 {
  margin-top: 105px;
}

.mr105 {
  margin-right: 105px;
}

.mb105 {
  margin-bottom: 105px;
}

.fs106px {
  font-size: 106px;
}

.fw106px {
  width: 106px;
}

.fh106px {
  height: 106px;
}

.ml106 {
  margin-left: 106px;
}

.mt106 {
  margin-top: 106px;
}

.mr106 {
  margin-right: 106px;
}

.mb106 {
  margin-bottom: 106px;
}

.fs107px {
  font-size: 107px;
}

.fw107px {
  width: 107px;
}

.fh107px {
  height: 107px;
}

.ml107 {
  margin-left: 107px;
}

.mt107 {
  margin-top: 107px;
}

.mr107 {
  margin-right: 107px;
}

.mb107 {
  margin-bottom: 107px;
}

.fs108px {
  font-size: 108px;
}

.fw108px {
  width: 108px;
}

.fh108px {
  height: 108px;
}

.ml108 {
  margin-left: 108px;
}

.mt108 {
  margin-top: 108px;
}

.mr108 {
  margin-right: 108px;
}

.mb108 {
  margin-bottom: 108px;
}

.fs109px {
  font-size: 109px;
}

.fw109px {
  width: 109px;
}

.fh109px {
  height: 109px;
}

.ml109 {
  margin-left: 109px;
}

.mt109 {
  margin-top: 109px;
}

.mr109 {
  margin-right: 109px;
}

.mb109 {
  margin-bottom: 109px;
}

.fs110px {
  font-size: 110px;
}

.fw110px {
  width: 110px;
}

.fh110px {
  height: 110px;
}

.ml110 {
  margin-left: 110px;
}

.mt110 {
  margin-top: 110px;
}

.mr110 {
  margin-right: 110px;
}

.mb110 {
  margin-bottom: 110px;
}

.fs111px {
  font-size: 111px;
}

.fw111px {
  width: 111px;
}

.fh111px {
  height: 111px;
}

.ml111 {
  margin-left: 111px;
}

.mt111 {
  margin-top: 111px;
}

.mr111 {
  margin-right: 111px;
}

.mb111 {
  margin-bottom: 111px;
}

.fs112px {
  font-size: 112px;
}

.fw112px {
  width: 112px;
}

.fh112px {
  height: 112px;
}

.ml112 {
  margin-left: 112px;
}

.mt112 {
  margin-top: 112px;
}

.mr112 {
  margin-right: 112px;
}

.mb112 {
  margin-bottom: 112px;
}

.fs113px {
  font-size: 113px;
}

.fw113px {
  width: 113px;
}

.fh113px {
  height: 113px;
}

.ml113 {
  margin-left: 113px;
}

.mt113 {
  margin-top: 113px;
}

.mr113 {
  margin-right: 113px;
}

.mb113 {
  margin-bottom: 113px;
}

.fs114px {
  font-size: 114px;
}

.fw114px {
  width: 114px;
}

.fh114px {
  height: 114px;
}

.ml114 {
  margin-left: 114px;
}

.mt114 {
  margin-top: 114px;
}

.mr114 {
  margin-right: 114px;
}

.mb114 {
  margin-bottom: 114px;
}

.fs115px {
  font-size: 115px;
}

.fw115px {
  width: 115px;
}

.fh115px {
  height: 115px;
}

.ml115 {
  margin-left: 115px;
}

.mt115 {
  margin-top: 115px;
}

.mr115 {
  margin-right: 115px;
}

.mb115 {
  margin-bottom: 115px;
}

.fs116px {
  font-size: 116px;
}

.fw116px {
  width: 116px;
}

.fh116px {
  height: 116px;
}

.ml116 {
  margin-left: 116px;
}

.mt116 {
  margin-top: 116px;
}

.mr116 {
  margin-right: 116px;
}

.mb116 {
  margin-bottom: 116px;
}

.fs117px {
  font-size: 117px;
}

.fw117px {
  width: 117px;
}

.fh117px {
  height: 117px;
}

.ml117 {
  margin-left: 117px;
}

.mt117 {
  margin-top: 117px;
}

.mr117 {
  margin-right: 117px;
}

.mb117 {
  margin-bottom: 117px;
}

.fs118px {
  font-size: 118px;
}

.fw118px {
  width: 118px;
}

.fh118px {
  height: 118px;
}

.ml118 {
  margin-left: 118px;
}

.mt118 {
  margin-top: 118px;
}

.mr118 {
  margin-right: 118px;
}

.mb118 {
  margin-bottom: 118px;
}

.fs119px {
  font-size: 119px;
}

.fw119px {
  width: 119px;
}

.fh119px {
  height: 119px;
}

.ml119 {
  margin-left: 119px;
}

.mt119 {
  margin-top: 119px;
}

.mr119 {
  margin-right: 119px;
}

.mb119 {
  margin-bottom: 119px;
}

.fs120px {
  font-size: 120px;
}

.fw120px {
  width: 120px;
}

.fh120px {
  height: 120px;
}

.ml120 {
  margin-left: 120px;
}

.mt120 {
  margin-top: 120px;
}

.mr120 {
  margin-right: 120px;
}

.mb120 {
  margin-bottom: 120px;
}

.fs121px {
  font-size: 121px;
}

.fw121px {
  width: 121px;
}

.fh121px {
  height: 121px;
}

.ml121 {
  margin-left: 121px;
}

.mt121 {
  margin-top: 121px;
}

.mr121 {
  margin-right: 121px;
}

.mb121 {
  margin-bottom: 121px;
}

.fs122px {
  font-size: 122px;
}

.fw122px {
  width: 122px;
}

.fh122px {
  height: 122px;
}

.ml122 {
  margin-left: 122px;
}

.mt122 {
  margin-top: 122px;
}

.mr122 {
  margin-right: 122px;
}

.mb122 {
  margin-bottom: 122px;
}

.fs123px {
  font-size: 123px;
}

.fw123px {
  width: 123px;
}

.fh123px {
  height: 123px;
}

.ml123 {
  margin-left: 123px;
}

.mt123 {
  margin-top: 123px;
}

.mr123 {
  margin-right: 123px;
}

.mb123 {
  margin-bottom: 123px;
}

.fs124px {
  font-size: 124px;
}

.fw124px {
  width: 124px;
}

.fh124px {
  height: 124px;
}

.ml124 {
  margin-left: 124px;
}

.mt124 {
  margin-top: 124px;
}

.mr124 {
  margin-right: 124px;
}

.mb124 {
  margin-bottom: 124px;
}

.fs125px {
  font-size: 125px;
}

.fw125px {
  width: 125px;
}

.fh125px {
  height: 125px;
}

.ml125 {
  margin-left: 125px;
}

.mt125 {
  margin-top: 125px;
}

.mr125 {
  margin-right: 125px;
}

.mb125 {
  margin-bottom: 125px;
}

.fs126px {
  font-size: 126px;
}

.fw126px {
  width: 126px;
}

.fh126px {
  height: 126px;
}

.ml126 {
  margin-left: 126px;
}

.mt126 {
  margin-top: 126px;
}

.mr126 {
  margin-right: 126px;
}

.mb126 {
  margin-bottom: 126px;
}

.fs127px {
  font-size: 127px;
}

.fw127px {
  width: 127px;
}

.fh127px {
  height: 127px;
}

.ml127 {
  margin-left: 127px;
}

.mt127 {
  margin-top: 127px;
}

.mr127 {
  margin-right: 127px;
}

.mb127 {
  margin-bottom: 127px;
}

.fs128px {
  font-size: 128px;
}

.fw128px {
  width: 128px;
}

.fh128px {
  height: 128px;
}

.ml128 {
  margin-left: 128px;
}

.mt128 {
  margin-top: 128px;
}

.mr128 {
  margin-right: 128px;
}

.mb128 {
  margin-bottom: 128px;
}

.fs129px {
  font-size: 129px;
}

.fw129px {
  width: 129px;
}

.fh129px {
  height: 129px;
}

.ml129 {
  margin-left: 129px;
}

.mt129 {
  margin-top: 129px;
}

.mr129 {
  margin-right: 129px;
}

.mb129 {
  margin-bottom: 129px;
}

.fs130px {
  font-size: 130px;
}

.fw130px {
  width: 130px;
}

.fh130px {
  height: 130px;
}

.ml130 {
  margin-left: 130px;
}

.mt130 {
  margin-top: 130px;
}

.mr130 {
  margin-right: 130px;
}

.mb130 {
  margin-bottom: 130px;
}

.fs131px {
  font-size: 131px;
}

.fw131px {
  width: 131px;
}

.fh131px {
  height: 131px;
}

.ml131 {
  margin-left: 131px;
}

.mt131 {
  margin-top: 131px;
}

.mr131 {
  margin-right: 131px;
}

.mb131 {
  margin-bottom: 131px;
}

.fs132px {
  font-size: 132px;
}

.fw132px {
  width: 132px;
}

.fh132px {
  height: 132px;
}

.ml132 {
  margin-left: 132px;
}

.mt132 {
  margin-top: 132px;
}

.mr132 {
  margin-right: 132px;
}

.mb132 {
  margin-bottom: 132px;
}

.fs133px {
  font-size: 133px;
}

.fw133px {
  width: 133px;
}

.fh133px {
  height: 133px;
}

.ml133 {
  margin-left: 133px;
}

.mt133 {
  margin-top: 133px;
}

.mr133 {
  margin-right: 133px;
}

.mb133 {
  margin-bottom: 133px;
}

.fs134px {
  font-size: 134px;
}

.fw134px {
  width: 134px;
}

.fh134px {
  height: 134px;
}

.ml134 {
  margin-left: 134px;
}

.mt134 {
  margin-top: 134px;
}

.mr134 {
  margin-right: 134px;
}

.mb134 {
  margin-bottom: 134px;
}

.fs135px {
  font-size: 135px;
}

.fw135px {
  width: 135px;
}

.fh135px {
  height: 135px;
}

.ml135 {
  margin-left: 135px;
}

.mt135 {
  margin-top: 135px;
}

.mr135 {
  margin-right: 135px;
}

.mb135 {
  margin-bottom: 135px;
}

.fs136px {
  font-size: 136px;
}

.fw136px {
  width: 136px;
}

.fh136px {
  height: 136px;
}

.ml136 {
  margin-left: 136px;
}

.mt136 {
  margin-top: 136px;
}

.mr136 {
  margin-right: 136px;
}

.mb136 {
  margin-bottom: 136px;
}

.fs137px {
  font-size: 137px;
}

.fw137px {
  width: 137px;
}

.fh137px {
  height: 137px;
}

.ml137 {
  margin-left: 137px;
}

.mt137 {
  margin-top: 137px;
}

.mr137 {
  margin-right: 137px;
}

.mb137 {
  margin-bottom: 137px;
}

.fs138px {
  font-size: 138px;
}

.fw138px {
  width: 138px;
}

.fh138px {
  height: 138px;
}

.ml138 {
  margin-left: 138px;
}

.mt138 {
  margin-top: 138px;
}

.mr138 {
  margin-right: 138px;
}

.mb138 {
  margin-bottom: 138px;
}

.fs139px {
  font-size: 139px;
}

.fw139px {
  width: 139px;
}

.fh139px {
  height: 139px;
}

.ml139 {
  margin-left: 139px;
}

.mt139 {
  margin-top: 139px;
}

.mr139 {
  margin-right: 139px;
}

.mb139 {
  margin-bottom: 139px;
}

.fs140px {
  font-size: 140px;
}

.fw140px {
  width: 140px;
}

.fh140px {
  height: 140px;
}

.ml140 {
  margin-left: 140px;
}

.mt140 {
  margin-top: 140px;
}

.mr140 {
  margin-right: 140px;
}

.mb140 {
  margin-bottom: 140px;
}

.fs141px {
  font-size: 141px;
}

.fw141px {
  width: 141px;
}

.fh141px {
  height: 141px;
}

.ml141 {
  margin-left: 141px;
}

.mt141 {
  margin-top: 141px;
}

.mr141 {
  margin-right: 141px;
}

.mb141 {
  margin-bottom: 141px;
}

.fs142px {
  font-size: 142px;
}

.fw142px {
  width: 142px;
}

.fh142px {
  height: 142px;
}

.ml142 {
  margin-left: 142px;
}

.mt142 {
  margin-top: 142px;
}

.mr142 {
  margin-right: 142px;
}

.mb142 {
  margin-bottom: 142px;
}

.fs143px {
  font-size: 143px;
}

.fw143px {
  width: 143px;
}

.fh143px {
  height: 143px;
}

.ml143 {
  margin-left: 143px;
}

.mt143 {
  margin-top: 143px;
}

.mr143 {
  margin-right: 143px;
}

.mb143 {
  margin-bottom: 143px;
}

.fs144px {
  font-size: 144px;
}

.fw144px {
  width: 144px;
}

.fh144px {
  height: 144px;
}

.ml144 {
  margin-left: 144px;
}

.mt144 {
  margin-top: 144px;
}

.mr144 {
  margin-right: 144px;
}

.mb144 {
  margin-bottom: 144px;
}

.fs145px {
  font-size: 145px;
}

.fw145px {
  width: 145px;
}

.fh145px {
  height: 145px;
}

.ml145 {
  margin-left: 145px;
}

.mt145 {
  margin-top: 145px;
}

.mr145 {
  margin-right: 145px;
}

.mb145 {
  margin-bottom: 145px;
}

.fs146px {
  font-size: 146px;
}

.fw146px {
  width: 146px;
}

.fh146px {
  height: 146px;
}

.ml146 {
  margin-left: 146px;
}

.mt146 {
  margin-top: 146px;
}

.mr146 {
  margin-right: 146px;
}

.mb146 {
  margin-bottom: 146px;
}

.fs147px {
  font-size: 147px;
}

.fw147px {
  width: 147px;
}

.fh147px {
  height: 147px;
}

.ml147 {
  margin-left: 147px;
}

.mt147 {
  margin-top: 147px;
}

.mr147 {
  margin-right: 147px;
}

.mb147 {
  margin-bottom: 147px;
}

.fs148px {
  font-size: 148px;
}

.fw148px {
  width: 148px;
}

.fh148px {
  height: 148px;
}

.ml148 {
  margin-left: 148px;
}

.mt148 {
  margin-top: 148px;
}

.mr148 {
  margin-right: 148px;
}

.mb148 {
  margin-bottom: 148px;
}

.fs149px {
  font-size: 149px;
}

.fw149px {
  width: 149px;
}

.fh149px {
  height: 149px;
}

.ml149 {
  margin-left: 149px;
}

.mt149 {
  margin-top: 149px;
}

.mr149 {
  margin-right: 149px;
}

.mb149 {
  margin-bottom: 149px;
}

.fs150px {
  font-size: 150px;
}

.fw150px {
  width: 150px;
}

.fh150px {
  height: 150px;
}

.ml150 {
  margin-left: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mr150 {
  margin-right: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.fs151px {
  font-size: 151px;
}

.fw151px {
  width: 151px;
}

.fh151px {
  height: 151px;
}

.ml151 {
  margin-left: 151px;
}

.mt151 {
  margin-top: 151px;
}

.mr151 {
  margin-right: 151px;
}

.mb151 {
  margin-bottom: 151px;
}

.fs152px {
  font-size: 152px;
}

.fw152px {
  width: 152px;
}

.fh152px {
  height: 152px;
}

.ml152 {
  margin-left: 152px;
}

.mt152 {
  margin-top: 152px;
}

.mr152 {
  margin-right: 152px;
}

.mb152 {
  margin-bottom: 152px;
}

.fs153px {
  font-size: 153px;
}

.fw153px {
  width: 153px;
}

.fh153px {
  height: 153px;
}

.ml153 {
  margin-left: 153px;
}

.mt153 {
  margin-top: 153px;
}

.mr153 {
  margin-right: 153px;
}

.mb153 {
  margin-bottom: 153px;
}

.fs154px {
  font-size: 154px;
}

.fw154px {
  width: 154px;
}

.fh154px {
  height: 154px;
}

.ml154 {
  margin-left: 154px;
}

.mt154 {
  margin-top: 154px;
}

.mr154 {
  margin-right: 154px;
}

.mb154 {
  margin-bottom: 154px;
}

.fs155px {
  font-size: 155px;
}

.fw155px {
  width: 155px;
}

.fh155px {
  height: 155px;
}

.ml155 {
  margin-left: 155px;
}

.mt155 {
  margin-top: 155px;
}

.mr155 {
  margin-right: 155px;
}

.mb155 {
  margin-bottom: 155px;
}

.fs156px {
  font-size: 156px;
}

.fw156px {
  width: 156px;
}

.fh156px {
  height: 156px;
}

.ml156 {
  margin-left: 156px;
}

.mt156 {
  margin-top: 156px;
}

.mr156 {
  margin-right: 156px;
}

.mb156 {
  margin-bottom: 156px;
}

.fs157px {
  font-size: 157px;
}

.fw157px {
  width: 157px;
}

.fh157px {
  height: 157px;
}

.ml157 {
  margin-left: 157px;
}

.mt157 {
  margin-top: 157px;
}

.mr157 {
  margin-right: 157px;
}

.mb157 {
  margin-bottom: 157px;
}

.fs158px {
  font-size: 158px;
}

.fw158px {
  width: 158px;
}

.fh158px {
  height: 158px;
}

.ml158 {
  margin-left: 158px;
}

.mt158 {
  margin-top: 158px;
}

.mr158 {
  margin-right: 158px;
}

.mb158 {
  margin-bottom: 158px;
}

.fs159px {
  font-size: 159px;
}

.fw159px {
  width: 159px;
}

.fh159px {
  height: 159px;
}

.ml159 {
  margin-left: 159px;
}

.mt159 {
  margin-top: 159px;
}

.mr159 {
  margin-right: 159px;
}

.mb159 {
  margin-bottom: 159px;
}

.fs160px {
  font-size: 160px;
}

.fw160px {
  width: 160px;
}

.fh160px {
  height: 160px;
}

.ml160 {
  margin-left: 160px;
}

.mt160 {
  margin-top: 160px;
}

.mr160 {
  margin-right: 160px;
}

.mb160 {
  margin-bottom: 160px;
}

.fs161px {
  font-size: 161px;
}

.fw161px {
  width: 161px;
}

.fh161px {
  height: 161px;
}

.ml161 {
  margin-left: 161px;
}

.mt161 {
  margin-top: 161px;
}

.mr161 {
  margin-right: 161px;
}

.mb161 {
  margin-bottom: 161px;
}

.fs162px {
  font-size: 162px;
}

.fw162px {
  width: 162px;
}

.fh162px {
  height: 162px;
}

.ml162 {
  margin-left: 162px;
}

.mt162 {
  margin-top: 162px;
}

.mr162 {
  margin-right: 162px;
}

.mb162 {
  margin-bottom: 162px;
}

.fs163px {
  font-size: 163px;
}

.fw163px {
  width: 163px;
}

.fh163px {
  height: 163px;
}

.ml163 {
  margin-left: 163px;
}

.mt163 {
  margin-top: 163px;
}

.mr163 {
  margin-right: 163px;
}

.mb163 {
  margin-bottom: 163px;
}

.fs164px {
  font-size: 164px;
}

.fw164px {
  width: 164px;
}

.fh164px {
  height: 164px;
}

.ml164 {
  margin-left: 164px;
}

.mt164 {
  margin-top: 164px;
}

.mr164 {
  margin-right: 164px;
}

.mb164 {
  margin-bottom: 164px;
}

.fs165px {
  font-size: 165px;
}

.fw165px {
  width: 165px;
}

.fh165px {
  height: 165px;
}

.ml165 {
  margin-left: 165px;
}

.mt165 {
  margin-top: 165px;
}

.mr165 {
  margin-right: 165px;
}

.mb165 {
  margin-bottom: 165px;
}

.fs166px {
  font-size: 166px;
}

.fw166px {
  width: 166px;
}

.fh166px {
  height: 166px;
}

.ml166 {
  margin-left: 166px;
}

.mt166 {
  margin-top: 166px;
}

.mr166 {
  margin-right: 166px;
}

.mb166 {
  margin-bottom: 166px;
}

.fs167px {
  font-size: 167px;
}

.fw167px {
  width: 167px;
}

.fh167px {
  height: 167px;
}

.ml167 {
  margin-left: 167px;
}

.mt167 {
  margin-top: 167px;
}

.mr167 {
  margin-right: 167px;
}

.mb167 {
  margin-bottom: 167px;
}

.fs168px {
  font-size: 168px;
}

.fw168px {
  width: 168px;
}

.fh168px {
  height: 168px;
}

.ml168 {
  margin-left: 168px;
}

.mt168 {
  margin-top: 168px;
}

.mr168 {
  margin-right: 168px;
}

.mb168 {
  margin-bottom: 168px;
}

.fs169px {
  font-size: 169px;
}

.fw169px {
  width: 169px;
}

.fh169px {
  height: 169px;
}

.ml169 {
  margin-left: 169px;
}

.mt169 {
  margin-top: 169px;
}

.mr169 {
  margin-right: 169px;
}

.mb169 {
  margin-bottom: 169px;
}

.fs170px {
  font-size: 170px;
}

.fw170px {
  width: 170px;
}

.fh170px {
  height: 170px;
}

.ml170 {
  margin-left: 170px;
}

.mt170 {
  margin-top: 170px;
}

.mr170 {
  margin-right: 170px;
}

.mb170 {
  margin-bottom: 170px;
}

.fs171px {
  font-size: 171px;
}

.fw171px {
  width: 171px;
}

.fh171px {
  height: 171px;
}

.ml171 {
  margin-left: 171px;
}

.mt171 {
  margin-top: 171px;
}

.mr171 {
  margin-right: 171px;
}

.mb171 {
  margin-bottom: 171px;
}

.fs172px {
  font-size: 172px;
}

.fw172px {
  width: 172px;
}

.fh172px {
  height: 172px;
}

.ml172 {
  margin-left: 172px;
}

.mt172 {
  margin-top: 172px;
}

.mr172 {
  margin-right: 172px;
}

.mb172 {
  margin-bottom: 172px;
}

.fs173px {
  font-size: 173px;
}

.fw173px {
  width: 173px;
}

.fh173px {
  height: 173px;
}

.ml173 {
  margin-left: 173px;
}

.mt173 {
  margin-top: 173px;
}

.mr173 {
  margin-right: 173px;
}

.mb173 {
  margin-bottom: 173px;
}

.fs174px {
  font-size: 174px;
}

.fw174px {
  width: 174px;
}

.fh174px {
  height: 174px;
}

.ml174 {
  margin-left: 174px;
}

.mt174 {
  margin-top: 174px;
}

.mr174 {
  margin-right: 174px;
}

.mb174 {
  margin-bottom: 174px;
}

.fs175px {
  font-size: 175px;
}

.fw175px {
  width: 175px;
}

.fh175px {
  height: 175px;
}

.ml175 {
  margin-left: 175px;
}

.mt175 {
  margin-top: 175px;
}

.mr175 {
  margin-right: 175px;
}

.mb175 {
  margin-bottom: 175px;
}

.fs176px {
  font-size: 176px;
}

.fw176px {
  width: 176px;
}

.fh176px {
  height: 176px;
}

.ml176 {
  margin-left: 176px;
}

.mt176 {
  margin-top: 176px;
}

.mr176 {
  margin-right: 176px;
}

.mb176 {
  margin-bottom: 176px;
}

.fs177px {
  font-size: 177px;
}

.fw177px {
  width: 177px;
}

.fh177px {
  height: 177px;
}

.ml177 {
  margin-left: 177px;
}

.mt177 {
  margin-top: 177px;
}

.mr177 {
  margin-right: 177px;
}

.mb177 {
  margin-bottom: 177px;
}

.fs178px {
  font-size: 178px;
}

.fw178px {
  width: 178px;
}

.fh178px {
  height: 178px;
}

.ml178 {
  margin-left: 178px;
}

.mt178 {
  margin-top: 178px;
}

.mr178 {
  margin-right: 178px;
}

.mb178 {
  margin-bottom: 178px;
}

.fs179px {
  font-size: 179px;
}

.fw179px {
  width: 179px;
}

.fh179px {
  height: 179px;
}

.ml179 {
  margin-left: 179px;
}

.mt179 {
  margin-top: 179px;
}

.mr179 {
  margin-right: 179px;
}

.mb179 {
  margin-bottom: 179px;
}

.fs180px {
  font-size: 180px;
}

.fw180px {
  width: 180px;
}

.fh180px {
  height: 180px;
}

.ml180 {
  margin-left: 180px;
}

.mt180 {
  margin-top: 180px;
}

.mr180 {
  margin-right: 180px;
}

.mb180 {
  margin-bottom: 180px;
}

.fs181px {
  font-size: 181px;
}

.fw181px {
  width: 181px;
}

.fh181px {
  height: 181px;
}

.ml181 {
  margin-left: 181px;
}

.mt181 {
  margin-top: 181px;
}

.mr181 {
  margin-right: 181px;
}

.mb181 {
  margin-bottom: 181px;
}

.fs182px {
  font-size: 182px;
}

.fw182px {
  width: 182px;
}

.fh182px {
  height: 182px;
}

.ml182 {
  margin-left: 182px;
}

.mt182 {
  margin-top: 182px;
}

.mr182 {
  margin-right: 182px;
}

.mb182 {
  margin-bottom: 182px;
}

.fs183px {
  font-size: 183px;
}

.fw183px {
  width: 183px;
}

.fh183px {
  height: 183px;
}

.ml183 {
  margin-left: 183px;
}

.mt183 {
  margin-top: 183px;
}

.mr183 {
  margin-right: 183px;
}

.mb183 {
  margin-bottom: 183px;
}

.fs184px {
  font-size: 184px;
}

.fw184px {
  width: 184px;
}

.fh184px {
  height: 184px;
}

.ml184 {
  margin-left: 184px;
}

.mt184 {
  margin-top: 184px;
}

.mr184 {
  margin-right: 184px;
}

.mb184 {
  margin-bottom: 184px;
}

.fs185px {
  font-size: 185px;
}

.fw185px {
  width: 185px;
}

.fh185px {
  height: 185px;
}

.ml185 {
  margin-left: 185px;
}

.mt185 {
  margin-top: 185px;
}

.mr185 {
  margin-right: 185px;
}

.mb185 {
  margin-bottom: 185px;
}

.fs186px {
  font-size: 186px;
}

.fw186px {
  width: 186px;
}

.fh186px {
  height: 186px;
}

.ml186 {
  margin-left: 186px;
}

.mt186 {
  margin-top: 186px;
}

.mr186 {
  margin-right: 186px;
}

.mb186 {
  margin-bottom: 186px;
}

.fs187px {
  font-size: 187px;
}

.fw187px {
  width: 187px;
}

.fh187px {
  height: 187px;
}

.ml187 {
  margin-left: 187px;
}

.mt187 {
  margin-top: 187px;
}

.mr187 {
  margin-right: 187px;
}

.mb187 {
  margin-bottom: 187px;
}

.fs188px {
  font-size: 188px;
}

.fw188px {
  width: 188px;
}

.fh188px {
  height: 188px;
}

.ml188 {
  margin-left: 188px;
}

.mt188 {
  margin-top: 188px;
}

.mr188 {
  margin-right: 188px;
}

.mb188 {
  margin-bottom: 188px;
}

.fs189px {
  font-size: 189px;
}

.fw189px {
  width: 189px;
}

.fh189px {
  height: 189px;
}

.ml189 {
  margin-left: 189px;
}

.mt189 {
  margin-top: 189px;
}

.mr189 {
  margin-right: 189px;
}

.mb189 {
  margin-bottom: 189px;
}

.fs190px {
  font-size: 190px;
}

.fw190px {
  width: 190px;
}

.fh190px {
  height: 190px;
}

.ml190 {
  margin-left: 190px;
}

.mt190 {
  margin-top: 190px;
}

.mr190 {
  margin-right: 190px;
}

.mb190 {
  margin-bottom: 190px;
}

.fs191px {
  font-size: 191px;
}

.fw191px {
  width: 191px;
}

.fh191px {
  height: 191px;
}

.ml191 {
  margin-left: 191px;
}

.mt191 {
  margin-top: 191px;
}

.mr191 {
  margin-right: 191px;
}

.mb191 {
  margin-bottom: 191px;
}

.fs192px {
  font-size: 192px;
}

.fw192px {
  width: 192px;
}

.fh192px {
  height: 192px;
}

.ml192 {
  margin-left: 192px;
}

.mt192 {
  margin-top: 192px;
}

.mr192 {
  margin-right: 192px;
}

.mb192 {
  margin-bottom: 192px;
}

.fs193px {
  font-size: 193px;
}

.fw193px {
  width: 193px;
}

.fh193px {
  height: 193px;
}

.ml193 {
  margin-left: 193px;
}

.mt193 {
  margin-top: 193px;
}

.mr193 {
  margin-right: 193px;
}

.mb193 {
  margin-bottom: 193px;
}

.fs194px {
  font-size: 194px;
}

.fw194px {
  width: 194px;
}

.fh194px {
  height: 194px;
}

.ml194 {
  margin-left: 194px;
}

.mt194 {
  margin-top: 194px;
}

.mr194 {
  margin-right: 194px;
}

.mb194 {
  margin-bottom: 194px;
}

.fs195px {
  font-size: 195px;
}

.fw195px {
  width: 195px;
}

.fh195px {
  height: 195px;
}

.ml195 {
  margin-left: 195px;
}

.mt195 {
  margin-top: 195px;
}

.mr195 {
  margin-right: 195px;
}

.mb195 {
  margin-bottom: 195px;
}

.fs196px {
  font-size: 196px;
}

.fw196px {
  width: 196px;
}

.fh196px {
  height: 196px;
}

.ml196 {
  margin-left: 196px;
}

.mt196 {
  margin-top: 196px;
}

.mr196 {
  margin-right: 196px;
}

.mb196 {
  margin-bottom: 196px;
}

.fs197px {
  font-size: 197px;
}

.fw197px {
  width: 197px;
}

.fh197px {
  height: 197px;
}

.ml197 {
  margin-left: 197px;
}

.mt197 {
  margin-top: 197px;
}

.mr197 {
  margin-right: 197px;
}

.mb197 {
  margin-bottom: 197px;
}

.fs198px {
  font-size: 198px;
}

.fw198px {
  width: 198px;
}

.fh198px {
  height: 198px;
}

.ml198 {
  margin-left: 198px;
}

.mt198 {
  margin-top: 198px;
}

.mr198 {
  margin-right: 198px;
}

.mb198 {
  margin-bottom: 198px;
}

.fs199px {
  font-size: 199px;
}

.fw199px {
  width: 199px;
}

.fh199px {
  height: 199px;
}

.ml199 {
  margin-left: 199px;
}

.mt199 {
  margin-top: 199px;
}

.mr199 {
  margin-right: 199px;
}

.mb199 {
  margin-bottom: 199px;
}

.fs200px {
  font-size: 200px;
}

.fw200px {
  width: 200px;
}

.fh200px {
  height: 200px;
}

.ml200 {
  margin-left: 200px;
}

.mt200 {
  margin-top: 200px;
}

.mr200 {
  margin-right: 200px;
}

.mb200 {
  margin-bottom: 200px;
}

.fs201px {
  font-size: 201px;
}

.fw201px {
  width: 201px;
}

.fh201px {
  height: 201px;
}

.ml201 {
  margin-left: 201px;
}

.mt201 {
  margin-top: 201px;
}

.mr201 {
  margin-right: 201px;
}

.mb201 {
  margin-bottom: 201px;
}

.fs202px {
  font-size: 202px;
}

.fw202px {
  width: 202px;
}

.fh202px {
  height: 202px;
}

.ml202 {
  margin-left: 202px;
}

.mt202 {
  margin-top: 202px;
}

.mr202 {
  margin-right: 202px;
}

.mb202 {
  margin-bottom: 202px;
}

.fs203px {
  font-size: 203px;
}

.fw203px {
  width: 203px;
}

.fh203px {
  height: 203px;
}

.ml203 {
  margin-left: 203px;
}

.mt203 {
  margin-top: 203px;
}

.mr203 {
  margin-right: 203px;
}

.mb203 {
  margin-bottom: 203px;
}

.fs204px {
  font-size: 204px;
}

.fw204px {
  width: 204px;
}

.fh204px {
  height: 204px;
}

.ml204 {
  margin-left: 204px;
}

.mt204 {
  margin-top: 204px;
}

.mr204 {
  margin-right: 204px;
}

.mb204 {
  margin-bottom: 204px;
}

.fs205px {
  font-size: 205px;
}

.fw205px {
  width: 205px;
}

.fh205px {
  height: 205px;
}

.ml205 {
  margin-left: 205px;
}

.mt205 {
  margin-top: 205px;
}

.mr205 {
  margin-right: 205px;
}

.mb205 {
  margin-bottom: 205px;
}

.fs206px {
  font-size: 206px;
}

.fw206px {
  width: 206px;
}

.fh206px {
  height: 206px;
}

.ml206 {
  margin-left: 206px;
}

.mt206 {
  margin-top: 206px;
}

.mr206 {
  margin-right: 206px;
}

.mb206 {
  margin-bottom: 206px;
}

.fs207px {
  font-size: 207px;
}

.fw207px {
  width: 207px;
}

.fh207px {
  height: 207px;
}

.ml207 {
  margin-left: 207px;
}

.mt207 {
  margin-top: 207px;
}

.mr207 {
  margin-right: 207px;
}

.mb207 {
  margin-bottom: 207px;
}

.fs208px {
  font-size: 208px;
}

.fw208px {
  width: 208px;
}

.fh208px {
  height: 208px;
}

.ml208 {
  margin-left: 208px;
}

.mt208 {
  margin-top: 208px;
}

.mr208 {
  margin-right: 208px;
}

.mb208 {
  margin-bottom: 208px;
}

.fs209px {
  font-size: 209px;
}

.fw209px {
  width: 209px;
}

.fh209px {
  height: 209px;
}

.ml209 {
  margin-left: 209px;
}

.mt209 {
  margin-top: 209px;
}

.mr209 {
  margin-right: 209px;
}

.mb209 {
  margin-bottom: 209px;
}

.fs210px {
  font-size: 210px;
}

.fw210px {
  width: 210px;
}

.fh210px {
  height: 210px;
}

.ml210 {
  margin-left: 210px;
}

.mt210 {
  margin-top: 210px;
}

.mr210 {
  margin-right: 210px;
}

.mb210 {
  margin-bottom: 210px;
}

.fs211px {
  font-size: 211px;
}

.fw211px {
  width: 211px;
}


.fh211px {
  height: 211px;
}

.ml211 {
  margin-left: 211px;
}

.mt211 {
  margin-top: 211px;
}

.mr211 {
  margin-right: 211px;
}

.mb211 {
  margin-bottom: 211px;
}

.fs212px {
  font-size: 212px;
}

.fw212px {
  width: 212px;
}

.fh212px {
  height: 212px;
}

.ml212 {
  margin-left: 212px;
}

.mt212 {
  margin-top: 212px;
}

.mr212 {
  margin-right: 212px;
}

.mb212 {
  margin-bottom: 212px;
}

.fs213px {
  font-size: 213px;
}

.fw213px {
  width: 213px;
}

.fh213px {
  height: 213px;
}

.ml213 {
  margin-left: 213px;
}

.mt213 {
  margin-top: 213px;
}

.mr213 {
  margin-right: 213px;
}

.mb213 {
  margin-bottom: 213px;
}

.fs214px {
  font-size: 214px;
}

.fw214px {
  width: 214px;
}

.fh214px {
  height: 214px;
}

.ml214 {
  margin-left: 214px;
}

.mt214 {
  margin-top: 214px;
}

.mr214 {
  margin-right: 214px;
}

.mb214 {
  margin-bottom: 214px;
}

.fs215px {
  font-size: 215px;
}

.fw215px {
  width: 215px;
}

.fh215px {
  height: 215px;
}

.ml215 {
  margin-left: 215px;
}

.mt215 {
  margin-top: 215px;
}

.mr215 {
  margin-right: 215px;
}

.mb215 {
  margin-bottom: 215px;
}

.fs216px {
  font-size: 216px;
}

.fw216px {
  width: 216px;
}

.fh216px {
  height: 216px;
}

.ml216 {
  margin-left: 216px;
}

.mt216 {
  margin-top: 216px;
}

.mr216 {
  margin-right: 216px;
}

.mb216 {
  margin-bottom: 216px;
}

.fs217px {
  font-size: 217px;
}

.fw217px {
  width: 217px;
}

.fh217px {
  height: 217px;
}

.ml217 {
  margin-left: 217px;
}

.mt217 {
  margin-top: 217px;
}

.mr217 {
  margin-right: 217px;
}

.mb217 {
  margin-bottom: 217px;
}

.fs218px {
  font-size: 218px;
}

.fw218px {
  width: 218px;
}

.fh218px {
  height: 218px;
}

.ml218 {
  margin-left: 218px;
}

.mt218 {
  margin-top: 218px;
}

.mr218 {
  margin-right: 218px;
}

.mb218 {
  margin-bottom: 218px;
}

.fs219px {
  font-size: 219px;
}

.fw219px {
  width: 219px;
}

.fh219px {
  height: 219px;
}

.ml219 {
  margin-left: 219px;
}

.mt219 {
  margin-top: 219px;
}

.mr219 {
  margin-right: 219px;
}

.mb219 {
  margin-bottom: 219px;
}

.fs220px {
  font-size: 220px;
}

.fw220px {
  width: 220px;
}

.fh220px {
  height: 220px;
}

.ml220 {
  margin-left: 220px;
}

.mt220 {
  margin-top: 220px;
}

.mr220 {
  margin-right: 220px;
}

.mb220 {
  margin-bottom: 220px;
}

.fs221px {
  font-size: 221px;
}

.fw221px {
  width: 221px;
}

.fh221px {
  height: 221px;
}

.ml221 {
  margin-left: 221px;
}

.mt221 {
  margin-top: 221px;
}

.mr221 {
  margin-right: 221px;
}

.mb221 {
  margin-bottom: 221px;
}

.fs222px {
  font-size: 222px;
}

.fw222px {
  width: 222px;
}

.fh222px {
  height: 222px;
}

.ml222 {
  margin-left: 222px;
}

.mt222 {
  margin-top: 222px;
}

.mr222 {
  margin-right: 222px;
}

.mb222 {
  margin-bottom: 222px;
}

.fs223px {
  font-size: 223px;
}

.fw223px {
  width: 223px;
}

.fh223px {
  height: 223px;
}

.ml223 {
  margin-left: 223px;
}

.mt223 {
  margin-top: 223px;
}

.mr223 {
  margin-right: 223px;
}

.mb223 {
  margin-bottom: 223px;
}

.fs224px {
  font-size: 224px;
}

.fw224px {
  width: 224px;
}

.fh224px {
  height: 224px;
}

.ml224 {
  margin-left: 224px;
}

.mt224 {
  margin-top: 224px;
}

.mr224 {
  margin-right: 224px;
}

.mb224 {
  margin-bottom: 224px;
}

.fs225px {
  font-size: 225px;
}

.fw225px {
  width: 225px;
}

.fh225px {
  height: 225px;
}

.ml225 {
  margin-left: 225px;
}

.mt225 {
  margin-top: 225px;
}

.mr225 {
  margin-right: 225px;
}

.mb225 {
  margin-bottom: 225px;
}

.fs226px {
  font-size: 226px;
}

.fw226px {
  width: 226px;
}

.fh226px {
  height: 226px;
}

.ml226 {
  margin-left: 226px;
}

.mt226 {
  margin-top: 226px;
}

.mr226 {
  margin-right: 226px;
}

.mb226 {
  margin-bottom: 226px;
}

.fs227px {
  font-size: 227px;
}

.fw227px {
  width: 227px;
}

.fh227px {
  height: 227px;
}

.ml227 {
  margin-left: 227px;
}

.mt227 {
  margin-top: 227px;
}

.mr227 {
  margin-right: 227px;
}

.mb227 {
  margin-bottom: 227px;
}

.fs228px {
  font-size: 228px;
}

.fw228px {
  width: 228px;
}

.fh228px {
  height: 228px;
}

.ml228 {
  margin-left: 228px;
}

.mt228 {
  margin-top: 228px;
}

.mr228 {
  margin-right: 228px;
}

.mb228 {
  margin-bottom: 228px;
}

.fs229px {
  font-size: 229px;
}

.fw229px {
  width: 229px;
}

.fh229px {
  height: 229px;
}

.ml229 {
  margin-left: 229px;
}

.mt229 {
  margin-top: 229px;
}

.mr229 {
  margin-right: 229px;
}

.mb229 {
  margin-bottom: 229px;
}

.fs230px {
  font-size: 230px;
}

.fw230px {
  width: 230px;
}

.fh230px {
  height: 230px;
}

.ml230 {
  margin-left: 230px;
}

.mt230 {
  margin-top: 230px;
}

.mr230 {
  margin-right: 230px;
}

.mb230 {
  margin-bottom: 230px;
}

.fs231px {
  font-size: 231px;
}

.fw231px {
  width: 231px;
}

.fh231px {
  height: 231px;
}

.ml231 {
  margin-left: 231px;
}

.mt231 {
  margin-top: 231px;
}

.mr231 {
  margin-right: 231px;
}

.mb231 {
  margin-bottom: 231px;
}

.fs232px {
  font-size: 232px;
}

.fw232px {
  width: 232px;
}

.fh232px {
  height: 232px;
}

.ml232 {
  margin-left: 232px;
}

.mt232 {
  margin-top: 232px;
}

.mr232 {
  margin-right: 232px;
}

.mb232 {
  margin-bottom: 232px;
}

.fs233px {
  font-size: 233px;
}

.fw233px {
  width: 233px;
}

.fh233px {
  height: 233px;
}

.ml233 {
  margin-left: 233px;
}

.mt233 {
  margin-top: 233px;
}

.mr233 {
  margin-right: 233px;
}

.mb233 {
  margin-bottom: 233px;
}

.fs234px {
  font-size: 234px;
}

.fw234px {
  width: 234px;
}

.fh234px {
  height: 234px;
}

.ml234 {
  margin-left: 234px;
}

.mt234 {
  margin-top: 234px;
}

.mr234 {
  margin-right: 234px;
}

.mb234 {
  margin-bottom: 234px;
}

.fs235px {
  font-size: 235px;
}

.fw235px {
  width: 235px;
}

.fh235px {
  height: 235px;
}

.ml235 {
  margin-left: 235px;
}

.mt235 {
  margin-top: 235px;
}

.mr235 {
  margin-right: 235px;
}

.mb235 {
  margin-bottom: 235px;
}

.fs236px {
  font-size: 236px;
}

.fw236px {
  width: 236px;
}

.fh236px {
  height: 236px;
}

.ml236 {
  margin-left: 236px;
}

.mt236 {
  margin-top: 236px;
}

.mr236 {
  margin-right: 236px;
}

.mb236 {
  margin-bottom: 236px;
}

.fs237px {
  font-size: 237px;
}

.fw237px {
  width: 237px;
}

.fh237px {
  height: 237px;
}

.ml237 {
  margin-left: 237px;
}

.mt237 {
  margin-top: 237px;
}

.mr237 {
  margin-right: 237px;
}

.mb237 {
  margin-bottom: 237px;
}

.fs238px {
  font-size: 238px;
}

.fw238px {
  width: 238px;
}

.fh238px {
  height: 238px;
}

.ml238 {
  margin-left: 238px;
}

.mt238 {
  margin-top: 238px;
}

.mr238 {
  margin-right: 238px;
}

.mb238 {
  margin-bottom: 238px;
}

.fs239px {
  font-size: 239px;
}

.fw239px {
  width: 239px;
}

.fh239px {
  height: 239px;
}

.ml239 {
  margin-left: 239px;
}

.mt239 {
  margin-top: 239px;
}

.mr239 {
  margin-right: 239px;
}

.mb239 {
  margin-bottom: 239px;
}

.fs240px {
  font-size: 240px;
}

.fw240px {
  width: 240px;
}

.fh240px {
  height: 240px;
}

.ml240 {
  margin-left: 240px;
}

.mt240 {
  margin-top: 240px;
}

.mr240 {
  margin-right: 240px;
}

.mb240 {
  margin-bottom: 240px;
}

.fs241px {
  font-size: 241px;
}

.fw241px {
  width: 241px;
}

.fh241px {
  height: 241px;
}

.ml241 {
  margin-left: 241px;
}

.mt241 {
  margin-top: 241px;
}

.mr241 {
  margin-right: 241px;
}

.mb241 {
  margin-bottom: 241px;
}

.fs242px {
  font-size: 242px;
}

.fw242px {
  width: 242px;
}

.fh242px {
  height: 242px;
}

.ml242 {
  margin-left: 242px;
}

.mt242 {
  margin-top: 242px;
}

.mr242 {
  margin-right: 242px;
}

.mb242 {
  margin-bottom: 242px;
}

.fs243px {
  font-size: 243px;
}

.fw243px {
  width: 243px;
}

.fh243px {
  height: 243px;
}

.ml243 {
  margin-left: 243px;
}

.mt243 {
  margin-top: 243px;
}

.mr243 {
  margin-right: 243px;
}

.mb243 {
  margin-bottom: 243px;
}

.fs244px {
  font-size: 244px;
}

.fw244px {
  width: 244px;
}

.fh244px {
  height: 244px;
}

.ml244 {
  margin-left: 244px;
}

.mt244 {
  margin-top: 244px;
}

.mr244 {
  margin-right: 244px;
}

.mb244 {
  margin-bottom: 244px;
}

.fs245px {
  font-size: 245px;
}

.fw245px {
  width: 245px;
}

.fh245px {
  height: 245px;
}

.ml245 {
  margin-left: 245px;
}

.mt245 {
  margin-top: 245px;
}

.mr245 {
  margin-right: 245px;
}

.mb245 {
  margin-bottom: 245px;
}

.fs246px {
  font-size: 246px;
}

.fw246px {
  width: 246px;
}

.fh246px {
  height: 246px;
}

.ml246 {
  margin-left: 246px;
}

.mt246 {
  margin-top: 246px;
}

.mr246 {
  margin-right: 246px;
}

.mb246 {
  margin-bottom: 246px;
}

.fs247px {
  font-size: 247px;
}

.fw247px {
  width: 247px;
}

.fh247px {
  height: 247px;
}

.ml247 {
  margin-left: 247px;
}

.mt247 {
  margin-top: 247px;
}

.mr247 {
  margin-right: 247px;
}

.mb247 {
  margin-bottom: 247px;
}

.fs248px {
  font-size: 248px;
}

.fw248px {
  width: 248px;
}

.fh248px {
  height: 248px;
}

.ml248 {
  margin-left: 248px;
}

.mt248 {
  margin-top: 248px;
}

.mr248 {
  margin-right: 248px;
}

.mb248 {
  margin-bottom: 248px;
}

.fs249px {
  font-size: 249px;
}

.fw249px {
  width: 249px;
}

.fh249px {
  height: 249px;
}

.ml249 {
  margin-left: 249px;
}

.mt249 {
  margin-top: 249px;
}

.mr249 {
  margin-right: 249px;
}

.mb249 {
  margin-bottom: 249px;
}

.fs250px {
  font-size: 250px;
}

.fw250px {
  width: 250px;
}

.fh250px {
  height: 250px;
}

.ml250 {
  margin-left: 250px;
}

.mt250 {
  margin-top: 250px;
}

.mr250 {
  margin-right: 250px;
}

.mb250 {
  margin-bottom: 250px;
}

.fs251px {
  font-size: 251px;
}

.fw251px {
  width: 251px;
}

.fh251px {
  height: 251px;
}

.ml251 {
  margin-left: 251px;
}

.mt251 {
  margin-top: 251px;
}

.mr251 {
  margin-right: 251px;
}

.mb251 {
  margin-bottom: 251px;
}

.fs252px {
  font-size: 252px;
}

.fw252px {
  width: 252px;
}

.fh252px {
  height: 252px;
}

.ml252 {
  margin-left: 252px;
}

.mt252 {
  margin-top: 252px;
}

.mr252 {
  margin-right: 252px;
}

.mb252 {
  margin-bottom: 252px;
}

.fs253px {
  font-size: 253px;
}

.fw253px {
  width: 253px;
}

.fh253px {
  height: 253px;
}

.ml253 {
  margin-left: 253px;
}

.mt253 {
  margin-top: 253px;
}

.mr253 {
  margin-right: 253px;
}

.mb253 {
  margin-bottom: 253px;
}

.fs254px {
  font-size: 254px;
}

.fw254px {
  width: 254px;
}

.fh254px {
  height: 254px;
}

.ml254 {
  margin-left: 254px;
}

.mt254 {
  margin-top: 254px;
}

.mr254 {
  margin-right: 254px;
}

.mb254 {
  margin-bottom: 254px;
}

.fs255px {
  font-size: 255px;
}

.fw255px {
  width: 255px;
}

.fh255px {
  height: 255px;
}

.ml255 {
  margin-left: 255px;
}

.mt255 {
  margin-top: 255px;
}

.mr255 {
  margin-right: 255px;
}

.mb255 {
  margin-bottom: 255px;
}

.fs256px {
  font-size: 256px;
}

.fw256px {
  width: 256px;
}

.fh256px {
  height: 256px;
}

.ml256 {
  margin-left: 256px;
}

.mt256 {
  margin-top: 256px;
}

.mr256 {
  margin-right: 256px;
}

.mb256 {
  margin-bottom: 256px;
}

.fs257px {
  font-size: 257px;
}

.fw257px {
  width: 257px;
}

.fh257px {
  height: 257px;
}

.ml257 {
  margin-left: 257px;
}

.mt257 {
  margin-top: 257px;
}

.mr257 {
  margin-right: 257px;
}

.mb257 {
  margin-bottom: 257px;
}

.fs258px {
  font-size: 258px;
}

.fw258px {
  width: 258px;
}

.fh258px {
  height: 258px;
}

.ml258 {
  margin-left: 258px;
}

.mt258 {
  margin-top: 258px;
}

.mr258 {
  margin-right: 258px;
}

.mb258 {
  margin-bottom: 258px;
}

.fs259px {
  font-size: 259px;
}

.fw259px {
  width: 259px;
}

.fh259px {
  height: 259px;
}

.ml259 {
  margin-left: 259px;
}

.mt259 {
  margin-top: 259px;
}

.mr259 {
  margin-right: 259px;
}

.mb259 {
  margin-bottom: 259px;
}

.fs260px {
  font-size: 260px;
}

.fw260px {
  width: 260px;
}

.fh260px {
  height: 260px;
}

.ml260 {
  margin-left: 260px;
}

.mt260 {
  margin-top: 260px;
}

.mr260 {
  margin-right: 260px;
}

.mb260 {
  margin-bottom: 260px;
}

.fs261px {
  font-size: 261px;
}

.fw261px {
  width: 261px;
}

.fh261px {
  height: 261px;
}

.ml261 {
  margin-left: 261px;
}

.mt261 {
  margin-top: 261px;
}

.mr261 {
  margin-right: 261px;
}

.mb261 {
  margin-bottom: 261px;
}

.fs262px {
  font-size: 262px;
}

.fw262px {
  width: 262px;
}

.fh262px {
  height: 262px;
}

.ml262 {
  margin-left: 262px;
}

.mt262 {
  margin-top: 262px;
}

.mr262 {
  margin-right: 262px;
}

.mb262 {
  margin-bottom: 262px;
}

.fs263px {
  font-size: 263px;
}

.fw263px {
  width: 263px;
}

.fh263px {
  height: 263px;
}

.ml263 {
  margin-left: 263px;
}

.mt263 {
  margin-top: 263px;
}

.mr263 {
  margin-right: 263px;
}

.mb263 {
  margin-bottom: 263px;
}

.fs264px {
  font-size: 264px;
}

.fw264px {
  width: 264px;
}

.fh264px {
  height: 264px;
}

.ml264 {
  margin-left: 264px;
}

.mt264 {
  margin-top: 264px;
}

.mr264 {
  margin-right: 264px;
}

.mb264 {
  margin-bottom: 264px;
}

.fs265px {
  font-size: 265px;
}

.fw265px {
  width: 265px;
}

.fh265px {
  height: 265px;
}

.ml265 {
  margin-left: 265px;
}

.mt265 {
  margin-top: 265px;
}

.mr265 {
  margin-right: 265px;
}

.mb265 {
  margin-bottom: 265px;
}

.fs266px {
  font-size: 266px;
}

.fw266px {
  width: 266px;
}

.fh266px {
  height: 266px;
}

.ml266 {
  margin-left: 266px;
}

.mt266 {
  margin-top: 266px;
}

.mr266 {
  margin-right: 266px;
}

.mb266 {
  margin-bottom: 266px;
}

.fs267px {
  font-size: 267px;
}

.fw267px {
  width: 267px;
}

.fh267px {
  height: 267px;
}

.ml267 {
  margin-left: 267px;
}

.mt267 {
  margin-top: 267px;
}

.mr267 {
  margin-right: 267px;
}

.mb267 {
  margin-bottom: 267px;
}

.fs268px {
  font-size: 268px;
}

.fw268px {
  width: 268px;
}

.fh268px {
  height: 268px;
}

.ml268 {
  margin-left: 268px;
}

.mt268 {
  margin-top: 268px;
}

.mr268 {
  margin-right: 268px;
}

.mb268 {
  margin-bottom: 268px;
}

.fs269px {
  font-size: 269px;
}

.fw269px {
  width: 269px;
}

.fh269px {
  height: 269px;
}

.ml269 {
  margin-left: 269px;
}

.mt269 {
  margin-top: 269px;
}

.mr269 {
  margin-right: 269px;
}

.mb269 {
  margin-bottom: 269px;
}

.fs270px {
  font-size: 270px;
}

.fw270px {
  width: 270px;
}

.fh270px {
  height: 270px;
}

.ml270 {
  margin-left: 270px;
}

.mt270 {
  margin-top: 270px;
}

.mr270 {
  margin-right: 270px;
}

.mb270 {
  margin-bottom: 270px;
}

.fs271px {
  font-size: 271px;
}

.fw271px {
  width: 271px;
}

.fh271px {
  height: 271px;
}

.ml271 {
  margin-left: 271px;
}

.mt271 {
  margin-top: 271px;
}

.mr271 {
  margin-right: 271px;
}

.mb271 {
  margin-bottom: 271px;
}

.fs272px {
  font-size: 272px;
}

.fw272px {
  width: 272px;
}

.fh272px {
  height: 272px;
}

.ml272 {
  margin-left: 272px;
}

.mt272 {
  margin-top: 272px;
}

.mr272 {
  margin-right: 272px;
}

.mb272 {
  margin-bottom: 272px;
}

.fs273px {
  font-size: 273px;
}

.fw273px {
  width: 273px;
}

.fh273px {
  height: 273px;
}

.ml273 {
  margin-left: 273px;
}

.mt273 {
  margin-top: 273px;
}

.mr273 {
  margin-right: 273px;
}

.mb273 {
  margin-bottom: 273px;
}

.fs274px {
  font-size: 274px;
}

.fw274px {
  width: 274px;
}

.fh274px {
  height: 274px;
}

.ml274 {
  margin-left: 274px;
}

.mt274 {
  margin-top: 274px;
}

.mr274 {
  margin-right: 274px;
}

.mb274 {
  margin-bottom: 274px;
}

.fs275px {
  font-size: 275px;
}

.fw275px {
  width: 275px;
}

.fh275px {
  height: 275px;
}

.ml275 {
  margin-left: 275px;
}

.mt275 {
  margin-top: 275px;
}

.mr275 {
  margin-right: 275px;
}

.mb275 {
  margin-bottom: 275px;
}

.fs276px {
  font-size: 276px;
}

.fw276px {
  width: 276px;
}

.fh276px {
  height: 276px;
}

.ml276 {
  margin-left: 276px;
}

.mt276 {
  margin-top: 276px;
}

.mr276 {
  margin-right: 276px;
}

.mb276 {
  margin-bottom: 276px;
}

.fs277px {
  font-size: 277px;
}

.fw277px {
  width: 277px;
}

.fh277px {
  height: 277px;
}

.ml277 {
  margin-left: 277px;
}

.mt277 {
  margin-top: 277px;
}

.mr277 {
  margin-right: 277px;
}

.mb277 {
  margin-bottom: 277px;
}

.fs278px {
  font-size: 278px;
}

.fw278px {
  width: 278px;
}

.fh278px {
  height: 278px;
}

.ml278 {
  margin-left: 278px;
}

.mt278 {
  margin-top: 278px;
}

.mr278 {
  margin-right: 278px;
}

.mb278 {
  margin-bottom: 278px;
}

.fs279px {
  font-size: 279px;
}

.fw279px {
  width: 279px;
}

.fh279px {
  height: 279px;
}

.ml279 {
  margin-left: 279px;
}

.mt279 {
  margin-top: 279px;
}

.mr279 {
  margin-right: 279px;
}

.mb279 {
  margin-bottom: 279px;
}

.fs280px {
  font-size: 280px;
}

.fw280px {
  width: 280px;
}

.fh280px {
  height: 280px;
}

.ml280 {
  margin-left: 280px;
}

.mt280 {
  margin-top: 280px;
}

.mr280 {
  margin-right: 280px;
}

.mb280 {
  margin-bottom: 280px;
}

.fs281px {
  font-size: 281px;
}

.fw281px {
  width: 281px;
}

.fh281px {
  height: 281px;
}

.ml281 {
  margin-left: 281px;
}

.mt281 {
  margin-top: 281px;
}

.mr281 {
  margin-right: 281px;
}

.mb281 {
  margin-bottom: 281px;
}

.fs282px {
  font-size: 282px;
}

.fw282px {
  width: 282px;
}

.fh282px {
  height: 282px;
}

.ml282 {
  margin-left: 282px;
}

.mt282 {
  margin-top: 282px;
}

.mr282 {
  margin-right: 282px;
}

.mb282 {
  margin-bottom: 282px;
}

.fs283px {
  font-size: 283px;
}

.fw283px {
  width: 283px;
}

.fh283px {
  height: 283px;
}

.ml283 {
  margin-left: 283px;
}

.mt283 {
  margin-top: 283px;
}

.mr283 {
  margin-right: 283px;
}

.mb283 {
  margin-bottom: 283px;
}

.fs284px {
  font-size: 284px;
}

.fw284px {
  width: 284px;
}

.fh284px {
  height: 284px;
}

.ml284 {
  margin-left: 284px;
}

.mt284 {
  margin-top: 284px;
}

.mr284 {
  margin-right: 284px;
}

.mb284 {
  margin-bottom: 284px;
}

.fs285px {
  font-size: 285px;
}

.fw285px {
  width: 285px;
}

.fh285px {
  height: 285px;
}

.ml285 {
  margin-left: 285px;
}

.mt285 {
  margin-top: 285px;
}

.mr285 {
  margin-right: 285px;
}

.mb285 {
  margin-bottom: 285px;
}

.fs286px {
  font-size: 286px;
}

.fw286px {
  width: 286px;
}

.fh286px {
  height: 286px;
}

.ml286 {
  margin-left: 286px;
}

.mt286 {
  margin-top: 286px;
}

.mr286 {
  margin-right: 286px;
}

.mb286 {
  margin-bottom: 286px;
}

.fs287px {
  font-size: 287px;
}

.fw287px {
  width: 287px;
}

.fh287px {
  height: 287px;
}

.ml287 {
  margin-left: 287px;
}

.mt287 {
  margin-top: 287px;
}

.mr287 {
  margin-right: 287px;
}

.mb287 {
  margin-bottom: 287px;
}

.fs288px {
  font-size: 288px;
}

.fw288px {
  width: 288px;
}

.fh288px {
  height: 288px;
}

.ml288 {
  margin-left: 288px;
}

.mt288 {
  margin-top: 288px;
}

.mr288 {
  margin-right: 288px;
}

.mb288 {
  margin-bottom: 288px;
}

.fs289px {
  font-size: 289px;
}

.fw289px {
  width: 289px;
}

.fh289px {
  height: 289px;
}

.ml289 {
  margin-left: 289px;
}

.mt289 {
  margin-top: 289px;
}

.mr289 {

  margin-right: 289px;
}

.mb289 {
  margin-bottom: 289px;
}

.fs290px {
  font-size: 290px;
}

.fw290px {
  width: 290px;
}

.fh290px {
  height: 290px;
}

.ml290 {
  margin-left: 290px;
}

.mt290 {
  margin-top: 290px;
}

.mr290 {
  margin-right: 290px;
}

.mb290 {
  margin-bottom: 290px;
}

.fs291px {
  font-size: 291px;
}

.fw291px {
  width: 291px;
}

.fh291px {
  height: 291px;
}

.ml291 {
  margin-left: 291px;
}

.mt291 {
  margin-top: 291px;
}

.mr291 {
  margin-right: 291px;
}

.mb291 {
  margin-bottom: 291px;
}

.fs292px {
  font-size: 292px;
}

.fw292px {
  width: 292px;
}

.fh292px {
  height: 292px;
}

.ml292 {
  margin-left: 292px;
}

.mt292 {
  margin-top: 292px;
}

.mr292 {
  margin-right: 292px;
}

.mb292 {
  margin-bottom: 292px;
}

.fs293px {
  font-size: 293px;
}

.fw293px {
  width: 293px;
}

.fh293px {
  height: 293px;
}

.ml293 {
  margin-left: 293px;
}

.mt293 {
  margin-top: 293px;
}

.mr293 {
  margin-right: 293px;
}

.mb293 {
  margin-bottom: 293px;
}

.fs294px {
  font-size: 294px;
}

.fw294px {
  width: 294px;
}

.fh294px {
  height: 294px;
}

.ml294 {
  margin-left: 294px;
}

.mt294 {
  margin-top: 294px;
}

.mr294 {
  margin-right: 294px;
}

.mb294 {
  margin-bottom: 294px;
}

.fs295px {
  font-size: 295px;
}

.fw295px {
  width: 295px;
}

.fh295px {
  height: 295px;
}

.ml295 {
  margin-left: 295px;
}

.mt295 {
  margin-top: 295px;
}

.mr295 {
  margin-right: 295px;
}

.mb295 {
  margin-bottom: 295px;
}

.fs296px {
  font-size: 296px;
}

.fw296px {
  width: 296px;
}

.fh296px {
  height: 296px;
}

.ml296 {
  margin-left: 296px;
}

.mt296 {
  margin-top: 296px;
}

.mr296 {
  margin-right: 296px;
}

.mb296 {
  margin-bottom: 296px;
}

.fs297px {
  font-size: 297px;
}

.fw297px {
  width: 297px;
}

.fh297px {
  height: 297px;
}

.ml297 {
  margin-left: 297px;
}

.mt297 {
  margin-top: 297px;
}

.mr297 {
  margin-right: 297px;
}

.mb297 {
  margin-bottom: 297px;
}

.fs298px {
  font-size: 298px;
}

.fw298px {
  width: 298px;
}

.fh298px {
  height: 298px;
}

.ml298 {
  margin-left: 298px;
}

.mt298 {
  margin-top: 298px;
}

.mr298 {
  margin-right: 298px;
}

.mb298 {
  margin-bottom: 298px;
}

.fs299px {
  font-size: 299px;
}

.fw299px {
  width: 299px;
}

.fh299px {
  height: 299px;
}

.ml299 {
  margin-left: 299px;
}

.mt299 {
  margin-top: 299px;
}

.mr299 {
  margin-right: 299px;
}

.mb299 {
  margin-bottom: 299px;
}

.fs300px {
  font-size: 300px;
}

.fw300px {
  width: 300px;
}

.fh300px {
  height: 300px;
}

.ml300 {
  margin-left: 300px;
}

.mt300 {
  margin-top: 300px;
}

.mr300 {
  margin-right: 300px;
}

.mb300 {
  margin-bottom: 300px;
}

.fw100p {
  width: 100%;
}

.mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}
