@charset "utf-8";
/*
Theme Name: secual-template
Author: Secual,inc.
Description: theme for website Secual,inc.

*/
/**
* Table of Contents
*
* 0.0 - Mixin
* 1.0 - Reset and basic setting
* 2.0 - Genericons and fontawesome
* 3.0 - Typography
* 4.0 - Elements
* 5.0 - Forms

*/
/*
Mixin
*/
/* line 93, scss/_mixin.scss */
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.OutlinedButton {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding: 10px 0;
  border: 1px solid #000;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  width: 210px;
  text-align: center;
  letter-spacing: 0.1em;
}
/* line 45, scss/_mixin.scss */
.OutlinedButton:after {
  font-family: "icomoon" !important;
  font-size: 12px;
  content: "\e900";
  color: inherit;
  padding-left: 5px;
  position: relative;
}
/* line 53, scss/_mixin.scss */
.OutlinedButton.isFluid {
  width: auto;
  display: block;
}
/* line 57, scss/_mixin.scss */
.OutlinedButton.theme-primary {
  color: #00acc8;
  border: 1px solid #00acc8;
}
/* line 60, scss/_mixin.scss */
.OutlinedButton.theme-primary:hover {
  background: #00acc8;
  color: #fff;
}
/* line 65, scss/_mixin.scss */
.OutlinedButton.theme-light {
  color: #fff;
  border: 1px solid #fff;
}
/* line 68, scss/_mixin.scss */
.OutlinedButton.theme-light:hover {
  background: #fff;
  color: #000;
}
/* line 73, scss/_mixin.scss */
.OutlinedButton.theme-dark {
  color: #000;
  border: 1px solid #000;
}
/* line 76, scss/_mixin.scss */
.OutlinedButton.theme-dark:hover {
  background: #000;
  color: #fff;
}
/* line 81, scss/_mixin.scss */
.OutlinedButton.theme-disable {
  color: #E6E3E2;
  border: 1px solid #E6E3E2;
}
@media screen and (max-width: 768px) {
  /* line 93, scss/_mixin.scss */
  .OutlinedButton {
    font-size: 14px;
    padding: 10px 0;
    display: block;
    width: 100%;
  }
}

/*
 * ress.css • v1.1.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
/* line 11, scss/_ress.scss */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

/* line 19, scss/_ress.scss */
*, ::before, ::after {
  box-sizing: inherit;
}

/* line 23, scss/_ress.scss */
::before, ::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
/* line 31, scss/_ress.scss */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
/* line 45, scss/_ress.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 50, scss/_ress.scss */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
/* line 62, scss/_ress.scss */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

/* line 66, scss/_ress.scss */
summary {
  display: block;
  display: list-item;
  /* Add the correct display in all browsers */
}

/* line 72, scss/_ress.scss */
small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

/* line 77, scss/_ress.scss */
[hidden], template {
  display: none;
  /* Add the correct display in IE */
}

/* line 82, scss/_ress.scss */
abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

/* line 89, scss/_ress.scss */
a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
/* line 94, scss/_ress.scss */
a:active, a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

/* line 100, scss/_ress.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

/* line 105, scss/_ress.scss */
b, strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

/* line 110, scss/_ress.scss */
dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
/* line 117, scss/_ress.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
/* line 124, scss/_ress.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 131, scss/_ress.scss */
sub {
  bottom: -0.25em;
}

/* line 135, scss/_ress.scss */
sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
/* line 143, scss/_ress.scss */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
/* line 149, scss/_ress.scss */
button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
/* line 155, scss/_ress.scss */
[disabled] {
  cursor: default;
}

/* line 159, scss/_ress.scss */
[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

/* line 164, scss/_ress.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}
/* line 167, scss/_ress.scss */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

/* line 173, scss/_ress.scss */
textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

/* line 180, scss/_ress.scss */
button, input, optgroup, select, textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

/* line 185, scss/_ress.scss */
optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

/* line 190, scss/_ress.scss */
button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
/* line 193, scss/_ress.scss */
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Remove inner padding and border in Firefox 4+ */
/* line 201, scss/_ress.scss */
[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
/* line 208, scss/_ress.scss */
button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

/* line 212, scss/_ress.scss */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* line 217, scss/_ress.scss */
button, select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
/* line 224, scss/_ress.scss */
button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
/* line 232, scss/_ress.scss */
#page-contact select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}
/* line 237, scss/_ress.scss */
#page-contact select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}
/* line 241, scss/_ress.scss */
#page-contact select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

/* line 247, scss/_ress.scss */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

/* line 260, scss/_ress.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* line 267, scss/_ress.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
/* line 278, scss/_ress.scss */
img {
  width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* line 290, scss/_ress.scss */
svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

/* line 295, scss/_ress.scss */
audio, canvas, progress, video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  /* line 306, scss/_ress.scss */
  [hidden~="screen"] {
    display: inherit;
  }
  /* line 308, scss/_ress.scss */
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
/* line 317, scss/_ress.scss */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
/* line 323, scss/_ress.scss */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
/* line 329, scss/_ress.scss */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
/* line 339, scss/_ress.scss */
::-moz-selection, ::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*
Normalize and Commen elements
*/
/* line 6, scss/_normalize.scss */
html,
body {
  position: relative;
  width: 100%;
  /*height: 100%;*/
  /*overflow: hidden;*/
}

/* line 12, scss/_normalize.scss */
body {
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  font-weight: 300;
}

/* line 21, scss/_normalize.scss */
h1,
h2,
h3,
h4,
th {
  font-weight: 300;
}

a {
	color: #00acc8;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
/* line 24, scss/_normalize.scss */

/*-- Margin --*/
/* line 30, scss/_normalize.scss */
.mgB0 {
  margin-bottom: 0 !important;
}

/* line 33, scss/_normalize.scss */
.mgB5 {
  margin-bottom: 5px !important;
}

/* line 36, scss/_normalize.scss */
.mgB10 {
  margin-bottom: 10px !important;
}

/* line 39, scss/_normalize.scss */
.mgB15 {
  margin-bottom: 15px !important;
}

/* line 42, scss/_normalize.scss */
.mgB20 {
  margin-bottom: 20px !important;
}

/* line 45, scss/_normalize.scss */
.mgB25 {
  margin-bottom: 25px !important;
}

/* line 48, scss/_normalize.scss */
.mgB30 {
  margin-bottom: 30px !important;
}

/* line 51, scss/_normalize.scss */
.mgB35 {
  margin-bottom: 35px !important;
}

/* line 54, scss/_normalize.scss */
.mgB40 {
  margin-bottom: 40px !important;
}

/* line 57, scss/_normalize.scss */
.mgB50 {
  margin-bottom: 50px !important;
}

/*-- TextColor --*/
/* line 63, scss/_normalize.scss */
.color-blue {
  color: #00acc8;
}

/*-- Align --*/
/* line 69, scss/_normalize.scss */
.txaR {
  text-align: right !important;
}

/* line 72, scss/_normalize.scss */
.txaL {
  text-align: left !important;
}

/* line 75, scss/_normalize.scss */
.txaC {
  text-align: center !important;
}

/*-- position --*/
/* line 81, scss/_normalize.scss */
.centercolumn {
  text-align: center;
}

/*-- WordPress  --*/
/* line 87, scss/_normalize.scss */
.alignnone {
  clear: both;
  margin: 5px 20px 20px 0;
}

/* line 92, scss/_normalize.scss */
.aligncenter,
div.aligncenter {
  clear: both;
  display: block;
  margin: 5px auto 5px auto;
}

/* line 97, scss/_normalize.scss */
.alignright {
  display: inline;
  float: right;
  margin: 5px 0 20px 20px;
}
/* line 22, scss/_mixin.scss */
.alignright:before, .alignright:after {
  content: " ";
  display: table;
}
/* line 26, scss/_mixin.scss */
.alignright:after {
  clear: both;
}

/* line 103, scss/_normalize.scss */
.alignleft {
  display: inline;
  float: left;
  margin: 5px 20px 20px 0;
}
/* line 22, scss/_mixin.scss */
.alignleft:before, .alignleft:after {
  content: " ";
  display: table;
}
/* line 26, scss/_mixin.scss */
.alignleft:after {
  clear: both;
}

/* line 109, scss/_normalize.scss */
a img.alignright {
  display: inline;
  float: right;
  margin: 10px 0 20px 20px;
}

/* line 115, scss/_normalize.scss */
a img.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 118, scss/_normalize.scss */
a img.alignleft {
  text-align: left;
  margin: 5px 20px 20px 0;
}

/* line 122, scss/_normalize.scss */
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 127, scss/_normalize.scss */
.wp-caption {
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 0 0 0;
  text-align: center;
}

/* line 133, scss/_normalize.scss */
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 136, scss/_normalize.scss */
.wp-caption.alignleft {
  margin-right: auto;
}

/* line 139, scss/_normalize.scss */
.wp-caption.alignright {
  margin-left: auto;
}

/* line 142, scss/_normalize.scss */
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}

/* line 149, scss/_normalize.scss */
.wp-caption p.wp-caption-text {
  font-size: 11px;
  margin: 0;
}

/* Text meant only for screen readers. */
/* line 156, scss/_normalize.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* line 163, scss/_normalize.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* line 183, scss/_normalize.scss */
.sticky {
  width: auto;
}

/* line 186, scss/_normalize.scss */
.bypostauthor {
  width: auto;
}

/* line 189, scss/_normalize.scss */
.gallery-caption {
  font-size: 11px;
}

/* line 192, scss/_normalize.scss */
.page-links {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 11px;
  margin: 36px 0 20px;
}
/* line 199, scss/_normalize.scss */
.page-links span,
.page-links a {
  display: inline-block;
  padding: 0 5px;
}

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

/* line 10, scss/_fonts.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 24, scss/_fonts.scss */
.icon-arrow_left:before {
  content: "\e908";
}

/* line 28, scss/_fonts.scss */
.icon-arrow_right:before {
  content: "\e900";
}

/* line 32, scss/_fonts.scss */
.icon-menu:before {
  content: "\e907";
}

/* line 36, scss/_fonts.scss */
.icon-x:before {
  content: "\e906";
}

/* line 40, scss/_fonts.scss */
.icon-circle_contact:before {
  content: "\e901";
}

/* line 44, scss/_fonts.scss */
.icon-circle_mail:before {
  content: "\e902";
}

/* line 48, scss/_fonts.scss */
.icon-facebook:before {
  content: "\e903";
}

/* line 52, scss/_fonts.scss */
.icon-instagram:before {
  content: "\e904";
}

/* line 56, scss/_fonts.scss */
.icon-twitter:before {
  content: "\e905";
}

/*
 * Slidebars - A jQuery Framework for Off-Canvas Menus and Sidebars
 * Version: 2.0.2
 * Url: http://www.adchsm.com/slidebars/
 * Author: Adam Charles Smith
 * Author url: http://www.adchsm.com/
 * License: MIT
 * License url: http://www.adchsm.com/slidebars/license/
 */
/**
 * Box Model, Html & Body
 */
/* line 15, scss/_slidebars.scss */
html, body, [canvas=container], [off-canvas] {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * Canvas
 */
/* line 27, scss/_slidebars.scss */
[canvas] {
  z-index: 1;
}

/* line 31, scss/_slidebars.scss */
[canvas=container] {
  width: 100%;
  /*height: 100%;*/
  overflow-y: auto;
  position: relative;
  background-color: white;
  /* Basic background color, overwrite this in your own css. */
  -webkit-overflow-scrolling: touch;
  /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}
/* line 40, scss/_slidebars.scss */
[canvas=container]:before, [canvas=container]:after {
  clear: both;
  content: '';
  display: table;
}

/**
 * Off-Canavs
 */
/* line 51, scss/_slidebars.scss */
[off-canvas] {
  display: none;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  background-color: black;
  /* Basic background color, overwrite this in your own css. */
  /*color: white;*/
  /* Basic colors, overwrite this in your own css. */
  -webkit-overflow-scrolling: touch;
  /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}

/* line 64, scss/_slidebars.scss */
[off-canvas*=top] {
  width: 100%;
  height: 255px;
  top: 0;
}

/* line 70, scss/_slidebars.scss */
[off-canvas*=right] {
  width: 255px;
  height: 100%;
  top: 0;
  right: 0;
}

/* line 77, scss/_slidebars.scss */
[off-canvas*=bottom] {
  width: 100%;
  height: 255px;
  bottom: 0;
}

/* line 83, scss/_slidebars.scss */
[off-canvas*=left] {
  width: 255px;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 90, scss/_slidebars.scss */
[off-canvas*=reveal] {
  z-index: 0;
}

/* line 94, scss/_slidebars.scss */
[off-canvas*=push] {
  z-index: 1;
}

/* line 98, scss/_slidebars.scss */
[off-canvas*=overlay] {
  z-index: 9999;
}

/* line 102, scss/_slidebars.scss */
[off-canvas*=shift] {
  z-index: 0;
}

/**
 * Animation
 */
/* line 110, scss/_slidebars.scss */
[canvas], [off-canvas] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
  -webkit-backface-visibility: hidden;
  /* Prevents flickering, may be removed if experiencing problems with fixed background images in Chrome. */
}

/* line 121, scss/_slidebars.scss */
[off-canvas*=shift][off-canvas*=top] {
  -webkit-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}
/* line 125, scss/_slidebars.scss */
[off-canvas*=shift][off-canvas*=right] {
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
/* line 129, scss/_slidebars.scss */
[off-canvas*=shift][off-canvas*=bottom] {
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
/* line 133, scss/_slidebars.scss */
[off-canvas*=shift][off-canvas*=left] {
  -webkit-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
}

/**
 * Print
 */
@media print {
  /* line 144, scss/_slidebars.scss */
  [canvas] {
    -webkit-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important;
  }

  /* line 149, scss/_slidebars.scss */
  [off-canvas] {
    display: none !important;
  }
}
/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.2 (24/11/2017)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("fonts/lightcase.eot?55356177");
  src: url("fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("fonts/lightcase.woff?55356177") format("woff"), url("fonts/lightcase.ttf?55356177") format("truetype"), url("fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 12, ../scss/components/fonts/_font-lightcase.scss */
/* line 32, scss/_lightcase.scss */
[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
/* line 53, scss/_lightcase.scss */
.lightcase-icon-play:before {
  content: '\e800';
}

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
/* line 59, scss/_lightcase.scss */
.lightcase-icon-pause:before {
  content: '\e801';
}

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
/* line 65, scss/_lightcase.scss */
.lightcase-icon-close:before {
  content: '\e802';
}

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
/* line 71, scss/_lightcase.scss */
.lightcase-icon-prev:before {
  content: '\e803';
}

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
/* line 77, scss/_lightcase.scss */
.lightcase-icon-next:before {
  content: '\e804';
}

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
/* line 83, scss/_lightcase.scss */
.lightcase-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  /* line 117, scss/_lightcase.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 124, scss/_lightcase.scss */
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-moz-keyframes lightcase-spin {
  /* line 134, scss/_lightcase.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 141, scss/_lightcase.scss */
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-o-keyframes lightcase-spin {
  /* line 151, scss/_lightcase.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 158, scss/_lightcase.scss */
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* @-ms-keyframes lightcase-spin { */
  /* line 168, scss/_lightcase.scss */
/*   0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  } */

  /* line 175, scss/_lightcase.scss */
/*   100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
 */
@keyframes lightcase-spin {
  /* line 185, scss/_lightcase.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 192, scss/_lightcase.scss */
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 1, ../scss/components/modules/_case.scss */
/* line 203, scss/_lightcase.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  /* line 219, scss/_lightcase.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  /* line 236, scss/_lightcase.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  /* line 252, scss/_lightcase.scss */
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
/* line 31, ../scss/components/modules/_content.scss */
/* line 261, scss/_lightcase.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* line 267, scss/_lightcase.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 273, scss/_lightcase.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  /* line 282, scss/_lightcase.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
/* line 43, ../scss/components/modules/_content.scss */
@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  /* line 301, scss/_lightcase.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  /* line 304, scss/_lightcase.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    width: 100% !important;
    max-width: none !important;
  }
  /* line 307, scss/_lightcase.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  /* line 312, scss/_lightcase.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }

  /* line 52, ../scss/components/modules/_content.scss */
  /* line 59, ../scss/components/modules/_content.scss */
}
@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  /* line 323, scss/_lightcase.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  /* line 332, scss/_lightcase.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}
/* line 82, ../scss/components/modules/_content.scss */
@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  /* line 343, scss/_lightcase.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  /* line 359, scss/_lightcase.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  /* line 117, ../scss/components/modules/_content.scss */
  /* line 372, scss/_lightcase.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  /* line 381, scss/_lightcase.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}
/* line 3, ../scss/components/modules/_error.scss */
/* line 389, scss/_lightcase.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  /* line 401, scss/_lightcase.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  /* line 408, scss/_lightcase.scss */
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}
/* line 4, ../scss/components/modules/_global.scss */
/* line 415, scss/_lightcase.scss */
.lightcase-open body {
  overflow: hidden;
}

/* line 8, ../scss/components/modules/_global.scss */
/* line 421, scss/_lightcase.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

/* line 1, ../scss/components/modules/_info.scss */
/* line 428, scss/_lightcase.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}
/* line 431, scss/_lightcase.scss */
#lightcase-info #lightcase-title, #lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}
/* line 438, scss/_lightcase.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}
/* line 442, scss/_lightcase.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}
/* line 447, scss/_lightcase.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

/* line 9, ../scss/components/modules/_info.scss */
/* line 19, ../scss/components/modules/_info.scss */
@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  /* line 459, scss/_lightcase.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}
/* line 33, ../scss/components/modules/_info.scss */
/* line 39, ../scss/components/modules/_info.scss */
@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  /* line 475, scss/_lightcase.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 51, ../scss/components/modules/_info.scss */
  /* line 480, scss/_lightcase.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}
/* line 1, ../scss/components/modules/_loading.scss */
/* line 487, scss/_lightcase.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 517, scss/_lightcase.scss */
#lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 526, scss/_lightcase.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 20, ../scss/components/mixins/_presets.scss */
/* line 32, ../scss/components/mixins/_presets.scss */
/* line 2, ../scss/components/modules/_navigation.scss */
/* line 538, scss/_lightcase.scss */
a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 556, scss/_lightcase.scss */
a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 565, scss/_lightcase.scss */
a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}
/* line 569, scss/_lightcase.scss */
a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

/* line 20, ../scss/components/mixins/_presets.scss */
/* line 32, ../scss/components/mixins/_presets.scss */
/* line 49, ../scss/components/mixins/_presets.scss */
/* line 10, ../scss/components/modules/_navigation.scss */
/* line 583, scss/_lightcase.scss */
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

/* line 17, ../scss/components/modules/_navigation.scss */
/* line 591, scss/_lightcase.scss */
a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}
/* line 600, scss/_lightcase.scss */
a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}
/* line 603, scss/_lightcase.scss */
a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}
/* line 606, scss/_lightcase.scss */
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

/* line 28, ../scss/components/modules/_navigation.scss */
/* line 33, ../scss/components/modules/_navigation.scss */
/* line 38, ../scss/components/modules/_navigation.scss */
@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  /* line 621, scss/_lightcase.scss */
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  /* line 629, scss/_lightcase.scss */
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  /* line 637, scss/_lightcase.scss */
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  /* line 640, scss/_lightcase.scss */
  a[class*='lightcase-icon-']:hover {
    opacity: 1;
  }

  /* line 57, ../scss/components/modules/_navigation.scss */
  /* line 645, scss/_lightcase.scss */
  #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1;
  }
}
/* line 1, ../scss/components/modules/_overlay.scss */
/* line 652, scss/_lightcase.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  /* line 666, scss/_lightcase.scss */
  #lightcase-overlay {
    opacity: 1 !important;
  }
}
/*---GlobalHeader---*/
/* line 3, scss/_header.scss */
.GlobalHeader {
  background: #87d2e7;
  width: 100%;
}
/* line 6, scss/_header.scss */
.GlobalHeader .ContentWrap {
  padding: 10px 0;
  overflow: visible;
  display: flex;
  line-height: 1;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 980px) {
  /* line 16, scss/_header.scss */
  .GlobalHeader .ContentWrap {
    padding: 10px;
    text-align: center;
  }
}
/* line 22, scss/_header.scss */
.cartitems {
  position: absolute;
  background-color: #fd423b;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 10px;
  right: -5px;
  color: #fff;
  text-align: center;
  font-size: 9px;
  padding-top: 3px;
}
@media screen and (max-width: 980px) {
  /* line 22, scss/_header.scss */
  .cartitems {
    right: 5px;
  }
}
@media screen and (max-width: 768px) {
  /* line 22, scss/_header.scss */
  .cartitems {
    right: 45px;
  }
}

/* line 42, scss/_header.scss */
.GlobalHeader__logo {
  width: 130px;
  height: auto;
  font-size: 0;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  /* line 49, scss/_header.scss */
  .GlobalHeader__logo {
    width: 100px;
  }
}
/* line 53, scss/_header.scss */
.menu-main-menu-container {
  list-style: none;
  display: inline-flex;
  margin-left: auto;
}
/* line 57, scss/_header.scss */
.menu-main-menu-container li {
  margin-left: 30px;
  font-size: 15px;
  display: inline-block;
}
/* line 61, scss/_header.scss */
.menu-main-menu-container li > a {
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-weight: 300;
}
/* line 67, scss/_header.scss */
.menu-main-menu-container li > a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 920px) {
  /* line 57, scss/_header.scss */
  .menu-main-menu-container li {
    font-size: 13.5px;
    margin-left: 20px;
  }
  /* line 74, scss/_header.scss */
  .menu-main-menu-container li > a {
    letter-spacing: 0.02em;
  }
}

@media screen and (max-width: 768px) {
  /* line 81, scss/_header.scss */
  .menu-main-menu-container {
    display: none;
  }
}
/* line 85, scss/_header.scss */
.GlobalHeader__button {
  list-style: none;
  display: inline-block;
  margin-left: 50px;
}
@media screen and (max-width: 920px) {
  /* line 85, scss/_header.scss */
  .GlobalHeader__button {
    margin-left: 20px;
  }
}
/* line 92, scss/_header.scss */
.GlobalHeader__button li {
  margin-left: 5px;
  display: inline-block;
}
/* line 95, scss/_header.scss */
.GlobalHeader__button li > a {
  padding: 4px 0;
  text-decoration: none;
  font-size: 14px;
  border-radius: 999px;
  background: #fff;
  color: #87d2e7;
  font-weight: 300;
  width: 80px;
  display: inline-block;
  text-align: center;
}
/* line 106, scss/_header.scss */
.GlobalHeader__button li > a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  /* line 113, scss/_header.scss */
  .GlobalHeader__button {
    margin-left: auto;
    margin-right: 40px;
  }
}
/* line 118, scss/_header.scss */
.GlobalHeader__buttonItem {
  margin-left: 5px;
  display: inline-block;
}
/* line 121, scss/_header.scss */
.GlobalHeader__buttonItem > a {
  padding: 4px 0;
  text-decoration: none;
  font-size: 14px;
  border-radius: 999px;
  background: #fff;
  color: #87d2e7;
  font-weight: 300;
  width: 80px;
  display: inline-block;
  text-align: center;
}
/* line 132, scss/_header.scss */
.GlobalHeader__buttonItem > a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  /* line 140, scss/_header.scss */
  .GlobalHeader__button li > a {
    width: 60px;
  }
}
/* line 146, scss/_header.scss */
.GlobalHeader__menu {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  display: none;
}

@media screen and (max-width: 768px) {
  /* line 157, scss/_header.scss */
  .GlobalHeader__menu {
    display: block;
  }
}
/*---GlobalFooter---*/
/* line 3, scss/_footer.scss */
.GlobalFooter {
  background: #87d2e7;
  width: 100%;
  height: 100%;
}
/* line 6, scss/_footer.scss */
.GlobalFooter .ContentWrap {
  padding: 50px 0;
  overflow: hidden;
  height: 100%;
}

@media screen and (max-width: 768px) {
  /* line 12, scss/_footer.scss */
  .GlobalFooter .ContentWrap {
    padding: 30px 0;
  }
}
/* line 16, scss/_footer.scss */
.GlobalFooter__logo {
  	width: 30%;
    height: auto;
    display: block;
    margin: 0 auto 20px;
    float: none;
}

@media screen and (max-width: 768px) {
  /* line 24, scss/_footer.scss */
  .GlobalFooter__logo {
    float: none;
    text-align: center;
    margin: 0 25% 20px;
    display: block;
    width: 50%;
  }
}
/* line 32, scss/_footer.scss */
.GlobalFooter__menu {
  display: block;
  float: none;
  width: calc(50% - 300px);
  color: #fff;
  margin-right: 4%;
  font-size: 12px;
  height: calc(100% - 150px);
  overflow-y: scroll;
}
/* line 39, scss/_footer.scss */
.GlobalFooter__menu.wide {
  width: 100%;
}

@media screen and (max-width: 1199x) {
  /* line 44, scss/_footer.scss */
  .GlobalFooter__menu {
    float: none;
    display: block;
    margin-right: 0;
    width: 100%;
  }
  /* line 49, scss/_footer.scss */
  .GlobalFooter__menu.wide {
    float: none;
    display: block;
    margin-right: 0;
    width: 100%;
  }
}
/* line 57, scss/_footer.scss */
.GlobalFooter__menuTitle {
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}

/* line 63, scss/_footer.scss */
.GlobalFooter__menuSubTitle {
  font-size: 14px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
  /* line 68, scss/_footer.scss */
  .GlobalFooter__menuTitle {
    margin: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
    position: relative;
  }

  /* line 74, scss/_footer.scss */
  .GlobalFooter__menuSubTitle {
    margin: 0;
    padding: 10px 15px 10px 20px;
    border-bottom: 1px solid #fff;
    position: relative;
  }

  /* line 81, scss/_footer.scss */
  .GlobalFooter__menuTitle.Expand:after,
  .GlobalFooter__menuSubTitle.Expand:after {
    content: "＋";
    position: absolute;
    right: 15px;
  }

  /* line 87, scss/_footer.scss */
  .isOpen .GlobalFooter__menuTitle.Expand:after,
  .isOpen .GlobalFooter__menuSubTitle.Expand:after {
    content: "ー";
    position: absolute;
    right: 15px;
  }
}
/* line 93, scss/_footer.scss */
.GlobalFooter__arrow {
  display: inline-block;
  float: right;
  cursor: pointer;
}
/* line 97, scss/_footer.scss */
.GlobalFooter__arrow img {
  width: 30px;
  height: auto;
}

@media screen and (max-width: 1199px) {
  /* line 103, scss/_footer.scss */
  .GlobalFooter__arrow {
    z-index: 5;
    float: none;
    text-align: center;
    display: block;
    padding: 0 10px 30px;
  }
}
/* line 112, scss/_footer.scss */
.menu-footer-company-info-container ul {
  list-style: none;
  margin-left: 15px;
}
/* line 115, scss/_footer.scss */
.menu-footer-company-info-container ul li {
  margin-bottom: 10px;
}
/* line 117, scss/_footer.scss */
.menu-footer-company-info-container ul li > a {
  color: inherit;
  text-decoration: none;
}
/* line 120, scss/_footer.scss */
.menu-footer-company-info-container ul li > a:hover {
  text-decoration: underline;
}

/* line 150, scss/_footer.scss */
.GlobalFooter__menuColumn {
  float: left;
  display: inline-block;
}
/* line 153, scss/_footer.scss */
.GlobalFooter__menuColumn + .GlobalFooter__menuColumn {
  margin-left: 30px;
}
/* line 155, scss/_footer.scss */
.GlobalFooter__menuColumn + .GlobalFooter__menuColumn.customer {
  /* float: none; */
  clear: both;
  display: block;
  margin-left: 0;
  padding-top: 30px;
}
.GlobalFooter__menuColumn.etc {
  padding-top: 30px;
  padding-left: 40px;
}
/* line 112, scss/_footer.scss */
.GlobalFooter__menuColumn > div ul {
  list-style: none;
  margin-left: 15px;
}
/* line 115, scss/_footer.scss */
.GlobalFooter__menuColumn > div ul li {
  margin-bottom: 10px;
}
/* line 117, scss/_footer.scss */
.GlobalFooter__menuColumn > div ul li > a {
  color: inherit;
  text-decoration: none;
}
/* line 120, scss/_footer.scss */
.GlobalFooter__menuColumn > div ul li > a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  /* line 168, scss/_footer.scss */
  .GlobalFooter__menuColumn {
    float: none;
    display: block;
    margin: 0;
  }
  /* line 172, scss/_footer.scss */
  .GlobalFooter__menuColumn + .GlobalFooter__menuColumn {
    float: none;
    display: block;
    margin: 25px 0 0;
  }
  .GlobalFooter__menuColumn + .GlobalFooter__menuColumn.customer {
    padding-top: 0;
  }
  .GlobalFooter__menuColumn.etc {
    padding-top: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  /* line 180, scss/_footer.scss */
  .GlobalFooter__menuColumn {
    float: none;
    display: block;
    margin: 0;
  }
  /* line 184, scss/_footer.scss */
  .GlobalFooter__menuColumn + .GlobalFooter__menuColumn {
    float: none;
    display: block;
    margin: 0;
  }
  /* line 188, scss/_footer.scss */
  .GlobalFooter__menuColumn + .GlobalFooter__menuColumn.customer {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }
  .GlobalFooter__menuColumn.etc {
    padding-top: 0;
    padding-left: 0;
  }
  /* line 193, scss/_footer.scss */
  .GlobalFooter__menuColumn > div {
    display: none;
  }
  /* line 128, scss/_footer.scss */
  .GlobalFooter__menuColumn > div ul {
    list-style: none;
    margin: 0;
  }
  /* line 131, scss/_footer.scss */
  .GlobalFooter__menuColumn > div ul li {
    margin: 0;
  }
  .GlobalFooter__menuColumn > div ul li {
    width: 100%;
  }
  /* line 133, scss/_footer.scss */
  .GlobalFooter__menuColumn > div ul li > a {
    color: inherit;
    text-decoration: none;
    padding: 10px 15px 10px 25px;
    border-bottom: 1px solid #fff;
    background: #47add1;
    display: block;
  }
  /* line 140, scss/_footer.scss */
  .GlobalFooter__menuColumn > div ul li > a:hover {
    text-decoration: underline;
  }

  /* line 199, scss/_footer.scss */
  .GlobalFooter__menu.company > div {
    display: none;
  }
  /* line 128, scss/_footer.scss */
  .GlobalFooter__menu.company > div ul {
    list-style: none;
    margin: 0;
  }
  /* line 131, scss/_footer.scss */
  .GlobalFooter__menu.company > div ul li {
    margin: 0;
  }
  /* line 133, scss/_footer.scss */
  .GlobalFooter__menu.company > div ul li > a {
    color: inherit;
    text-decoration: none;
    padding: 10px 15px 10px 25px;
    border-bottom: 1px solid #fff;
    background: #47add1;
    display: block;
  }
  /* line 140, scss/_footer.scss */
  .GlobalFooter__menu.company > div ul li > a:hover {
    text-decoration: underline;
  }

  /* line 128, scss/_footer.scss */
  .menu-footer-company-info-container ul {
    list-style: none;
    margin: 0;
  }
  /* line 131, scss/_footer.scss */
  .menu-footer-company-info-container ul li {
    margin: 0;
  }
  /* line 133, scss/_footer.scss */
  .menu-footer-company-info-container ul li > a {
    color: inherit;
    text-decoration: none;
    padding: 10px 15px 10px 25px;
    border-bottom: 1px solid #fff;
    background: #47add1;
    display: block;
  }
  /* line 140, scss/_footer.scss */
  .menu-footer-company-info-container ul li > a:hover {
    text-decoration: underline;
  }
}
/* line 208, scss/_footer.scss */
.GlobalFooter__sns {
  display: block;
  clear: both;
  text-align: right;
  padding-top: 20px;
}

@media screen and (max-width: 1199px) {
  /* line 215, scss/_footer.scss */
  .GlobalFooter__sns {
    text-align: center;
    padding-top: 40px;
  }
}
/* line 220, scss/_footer.scss */
.GlobalFooter__snsList {
  list-style: none;
  color: #fff;
  display: inline-block;
}

/* line 225, scss/_footer.scss */
.GlobalFooter__snsListItem {
  font-size: 24px;
  display: inline-block;
  float: left;
  margin-left: 20px;
}
/* line 230, scss/_footer.scss */
.GlobalFooter__snsListItem > a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

/* line 236, scss/_footer.scss */
.GlobalFooter__bottom {
  background: #47add1;
}
/* line 238, scss/_footer.scss */
.GlobalFooter__bottom .ContentWrap {
  padding: 15px 0;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
}
/* line 244, scss/_footer.scss */
.GlobalFooter__bottom ul {
  float: right;
  list-style: none;
  display: inline-block;
  overflow: hidden;
}
/* line 249, scss/_footer.scss */
.GlobalFooter__bottom ul li {
  float: left;
  padding-left: 30px;
  position: relative;
}
/* line 253, scss/_footer.scss */
.GlobalFooter__bottom ul li:after {
  content: "|";
  position: absolute;
  left: 15px;
}
/* line 258, scss/_footer.scss */
.GlobalFooter__bottom ul li:first-child {
  padding-left: 0;
}
/* line 260, scss/_footer.scss */
.GlobalFooter__bottom ul li:first-child:after {
  content: "";
}
/* line 264, scss/_footer.scss */
.GlobalFooter__bottom ul li > a {
  color: inherit;
  text-decoration: none;
}
/* line 267, scss/_footer.scss */
.GlobalFooter__bottom ul li > a:hover {
  text-decoration: underline;
}

/* line 274, scss/_footer.scss */
.GlobalFooter__copyright {
  display: inline-block;
}

@media screen and (max-width: 1199px) {
  /* line 279, scss/_footer.scss */
  .GlobalFooter__bottom .ContentWrap {
    padding: 20px 20px 10px;
    font-size: 10px;
    text-align: center;
  }
  /* line 284, scss/_footer.scss */
  .GlobalFooter__bottom ul li {
    margin-bottom: 10px;
  }

  /* line 288, scss/_footer.scss */
  .GlobalFooter__copyright {
    display: block;
    text-align: center;
    margin-top: 15px;
  }

  /* line 294, scss/_footer.scss */
  .GlobalFooter__bottom ul {
    float: none;
    text-align: center;
    display: inline-block;
  }
  /* line 298, scss/_footer.scss */
  .GlobalFooter__bottom ul li {
    float: left;
    padding-left: 15px;
  }
  /* line 301, scss/_footer.scss */
  .GlobalFooter__bottom ul li:after {
    left: 7px;
  }
}
/*--form--*/
/* line 11, scss/_form.scss */
#page-contact input,
#page-contact button,
#page-contact textarea,
#page-contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 17, scss/_form.scss */
.PullDown {
  position: relative;
  display: inline-block;
  font-size: 12px;
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  background: #fff;
}
/* line 24, scss/_form.scss */
.PullDown:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 7px;
  height: 7px;
  margin-top: -6px;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  pointer-events: none;
}

/* line 41, scss/_form.scss */
.PullDown__container {
  position: relative;
  display: block;
  width: 100%;
  padding: 7px 30px 7px 10px;
  cursor: pointer;
  pointer-events: all;
  color: #999999;
  line-height: 1;
}

/* line 51, scss/_form.scss */
.InputField {
  display: flex;
  width: 100%;
  font-size: 14px;
  align-items: flex-start;
  text-align: left;
  column-gap: 8px;
}

/* line 58, scss/_form.scss */
.InputField__label {
  width: 30%;
  padding-top: 15px;
}

/* line 62, scss/_form.scss */
.InputField__form {
  width: 68%;
}
/* line 64, scss/_form.scss */
.InputField__form .TextInput {
  background: #fff;
}

/* line 68, scss/_form.scss */
.InputField__required {
  color: #00acc8;
}

/* line 71, scss/_form.scss */
.InputField__error {
  font-size: 12px;
  color: #00acc8;
  margin-top: 5px;
}

/* line 76, scss/_form.scss */
.InputField + .InputField {
  margin-top: 35px;
}

@media screen and (max-width: 1199px) {
  /* line 80, scss/_form.scss */
  .InputField {
    flex-direction: column;
  }

  /* line 83, scss/_form.scss */
  .InputField__label {
    width: 100%;
    padding-top: 0;
    margin-bottom: 5px;
  }

  /* line 88, scss/_form.scss */
  .InputField__form {
    width: 100%;
  }

  /* line 91, scss/_form.scss */
  .InputField + .InputField {
    margin-top: 15px;
  }
}
/*######## Contact #########*/
/*---ContactSection---*/
/* line 101, scss/_form.scss */
.ContactSection {
  background: url(img/home/obj_news.png) 90% 40% no-repeat;
  background-size: 20% auto;
  background-attachment: fixed;
}
/* line 105, scss/_form.scss */
.ContactSection .ContentWrap {
  padding: 100px 0;
}
/* line 108, scss/_form.scss */
.ContactSection .s-notice {
  font-size: 11px;
}

/* line 115, scss/_form.scss */
.ContactSection__title,
.ContactSection__intro,
.ContactSection__tab,
.ContactSection__input {
  margin-bottom: 40px;
  text-align: center;
}

/* line 119, scss/_form.scss */
.ContactSection_formsection {
  padding: 70px 120px;
}
/* line 121, scss/_form.scss */
.forConsumer .ContactSection_formsection {
  background: #e7f6fa;
}
/* line 124, scss/_form.scss */
.forCompany .ContactSection_formsection {
  background: #ececec;
}

/* line 128, scss/_form.scss */
.ContactSection__check {
  margin-bottom: 40px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 134, scss/_form.scss */
.ContactSection__check .CheckBox {
  margin-right: 10px;
}
/* line 137, scss/_form.scss */
.ContactSection__check label {
  vertical-align: top;
	font-size: 16px;
}

/* line 141, scss/_form.scss */
.ContactSection__selectLine {
  margin-top: 40px;
  margin-bottom: 20px;
  align-items: center;
  font-size: 14px;
  text-align: left;
}
/* line 147, scss/_form.scss */
.ContactSection__selectLine .wpcf7-form-control-wrap {
  text-align: left;
}
/* line 149, scss/_form.scss */
.ContactSection__selectLine .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-right: 30px;
  margin-bottom: 20px;
}

/* line 155, scss/_form.scss */
.ContactSection__selectLineLabel {
  margin-bottom: 25px;
}

/* line 158, scss/_form.scss */
.ContactSection__selectLineCheckList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

/* line 163, scss/_form.scss */
.ContactSection__selectLineCheckListItem {
  display: inline-flex;
  flex-basis: 20%;
  align-items: center;
  margin-bottom: 15px;
}
/* line 168, scss/_form.scss */
.ContactSection__selectLineCheckListItem.wide {
  flex-basis: 100%;
}
/* line 171, scss/_form.scss */
.ContactSection__selectLineCheckListItem .CheckBox {
  width: 16px;
  margin-right: 10px;
  border-color: #999999;
}
/* line 176, scss/_form.scss */
.ContactSection__selectLineCheckListItem label {
  display: block;
  white-space: nowrap;
}
/* line 180, scss/_form.scss */
.ContactSection__selectLineCheckListItem .TextInput {
  background: #fff;
  margin-left: 25px;
}

/* line 185, scss/_form.scss */
.ContactSection__selectNews {
  margin-top: 30px;
  align-items: center;
  font-size: 14px;
  text-align: left;
  display: flex;
}

/* line 192, scss/_form.scss */
.ContactSection__selectNewsLabel {
  margin-right: auto;
}

/* line 195, scss/_form.scss */
.ContactSection__selectNewsList {
  list-style: none;
  display: flex;
}

/* line 199, scss/_form.scss */
.ContactSection__selectNewsListItem {
  display: inline-flex;
  align-items: center;
}
/* line 202, scss/_form.scss */
.ContactSection__selectNewsListItem + .ContactSection__selectNewsListItem {
  margin-left: 30px;
}
/* line 205, scss/_form.scss */
.ContactSection__selectNewsListItem .RadioButton {
  margin-right: 10px;
  border-color: #999999;
}

/* line 210, scss/_form.scss */
.ContactSection__outro {
  margin-bottom: 70px;
  text-align: center;
}

/* line 215, scss/_form.scss */
.wpcf7-form .ContactSection__button {
  text-align: center;
}
/* line 217, scss/_form.scss */
.wpcf7-form .ContactSection__button .submit {
  position: relative;
  display: inline-block;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  /* line 217, scss/_form.scss */
  .wpcf7-form .ContactSection__button .submit {
    width: 100%;
  }
}
/* line 224, scss/_form.scss */
.wpcf7-form .ContactSection__button .submit input {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding: 10px 0;
  border: 1px solid #000;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  width: 210px;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
/* line 45, scss/_mixin.scss */
.wpcf7-form .ContactSection__button .submit input:after {
  font-family: "icomoon" !important;
  font-size: 12px;
  content: "\e900";
  color: inherit;
  padding-left: 5px;
  position: relative;
}
/* line 53, scss/_mixin.scss */
.wpcf7-form .ContactSection__button .submit input.isFluid {
  width: auto;
  display: block;
}
/* line 57, scss/_mixin.scss */
.wpcf7-form .ContactSection__button .submit input.theme-primary {
  color: #00acc8;
  border: 1px solid #00acc8;
}
/* line 60, scss/_mixin.scss */
.wpcf7-form .ContactSection__button .submit input.theme-primary:hover {
  background: #00acc8;
  color: #fff;
}
/* line 65, scss/_mixin.scss */
.wpcf7-form .ContactSection__button .submit input.theme-light {
  color: #fff;
  border: 1px solid #fff;
}
/* line 68, scss/_mixin.scss */
.wpcf7-form .ContactSection__button .submit input.theme-light:hover {
  background: #fff;
  color: #000;
}
/* line 73, scss/_mixin.scss */
.wpcf7-form .ContactSection__button .submit input.theme-dark {
  color: #000;
  border: 1px solid #000;
}
/* line 76, scss/_mixin.scss */
.wpcf7-form .ContactSection__button .submit input.theme-dark:hover {
  background: #000;
  color: #fff;
}
/* line 81, scss/_mixin.scss */
.wpcf7-form .ContactSection__button .submit input.theme-disable {
  color: #E6E3E2;
  border: 1px solid #E6E3E2;
}
@media screen and (max-width: 768px) {
  /* line 224, scss/_form.scss */
  .wpcf7-form .ContactSection__button .submit input {
    font-size: 14px;
    padding: 10px 0;
    display: block;
    width: 100%;
  }
}
/* line 228, scss/_form.scss */
.wpcf7-form .ContactSection__button .submit:after {
  font-family: "icomoon" !important;
  font-size: 12px;
  content: "　　　\e900";
  width: 210px;
  color: #00acc8;
  background-color: transparent;
  position: absolute;
  padding: 14px 0;
  border-radius: 999px;
  top: 0;
  left: calc(50% - 105px);
  pointer-events: none;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  /* line 228, scss/_form.scss */
  .wpcf7-form .ContactSection__button .submit:after {
    width: 100%;
    left: 0;
    padding: 13px 0;
  }
}
/* line 249, scss/_form.scss */
.wpcf7-form .ContactSection__button .submit:hover:after {
  color: #fff;
}

@media screen and (max-width: 768px) {
  /* line 258, scss/_form.scss */
  .ContactSection .ContentWrap {
    padding: 70px 15px 30px;
  }

  /* line 262, scss/_form.scss */
  .ContactSection_formsection {
    padding: 30px 15px 30px;
  }

  /* line 265, scss/_form.scss */
  .ContactSection__title {
    margin-bottom: 10px;
  }

  /* line 270, scss/_form.scss */
  .ContactSection__intro,
  .ContactSection__tab,
  .ContactSection__input {
    margin-bottom: 15px;
  }

  /* line 273, scss/_form.scss */
  .ContactSection__inputBox {
    padding: 0;
  }

  /* line 277, scss/_form.scss */
  .ContactSection__check,
  .ContactSection__outro {
    margin-bottom: 15px;
  }

  /* line 280, scss/_form.scss */
  .ContactSection__selectLine {
    margin-top: 15px;
  }

  /* line 283, scss/_form.scss */
  .ContactSection__selectLineCheckList {
    flex-direction: column;
  }

  /* line 286, scss/_form.scss */
  .ContactSection__selectLineCheckListItem {
    flex-basis: auto;
    flex-wrap: wrap;
  }
  /* line 289, scss/_form.scss */
  .ContactSection__selectLineCheckListItem.wide {
    flex-basis: auto;
    flex-wrap: wrap;
  }
  /* line 293, scss/_form.scss */
  .ContactSection__selectLineCheckListItem .TextInput {
    width: 100%;
    margin-top: 5px;
  }

  /* line 298, scss/_form.scss */
  .ContactSection__selectNews {
    margin-top: 15px;
    flex-direction: column;
  }

  /* line 302, scss/_form.scss */
  .ContactSection__selectNewsLabel {
    margin-bottom: 15px;
    margin-right: initial;
  }
}
/*-- Arrange with contactform7 --*/
/* line 337, scss/_form.scss */
span.wpcf7-list-item-label {
	margin-left: 5px;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
}

/* line 343, scss/_form.scss */
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  display: block;
  border: none;
  padding: 15px;
}
/* line 349, scss/_form.scss */
.wpcf7-form input[type=checkbox] {
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 0;
  margin-right: 5px;
  border: 1px solid #999999;
}
/* line 356, scss/_form.scss */
.wpcf7-form input[type=checkbox]:before {
  position: absolute;
  content: "";
}
/* line 361, scss/_form.scss */
.wpcf7-form input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  position: absolute;
  top: 3px;
  left: 7px;
  display: block;
  width: 5px;
  height: 11px;
  margin-top: 0;
  content: "";
  transform: rotate(45deg);
  border-right: 2px solid #00acc8;
  border-bottom: 2px solid #00acc8;
  pointer-events: none;
}
/* line 366, scss/_form.scss */
.wpcf7-form input[type=radio] {
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 0;
  margin-right: 5px;
  border-radius: 50%;
  border: 1px solid #999999;
}
/* line 374, scss/_form.scss */
.wpcf7-form input[type=radio]:before {
  position: absolute;
  content: "";
}
/* line 379, scss/_form.scss */
.wpcf7-form input[type=radio]:checked + .wpcf7-list-item-label:before {
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background: #00acc8;
  border-radius: 999px;
  pointer-events: none;
}

/* line 385, scss/_form.scss */
span.wpcf7-list-item {
  margin: 10px 10px 0 0;
}
/* line 387, scss/_form.scss */
.ContactSection__selectNews span.wpcf7-list-item {
  margin-left: 20px;
}

/* line 391, scss/_form.scss */
.wpcf7-list-item {
  position: relative;
  vertical-align: middle;
	padding-left: 20px;
    line-height: 1.4;
}
/* line 395, scss/_form.scss */
.ContactSection__check .wpcf7-list-item {
  padding-left: 33px;
}
/* line 398, scss/_form.scss */
.wpcf7-list-item input {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 404, scss/_form.scss */
.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  text-align: center;
}

.form-left .wpcf7-form-control-wrap {
	text-align: left;
}

/* line 411, scss/_form.scss */
.InputField__form input,
.InputField__form textarea {
  background-color: #fff;
}

/* line 416, scss/_form.scss */
.CheckBox__controller input {
  color: #000;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 0;
  border: 1px solid #00acc8;
  background: none;
  position: relative;
}

/* line 427, scss/_form.scss */
span.wpcf7-not-valid-tip {
  text-align:center;
  color: #00acc8;
  margin-top: 5px;
  font-size: 12px;
}

/* line 433, scss/_form.scss */
div.wpcf7-response-output {
  padding: 2em;
  font-size: 13px;
  margin-top: 2em;
}

/* line 439, scss/_form.scss */
div.wpcf7-validation-errors,
div.wpcf7-response-output {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

/* line 444, scss/_form.scss */
input[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  /* 禁止カーソル */
}

/* line 449, scss/_form.scss */
.pv_hosoku {
  font-size: 80%;
  margin-top: 10px;
}

/*---GlobalSideNavi---*/
/* line 3, scss/_navigation.scss */
.GlobalSideNavi {
  overflow-x: hidden;
  overflow-y: auto;
  width: 80%;
  height: 100%;
  background: #fff;
  display: none;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
}

/* line 13, scss/_navigation.scss */
.GlobalSideNavi__inner {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}

/* line 19, scss/_navigation.scss */
.GlobalSideNavi__group ul {
  list-style: none;
  display: block;
}
/* line 22, scss/_navigation.scss */
.GlobalSideNavi__group ul li {
  display: block;
}
/* line 24, scss/_navigation.scss */
.GlobalSideNavi__group ul li + li {
  border-top: 1px solid #87d2e7;
}
/* line 27, scss/_navigation.scss */
.GlobalSideNavi__group ul li > a {
  padding: 10px 15px 10px 25px;
  font-size: 14px;
  color: #47add1;
  display: inline-block;
  text-decoration: none;
}
/* line 37, scss/_navigation.scss */
.GlobalSideNavi__group.terms ul {
  list-style: none;
  display: block;
  background: #87d2e7;
  padding: 15px;
  padding-bottom: 40px;
}
/* line 43, scss/_navigation.scss */
.GlobalSideNavi__group.terms ul li {
  display: block;
  padding-left: 10px;
  margin-top: 15px;
}
/* line 47, scss/_navigation.scss */
.GlobalSideNavi__group.terms ul li > a {
  padding: 0;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

/* line 58, scss/_navigation.scss */
.GlobalSideNavi__title {
  padding: 10px 15px;
  font-size: 16px;
  background: #47add1;
  color: #fff;
}

/* line 64, scss/_navigation.scss */
.GlobalSideNavi__subTitle {
  padding: 10px 15px 10px 20px;
  font-size: 14px;
  background: #87d2e7;
  color: #fff;
}

/* line 70, scss/_navigation.scss */
.GlobalSideNavi__subMenu {
  list-style: none;
  display: block;
  background: #87d2e7;
  padding: 15px;
}

/* line 76, scss/_navigation.scss */
.GlobalSideNavi__subMenuItem {
  display: block;
  padding-left: 10px;
  margin-top: 15px;
}
/* line 80, scss/_navigation.scss */
.GlobalSideNavi__subMenuItem > a {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

/* line 87, scss/_navigation.scss */
.post_navi {
  position: relative;
  width: 100%;
  font-size: 12px;
  margin: 50px 0;
	display: none;
}
/* line 93, scss/_navigation.scss */
.post_navi .box_pre,
.post_navi .box_next {
  display: inline-block;
  float: left;
}
/* line 96, scss/_navigation.scss */
.post_navi .box_pre a,
.post_navi .box_next a {
  color: #999;
  text-decoration: none;
}
/* line 99, scss/_navigation.scss */
.post_navi .box_pre a span,
.post_navi .box_next a span {
  font-size: 10px;
}
/* line 104, scss/_navigation.scss */
.post_navi .box_next {
  float: right;
}

/* line 108, scss/_navigation.scss */
.backindex {
  clear: both;
  position: absolute;
  display: inline-block;
  width: 90px;
  left: 50%;
  margin-left: -45px;
  top: 0;
  font-size: 12px;
  color: #999;
  text-decoration: none;
}

/*---Common---*/
/* line 5, scss/_base.scss */
.font-typography {
  font-family: 'Montserrat', sans-serif;
}

/* line 8, scss/_base.scss */
.Overlay {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.7);
}

/* line 21, scss/_base.scss */
.Wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 26, scss/_base.scss */
header#fixedmenu {
  position: fixed;
  z-index: 1000 !important;
  top: 0;
  width: 100%;
}

/* line 32, scss/_base.scss */
.ContentWrap {
  max-width: 1440px;
  margin: 0 auto;
	padding: 0 5%;
}

@media screen and (max-width: 980px) {
  /* line 37, scss/_base.scss */
  .ContentWrap {
    max-width: 100%;
    width: 100%;
    padding: 0 5%;
  }
}
/* line 43, scss/_base.scss */
.slick-list {
  overflow: hidden;
  min-width: 0;
  min-height: 0;
}

/* line 48, scss/_base.scss */
.slick-track {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  vertical-align: top;
  overflow: hidden;
}
/* line 56, scss/_base.scss */
.slick-track:before, .slick-track:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  content: ".";
}

/* line 65, scss/_base.scss */
.SectionTitle {
  font-size: 40px;
  line-height: 1.6;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
  font-weight: 200;
	color: #00acc8;
}

@media screen and (max-width: 768px) {
  /* line 73, scss/_base.scss */
  .SectionTitle {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 15px;
    letter-spacing: 0;
  }
  /* line 78, scss/_base.scss */
  .SectionTitle br {
    display: none;
  }
}
/* line 83, scss/_base.scss */
.SectionSubTitle {
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  color: #00acc8;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
}
/* line 92, scss/_base.scss */
.SectionSubTitle:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #00acc8;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
}
/* line 102, scss/_base.scss */
.SectionSubTitle.theme-dark {
  color: #000;
}
/* line 104, scss/_base.scss */
.SectionSubTitle.theme-dark:after {
  background: #000;
}

/* line 109, scss/_base.scss */
.DescriptionText {
  font-size: 16px;
  line-height: 200%;
}
/* line 113, scss/_base.scss */
.DescriptionText.theme-blue {
  color: #00acc8;
}
/* line 116, scss/_base.scss */
.DescriptionText.size-small {
  font-size: 16px;
}
/* line 119, scss/_base.scss */
.DescriptionText.size-smaller {
  font-size: 12px;
}
.PartnerPlanSection .h2-center {
	padding: 0 0 5rem;
}
.DataTable {
	font-size: 16px;
}

@media screen and (max-width: 768px) {
  /* line 124, scss/_base.scss */
  .DescriptionText {
    font-size: 12px;
    line-height: 1.8;
  }
}
/* line 129, scss/_base.scss */
.CaptionText {
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

/* line 134, scss/_base.scss */
.RoundedTitle {
  width: 230px;
  height: 230px;
  border-radius: 999px;
  border: 4px solid #87d2e7;
  font-size: 12px;
  text-align: center;
  color: #7D96C5;
  display: inline-block;
}
/* line 143, scss/_base.scss */
.RoundedTitle > span {
  font-size: 33px;
  margin: 85px 0 10px;
  letter-spacing: 0.05em;
  color: #000;
  display: block;
}
/* line 148, scss/_base.scss */
.RoundedTitle > span.two-line {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  /* line 154, scss/_base.scss */
  .RoundedTitle {
    width: 140px;
    height: 140px;
    border: 4px solid #87d2e7;
  }
  /* line 158, scss/_base.scss */
  .RoundedTitle > span {
    font-size: 20px;
    margin: 45px 0 5px;
    letter-spacing: 0.1em;
  }
  /* line 162, scss/_base.scss */
  .RoundedTitle > span.two-line {
    margin-top: 25px;
  }
}
/* line 200, scss/_base.scss */
.TabButton {
  list-style: none;
  border-radius: 999px;
  width: 370px;
  border: 1px solid #00acc8;
  display: inline-flex;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  /* line 209, scss/_base.scss */
  .TabButton {
    width: 100%;
  }
}
/* line 213, scss/_base.scss */
.TabButton__item {
  font-size: 14px;
  padding: 12px 0;
  color: #00acc8;
  letter-spacing: 0.1em;
  width: 50%;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
/* line 222, scss/_base.scss */
.TabButton__item:hover {
  opacity: 0.7;
}
/* line 225, scss/_base.scss */
.TabButton__item.isActive {
  background: #00acc8;
  color: #fff;
}
/* line 229, scss/_base.scss */
.TabButton__item + .TabButton__item {
  border-left: 1px solid #00acc8;
}

/* line 233, scss/_base.scss */
.DownloadButton {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  width: 500px;
	padding-bottom:5rem;
}

@media screen and (max-width: 768px) {
  /* line 240, scss/_base.scss */
  .DownloadButton {
    width: 100%;
  }
}
/* line 244, scss/_base.scss */
.DownloadButton__item {
  flex-basis: 47%;
}
.DownloadButton__item img {
	width: 100%;
}
/* line 246, scss/_base.scss */
.DownloadButton__item + .DownloadButton__item {
  margin-left: 6%;
}
/* line 249, scss/_base.scss */
.DownloadButton__item > a {
  width: 100%;
  background: #000;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 10px;
  text-align: center;
  font-size: 0;
}
/* line 257, scss/_base.scss */
.DownloadButton__item > a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  /* line 263, scss/_base.scss */
  .DownloadButton__item {
    flex-basis: 48%;
  }
  /* line 265, scss/_base.scss */
  .DownloadButton__item + .DownloadButton__item {
    margin-left: 4%;
  }
}
@media screen and (max-width: 768px) {
  /* line 271, scss/_base.scss */
  .DownloadButton__item > a {
    padding: 10px;
    border-radius: 5px;
  }
}
/*---pagination---*/
/* line 279, scss/_base.scss */
.PaginationList {
  list-style: none;
  width: 100%;
  position: relative;
  text-align: center;
  justify-content: center;
  padding: 5px 25px;
}
/* line 287, scss/_base.scss */
.PaginationList > a,
.PaginationList > span {
  font-size: 14px;
  color: #999;
  margin: 0 10px;
  display: inline-block;
  padding: 5px 7px;
  color: #999;
  text-decoration: none;
}
/* line 295, scss/_base.scss */
.PaginationList > a:hover,
.PaginationList > span:hover {
  text-decoration: underline;
}
/* line 298, scss/_base.scss */
.PaginationList > a.prev,
.PaginationList > span.prev {
  margin-right: 20px;
}
/* line 301, scss/_base.scss */
.PaginationList > a.next,
.PaginationList > span.next {
  margin-left: 20px;
}
/* line 304, scss/_base.scss */
.PaginationList > a.current,
.PaginationList > span.current {
  color: #47add1;
  font-weight: 500;
}
/* line 307, scss/_base.scss */
.PaginationList > a.current:hover,
.PaginationList > span.current:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  /* line 314, scss/_base.scss */
  .PaginationList {
    flex-wrap: wrap;
  }
}
/* line 318, scss/_base.scss */
.PaginationList__item {
  font-size: 14px;
  color: #999;
  margin: 0 10px;
}
/* line 322, scss/_base.scss */
.PaginationList__item.isActive {
  color: #47add1;
}
/* line 324, scss/_base.scss */
.PaginationList__item.isActive > a {
  color: #47add1;
  font-weight: 500;
}
/* line 329, scss/_base.scss */
.PaginationList__item > a {
  display: inline-block;
  padding: 5px 10px;
  color: #999;
  text-decoration: none;
}
/* line 334, scss/_base.scss */
.PaginationList__item > a:hover {
  text-decoration: underline;
}
/* line 338, scss/_base.scss */
.PaginationList__item.left {
  margin: 0 20px 0 0;
}
/* line 341, scss/_base.scss */
.PaginationList__item.right {
  margin: 0 0 0 20px;
}

@media screen and (max-width: 768px) {
  /* line 346, scss/_base.scss */
  .PaginationList__item {
    margin: 0 5px 10px;
  }
}
@media screen and (max-width: 768px) {
  /* line 352, scss/_base.scss */
  .PaginationList__item.left {
    margin: 0 10px 0 0;
  }
  /* line 355, scss/_base.scss */
  .PaginationList__item.right {
    margin: 0 0 0 10px;
  }
}
/*---DataTable---*/
/* line 363, scss/_base.scss */
.DataTable {
  border-collapse: collapse;
  font-size: 16px;
  color: #444;
  width: 100%;
  text-align: left;
  border-top: 1px solid #e1f3f9;
}
/* line 371, scss/_base.scss */
.DataTable th,
.DataTable td {
  border-bottom: 1px solid #e1f3f9;
  padding: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
  vertical-align: top;
  word-break: break-all;
}
/* line 378, scss/_base.scss */
.DataTable th {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  /* line 383, scss/_base.scss */
  .DataTable {
    font-size: 12px;
  }
  /* line 386, scss/_base.scss */
  .DataTable th,
  .DataTable td {
    padding: 10px;
    line-height: 1.6;
  }
}
/*######## HOME #########*/
/*---HomeMain---*/
/* line 398, scss/_base.scss */
.HomeMain {
  width: 100%;
  height: 720px;
  overflow: hidden;
}

/* line 403, scss/_base.scss */
.HomeMain__movie {
  width: 100%;
  height: auto;
  max-height: 720px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
/* line 411, scss/_base.scss */
.HomeMain__movie video {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  display: block;
}
/* line 418, scss/_base.scss */
.HomeMain__movie:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(img/common/movie_overlay.png) left top repeat;
  opacity: 0.2;
}

@media screen and (max-width: 768px) {
  /* line 431, scss/_base.scss */
  .HomeMain {
    height: 300px;
  }

  /* line 434, scss/_base.scss */
  .HomeMain__movie {
    max-height: 300px;
    height: 100%;
    background: url(img/home/kv_main_sp.jpg) center top no-repeat;
    background-size: cover;
  }
  /* line 439, scss/_base.scss */
  .HomeMain__movie video {
    display: none;
  }
}
/* line 444, scss/_base.scss */
.HomeMain .ContentWrap {
  position: relative;
  z-index: 2;
}

/* line 448, scss/_base.scss */
.HomeMain__copy {
  padding: 170px 5% 0;
  text-align: left;
  color: #fff;
  font-size: 100px;
  letter-spacing: 0.2em;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  /* line 457, scss/_base.scss */
  .HomeMain__copy {
    padding: 80px 20px 0;
    font-size: 40px;
    line-height: 1.4;
  }
}
/*---HomeIntroduction---*/
/* line 466, scss/_base.scss */
.HomeIntroduction .ContentWrap {
  color: #00acc8;
  text-align: center;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  /* line 472, scss/_base.scss */
  .HomeIntroduction .ContentWrap {
    padding: 15px;
  }
}
/* line 476, scss/_base.scss */
.HomeIntroduction__title {
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* line 482, scss/_base.scss */
  .HomeIntroduction__title {
    font-size: 24px;
    letter-spacing: 0;
  }
}
/* line 487, scss/_base.scss */
.HomeIntroduction__description {
  font-size: 16px;
  line-height: 200%;
  position: relative;
  margin-bottom: 50px;
}
/* line 492, scss/_base.scss */
.HomeIntroduction__description:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -10%;
  width: 20%;
  height: 2px;
  background: #00acc8;
}

@media screen and (max-width: 768px) {
  /* line 504, scss/_base.scss */
  .HomeIntroduction__description {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: left;
  }
  /* line 509, scss/_base.scss */
  .HomeIntroduction__description br {
    display: none;
  }
  /* line 512, scss/_base.scss */
  .HomeIntroduction__description:after {
    content: "";
    position: absolute;
    bottom: -20px;
  }
}
/*---HomeProductSection---*/
/* line 522, scss/_base.scss */
.HomeProductSectionWrap {
  color: inherit;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

/* line 528, scss/_base.scss */
.HomeProductSection {
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
/* line 533, scss/_base.scss */
.HomeProductSection:before {
  content: "";
  background: #00acc8;
  width: 180%;
  height: 100%;
  position: absolute;
  left: -300%;
  top: 0;
  z-index: 0;
  transform: skew(-45deg);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  display: inline-block;
  opacity: 0.8;
}
/* line 548, scss/_base.scss */
.HomeProductSection:hover:before {
  left: -40%;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 552, scss/_base.scss */
.HomeProductSection:hover .HomeProductSection__buttonItem {
  color: #fff;
  border: 1px solid #fff;
}
/* line 557, scss/_base.scss */
.HomeProductSection.product01 {
  background: url(img/home/kv_home01.jpg) center center no-repeat;
  background-size: cover;
}
/* line 561, scss/_base.scss */
.HomeProductSection.product02 {
  background: url(img/home/kv_home02.jpg) center center no-repeat;
  background-size: cover;
}
/* line 565, scss/_base.scss */
.HomeProductSection.product03 {
  background: url(img/home/kv_home03.jpg) center center no-repeat;
  background-size: cover;
}
/* line 569, scss/_base.scss */
.HomeProductSection .ContentWrap {
  padding: 250px 0 200px;
  text-align: center;
}

/* line 574, scss/_base.scss */
.HomeProductSection__title {
  color: #00acc8;
  font-size: 65px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-decoration: none;
  position: relative;
}

/* line 582, scss/_base.scss */
.HomeProductSection__subCopy {
  font-size: 20px;
  margin-bottom: 50px;
  color: #4d4d4d;
  letter-spacing: 0.5em;
  text-decoration: none;
  position: relative;
}

/* line 590, scss/_base.scss */
.HomeProductSection:hover * {
  color: #fff;
}

@media screen and (max-width: 768px) {
  /* line 594, scss/_base.scss */
  .HomeProductSection .ContentWrap {
    padding: 50px 15px;
  }

  /* line 597, scss/_base.scss */
  .HomeProductSection__title {
    font-size: 28px;
    letter-spacing: 0;
    margin-bottom: 15px;
    text-decoration: none;
  }

  /* line 603, scss/_base.scss */
  .HomeProductSection__subCopy {
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: 0;
  }
}
/* line 609, scss/_base.scss */
.HomeProductSection__button {
  text-align: center;
}

/* line 612, scss/_base.scss */
.HomeProductSection__buttonItem {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding: 10px 0;
  border: 1px solid #000;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  width: 210px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #00acc8;
  border: 1px solid #00acc8;
}
/* line 628, scss/_base.scss */
.HomeProductSection__buttonItem:after {
  font-family: "icomoon" !important;
  font-size: 12px;
  content: "\e900";
  color: inherit;
  padding-left: 5px;
  position: relative;
}

@media screen and (max-width: 768px) {
  /* line 638, scss/_base.scss */
  .HomeProductSection__buttonItem {
    font-size: 14px;
    padding: 10px 0;
    display: block;
    width: 100%;
  }
}
/*---NewsSection---*/
/* line 648, scss/_base.scss */
.NewsSection {
  background: url(img/home/obj_news.png) 90% 40% no-repeat;
  background-size: 20% auto;
  background-attachment: fixed;
}
/* line 652, scss/_base.scss */
.NewsSection .ContentWrap {
  padding: 100px 0;
}

/* line 656, scss/_base.scss */
.NewsSection__pullDown {
  padding-left: 15px;
}
/* line 658, scss/_base.scss */
.NewsSection__pullDown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 664, scss/_base.scss */
.NewsSection__pullDownLabel {
  font-size: 12px;
  margin-bottom: 5px;
  color: #999;
}

/* line 669, scss/_base.scss */
.NewsSection__title {
  margin-bottom: 40px;
  text-align: center;
}

/* line 673, scss/_base.scss */
.NewsSection__list {
  /*margin-bottom: 40px;*/
}

@media screen and (max-width: 768px) {
  /* line 677, scss/_base.scss */
  .NewsSection {
    background-position: 130% 40%;
    background-size: 50% auto;
    padding-top: 40px;
  }
  /* line 681, scss/_base.scss */
  .NewsSection .ContentWrap {
    padding: 30px 15px;
  }

  /* line 685, scss/_base.scss */
  .NewsSection__pullDown {
    padding-left: 0;
  }

  /* line 689, scss/_base.scss */
  .NewsSection__title,
  .NewsSection__list {
    margin-bottom: 10px;
  }
}
/* line 693, scss/_base.scss */
.NewsSection__button {
  text-align: center;
}

/*---NewsList---*/
/* line 699, scss/_base.scss */
.NewsList {
  list-style: none;
  overflow: hidden;
  padding: 20px 0 10px;
  display: flex;
  flex-wrap: wrap;
}

/* line 706, scss/_base.scss */
.NewsList__item {
  max-width: 30.3%;
  flex-basis: 30.3%;
  margin: 0 1.5% 25px;
  display: inline-block;
  line-height: 1.6;
  font-size: 14px;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  transition: all 150ms ease-out;
}
/* line 719, scss/_base.scss */
.NewsList__item:hover {
  transition: all 150ms ease-out;
  transform: translateY(-5px);
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}
/* line 725, scss/_base.scss */
.NewsList__item > a {
  display: block;
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 768px) {
  /* line 732, scss/_base.scss */
  .NewsList {
    overflow-x: auto;
    flex-direction: column;
  }

  /* line 736, scss/_base.scss */
  .NewsList__item {
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px;
    font-size: 14px;
    padding: 15px;
  }
}
/* line 744, scss/_base.scss */
.NewsList__itemDate {
  color: #4d4d4d;
  display: inline-block;
  margin-bottom: 20px;
}

/* line 749, scss/_base.scss */
.NewsList__itemTitle {
  color: #00acc8;
  margin-bottom: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* line 758, scss/_base.scss */
.NewsList__itemDescription {
  color: #4d4d4d;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

/*######## Product01 #########*/
/*---ProductMain---*/
/* line 772, scss/_base.scss */
.ProductMain {
	width: 100%;
	height: 900px;
	position: relative;
	margin-bottom: 60px;
	overflow: hidden;
	display: none;
}

@media screen and (max-width: 768px) {
  /* line 780, scss/_base.scss */
  .ProductMain {
    height: 400px;
    margin-bottom: 20px;
  }
}
/* line 785, scss/_base.scss */
.ProductMain__imageSlider {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  list-style: none;
}

@media screen and (max-width: 768px) {
  /* line 795, scss/_base.scss */
  .ProductMain__imageSlider {
    display: none;
  }
}
/* line 799, scss/_base.scss */
.ProductMain__imageSliderItem {
  width: 100%;
  height: 900px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center center;
  animation: imageAnimation 28s linear infinite 0s;
  background-attachment: fixed;
}
/* line 812, scss/_base.scss */
.ProductMain__imageSliderItem:nth-child(1) {
  animation-delay: 21s;
}
/* line 815, scss/_base.scss */
.ProductMain__imageSliderItem:nth-child(2) {
  animation-delay: 14s;
}
/* line 818, scss/_base.scss */
.ProductMain__imageSliderItem:nth-child(3) {
  animation-delay: 7s;
}
/* line 821, scss/_base.scss */
.ProductMain__imageSliderItem:nth-child(4) {
  animation-delay: 0s;
}

@keyframes imageAnimation {
  /* line 826, scss/_base.scss */
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
    transform: scale(1.25);
  }

  /* line 831, scss/_base.scss */
  7% {
    opacity: 1;
    transform: scale(1.2);
  }

  /* line 835, scss/_base.scss */
  34% {
    opacity: 1;
    animation-timing-function: ease-out;
    transform: scale(1.05);
  }

  /* line 840, scss/_base.scss */
  42% {
    opacity: 0;
    transform: scale(1);
  }

  /* line 844, scss/_base.scss */
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

/* line 849, scss/_base.scss */
.ProductMain__spKV {
  display: none;
}

@media screen and (max-width: 768px) {
  /* line 853, scss/_base.scss */
  .ProductMain__spKV {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
  }
}
/* line 867, scss/_base.scss */
.ProductMain .ContentWrap {
  text-align: center;
  position: relative;
  z-index: 1000;
}
/* line 872, scss/_base.scss */
.ProductMain .Product01 {
  padding-top: 370px;
}
/* line 875, scss/_base.scss */
.ProductMain .Product02 {
  padding-top: 300px;
}
/* line 878, scss/_base.scss */
.ProductMain .Product03 {
  padding-top: 300px;
}

/* line 882, scss/_base.scss */
.ProductMain__title {
  color: #00acc8;
  font-size: 65px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-decoration: none;
}
/* line 888, scss/_base.scss */
.ProductMain__title.size-large {
  font-size: 78px;
  line-height: 2;
}

/* line 893, scss/_base.scss */
.ProductMain__subCopy {
  font-size: 20px;
  margin-bottom: 50px;
  color: #4d4d4d;
  letter-spacing: 0.5em;
  text-decoration: none;
}

/* line 900, scss/_base.scss */
.ProductMain__button {
  list-style: none;
  display: block;
  margin: 50px 25% 0;
  width: 50%;
  display: flex;
  justify-content: center;
}

/* line 908, scss/_base.scss */
.ProductMain__buttonItem {
  display: inline-block;
}
/* line 910, scss/_base.scss */
.ProductMain__buttonItem + .ProductMain__buttonItem {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  /* line 918, scss/_base.scss */
  .ProductMain .Product01,
  .ProductMain .Product02,
  .ProductMain .Product03 {
    padding-top: 100px;
  }

  /* line 922, scss/_base.scss */
  .ProductMain__title {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  /* line 926, scss/_base.scss */
  .ProductMain__title.size-large {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  /* line 932, scss/_base.scss */
  .ProductMain__subCopy {
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }

  /* line 937, scss/_base.scss */
  .ProductMain__button {
    margin: 20px auto 10%;
    width: 80%;
    flex-direction: column;
  }

  /* line 942, scss/_base.scss */
  .ProductMain__buttonItem {
    width: 100%;
  }
  /* line 944, scss/_base.scss */
  .ProductMain__buttonItem + .ProductMain__buttonItem {
    margin: 10px 0 0;
  }
}
/*---Product01VideoSection---*/
/* line 952, scss/_base.scss */
.Product01VideoSection {
  overflow: hidden;
  position: relative;
  background: url(img/product01/kv_product01_video.jpg) center center no-repeat;
  background-size: cover;
}

/* line 958, scss/_base.scss */
.Product01VideoSection__bg:hover {
  transform: scale(1.05);
}

/* line 961, scss/_base.scss */
.Product01VideoSection .ContentWrap {
  padding: 200px 0 200px 500px;
  color: #fff;
  position: relative;
  pointer-events: none;
}

/* line 967, scss/_base.scss */
.Product01VideoSection__button {
  margin-top: 20px;
  text-align: center;
  pointer-events: all;
}
/* line 971, scss/_base.scss */
.Product01VideoSection__button .OutlinedButton {
  z-index: 0;
}

@media screen and (max-width: 980px) {
  /* line 977, scss/_base.scss */
  .Product01VideoSection .ContentWrap {
    padding: 50px 50px 200px 50px;
  }
}
@media screen and (max-width: 768px) {
  /* line 983, scss/_base.scss */
  .Product01VideoSection {
    background: url(img/product01/kv_product01_video_sp.jpg) left bottom no-repeat #736f66;
    background-size: 100% auto;
  }
  /* line 986, scss/_base.scss */
  .Product01VideoSection .ContentWrap {
    padding: 50px 15px 300px;
  }

  /* line 990, scss/_base.scss */
  .Product01VideoSection__button {
    margin-top: 20px;
  }
}
/*---Product01GallerySection---*/
/* line 997, scss/_base.scss */
.Product01GallerySection {
  width: 100%;
  padding: 100px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  /* line 1003, scss/_base.scss */
  .Product01GallerySection {
    padding: 30px 0;
  }
}
/* line 1007, scss/_base.scss */
.Product01GallerySection__imageSlider {
  width: 100%;
  list-style: none;
  display: none;
  overflow: hidden;
  font-size: 0;
}
/* line 1013, scss/_base.scss */
.Product01GallerySection__imageSlider.slick-initialized {
  display: block;
  overflow: hidden;
}

/* line 1018, scss/_base.scss */
.Product01GallerySection__imageSliderItem {
  width: 100%;
  height: auto;
  float: left;
  display: inline-block;
  border-radius: 70px;
  overflow: hidden;
  margin: 0 20px;
  line-height: 0;
  font-size: 0;
}
/* line 1028, scss/_base.scss */
.Product01GallerySection__imageSliderItem img[data-lazy] {
  width: 0;
  height: 0;
}

@media screen and (max-width: 768px) {
  /* line 1034, scss/_base.scss */
  .Product01GallerySection__imageSliderItem {
    margin: 0 10px;
    border-radius: 15px;
  }
}
/* line 1039, scss/_base.scss */
.Product01GallerySection__imageSlider .slick-dots {
  position: absolute;
  right: 12.5%;
  bottom: 75px;
}
/* line 1043, scss/_base.scss */
.Product01GallerySection__imageSlider .slick-dots li {
  width: 8px;
  height: 8px;
  background: #ccc;
  display: inline-block;
  margin-left: 15px;
}
/* line 1050, scss/_base.scss */
.Product01GallerySection__imageSlider .slick-dots .slick-active {
  background: #00acc8;
}

@media screen and (max-width: 768px) {
  /* line 1055, scss/_base.scss */
  .Product01GallerySection__imageSlider .slick-dots {
    position: relative;
    right: auto;
    text-align: center;
    bottom: 0;
    padding-top: 10px;
  }
}
/* line 1063, scss/_base.scss */
.Product01GallerySection__obj {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 53%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  /* line 1072, scss/_base.scss */
  .Product01GallerySection__obj {
    top: auto;
    bottom: 15%;
    transform: translateY(0%);
  }
}
/* line 1078, scss/_base.scss */
.Product01GallerySection__text {
  position: absolute;
  left: 50%;
  top: 49%;
  transform: translateY(-50%);
  width: 600px;
  margin-left: -300px;
  color: #fff;
  z-index: 5;
  padding: 50px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  /* line 1092, scss/_base.scss */
  .Product01GallerySection__text {
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0%);
    width: 100%;
    padding: 0 15px 20px;
    margin-left: 0;
    color: #444;
    background: none;
  }
}
/*---Product01UiSection---*/
/* line 1107, scss/_base.scss */
.Product01UiSection {
  width: 100%;
  background: url(img/product01/bg_product01_ui_control.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
/* line 1112, scss/_base.scss */
.Product01UiSection .ContentWrap {
  padding: 150px 0 0;
}
/* line 1114, scss/_base.scss */
.Product01UiSection .ContentWrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  content: ".";
}

@media screen and (max-width: 980px) {
  /* line 1125, scss/_base.scss */
  .Product01UiSection .ContentWrap {
    padding: 30px 20px 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  /* line 1131, scss/_base.scss */
  .Product01UiSection .ContentWrap {
    padding: 30px 15px 0;
    overflow: hidden;
  }
}
/* line 1136, scss/_base.scss */
.Product01UiSection__text {
  width: 410px;
  padding-top: 50px;
  display: inline-block;
}
/* line 1140, scss/_base.scss */
.Product01UiSection__text .SectionTitle {
  color: #00acc8;
}

@media screen and (max-width: 768px) {
  /* line 1145, scss/_base.scss */
  .Product01UiSection__text {
    width: 100%;
    padding-top: 0;
  }
}
/* line 1150, scss/_base.scss */
.Product01UiSection__link {
  color: #00acc8;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  margin-top: 40px;
  letter-spacing: 0.1em;
}
/* line 1157, scss/_base.scss */
.Product01UiSection__link span {
  padding-left: 10px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  /* line 1163, scss/_base.scss */
  .Product01UiSection__link {
    font-size: 14px;
    margin-top: 20px;
    display: block;
    text-align: center;
  }
}
/* line 1170, scss/_base.scss */
.Product01UiSection__obj {
  width: 460px;
  display: inline-block;
  float: right;
  position: relative;
}

@media screen and (max-width: 768px) {
  /* line 1177, scss/_base.scss */
  .Product01UiSection__obj {
    width: 100%;
    display: inline-block;
    float: none;
    position: relative;
    margin: 40px 0 0 0;
    right: -10%;
    overflow-y: hidden;
  }
}
/* line 1187, scss/_base.scss */
.Product01UiSection__display {
  width: 50%;
  position: absolute;
  left: 16.5%;
  top: 12%;
}
/* line 1192, scss/_base.scss */
.Product01UiSection__display img {
  font-size: 0;
  line-height: 0;
  display: inline-block;
}

/* line 1198, scss/_base.scss */
.Product01UiSection__base {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}

/* line 1205, scss/_base.scss */
.Product01UiSection__windowTop {
  position: absolute;
  left: 0;
  top: 26%;
  padding: 0 1%;
}

/* line 1211, scss/_base.scss */
.Product01UiSection__windowBottom {
  position: absolute;
  left: 0;
  top: 44%;
  padding: 0 1%;
}

/* line 1217, scss/_base.scss */
.Product01UiSection__iconTop {
  position: absolute;
  left: 33.5%;
  top: 16.5%;
  width: 33%;
  overflow: hidden;
}

/* line 1224, scss/_base.scss */
.Product01UiSection__iconBottom {
  position: absolute;
  left: 33.5%;
  top: 48%;
  width: 33%;
  overflow: hidden;
}

/* line 1231, scss/_base.scss */
.Product01UiSection__icon {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 1236, scss/_base.scss */
.Product01UiSection__finger {
  position: absolute;
  left: -105%;
  top: 52%;
  width: 170%;
  opacity: 0;
}

/* line 1243, scss/_base.scss */
.Product01UiSection__loader {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 1248, scss/_base.scss */
.Product01UiSection__replay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  cursor: pointer;
}

/* line 1263, scss/_base.scss */
#UIBaseHome,
#UIBaseMenu,
#UIIconCircle,
#UIIcon,
#UIFinger,
#UILoader,
#UIIconLocked,
#UIWinLocked,
#UIReplay {
  display: none;
}

/*---Product01SetSection---*/
/* line 1269, scss/_base.scss */
.Product01SetSection {
  width: 100%;
}
/* line 1271, scss/_base.scss */
.Product01SetSection .ContentWrap {
  padding: 100px 5%;
  position: relative;
}
/* line 1274, scss/_base.scss */
.Product01SetSection .ContentWrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  content: ".";
}

@media screen and (max-width: 980px) {
  /* line 1285, scss/_base.scss */
  .Product01SetSection .ContentWrap {
    padding: 10rem 5% 5rem;
  }
}
@media screen and (max-width: 768px) {
  /* line 1290, scss/_base.scss */
  .Product01SetSection .ContentWrap {
    padding: 0 15px;
    overflow: hidden;
  }
}
/* line 1295, scss/_base.scss */
.Product01SetSection__text {
  width: 45%;
  display: inline-block;
  float: right;
}

@media screen and (max-width: 768px) {
  /* line 1301, scss/_base.scss */
  .Product01SetSection__text {
    width: 100%;
    float: none;
  }
}
/* line 1306, scss/_base.scss */
.Product01SetSection__link {
  list-style: none;
  display: block;
  font-size: 16px;
  color: #b2e6ee;
  margin-top: 40px;
  overflow: hidden;
}

/* line 1314, scss/_base.scss */
.Product01SetSection__linkItem {
  float: left;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
/* line 1319, scss/_base.scss */
.Product01SetSection__linkItem.isActive {
  color: #00acc8;
}
/* line 1322, scss/_base.scss */
.Product01SetSection__linkItem:first-child {
  padding-left: 0;
}
/* line 1325, scss/_base.scss */
.Product01SetSection__linkItem:before {
  content: "/";
  position: absolute;
  color: #b2e6ee;
  left: 10px;
}
/* line 1331, scss/_base.scss */
.Product01SetSection__linkItem:first-child:before {
  content: "";
}

@media screen and (max-width: 768px) {
  /* line 1336, scss/_base.scss */
  .Product01SetSection__link {
    font-size: 14px;
    margin-top: 40px;
    text-align: center;
  }
}
/* line 1342, scss/_base.scss */
.Product01SetSection__const {
  display: block;
  list-style: none;
  margin-top: 40px;
  color: #00acc8;
  overflow: hidden;
}

/* line 1349, scss/_base.scss */
.Product01SetSection__constItem {
  width: 45%;
  display: inline-block;
  line-height: 1;
  float: left;
  overflow: hidden;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  /* line 1359, scss/_base.scss */
  .Product01SetSection__constItem {
    width: 50%;
  }
}
/* line 1363, scss/_base.scss */
.Product01SetSection__constIcon {
  width: 30%;
  margin-right: 15px;
}

/* line 1367, scss/_base.scss */
.Product01SetSection__constX {
  font-size: 20px;
  margin-right: 15px;
  display: inline-block;
}

/* line 1372, scss/_base.scss */
.Product01SetSection__constCount {
  font-size: 60px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

/* line 1378, scss/_base.scss */
.Product01SetSection__text .SectionTitle {
  color: #00acc8;
}

/* line 1381, scss/_base.scss */
.Product01SetSection__obj {
	width: 42%;
    display: inline-block;
    float: left;
    margin: 0 !important;
    opacity: 0;
    position: relative;
}

@media screen and (max-width: 768px) {
  /* line 1391, scss/_base.scss */
  .Product01SetSection__obj {
    width: 100%;
    margin-top: 10px;
    float: none;
	padding-bottom: 3rem;
  }
}
/* line 1397, scss/_base.scss */
.Product01SetSection__objRound {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: -35px;
}

/* line 1404, scss/_base.scss */
.Product01SetSection__objList {
  list-style: none;
  display: block;
  overflow: hidden;
  display: none;
}
/* line 1409, scss/_base.scss */
.Product01SetSection__objList.slick-initialized {
  display: block;
}

/* line 1413, scss/_base.scss */
.Product01SetSection__objListItem {
  float: left;
  display: inline-block;
  position: relative;
}

/* line 1418, scss/_base.scss */
.Product01SetSection__balloon {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

/*---Product01AlarmSection---*/
/* line 1427, scss/_base.scss */
.Product01AlarmSection {
  width: 100%;
  overflow: hidden;
  background: url(img/product01/bg_product01_alarm.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}
/* line 1433, scss/_base.scss */
.Product01AlarmSection .ContentWrap {
  padding: 50px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  /* line 1439, scss/_base.scss */
  .Product01AlarmSection {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  /* line 1444, scss/_base.scss */
  .Product01AlarmSection .ContentWrap {
    padding: 30px 15px;
    overflow: hidden;
  }
}
/* line 1449, scss/_base.scss */
.Product01AlarmSection__text {
  width: 480px;
  display: block;
  margin: 100px auto 50px;
}
/* line 1453, scss/_base.scss */
.Product01AlarmSection__text .SectionTitle {
  color: #00acc8;
}
/* line 1456, scss/_base.scss */
.Product01AlarmSection__text .DescriptionText {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* line 1461, scss/_base.scss */
  .Product01AlarmSection__text {
    width: 100%;
    margin: 0;
    display: block;
  }
}
/* line 1467, scss/_base.scss */
.Product01AlarmSection__link {
  list-style: none;
  display: block;
  width: 80%;
  margin: 40px auto 50px;
  overflow: hidden;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  /* line 1477, scss/_base.scss */
  .Product01AlarmSection__link {
    width: 100%;
    margin: 20px auto;
  }
}
/* line 1482, scss/_base.scss */
.Product01AlarmSection__linkItem {
  width: 16%;
  margin: 0 8.65%;
  text-align: center;
  float: left;
  opacity: 0.4;
  cursor: pointer;
}
/* line 1489, scss/_base.scss */
.Product01AlarmSection__linkItem.isActive {
  opacity: 1;
}

/* line 1493, scss/_base.scss */
.Product01AlarmSection__linkIcon {
  margin-bottom: 5px;
  display: inline-block;
}

/* line 1497, scss/_base.scss */
.Product01AlarmSection__linkText {
  font-size: 12px;
  color: #00acc8;
}

/* line 1501, scss/_base.scss */
.Product01AlarmSection__sound {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  /* line 1507, scss/_base.scss */
  .Product01AlarmSection__sound {
    margin-bottom: 50px;
  }
}
/* line 1511, scss/_base.scss */
.Product01AlarmSection__soundButton {
  margin-left: 10px;
  width: 24px;
  cursor: pointer;
  z-index: 10;
}
/* line 1516, scss/_base.scss */
.Product01AlarmSection__soundButton.on {
  display: none;
}

/* line 1520, scss/_base.scss */
.Product01AlarmSection__gateway {
  width: 380px;
  position: absolute;
  left: -120px;
  bottom: 30px;
}

@media screen and (max-width: 768px) {
  /* line 1527, scss/_base.scss */
  .Product01AlarmSection__gateway {
    width: 80%;
    position: relative;
    left: -120px;
    bottom: auto;
  }
}
/* line 1534, scss/_base.scss */
.Product01AlarmSection__wave {
  width: 100%;
  position: absolute;
  left: -5%;
  top: 50%;
  display: inline-block;
}

/* line 1541, scss/_base.scss */
#AlarmWave2 {
  transform: rotate(135deg);
}

/* line 1544, scss/_base.scss */
#AlarmWave3 {
  transform: rotate(-135deg);
}

/* line 1547, scss/_base.scss */
.Product01AlarmSection__ripple {
  width: 100%;
  display: inline-block;
  border-radius: 9999px;
  border: 4px solid #87d1e6;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  margin-top: -50%;
  opacity: 0;
  content: "";
  display: block;
  padding-top: 100%;
}

@media screen and (max-width: 768px) {
  /* line 1563, scss/_base.scss */
  .Product01AlarmSection__ripple {
    border-width: 6px;
  }
}
/* line 1567, scss/_base.scss */
.Product01AlarmSection__rippleR {
  width: 50%;
  display: inline-block;
  border-radius: 9999px 0 0 0;
  border-top: 4px solid #87d1e6;
  border-left: 4px solid #87d1e6;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  margin-top: -50%;
  transform-origin: right bottom;
  opacity: 0;
  content: "";
  display: block;
  padding-top: 50%;
}

@media screen and (max-width: 768px) {
  /* line 1585, scss/_base.scss */
  .Product01AlarmSection__rippleR {
    border-width: 6px;
  }
}
/* line 1589, scss/_base.scss */
.Product01AlarmSection__balloon {
  position: absolute;
  left: 5%;
  top: 87%;
  display: inline-block;
  background: #87d1e6;
  border-radius: 5px;
  padding: 15px 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: absolute;
  opacity: 0;
  transform-origin: center top;
}
/* line 1603, scss/_base.scss */
.Product01AlarmSection__balloon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-style: solid;
  border-width: 15px 0 0 10px;
  border-color: transparent transparent transparent #87d1e6;
}

@media screen and (max-width: 768px) {
  /* line 1616, scss/_base.scss */
  .Product01AlarmSection__balloon {
    left: 52%;
    top: 87%;
    padding: 15px;
    z-index: 10;
    white-space: nowrap;
  }
  /* line 1622, scss/_base.scss */
  .Product01AlarmSection__balloon:before {
    left: 20%;
  }
}
/* line 1627, scss/_base.scss */
.Product01AlarmSection__obj {
  width: 300px;
  position: absolute;
  right: -110px;
  bottom: -30px;
  display: inline-block;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  /* line 1636, scss/_base.scss */
  .Product01AlarmSection__obj {
    width: 50%;
    float: none;
    position: absolute;
    right: -30px;
    bottom: 30px;
    margin: 0 15%;
  }
}
/* line 1645, scss/_base.scss */
.Product01AlarmSection__display {
  width: 86%;
  position: absolute;
  left: 7%;
  top: 12.2%;
  overflow: hidden;
}

/* line 1652, scss/_base.scss */
.Product01AlarmSection__displayList {
  overflow: hidden;
  list-style: none;
  display: none;
}
/* line 1656, scss/_base.scss */
.Product01AlarmSection__displayList.slick-initialized {
  display: block;
}

/* line 1660, scss/_base.scss */
.Product01AlarmSection__displayListItem {
  float: left;
  display: inline-block;
  position: relative;
}

/* line 1665, scss/_base.scss */
.Product01AlarmSection__windowTop {
  position: absolute;
  left: 0;
  top: 26%;
  padding: 0 1%;
}

/* line 1671, scss/_base.scss */
.Product01AlarmSection__windowBottom {
  position: absolute;
  left: 0;
  top: 44%;
  padding: 0 1%;
}

/* line 1677, scss/_base.scss */
.Product01AlarmSection__iconBottom {
  position: absolute;
  left: 33.5%;
  top: 48%;
  width: 33%;
  overflow: hidden;
}

/* line 1684, scss/_base.scss */
.Product01AlarmSection__windowPush {
  position: absolute;
  left: 0;
  top: 30%;
  padding: 0 1%;
  opacity: 0;
}

/*---Product01VoiceSection---*/
/* line 1694, scss/_base.scss */
.Product01VoiceSection {
  width: 100%;
  background: url(img/product01/bg_product01_voice_control.jpg) center bottom no-repeat;
  background-size: cover;
  overflow: hidden;
}
/* line 1699, scss/_base.scss */
.Product01VoiceSection .ContentWrap {
  padding: 130px 0 250px;
  position: relative;
}

@media screen and (max-width: 768px) {
  /* line 1705, scss/_base.scss */
  .Product01VoiceSection {
    background: url(img/product01/bg_product01_voice_control_sp.jpg) left bottom no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
  }
}
@media screen and (max-width: 980px) {
  /* line 1712, scss/_base.scss */
  .Product01VoiceSection .ContentWrap {
    padding: 30px 20px 360px;
  }
}
@media screen and (max-width: 768px) {
  /* line 1717, scss/_base.scss */
  .Product01VoiceSection .ContentWrap {
    padding: 30px 15px 360px;
  }
}
/* line 1721, scss/_base.scss */
.Product01VoiceSection__text {
  width: 500px;
  margin-left: 480px;
  display: inline-block;
}
/* line 1725, scss/_base.scss */
.Product01VoiceSection__text .SectionTitle {
  color: #00acc8;
}
/* line 1728, scss/_base.scss */
.Product01VoiceSection__text .DescriptionText {
  margin-bottom: 20px;
}

@media screen and (max-width: 980px) {
  /* line 1733, scss/_base.scss */
  .Product01VoiceSection__text {
    width: 100%;
    margin-left: 0;
  }
}
/* line 1738, scss/_base.scss */
.Product01VoiceSection__balloon {
  position: absolute;
  left: 0;
  top: 35%;
  display: inline-block;
  background: #87d1e6;
  border-radius: 5px;
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
  position: absolute;
  opacity: 0;
  transform-origin: left center;
}
/* line 1751, scss/_base.scss */
.Product01VoiceSection__balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -15px;
  margin-right: -15px;
  border-style: solid;
  border-width: 0 15px 10px 0;
  border-color: transparent #87d1e6 transparent transparent;
}

@media screen and (max-width: 980px) {
  /* line 1764, scss/_base.scss */
  .Product01VoiceSection__balloon {
    left: 8%;
    top: 55%;
  }
}
@media screen and (max-width: 768px) {
  /* line 1770, scss/_base.scss */
  .Product01VoiceSection__balloon {
    left: 5%;
    top: 53%;
    padding: 15px;
    font-size: 14px;
  }
}
/*---ProductPlanSection---*/
/* line 1780, scss/_base.scss */
.ProductPlanSection {
  width: 100%;
}
/* line 1782, scss/_base.scss */
.ProductPlanSection .ContentWrap {
  padding: 100px 0;
}

@media screen and (max-width: 980px) {
  /* line 1787, scss/_base.scss */
  .ProductPlanSection .ContentWrap {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  /* line 1792, scss/_base.scss */
  .ProductPlanSection .ContentWrap {
    padding: 30px 15px;
  }
}
/* line 1796, scss/_base.scss */
.ProductPlanSection__title {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  /* line 1801, scss/_base.scss */
  .ProductPlanSection__title {
    margin-bottom: 20px;
  }
}
/* line 1805, scss/_base.scss */
.ProductPlanSection__description {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* line 1810, scss/_base.scss */
  .ProductPlanSection__description {
    text-align: left;
  }
}
/* line 1814, scss/_base.scss */
.ProductPlanSection__const {
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  /* line 1823, scss/_base.scss */
  .ProductPlanSection__const {
    flex-direction: column;
  }
}
/* line 1827, scss/_base.scss */
.ProductPlanSection__plus {
  padding: 15px;
  font-size: 40px;
  display: inline-block;
  flex: 1 0 0%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

/* line 1836, scss/_base.scss */
.ProductPlanSection__constBox {
  border-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 1846, scss/_base.scss */
.ProductPlanSection__constBox.theme-blue {
  background: #e7f6fa;
  color: #00acc8;
  width: 40%;
}
/* line 1851, scss/_base.scss */
.ProductPlanSection__constBox.theme-gray {
  width: 50%;
  background: #efefef;
  color: color;
}
/* line 1856, scss/_base.scss */
.ProductPlanSection__constBox.wide {
  width: 80%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 1862, scss/_base.scss */
.ProductPlanSection__constBox.narrow {
  width: 30%;
}

@media screen and (max-width: 768px) {
  /* line 1869, scss/_base.scss */
  .ProductPlanSection__constBox.theme-blue, .ProductPlanSection__constBox.theme-gray {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  /* line 1876, scss/_base.scss */
  .ProductPlanSection__constBox.theme-blue,
  .ProductPlanSection__constBox.theme-gray {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* line 1883, scss/_base.scss */
.ProductPlanSection__constTitle {
  font-size: 14px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
/* line 1892, scss/_base.scss */
.ProductPlanSection__constTitle:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
}

/* line 1903, scss/_base.scss */
.ProductPlanSection__constBox.theme-blue .ProductPlanSection__constTitle:after {
  background: #00acc8;
}

/* line 1906, scss/_base.scss */
.ProductPlanSection__constItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
  text-align: center;
}

@media screen and (max-width: 400px) {
  /* line 1914, scss/_base.scss */
  .ProductPlanSection__constItem + .ProductPlanSection__constItem {
    margin-top: 20px;
  }
}
/* line 1918, scss/_base.scss */
.ProductPlanSection__constIcon {
  width: 80px;
  margin-bottom: 5px;
  display: inline-block;
}

/* line 1923, scss/_base.scss */
.ProductPlanSection__constName {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

/* line 1928, scss/_base.scss */
.ProductPlanSection__constPrice {
  font-size: 30px;
}
/* line 1930, scss/_base.scss */
.ProductPlanSection__constPrice span {
  font-size: 12px;
}

/* line 1934, scss/_base.scss */
.ProductPlanSection__detail {
  width: 100%;
  overflow: hidden;
}

/* line 1938, scss/_base.scss */
.ProductPlanSection__detailItem {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 0 2%;
}
.woocommerce,
.swiper-container {
    overflow: visible !important;
}
.swiper-button-wrap {
    width: 100px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: -50px;
}
.single-product .woocommerce .products ul li,
.single-product .woocommerce ul.products li {
	display: block;
	/*margin-right: 10px !important;*/
}
@media screen and (max-width: 768px) {
  /* line 1945, scss/_base.scss */
  .ProductPlanSection__detailItem {
    width: 100%;
    float: none;
  }
  /* line 1948, scss/_base.scss */
  .ProductPlanSection__detailItem + .ProductPlanSection__detailItem {
    margin: 40px 0 0;
  }
	.single-product .woocommerce .products ul li,
	.single-product .woocommerce ul.products li {
		display: block;
		/*margin-right: 10px !important;*/
	}

}
/* line 1966, scss/_base.scss */
.ProductPlanSection__detailImage {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  opacity: 0;
}
/* line 1973, scss/_base.scss */
.ProductPlanSection__detailImage img {
  width: auto;
  max-height: 200px;
}

/* line 1978, scss/_base.scss */
.ProductPlanSection__detailName {
  font-size: 18px;
  color: #00acc8;
  margin-bottom: 20px;
}

/* line 1989, scss/_base.scss */
.ProductPlanSection__detailSpecTable {
  width: 100%;
  display: block;
  border-collapse: collapse;
  margin-bottom: 40px;
  color: #444;
}
/* line 1995, scss/_base.scss */
.ProductPlanSection__detailSpecTable.right {
  margin-bottom: 90px;
}
/* line 1999, scss/_base.scss */
.ProductPlanSection__detailSpecTable th,
.ProductPlanSection__detailSpecTable td {
  font-size: 13px;
  padding: 5px 0;
  text-align: left;
  vertical-align: top;
}
/* line 2005, scss/_base.scss */
.ProductPlanSection__detailSpecTable th {
  padding-right: 15px;
  width: 7em;
}

@media screen and (max-width: 768px) {
  /* line 2011, scss/_base.scss */
  .ProductPlanSection__detailSpecTable {
    margin-bottom: 20px;
  }
  /* line 2013, scss/_base.scss */
  .ProductPlanSection__detailSpecTable.right {
    margin-bottom: 20px;
  }
}
/* line 2071, scss/_base.scss */
.ProductPlanSection__detailButton {
  text-align: center;
}


/*---ProductLifeassistSection---*/

.ProductLifeassistSection {
  width: 100%;
  background: url(img/product01/bg_product01_lifeassist.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 60px;
}
.ProductLifeassistSection .ContentWrap {
  padding: 100px 0 100px 500px;
}

@media screen and (max-width: 768px) {
  .ProductLifeassistSection {
    background: url(img/product01/bg_product01_lifeassist_sp.jpg) center center no-repeat;
    background-size: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 980px) {
  .ProductLifeassistSection .ContentWrap {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .ProductLifeassistSection .ContentWrap {
    padding: 30px 15px;
  }
}

.ProductLifeassistSection__text {
  width: 420px;
  display: inline-block;
}

.ProductLifeassistSection__text .SectionTitle {
  color: #00acc8;
}

.ProductLifeassistSection__text .DescriptionText {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .ProductLifeassistSection__text {
    width: 100%;
    margin-right: 0;
  }
}



/*---ProductSupplementSection---*/
/* line 2077, scss/_base.scss */
.ProductSupplementSection {
  width: 100%;
  background: url(img/product01/bg_product01_supplement.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 60px;
}
/* line 2083, scss/_base.scss */
.ProductSupplementSection .ContentWrap {
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  /* line 2088, scss/_base.scss */
  .ProductSupplementSection {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 980px) {
  /* line 2093, scss/_base.scss */
  .ProductSupplementSection .ContentWrap {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  /* line 2098, scss/_base.scss */
  .ProductSupplementSection .ContentWrap {
    padding: 30px 15px;
  }
}
/* line 2102, scss/_base.scss */
.ProductSupplementSection__text {
  width: 420px;
  display: inline-block;
}
/* line 2105, scss/_base.scss */
.ProductSupplementSection__text .SectionTitle {
  color: #00acc8;
}
/* line 2108, scss/_base.scss */
.ProductSupplementSection__text .DescriptionText {
  margin-bottom: 20px;
}
/* line 2111, scss/_base.scss */
.ProductSupplementSection__text > .CaptionText {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  /* line 2116, scss/_base.scss */
  .ProductSupplementSection__text {
    width: 100%;
    margin-right: 0;
  }
}
/* line 2121, scss/_base.scss */
.ProductSupplementSection__link {
  color: #00acc8;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  margin-top: 0px;
  letter-spacing: 0.1em;
}
/* line 2128, scss/_base.scss */
.ProductSupplementSection__link span {
  padding-left: 10px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  /* line 2134, scss/_base.scss */
  .ProductSupplementSection__link {
    font-size: 14px;
    margin-top: 20px;
    display: block;
    text-align: center;
  }
}
/* line 2141, scss/_base.scss */
.ProductSupplementSection__box {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  /* line 2149, scss/_base.scss */
  .ProductSupplementSection__box {
    padding: 15px;
    text-align: left;
    margin-bottom: 15px;
  }
}
/* line 2155, scss/_base.scss */
.ProductSupplementSection__contactList {
  list-style: none;
  margin-bottom: 10px;
  color: #00acc8;
}

@media screen and (max-width: 768px) {
  /* line 2161, scss/_base.scss */
  .ProductSupplementSection__contactList {
    margin-bottom: 15px;
  }
}
/* line 2165, scss/_base.scss */
.ProductSupplementSection__contactListItem {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.1em;
}
/* line 2169, scss/_base.scss */
.ProductSupplementSection__contactListItem + .ProductSupplementSection__contactListItem {
  margin-left: 40px;
}
/* line 2172, scss/_base.scss */
.ProductSupplementSection__contactListItem a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
/* line 2177, scss/_base.scss */
.ProductSupplementSection__contactListItem span[class^="icon-"] {
  display: inline-block;
  font-size: 40px;
  margin-right: 10px;
  float: left;
}

@media screen and (max-width: 768px) {
  /* line 2185, scss/_base.scss */
  .ProductSupplementSection__contactListItem {
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 2191, scss/_base.scss */
  .ProductSupplementSection__contactListItem + .ProductSupplementSection__contactListItem {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  /* line 2197, scss/_base.scss */
  .ProductSupplementSection__contactListItem span[class^="icon-"] {
    display: inline-block;
    font-size: 30px;
    margin-right: 10px;
    float: left;
  }
}
/* line 2204, scss/_base.scss */
.ProductSupplementSection__contactListItemText {
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  /* line 2210, scss/_base.scss */
  .ProductSupplementSection__contactListItemText {
    height: 30px;
    line-height: 30px;
  }
}
/*---RelatedItemSection---*/
/* line 2218, scss/_base.scss */
.RelatedItemSection {
  width: 100%;
}
/* line 2220, scss/_base.scss */
.RelatedItemSection .ContentWrap {
  padding: 0 0 100px;
  overflow: hidden;
}

@media screen and (max-width: 980px) {
  /* line 2226, scss/_base.scss */
  .RelatedItemSection .ContentWrap {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  /* line 2231, scss/_base.scss */
  .RelatedItemSection .ContentWrap {
    padding: 10px 15px 30px;
  }
}
/* line 2235, scss/_base.scss */
.RelatedItemSection__title {
  font-size: 20px;
  color: #00acc8;
  margin-bottom: 20px;
}

/* line 2240, scss/_base.scss */
.RelatedItemSection__image {
  width: 40%;
  margin-right: 30px;
  border-radius: 40px;
  overflow: hidden;
  font-size: 0;
  float: left;
}

@media screen and (max-width: 768px) {
  /* line 2249, scss/_base.scss */
  .RelatedItemSection__title {
    border-top: 1px solid #e7f6fa;
    padding-top: 30px;
  }

  /* line 2253, scss/_base.scss */
  .otherimages {
    text-align: center;
  }

  /* line 2256, scss/_base.scss */
  .RelatedItemSection__image {
    width: 100%;
    display: inline-block;
    max-width: 360px;
    float: none;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 20px;
  }
}
/* line 2267, scss/_base.scss */
.RelatedItemSection__list {
  list-style: none;
  display: block;
  overflow: hidden;
}

/* line 2272, scss/_base.scss */
.RelatedItemSection__listItem {
  width: 50%;
  float: left;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 1%;
}

@media screen and (max-width: 540px) {
  /* line 2281, scss/_base.scss */
  .RelatedItemSection__listItem {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 540px) {
  /* line 2287, scss/_base.scss */
  .RelatedItemSection__listItem + .RelatedItemSection__listItem {
    margin: 15px 0 0;
  }
}
/* line 2291, scss/_base.scss */
.RelatedItemSection__listItemTitle {
  font-size: 16px;
  color: #00acc8;
  margin-bottom: 5px;
}

/* line 2296, scss/_base.scss */
.RelatedItemSection__listItemSize {
  font-size: 12px;
  margin-bottom: 5px;
}

/* line 2300, scss/_base.scss */
.RelatedItemSection__listItemPrice {
  font-size: 24px;
  margin-bottom: 10px;
}
/* line 2303, scss/_base.scss */
.RelatedItemSection__listItemPrice span {
  font-size: 12px;
}

/*######## Product02 #########*/
/*---Product02FeatureSection---*/
/* line 2323, scss/_base.scss */
.Product02FeatureSection {
  width: 100%;
  background: url(img/product02/kv_product02_feature.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
/* line 2328, scss/_base.scss */
.Product02FeatureSection .ContentWrap {
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  /* line 2333, scss/_base.scss */
  .Product02FeatureSection .ContentWrap {
    padding: 30px 15px;
  }
}
/* line 2337, scss/_base.scss */
.Product02FeatureSection__text {
  width: 530px;
  margin: 0 auto;
}
/* line 2340, scss/_base.scss */
.Product02FeatureSection__text .SectionTitle {
  color: #00acc8;
}
/* line 2343, scss/_base.scss */
.Product02FeatureSection__text .DescriptionText {
  margin-bottom: 50px;
}
/* line 2346, scss/_base.scss */
.Product02FeatureSection__text .CaptionText {
  color: #00acc8;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  /* line 2353, scss/_base.scss */
  .Product02FeatureSection__text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 2358, scss/_base.scss */
  .Product02FeatureSection__text .DescriptionText {
    margin-bottom: 15px;
  }
}
/*######## NewsDetail #########*/
/*---NewsDetail---*/
/* line 2368, scss/_base.scss */
.NewsDetailSection {
  padding-top: 50px;
}
.single-product .NewsDetailSection {
	overflow: hidden;
}
/* line 2370, scss/_base.scss */
.NewsDetailSection .ContentWrap {
  padding: 80px 125px;
}

@media screen and (max-width: 768px) {
  /* line 2375, scss/_base.scss */
  .NewsDetailSection {
    padding-top: 40px;
  }
	.flex-.related {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 768px) {
  /* line 2380, scss/_base.scss */
  .NewsDetailSection .ContentWrap {
    padding: 30px 15px;
  }
}
/* line 2384, scss/_base.scss */
.NewsDetailSection__date {
  font-size: 14px;
  color: #4d4d4d;
  margin-bottom: 20px;
  display: block;
}

@media screen and (max-width: 768px) {
  /* line 2391, scss/_base.scss */
  .NewsDetailSection__date {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
/* line 2396, scss/_base.scss */
.NewsDetailSection__title {
  font-size: 28px;
  line-height: 1.6;
  color: #00acc8;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  /* line 2404, scss/_base.scss */
  .NewsDetailSection__title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
/* line 2409, scss/_base.scss */
.NewsDetailSection__keyVisual {
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  /* line 2414, scss/_base.scss */
  .NewsDetailSection__keyVisual {
    margin-bottom: 30px;
  }
}
/* line 2419, scss/_base.scss */
.NewsDetailSection__freeHtml p {
  display: inline-block;
  width: 100%;
  clear: both;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 1em;
  word-wrap: break-word;
}
/* line 2428, scss/_base.scss */
.NewsDetailSection__freeHtml img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
/* line 2433, scss/_base.scss */
.NewsDetailSection__freeHtml h2 {
  font-size: 18px;
  color: #00acc8;
  line-height: 1.6;
  text-align: center;
  padding: 5rem 0 3rem;
  font-weight: 400;
  margin-bottom: 1em;
}
/* line 2440, scss/_base.scss */
.NewsDetailSection__freeHtml a {
  color: #00acc8;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  /* line 2446, scss/_base.scss */
  .NewsDetailSection__freeHtml p {
    font-size: 12px;
  }
}
/*######## SubContent #########*/
/*---SubContentMain---*/
/* line 2456, scss/_base.scss */
.SubContentMain {
  width: 100%;
  height: 460px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  margin-bottom: 30px;
  overflow: hidden;
}
/* line 2465, scss/_base.scss */
.SubContentMain.isCompany {
  background-image: url(img/other/kv_company.jpg);
}
/* line 2468, scss/_base.scss */
.SubContentMain.isSupport {
  background-image: url(img/other/kv_support.jpg);
}
/* line 2471, scss/_base.scss */
.SubContentMain.isPartner {
  background-image: url(img/other/kv_partner.jpg);
}

@media screen and (max-width: 768px) {
  /* line 2476, scss/_base.scss */
  .SubContentMain {
    height: 200px;
    margin-bottom: 20px;
  }
}
/* line 2481, scss/_base.scss */
.SubContentMain__title {
  font-size: 42px;
  text-align: center;
  color: #fff;
  padding-top: 210px;
  letter-spacing: 0.1em;
}
/* line 2487, scss/_base.scss */
.SubContentMain__title.theme-blue {
  color: #00abc8;
}

@media screen and (max-width: 768px) {
  /* line 2492, scss/_base.scss */
  .SubContentMain__title {
    padding-top: 110px;
    font-size: 24px;
  }
}


/*######## LifeAssist #########*/
/*---LifeAssistMain---*/

.tab_none {
  display: block;
}
@media screen and (max-width: 768px) {
  .tab_none {
    display: none;
  }
}

.pc_none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.LifeAssistMain {
  width: 100%;
  height: 460px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  margin-bottom: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .LifeAssistMain {
    height: 200px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  .LifeAssistMain h1 {
    font-weight: 900;
  }
}

.LifeAssistMain.isLifeAssist {
  background-image: url(img/lifeassist/lifeassist.jpg);
}
.LifeAssistSupportSection.ContentWrap {
  padding: 100px 0 30px;
}
@media screen and (max-width: 768px) {
  .LifeAssistSupportSection .ContentWrap {
    padding: 30px 15px 15px;
  }
}
@media screen and (max-width: 540px) {
  .LifeAssistSupportSection .ContentWrap {
    padding: 5px 15px 15px;
  }
}

.LifeAssistSupportSection__title {
  text-align: center;
  margin-bottom: 30px;
}
.LifeAssistSupportSection__title .SectionTitle {
  color: #00acc8;
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .LifeAssistSupportSection__title .SectionTitle {
    margin-top: 15px;
    font-size: 40px;
    letter-spacing: 0.1em;
  }
  .LifeAssistSupportSection__title .SectionTitle br {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .LifeAssistSupportSection__title .SectionTitle {
    margin-top: 15px;
    font-size: 16px;
    letter-spacing: 0;
  }
}

.LifeAssistSupportSection__title--br {
  display: none;
}
@media screen and (max-width: 768px) {
  .LifeAssistSupportSection__title--br {
    display: block;
  }
}

.LifeAssistSupportSection__intro {
  text-align: center;
  margin-bottom: 50px;
  color: rgb(77,77,77);
}
@media screen and (max-width: 768px) {
  .LifeAssistSupportSection__title,
  .LifeAssistSupportSection__intro {
    margin-bottom: 20px;
  }
  .LifeAssistSupportSection__intro .DescriptionText {
    font-size: 20px;
    font-weight: 200;
  }
}
@media screen and (max-width: 540px) {
  .LifeAssistSupportSection__intro .DescriptionText {
    width: 95%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
  }
  .LifeAssistSupportSection__intro .DescriptionText br {
    display: none;
  }
}

.LifeAssistList {
  list-style: none;
  overflow: hidden;
  padding: 20px 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .LifeAssistList {
    display: block;
    padding: 50px 0 10px;
  }
}
@media screen and (max-width: 540px) {
  .LifeAssistList {
    padding: 10px 0;
  }
}

.LifeAssistList__item {
  max-width: 30.3%;
  flex-basis: 30.3%;
  margin: 0 0.5% 15px;
  display: inline-block;
  line-height: 2;
  font-size: 20px;
  padding: 40px 30px;
  border-radius: 20px;
  background: #87d2e7;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  transition: all 150ms ease-out;
}
@media screen and (max-width: 768px) {
  .LifeAssistList__item {
    max-width: 100%;
    padding: 30px;
    line-height: 1.7;
    font-size: 30px;
    display: block;
    margin: 0 1.5% 30px;
  }
}
@media screen and (max-width: 540px) {
  .LifeAssistList__item {
    font-size: 16px;
    padding: 20px 0;
    margin: 0 1.5% 20px;
  }
}

.LifeAssistSupportSection__list .CaptionText{
  text-align: right;
}
@media screen and (max-width: 768px) {
  .LifeAssistSupportSection__list .CaptionText{
    font-size: 18px;
  }
}
@media screen and (max-width: 540px) {
  .LifeAssistSupportSection__list .CaptionText{
    font-size: 12px;
    text-align: left;
  }
}

.LifeAssistSupportSection__flow {
  width: 100%;
  background: #e7f6fa;
}

.LifeAssistSupportSection__flow .ContentWrap {
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .LifeAssistSupportSection__flow .ContentWrap {
    padding: 30px 0 60px;
  }
}

.FlowList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .FlowList {
    display: block;
    margin-top: 70px;
  }
}
@media screen and (max-width: 540px) {
  .FlowList {
    display: block;
    margin-top: 50px;
  }
}

.FlowList .FlowList__item {
  	width: 23%;
    margin: 0 5px;
  display: inline-block;
  position: relative;
}
.ProductStore .underline a {
	text-decoration: underline;
}
.ProductStore .underline a:hover {
	text-decoration: none;
}
@media screen and (max-width: 768px) {
  .FlowList .FlowList__item {
    width: 100%;
    margin-bottom: 100px;
  }
  .FlowList .FlowList__item:last-child {
    margin-bottom: 0;
  }
}

.FlowList li:not(:last-child)::after {
  content: "";
  display: inline-block;
  background-image: url(img/lifeassist/lifeassist_flow_arrow.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 25px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .FlowList li:not(:last-child)::after {
    width: 20px;
    height: 20px;
    bottom: -200px;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(90deg);
  }
}

.FlowList__item__img img {
  height: 60px;
  display: inline-block;
}

.FlowList__item__img--small img {
  height: 50px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .FlowList__item__img img {
    height: 80px;
    display: inline-block;
  }
  .FlowList__item__img--small img {
    height: 65px;
  }
}

.FlowList__item__text {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .FlowList__item__text {
    font-size: 20px;
  }
  .FlowList__item__text br {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .FlowList__item__text {
    font-size: 14px;
  }
}

.LifeAssistServiceSection__title {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .LifeAssistServiceSection__title {
    margin-top: 90px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 540px) {
  .LifeAssistServiceSection__title {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}

.LifeAssistServiceSection__container {
  width: 100%;
  background: #e7f6fa;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .LifeAssistServiceSection__container {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 540px) {
  .LifeAssistServiceSection__container {
    padding-top: 30px;
  }
}

.LifeAssistServiceSection__content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: flex;
  list-style: none;
  justify-content: space-around;
  align-items: center;
  background: #87d2e7;
  color: #fff;
  width: 100%;
  padding: 25px 10px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 80px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .LifeAssistServiceSection__content__title {
    display: block;
    text-align: center;
    padding: 50px 10px;
  }
}
@media screen and (max-width: 540px) {
  .LifeAssistServiceSection__content__title {
    padding: 30px 10px;
    margin-bottom: 30px;
  }
}

.LifeAssistServiceSection__content__title__lead {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .LifeAssistServiceSection__content__title__lead {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 540px) {
  .LifeAssistServiceSection__content__title__lead {
    font-size: 13px;
    padding-bottom: 10px;
    letter-spacing: 0;
  }
}

.LifeAssistServiceSection__content__title__img {
  width: 22px;
}
@media screen and (max-width: 768px) {
  .LifeAssistServiceSection__content__title__img {
    transform: rotate(90deg);
    margin: 0 auto;
    width: 25px;
  }
}
@media screen and (max-width: 540px) {
  .LifeAssistServiceSection__content__title__img {
    width: 15px;
  }
}

.LifeAssistServiceSection__content__title__main {
  font-size: 45px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .LifeAssistServiceSection__content__title__main {
    font-size: 56px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 540px) {
  .LifeAssistServiceSection__content__title__main {
    font-size: 25px;
  }
}

.LifeAssistServiceSection__wrapper {
  margin-top: 50px;
}

.LifeAssistServiceSection__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .LifeAssistServiceSection__content {
    display: block;
    margin-bottom: 50px;
  }
}

.LifeAssistServiceSection__contentImage {
  width: 50%;
  border-radius: 30px;
  overflow: hidden;
  margin-right: 50px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .LifeAssistServiceSection__contentImage {
    width: 100%;
  }
}

.LifeAssistServiceSection__contentDescription {
  width: 50%;
}
.LifeAssistServiceSection__contentDescription .ServiceList .ServiceList__item {
	line-height: 200%;
}
@media screen and (max-width: 768px) {
  .LifeAssistServiceSection__contentDescription {
    width: 100%;
    margin-top: 20px;
    margin: 30px 0 90px;
  }
}
@media screen and (max-width: 540px) {
  .LifeAssistServiceSection__contentDescription {
    margin: 30px 0 50px;
  }
}

.LifeAssistServiceSection__contentTitle {
  font-size: 23px;
  line-height: 1.8;
  color: #00abc8;
  padding-bottom: 5px;
  border-bottom: 1px solid #87d2e7;
  margin-bottom: 15px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .LifeAssistServiceSection__contentTitle {
    letter-spacing: 0.1em;
    font-size: 30px;
  }
}
@media screen and (max-width: 540px) {
  .LifeAssistServiceSection__contentTitle {
    font-size: 18px;
  }
}

.LifeAssistServiceSection__contentText {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .LifeAssistServiceSection__contentText {
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  .LifeAssistServiceSection__contentText {
    font-size: 12px;
  }
	.LifeAssistServiceSection__contentDescription .ServiceList .ServiceList__item {
		font-size:12px;
	}
}

.LifeAssistServiceSection__contentDescription .CaptionText {
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .LifeAssistServiceSection__contentDescription .CaptionText {
    font-size: 18px;
    font-weight: 200;
  }
}
@media screen and (max-width: 540px) {
  .LifeAssistServiceSection__contentDescription .CaptionText {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}

/* winのとき */
.LifeAssistServiceSection__contentDescription .CaptionText p {
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
  margin-left: 12px;
}
.LifeAssistServiceSection__contentDescription .CaptionText p::before {
  content: "※";
  display: inline-block;
  position: absolute;
  margin-left: -12px;
}

/* macのとき */
.LifeAssistServiceSection__contentDescription .CaptionText p.mac_pc {
  margin-left: 20px;
}
.LifeAssistServiceSection__contentDescription .CaptionText p.mac_pc::before {
  margin-left: -20px;
}

@media screen and (max-width: 768px) {
  .LifeAssistServiceSection__contentDescription .CaptionText p {
    margin-left: 20px;
  }
  .LifeAssistServiceSection__contentDescription .CaptionText p::before {
    margin-left: -20px;
    top: -1px;
  }
  .LifeAssistServiceSection__contentDescription .CaptionText p.mac_pc {
    margin-left: 13px;
  }
  .LifeAssistServiceSection__contentDescription .CaptionText p.mac_pc::before {
    margin-left: -13px;
  }
}

@media screen and (max-width: 540px) {
  .LifeAssistServiceSection__contentDescription .CaptionText p {
    margin-left: 9px;
  }
  .LifeAssistServiceSection__contentDescription .CaptionText p::before {
    margin-left: -9px;
    top: -2px;
  }
}

.LifeAssistServiceSection__contentDescription .ServiceList {
  font-size: 13px;
  color: rgb(77,77,77);
  list-style: none;
  margin-bottom: 10px;
  margin-left: 17px;
}
@media screen and (max-width: 768px) {
.LifeAssistServiceSection__contentDescription .ServiceList {
  font-size: 22px;
  margin-left: 22px;
  }
}
@media screen and (max-width: 540px) {
  .LifeAssistServiceSection__contentDescription .ServiceList {
    font-size: 14px;
    margin-left: 15px;
  }
}

.LifeAssistServiceSection__contentDescription .ServiceList .ServiceList__item {
  position: relative;
}

.LifeAssistServiceSection__contentDescription .ServiceList .ServiceList__item::before {
  content: "□";
  display: inline-block;
  position: absolute;
  margin-left: -17px;
}
@media screen and (max-width: 768px) {
  .LifeAssistServiceSection__contentDescription .ServiceList .ServiceList__item::before {
    margin-left: -22px;
    top: 2px;
  }
}
@media screen and (max-width: 540px) {
  .LifeAssistServiceSection__contentDescription .ServiceList .ServiceList__item::before {
    margin-left: -15px;
    top: 0;
  }
}

.LifeAssistServiceSection__contentColumn {
}

.LifeAssistServiceSection__contentColumn .ContentWrap {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .LifeAssistServiceSection__contentColumn .ContentWrap {
    margin-top: 150px;
  }
}
@media screen and (max-width: 540px) {
  .LifeAssistServiceSection__contentColumn .ContentWrap {
    margin-top: 20px;
  }
}

.LifeAssistServiceSection__contentColumnTitle.theme-blue {
  color: #00abc8;
}

.LifeAssistServiceSection__contentColumnTitle.theme-blue:after {
  background: #00abc8;
}

.ServiceTable {
  border-collapse: collapse;
  font-size: 13px;
  color: #444;
  width: 100%;
  text-align: left;
  border-top: 1px solid #87d2e7;
}
@media screen and (max-width: 768px) {
  .ServiceTable {
    border-top: 1px solid #00abc8;
  }
}
@media screen and (max-width: 540px) {
  .ServiceTable {
    width: 100%;
  }
}

.ServiceTable th {
  font-size: 15px;
  color: #00abc8;
  letter-spacing: 0.1em;
  white-space: nowrap;
  border-right: 1px dotted #87d2e7;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .ServiceTable th {
    border-right: 0;
    text-align: center;
    font-size: 30px;
  }
}
@media screen and (max-width: 540px) {
  .ServiceTable th {
    font-size: 16px;
  }
}

.ServiceTable td p {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .ServiceTable td p {
    padding: 0;
    font-size: 20px;
    color: #000;
  }
  .ServiceTable td .CaptionText {
    font-size: 18px;
    padding: 15px 0 20px;
    color: rgb(77,77,77);
  }
}
@media screen and (max-width: 540px) {
  .ServiceTable td p {
    font-size: 12px;
  }
  .ServiceTable td .CaptionText {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}

.ServiceTable th, .ServiceTable td {
  border-bottom: 1px solid #87d2e7;
  padding: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .ServiceTable th, .ServiceTable td {
    border-bottom: 1px solid #00abc8;
    display: block;
    padding: 30px 0;
  }
}
@media screen and (max-width: 540px) {
  .ServiceTable th, .ServiceTable td {
    padding: 15px 0;
  }
}

.ServiceTable .CaptionText p {
  position: relative;
  margin-left: 20px;
}

.ServiceTable .CaptionText p::before {
  content: "※";
  display: inline-block;
  position: absolute;
  margin-left: -20px;
}

@media screen and (max-width: 768px) {
  .ServiceTable .CaptionText p {
    margin-left: 20px;
  }
  .ServiceTable .CaptionText p::before {
    margin-left: -20px;
  }
}
@media screen and (max-width: 540px) {
  .ServiceTable .CaptionText p {
    margin-left: 16px;
  }
  .ServiceTable .CaptionText p::before {
    margin-left: -16px;
  }
}

/*######## Company #########*/
/*---CompanyTitleSection---*/
/* line 2503, scss/_base.scss */
.CompanyTitleSection {
  padding: 150px 0 50px;
}

/* line 2506, scss/_base.scss */
.CompanyTitleSection__title {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* line 2511, scss/_base.scss */
  .CompanyTitleSection {
    padding: 80px 0 0;
  }

  /* line 2514, scss/_base.scss */
  .CompanyTitleSection__title {
    margin-bottom: 20px;
    text-align: center;
  }
}
/*---CompanyVisionSection---*/
/* line 2522, scss/_base.scss */
.CompanyVisionSection {
  background: #86d1e6;
}
/* line 2524, scss/_base.scss */
.CompanyVisionSection .ContentWrap {
  padding: 100px 0;
  color: #fff;
}

@media screen and (max-width: 768px) {
  /* line 2530, scss/_base.scss */
  .CompanyVisionSection .ContentWrap {
    padding: 30px 15px;
  }
}
/* line 2534, scss/_base.scss */
.CompanyVisionSection__title .SectionSubTitle {
  color: #fff;
}
/* line 2536, scss/_base.scss */
.CompanyVisionSection__title .SectionSubTitle:after {
  background: #fff;
}

/* line 2540, scss/_base.scss */
.CompanyVisionSection__description {
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* line 2544, scss/_base.scss */
  .CompanyVisionSection__description {
    text-align: left;
  }
  /* line 2546, scss/_base.scss */
  .CompanyVisionSection__description br {
    display: none;
  }
}
/*---CompanyOutlineSection---*/
/* line 2554, scss/_base.scss */
.CompanyOutlineSection .ContentWrap {
  padding: 50px 0 80px;
}

@media screen and (max-width: 768px) {
  /* line 2558, scss/_base.scss */
  .CompanyOutlineSection .ContentWrap {
    padding: 30px 15px;
  }
}
/* line 2563, scss/_base.scss */
.CompanyOutlineSection__table {
  padding: 0 150px;
}

@media screen and (max-width: 768px) {
  /* line 2567, scss/_base.scss */
  .CompanyOutlineSection__table {
    padding: 0;
  }
}
/*---CompanyMapSection---*/
/* line 2574, scss/_base.scss */
.CompanyMapSection {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
/* line 2578, scss/_base.scss */
.CompanyMapSection iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  /* line 2584, scss/_base.scss */
  .CompanyMapSection {
    height: 240px;
  }
}
/*---CompanyMapSection---*/
/* line 2591, scss/_base.scss */
.CompanyImageSection {
  width: 100%;
  overflow: hidden;
}

/* line 2595, scss/_base.scss */
.CompanyImageSection__imageList {
  display: block;
  list-style: none;
}

/* line 2599, scss/_base.scss */
.CompanyImageSection__imageListItem {
  display: inline-block;
  float: left;
  width: 25%;
  font-size: 0;
}

@media screen and (max-width: 768px) {
  /* line 2606, scss/_base.scss */
  .CompanyImageSection__imageListItem {
    width: 50%;
  }
}
/*######## Support #########*/
/*---SupportDownloadSection---*/
/* line 2616, scss/_base.scss */
.SupportDownloadSection .ContentWrap {
      padding: 100px 5% 30px;
}
.Guide {
      padding-top: 0 !important;
}
@media screen and (max-width: 768px) {
  /* line 2620, scss/_base.scss */
  .SupportDownloadSection .ContentWrap {
    padding: 30px 5% 15px;
  }
}
/* line 2624, scss/_base.scss */
.SupportDownloadSection__title {
  text-align: center;
  margin-bottom: 30px;
}

/* line 2628, scss/_base.scss */
.SupportDownloadSection__intro {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  /* line 2634, scss/_base.scss */
  .SupportDownloadSection__title,
  .SupportDownloadSection__intro {
    margin-bottom: 20px;
  }
}
/* line 2638, scss/_base.scss */
.SupportDownloadSection__box {
  max-width: 870px;
  margin: 0 auto;
  padding: 0 60px;
/*   background: #e7f6fa; */
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  /* line 2646, scss/_base.scss */
  .SupportDownloadSection__box {
    padding: 0 15px 30px;
    width: 100%;
  }
}
/* line 2651, scss/_base.scss */
.SupportDownloadSection__boxHeader {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
}

@media screen and (max-width: 768px) {
  /* line 2659, scss/_base.scss */
  .SupportDownloadSection__boxHeader {
    margin-bottom: 15px;
    flex-direction: column;
  }
}
/* line 2664, scss/_base.scss */
.SupportDownloadSection__iconList {
  list-style: none;
  display: inline-flex;
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  /* line 2670, scss/_base.scss */
  .SupportDownloadSection__iconList {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/* line 2675, scss/_base.scss */
.SupportDownloadSection__iconListItem {
  width: 86px;
}
/* line 2677, scss/_base.scss */
.SupportDownloadSection__iconListItem + .SupportDownloadSection__iconListItem {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  /* line 2682, scss/_base.scss */
  .SupportDownloadSection__iconListItem {
    width: 60px;
  }
}
/* line 2686, scss/_base.scss */
.SupportDownloadSection__boxText {
  font-size: 12px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  /* line 2691, scss/_base.scss */
  .SupportDownloadSection__boxText {
    line-height: 1.6;
    text-align: center;
  }
}
/* line 2696, scss/_base.scss */
.SupportDownloadSection__boxFooter {
  text-align: center;
}

/* line 2699, scss/_base.scss */
.SupportDownloadSection__boxLink {
  display: flex;
  list-style: none;
  flex-direction: column;
}

/* line 2703, scss/_base.scss */
.SupportDownloadSection__boxLinkItem + .SupportDownloadSection__boxLinkItem {
  margin-top: 15px;
}

.SupportDownloadSection__boxLink .OutlinedButton {
	width: 80%;
}

@media screen and (max-width: 768px) {
  /* line 2707, scss/_base.scss */
/*   .SupportDownloadSection__boxLink {
    display: flex;
    flex-direction: column;
  } */

  /* line 2711, scss/_base.scss */
  .SupportDownloadSection__boxLinkItem + .SupportDownloadSection__boxLinkItem {
    margin: 10px 0 0;
  }
	
  .SupportDownloadSection__boxLink .OutlinedButton {
	width: 100%;
  }
}
/*---SupportOthersSection---*/
/* line 2718, scss/_base.scss */
.SupportOthersSection .ContentWrap {
  	padding: 100px 5%;
}

@media screen and (max-width: 768px) {
  /* line 2722, scss/_base.scss */
  .SupportOthersSection .ContentWrap {
    padding: 0 15px 30px;
  }
	.SupportOthersSection .ContentWrap {
  		padding: 40px 5%;
	}
}
/* line 2726, scss/_base.scss */
.SupportOthersSection__box {
  max-width: 870px;
  margin: 0 auto;
  padding: 0 60px;
/*   background: #e7f6fa; */
  border-radius: 10px;
}
/* line 2732, scss/_base.scss */
.SupportOthersSection__box .OthersTitle {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  /* line 2732, scss/_base.scss */
  .SupportOthersSection__box .OthersTitle {
    margin-bottom: 22px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  /* line 2745, scss/_base.scss */
  .SupportOthersSection__box {
    padding: 0 15px 30px;
    width: 100%;
  }
}
/* line 2750, scss/_base.scss */
.SupportOthersSection__boxFooter {
  text-align: center;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  /* line 2750, scss/_base.scss */
  .SupportOthersSection__boxFooter {
    max-width: 100%;
  }
}
/* line 2759, scss/_base.scss */
.SupportOthersSection__boxFooter ul {
  display: block;
  position: relative;
  width: 100%;
}
/* line 2763, scss/_base.scss */
.SupportOthersSection__boxFooter ul li {
  display: block;
  margin-bottom: 10px;
}
/* line 2766, scss/_base.scss */
.SupportOthersSection__boxFooter ul li a.OutlinedButton {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

/*---SupportFaqSection---*/
/* line 2777, scss/_base.scss */
.SupportFaqSection .ContentWrap {
  padding: 50px 5%;
  display: flex;
}

@media screen and (max-width: 768px) {
  /* line 2782, scss/_base.scss */
  .SupportFaqSection .ContentWrap {
    padding: 30px 15px;
    flex-direction: column;
  }
}
/* line 2787, scss/_base.scss */
.SupportFaqSection__title {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  /* line 2792, scss/_base.scss */
  .SupportFaqSection__title {
    margin-bottom: 20px;
  }
}
/* line 2796, scss/_base.scss */
.SupportFaqSection__content {
  background: #ececec;
}

/* line 2799, scss/_base.scss */
.SupportFaqSection__contentColumn {
  flex-basis: 50%;
}
/* line 2801, scss/_base.scss */
.SupportFaqSection__contentColumn + .SupportFaqSection__contentColumn {
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  /* line 2806, scss/_base.scss */
  .SupportFaqSection__contentColumn {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 2811, scss/_base.scss */
  .SupportFaqSection__contentColumn + .SupportFaqSection__contentColumn {
    margin-left: 0;
    margin-top: 30px;
  }
}
/* line 2816, scss/_base.scss */
.SupportFaqSection__contentColumnTitle {
  font-size: 14px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
/* line 2822, scss/_base.scss */
.SupportFaqSection__contentColumnTitle:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
}
/* line 2832, scss/_base.scss */
.SupportFaqSection__contentColumnTitle.theme-blue {
  color: #00abc8;
}
/* line 2834, scss/_base.scss */
.SupportFaqSection__contentColumnTitle.theme-blue:after {
  background: #00abc8;
}

/* line 2839, scss/_base.scss */
.SupportFaqSection__faqList {
  list-style: none;
  display: block;
}

/* line 2843, scss/_base.scss */
.SupportFaqSection__faqListItem {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
/* line 2848, scss/_base.scss */
.SupportFaqSection__faqListItem + .SupportFaqSection__faqListItem {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  /* line 2853, scss/_base.scss */
  .SupportFaqSection__faqListItem {
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  /* line 2858, scss/_base.scss */
  .SupportFaqSection__faqListItem + .SupportFaqSection__faqListItem {
    margin-top: 10px;
  }
}
/* line 2862, scss/_base.scss */
.SupportFaqSection__faqListItemHeader {
  display: flex;
  align-items: stretch;
  position: relative;
  cursor: pointer;
}
/* line 2867, scss/_base.scss */
.SupportFaqSection__faqListItemHeader:after {
  content: "+";
  font-size: 28px;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -14px;
  color: #808080;
  font-weight: 200;
  text-align: center;
}
/* line 2879, scss/_base.scss */
.SupportFaqSection__faqListItemHeader.isOpen:after {
  content: "-";
}

@media screen and (max-width: 768px) {
  /* line 2884, scss/_base.scss */
  .SupportFaqSection__faqListItemHeader {
    align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  /* line 2889, scss/_base.scss */
  .SupportFaqSection__faqListItemHeader:after {
    font-size: 14px;
    margin-top: -7px;
    right: 10px;
  }
}
/* line 2895, scss/_base.scss */
.SupportFaqSection__faqListItemHeaderIcon {
  border-radius: 10px;
  overflow: hidden;
  width: 70px;
  min-width: 70px;
  margin-right: 30px;
  font-size: 0;
  background: #86d1e6;
  display: flex;
  align-items: center;
}
.SupportFaqSection__faqListItemHeaderIcon img {
	width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 2905, scss/_base.scss */
  .SupportFaqSection__faqListItemHeaderIcon {
    border-radius: 5px;
    width: 40px;
    min-width: 40px;
    margin-right: 10px;
    display: flex;
    align-items: center;
  }
}
/* line 2914, scss/_base.scss */
.SupportFaqSection__faqListItemHeaderTitle {
  font-weight: 500;
  line-height: 1.6;
  margin-right: 50px;
  padding: 10px 0;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 768px) {
  /* line 2920, scss/_base.scss */
  .SupportFaqSection__faqListItemHeaderTitle {
    line-height: 1.4;
    margin-right: 30px;
    padding: 10px 0;
  }
}
/* line 2926, scss/_base.scss */
.SupportFaqSection__faqListItemAnswer {
  padding: 20px;
  line-height: 1.8;
  display: none;
}

@media screen and (max-width: 768px) {
  /* line 2932, scss/_base.scss */
  .SupportFaqSection__faqListItemAnswer {
    padding: 10px;
  }
}
/*######## TextDocument #########*/
/*---TextDocument---*/
/* line 2942, scss/_base.scss */
.TextDocumentSection {
  padding-top: 50px;
}
/* line 2944, scss/_base.scss */
.TextDocumentSection section {
  margin-top: 40px;
}
/* line 2947, scss/_base.scss */
.TextDocumentSection .ContentWrap {
  padding: 80px 125px;
}

@media screen and (max-width: 768px) {
  /* line 2952, scss/_base.scss */
  .TextDocumentSection {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  /* line 2957, scss/_base.scss */
  .TextDocumentSection .ContentWrap {
    padding: 30px 15px;
  }
}
/* line 2961, scss/_base.scss */
.TextDocumentSection__title {
  font-size: 28px;
  line-height: 1.6;
  color: #00acc8;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  /* line 2970, scss/_base.scss */
  .TextDocumentSection__title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
/* line 2976, scss/_base.scss */
.TextDocumentSection p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 1em;
  word-wrap: break-word;
}
/* line 2983, scss/_base.scss */
.TextDocumentSection table p {
  font-size: inherit;
  line-height: inherit;
}

@media screen and (max-width: 768px) {
  /* line 2990, scss/_base.scss */
  .TextDocumentSection p {
    font-size: 14px;
  }
}
/* line 2994, scss/_base.scss */
.TextDocumentSection__subTitle {
  font-size: 18px;
  color: #00acc8;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 1em;
}

/* line 3002, scss/_base.scss */
.TextDocumentSection a {
  color: #00acc8;
  text-decoration: underline;
}
/* line 3006, scss/_base.scss */
.TextDocumentSection ul {
  list-style: none;
  font-size: 14px;
  margin-left: 1.5em;
  line-height: 2;
}
/* line 3012, scss/_base.scss */
.TextDocumentSection ul li + .TextDocumentSection ul li {
  margin-top: 15px;
}
/* line 3015, scss/_base.scss */
.TextDocumentSection ul li:before {
  padding-right: 5px;
  margin-left: -1.5em;
  content: "•";
}
/* line 3020, scss/_base.scss */
.TextDocumentSection ul li + .TextDocumentSection ul li {
  margin-top: 10px;
}
/* line 3025, scss/_base.scss */
.TextDocumentSection ol {
  list-style: none;
  font-size: 14px;
  line-height: 2;
  margin-left: 1.5em;
  counter-reset: count;
}
/* line 3031, scss/_base.scss */
.TextDocumentSection ol.terms {
  margin-left: 0;
}
/* line 3033, scss/_base.scss */
.TextDocumentSection ol.terms li {
  margin-top: 40px;
}
/* line 3036, scss/_base.scss */
.TextDocumentSection ol.terms .item {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #00acc8;
}
/* line 3043, scss/_base.scss */
.TextDocumentSection ol li {
  counter-increment: count;
}
/* line 3045, scss/_base.scss */
.TextDocumentSection ol li + .TextDocumentSection ol li {
  margin-top: 15px;
}
/* line 3048, scss/_base.scss */
.TextDocumentSection ol li:before {
  padding-right: 5px;
  margin-left: -1.5em;
}
/* line 3052, scss/_base.scss */
.TextDocumentSection ol li.number:before {
  content: counter(count) ".";
}
/* line 3055, scss/_base.scss */
.TextDocumentSection ol li.paren:before {
  content: "(" counter(count) ") ";
}
/* line 3058, scss/_base.scss */
.TextDocumentSection ol li.kana:before {
  content: "(" counter(count, katakana) ") ";
}
/* line 3063, scss/_base.scss */
.TextDocumentSection ol ol,
.TextDocumentSection ol ul {
  margin: 20px 0;
  margin-left: 1em;
}

/*######## Partner #########*/
/*---PartnerPlanSection---*/
/* line 3075, scss/_base.scss */
.PartnerPlanSection .ContentWrap {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  /* line 3079, scss/_base.scss */
  .PartnerPlanSection .ContentWrap {
    padding: 30px 15px;
  }
}
/* line 3083, scss/_base.scss */
.PartnerPlanSection__title {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* line 3088, scss/_base.scss */
  .PartnerPlanSection__title {
    margin-bottom: 20px;
    text-align: center;
  }
}
/* line 3093, scss/_base.scss */
.PartnerPlanSection__intro {
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  /* line 3098, scss/_base.scss */
  .PartnerPlanSection__intro {
    margin-bottom: 20px;
    text-align: left;
  }
  /* line 3101, scss/_base.scss */
  .PartnerPlanSection__intro br {
    display: none;
  }
}
/* line 3106, scss/_base.scss */
.PartnerPlanSection__content {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  /* line 3111, scss/_base.scss */
  .PartnerPlanSection__content {
    flex-direction: column;
  }
}
/* line 3115, scss/_base.scss */
.PartnerPlanSection__contentImage {
  width: 50%;
  border-radius: 30px;
  overflow: hidden;
  margin-right: 50px;
  font-size: 0;
}
.PartnerPlanSection__contentImage img {
	width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 3123, scss/_base.scss */
  .PartnerPlanSection__contentImage {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* line 3129, scss/_base.scss */
.PartnerPlanSection__contentDescription {
  width: 50%;
}

@media screen and (max-width: 768px) {
  /* line 3133, scss/_base.scss */
  .PartnerPlanSection__contentDescription {
    width: 100%;
  }
}
/* line 3137, scss/_base.scss */
.PartnerPlanSection__contentTitle {
  font-size: 12px;
  line-height: 1.8;
  padding-bottom: 20px;
  border-bottom: 1px solid #a8a3a0;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
/* line 3144, scss/_base.scss */
.PartnerPlanSection__contentTitle span {
  font-size: 30px;
  color: #00abc8;
  display: block;
}

@media screen and (max-width: 768px) {
  /* line 3151, scss/_base.scss */
  .PartnerPlanSection__contentTitle span {
    font-size: 24px;
  }
}
/* line 3155, scss/_base.scss */
.PartnerPlanSection__contentText {
  font-size: 14px;
  line-height: 2;
}

/* line 3159, scss/_base.scss */
.PartnerPlanSection__table {
  margin-bottom: 100px;
}
/* line 3161, scss/_base.scss */
.PartnerPlanSection__table .CaptionText {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  /* line 3166, scss/_base.scss */
  .PartnerPlanSection__table {
    margin-bottom: 20px;
  }
}
/* line 3170, scss/_base.scss */
.PartnerPlanSection__button {
  text-align: center;
}

/*---PartnerExampleSection---*/
/* line 3176, scss/_base.scss */
.PartnerExampleSection {
  width: 100%;
  background: #e7f6fa;
}
/* line 3179, scss/_base.scss */
.PartnerExampleSection .ContentWrap {
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  /* line 3184, scss/_base.scss */
  .PartnerExampleSection .ContentWrap {
    padding: 30px 15px;
  }
}
/* line 3188, scss/_base.scss */
.PartnerExampleSection__title {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  /* line 3192, scss/_base.scss */
  .PartnerExampleSection__title {
    margin-bottom: 10px;
  }
}
/* line 3196, scss/_base.scss */
.PartnerExampleSection__list {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  /* line 3202, scss/_base.scss */
  .PartnerExampleSection__list {
    justify-content: flex-start;
    flex-direction: column;
  }
}
/* line 3207, scss/_base.scss */
.PartnerExampleSection__listItem {
  flex-basis: 28%;
  max-width: 28%;
  color: #444;
}

@media screen and (max-width: 768px) {
  /* line 3213, scss/_base.scss */
  .PartnerExampleSection__listItem {
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 3216, scss/_base.scss */
  .PartnerExampleSection__listItem + .PartnerExampleSection__listItem {
    margin-top: 0;
  }
}
/* line 3221, scss/_base.scss */
.PartnerExampleSection__listItemImage {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 25px;
  line-height: 0;
}

/* line 3227, scss/_base.scss */
.PartnerExampleSection__listItemTitle {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

/* line 3232, scss/_base.scss */
.PartnerExampleSection__listItemText {
  font-size: 12px;
  line-height: 2;
}

/*---PartnerMediaSection---*/
/* line 3239, scss/_base.scss */
.PartnerMediaSection {
  width: 100%;
}
/* line 3241, scss/_base.scss */
.PartnerMediaSection .ContentWrap {
  padding: 100px 0;
}

@media screen and (max-width: 980px) {
  /* line 3246, scss/_base.scss */
  .PartnerMediaSection .ContentWrap {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  /* line 3251, scss/_base.scss */
  .PartnerMediaSection .ContentWrap {
    padding: 30px 15px;
  }
}
/* line 3255, scss/_base.scss */
.PartnerMediaSection__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

/* line 3260, scss/_base.scss */
.PartnerMediaSection__listItem {
  flex-basis: 14%;
  max-width: 14%;
  margin: 40px 3% 0;
}

@media screen and (max-width: 768px) {
  /* line 3266, scss/_base.scss */
  .PartnerMediaSection__listItem {
    flex-basis: 30%;
    max-width: 30%;
    margin: 20px 1.5% 0;
  }
}
/*---
ProductPlanSection__detail + WooCommerce elements
---*/
/**
	 * Buttons
	 */
/* line 51, scss/_wooadded.scss */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.6em 0.8em;
  font-weight: normal;
  font-size: 13px;
  border-radius: 3px;
  left: auto;
  color: #fff;
  background-color: #00acc8;
  border-color: #00acc8 !important;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
/* line 72, scss/_wooadded.scss */
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce #respond input#submit.loading {
  opacity: 0.25;
  padding-right: 2.618em;
}
/* line 75, scss/_wooadded.scss */
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.woocommerce #respond input#submit.loading::after {
  font-family: 'WooCommerce';
  content: '\e01c';
  vertical-align: top;
  font-weight: 400;
  position: static;
  top: 0.618em;
  right: 1em;
  margin-left: 0.53em;
  animation: spin 2s linear infinite;
}
/* line 86, scss/_wooadded.scss */
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after,
.woocommerce #respond input#submit.added::after {
  font-family: 'WooCommerce';
  content: '\e017';
  margin-left: 0.53em;
  vertical-align: bottom;
}
/* line 92, scss/_wooadded.scss */
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background-color: rgba(0, 172, 200, 0.6);
  text-decoration: none;
  background-image: none;
  color: #fff;
}
/* line 98, scss/_wooadded.scss */
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
  background-color: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased;
}
/* line 102, scss/_wooadded.scss */
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover {
  background-color: inherit-#111111;
  color: inherit;
}
/* line 111, scss/_wooadded.scss */
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover {
  background-color: inherit;
  color: inherit;
}
/* line 118, scss/_wooadded.scss */
.woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
  padding: 0.618em 1em;
}
/* line 123, scss/_wooadded.scss */
.woocommerce a.button:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover {
  color: inherit;
  background-color: #00acc8;
}

/* line 130, scss/_wooadded.scss */
.formtitle {
  font-size: 20px;
  color: #00acc8;
  margin: 0 auto 20px;
}
/* line 35, scss/_wooadded.scss */
.formtitle.mt {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  /* line 130, scss/_wooadded.scss */
  .formtitle {
    margin-top: 40px;
  }
}
/* line 132, scss/_wooadded.scss */
.woocommerce-billing-fields .formtitle {
  margin-top: 0;
}

/* line 136, scss/_wooadded.scss */
.ProductStore {
  margin-left: -2%;
  margin-right: -2%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  /* line 136, scss/_wooadded.scss */
  .ProductStore {
    margin-top: 10px;
  }
}
/* line 143, scss/_wooadded.scss */
.ProductStore ul {
  display: block;
  width: 100%;
  position: relative;
}
/* line 147, scss/_wooadded.scss */
.ProductStore ul li {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 0 2%;
}
@media screen and (max-width: 768px) {
  /* line 147, scss/_wooadded.scss */
  .ProductStore ul li {
    width: 100%;
    float: none;
  }
  /* line 1961, scss/_base.scss */
  .ProductStore ul li + .ProductPlanSection__detailItem {
    margin: 40px 0 0;
  }
}
/* line 151, scss/_wooadded.scss */
.ProductStore .cart {
  text-align: center;
}
/* line 153, scss/_wooadded.scss */
.ProductStore .cart .quantity {
  display: none;
}
/* line 156, scss/_wooadded.scss */
.ProductStore .cart .single_add_to_cart_button {
  margin: 10px auto;
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding: 10px 0;
  border: 1px solid #000;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  width: 210px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #00acc8 !important;
  border: 1px solid #00acc8 !important;
  background-color: transparent !important;
  font-weight: inherit !important;
}
/* line 45, scss/_mixin.scss */
.ProductStore .cart .single_add_to_cart_button:after {
  font-family: "icomoon" ;
  font-size: 12px;
  content: "\e900";
  color: inherit;
  padding-left: 5px;
  position: relative;
}
/* line 53, scss/_mixin.scss */
.ProductStore .cart .single_add_to_cart_button.isFluid {
  width: auto;
  display: block;
}
/* line 57, scss/_mixin.scss */
.ProductStore .cart .single_add_to_cart_button.theme-primary {
  color: #00acc8;
  border: 1px solid #00acc8;
}
/* line 60, scss/_mixin.scss */
.ProductStore .cart .single_add_to_cart_button.theme-primary:hover {
  background: #00acc8;
  color: #fff;
}
/* line 65, scss/_mixin.scss */
.ProductStore .cart .single_add_to_cart_button.theme-light {
  color: #fff;
  border: 1px solid #fff;
}
/* line 68, scss/_mixin.scss */
.ProductStore .cart .single_add_to_cart_button.theme-light:hover {
  background: #fff;
  color: #000;
}
/* line 73, scss/_mixin.scss */
.ProductStore .cart .single_add_to_cart_button.theme-dark {
  color: #000;
  border: 1px solid #000;
}
/* line 76, scss/_mixin.scss */
.ProductStore .cart .single_add_to_cart_button.theme-dark:hover {
  background: #000;
  color: #fff;
}
/* line 81, scss/_mixin.scss */
.ProductStore .cart .single_add_to_cart_button.theme-disable {
  color: #E6E3E2;
  border: 1px solid #E6E3E2;
}
@media screen and (max-width: 768px) {
  /* line 156, scss/_wooadded.scss */
  .ProductStore .cart .single_add_to_cart_button {
    font-size: 14px;
    padding: 10px 0;
    display: block;
    width: 100%;
  }
}
/* line 12, scss/_wooadded.scss */
.ProductStore .cart .single_add_to_cart_button:hover {
  background: #00acc8 !important;
  color: #fff !important;
}

/* line 162, scss/_wooadded.scss */
.ProductPlanSection__detailItem h1.product_title {
  font-size: 26px;
  color: #00acc8;
  margin-bottom: 10px;
  text-align: center;
}
/* line 164, scss/_wooadded.scss */
.ProductPlanSection__detailItem h1.product_title .subtit {
  font-size: 11px;
  display: block;
  padding-top: 0.4em;
}
/* line 170, scss/_wooadded.scss */
.ProductPlanSection__detailItem .price {
  text-align: center;
  margin-bottom: 10px;
}
/* line 2310, scss/_base.scss */
.ProductPlanSection__detailItem .price .woocommerce-Price-amount {
  font-size: 24px;
}
/* line 2313, scss/_base.scss */
.ProductPlanSection__detailItem .price .woocommerce-price-suffix {
  font-size: 12px;
}
/* line 172, scss/_wooadded.scss */
.ProductPlanSection__detailItem .price ins {
  text-decoration: none;
}
/* line 177, scss/_wooadded.scss */
.ProductPlanSection__detailItem .price del .woocommerce-Price-amount {
  font-size: 90% !important;
}
/* line 183, scss/_wooadded.scss */
.ProductPlanSection__detailItem .stock {
  text-align: center;
  font-size: 11px;
  color: #666;
}
@media screen and (max-width: 768px) {
  /* line 161, scss/_wooadded.scss */
  .ProductPlanSection__detailItem {
    padding-top: 40px;
  }
}
/* line 191, scss/_wooadded.scss */
.ProductPlanSection__detailItem .product-desc {
  margin-top: 1em;
  line-height: 1.7;
  text-align: center;
}

/* line 198, scss/_wooadded.scss */
.woocommerce-tabs .wc-tabs {
  /*display: none;*/
}

/* line 203, scss/_wooadded.scss */
.woocommerce-Tabs-panel h2 {
  /*display: none;*/
}
/* line 206, scss/_wooadded.scss */
.woocommerce-Tabs-panel table.shop_attributes {
  margin-top: 20px;
  width: 100%;
  position: relative;
  display: block;
  border-collapse: collapse;
  border: 0 !important;
  border-top: 1px solid rgba(204, 204, 204, 0.4) !important;
  margin-bottom: 20px;
  color: #444;
}
/* line 2027, scss/_base.scss */
.woocommerce-Tabs-panel table.shop_attributes tbody {
  display: block;
  width: 100%;
  position: relative;
}
/* line 2032, scss/_base.scss */
.woocommerce-Tabs-panel table.shop_attributes.right {
  margin-bottom: 90px;
}
/* line 2035, scss/_base.scss */
.woocommerce-Tabs-panel table.shop_attributes tr {
  display: block;
  width: 100%;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(204, 204, 204, 0.4);
}
/* line 2042, scss/_base.scss */
.woocommerce-Tabs-panel table.shop_attributes th,
.woocommerce-Tabs-panel table.shop_attributes td {
  font-size: 13px !important;
  text-align: left;
  vertical-align: top !important;
  background-color: transparent !important;
  /*padding: 7px 0 !important;*/
  font-weight: normal !important;
  font-style: normal !important;
  font-weight: 300 !important;
  color: #444 !important;
  line-height: 1.3 !important;
}
/* line 2054, scss/_base.scss */
.woocommerce-Tabs-panel table.shop_attributes th p,
.woocommerce-Tabs-panel table.shop_attributes td p {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 2059, scss/_base.scss */
.woocommerce-Tabs-panel table.shop_attributes th {
  padding-right: 15px;
  width: 7em;
}
@media screen and (max-width: 768px) {
  /* line 206, scss/_wooadded.scss */
  .woocommerce-Tabs-panel table.shop_attributes {
    margin-bottom: 20px;
  }
  /* line 2066, scss/_base.scss */
  .woocommerce-Tabs-panel table.shop_attributes.right {
    margin-bottom: 20px;
  }
}

/* line 211, scss/_wooadded.scss */
.RelatedItemSection__listItem.otheritems {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  /* line 211, scss/_wooadded.scss */
  .RelatedItemSection__listItem.otheritems {
    margin-bottom: 45px;
  }
}
/* line 216, scss/_wooadded.scss */
.RelatedItemSection__listItem.otheritems h1.product_title {
  font-size: 16px;
  color: #00acc8;
  margin-bottom: 5px;
}
/* line 222, scss/_wooadded.scss */
.RelatedItemSection__listItem.otheritems .woocommerce-tabs .shop_attributes {
  display: block;
  position: absolute;
  top: 20px;
  margin: 10px 0 5px;
  border: 0 !important;
}
/* line 228, scss/_wooadded.scss */
.RelatedItemSection__listItem.otheritems .woocommerce-tabs .shop_attributes tbody {
  display: block;
  position: relative;
}
/* line 232, scss/_wooadded.scss */
.RelatedItemSection__listItem.otheritems .woocommerce-tabs .shop_attributes tr {
  display: inline-block;
  border: 0 !important;
}
/* line 239, scss/_wooadded.scss */
.RelatedItemSection__listItem.otheritems .woocommerce-tabs .shop_attributes tr + tr td p:before {
  content: "/ ";
  font-size: 12px;
}
/* line 246, scss/_wooadded.scss */
.RelatedItemSection__listItem.otheritems .woocommerce-tabs .shop_attributes th {
  /*display: none;*/
}
/* line 249, scss/_wooadded.scss */
.RelatedItemSection__listItem.otheritems .woocommerce-tabs .shop_attributes td {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 12px;
  padding: 0 !important;
  border: 0 !important;
}
/* line 259, scss/_wooadded.scss */
.RelatedItemSection__listItem.otheritems .quantity {
  /*display: none;*/
}
/* line 262, scss/_wooadded.scss */
.RelatedItemSection__listItem.otheritems .price {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 35px;
  margin-bottom: 0;
}
/* line 2310, scss/_base.scss */
.RelatedItemSection__listItem.otheritems .price .woocommerce-Price-amount {
  font-size: 24px;
}
/* line 2313, scss/_base.scss */
.RelatedItemSection__listItem.otheritems .price .woocommerce-price-suffix {
  font-size: 12px;
}
/* line 267, scss/_wooadded.scss */
.RelatedItemSection__listItem.otheritems .single_add_to_cart_button {
  margin: 10px auto;
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding: 10px 0;
  border: 1px solid #000;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  width: 210px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #00acc8 !important;
  border: 1px solid #00acc8 !important;
  background-color: transparent !important;
  font-weight: inherit !important;
}
/* line 45, scss/_mixin.scss */
.RelatedItemSection__listItem.otheritems .single_add_to_cart_button:after {
  font-family: "icomoon" !important;
  font-size: 12px;
  content: "\e900";
  color: inherit;
  padding-left: 5px;
  position: relative;
}
/* line 53, scss/_mixin.scss */
.RelatedItemSection__listItem.otheritems .single_add_to_cart_button.isFluid {
  width: auto;
  display: block;
}
/* line 57, scss/_mixin.scss */
.RelatedItemSection__listItem.otheritems .single_add_to_cart_button.theme-primary {
  color: #00acc8;
  border: 1px solid #00acc8;
}
/* line 60, scss/_mixin.scss */
.RelatedItemSection__listItem.otheritems .single_add_to_cart_button.theme-primary:hover {
  background: #00acc8;
  color: #fff;
}
/* line 65, scss/_mixin.scss */
.RelatedItemSection__listItem.otheritems .single_add_to_cart_button.theme-light {
  color: #fff;
  border: 1px solid #fff;
}
/* line 68, scss/_mixin.scss */
.RelatedItemSection__listItem.otheritems .single_add_to_cart_button.theme-light:hover {
  background: #fff;
  color: #000;
}
/* line 73, scss/_mixin.scss */
.RelatedItemSection__listItem.otheritems .single_add_to_cart_button.theme-dark {
  color: #000;
  border: 1px solid #000;
}
/* line 76, scss/_mixin.scss */
.RelatedItemSection__listItem.otheritems .single_add_to_cart_button.theme-dark:hover {
  background: #000;
  color: #fff;
}
/* line 81, scss/_mixin.scss */
.RelatedItemSection__listItem.otheritems .single_add_to_cart_button.theme-disable {
  color: #E6E3E2;
  border: 1px solid #E6E3E2;
}
@media screen and (max-width: 768px) {
  /* line 267, scss/_wooadded.scss */
  .RelatedItemSection__listItem.otheritems .single_add_to_cart_button {
    font-size: 14px;
    padding: 10px 0;
    display: block;
    width: 100%;
  }
}
/* line 12, scss/_wooadded.scss */
.RelatedItemSection__listItem.otheritems .single_add_to_cart_button:hover {
  background: #00acc8 !important;
  color: #fff !important;
}

/* line 272, scss/_wooadded.scss */
.StoreSection .ContentWrap {
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 980px) {
  /* line 272, scss/_wooadded.scss */
  .StoreSection .ContentWrap {
    padding: 70px 20px;
  }
}
@media screen and (max-width: 768px) {
  /* line 272, scss/_wooadded.scss */
  .StoreSection .ContentWrap {
    padding: 70px 15px;
  }
}
/* line 281, scss/_wooadded.scss */
.StoreSection .ContentWrap h2.RoundedTitle {
  margin-bottom: 30px;
}

/* line 289, scss/_wooadded.scss */
.woocommerce-page .extDocumentSection__title,
.woocommerce-page .TextDocumentSection__title,
.woocommerce .extDocumentSection__title,
.woocommerce .TextDocumentSection__title {
  width: 230px;
  height: 230px;
  border-radius: 999px;
  border: 4px solid #87d2e7;
  font-size: 12px;
  text-align: center;
  color: #000;
  display: inline-block;
}
/* line 177, scss/_base.scss */
.woocommerce-page .extDocumentSection__title > span,
.woocommerce-page .TextDocumentSection__title > span,
.woocommerce .extDocumentSection__title > span,
.woocommerce .TextDocumentSection__title > span {
  font-size: 35px;
  margin: 85px 0 10px;
  letter-spacing: 0.1em;
  display: block;
}
/* line 182, scss/_base.scss */
.woocommerce-page .extDocumentSection__title > span.two-line,
.woocommerce-page .TextDocumentSection__title > span.two-line,
.woocommerce .extDocumentSection__title > span.two-line,
.woocommerce .TextDocumentSection__title > span.two-line {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  /* line 289, scss/_wooadded.scss */
  .woocommerce-page .extDocumentSection__title,
  .woocommerce-page .TextDocumentSection__title,
  .woocommerce .extDocumentSection__title,
  .woocommerce .TextDocumentSection__title {
    width: 140px;
    height: 140px;
    border: 4px solid #87d2e7;
  }
  /* line 190, scss/_base.scss */
  .woocommerce-page .extDocumentSection__title > span,
  .woocommerce-page .TextDocumentSection__title > span,
  .woocommerce .extDocumentSection__title > span,
  .woocommerce .TextDocumentSection__title > span {
    font-size: 20px;
    margin: 45px 0 5px;
    letter-spacing: 0.1em;
  }
  /* line 194, scss/_base.scss */
  .woocommerce-page .extDocumentSection__title > span.two-line,
  .woocommerce-page .TextDocumentSection__title > span.two-line,
  .woocommerce .extDocumentSection__title > span.two-line,
  .woocommerce .TextDocumentSection__title > span.two-line {
    margin-top: 25px;
  }
}
/* line 295, scss/_wooadded.scss */
.woocommerce-page button,
.woocommerce-page input,
.woocommerce-page select,
.woocommerce-page textarea,
.woocommerce button,
.woocommerce input,
.woocommerce select,
.woocommerce textarea {
  border: 1px solid #ccc !important;
  padding: 10px !important;
  font-size: 16px !important;
}
/* line 299, scss/_wooadded.scss */
.woocommerce-page form .form-row-first,
.woocommerce form .form-row-first {
  padding-right: 1%;
}
/* line 302, scss/_wooadded.scss */
.woocommerce-page form .form-row-last,
.woocommerce form .form-row-last {
  padding-left: 1%;
}
/* line 306, scss/_wooadded.scss */
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last,
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  width: 50%;
}
@media screen and (max-width: 768px) {
  /* line 287, scss/_wooadded.scss */
  .woocommerce-page,
  .woocommerce {
    font-size: 14px;
  }
}

/* line 316, scss/_wooadded.scss */
.TextDocumentSection .woocommerce {
  width: 100%;
}

/* line 321, scss/_wooadded.scss */
.woocommerce label {
  font-size: 13px;
  margin-top: 5px;
  text-align: left;
  color: #333;
}
/* line 329, scss/_wooadded.scss */
.woocommerce table.shop_table th,
.woocommerce table.shop_table_responsive th {
  font-weight: normal;
  font-size: 1.4rem;
}
/* line 335, scss/_wooadded.scss */
.woocommerce table.shop_table th:before,
.woocommerce table.shop_table td:before,
.woocommerce table.shop_table_responsive th:before,
.woocommerce table.shop_table_responsive td:before {
  font-weight: normal !important;
  font-size: 13px !important;
}
/* line 341, scss/_wooadded.scss */
.woocommerce table.shop_table tr td:last-child,
.woocommerce table.shop_table_responsive tr td:last-child {
  text-align: right;
}
/* line 347, scss/_wooadded.scss */
.woocommerce table.shop_table td.product-thumbnail img,
.woocommerce table.shop_table_responsive td.product-thumbnail img {
  max-width: 32px;
  max-height: 32px;
}
/* line 353, scss/_wooadded.scss */
.woocommerce table.shop_table td .coupon #coupon_code,
.woocommerce table.shop_table_responsive td .coupon #coupon_code {
  width: auto !important;
}
/* line 360, scss/_wooadded.scss */
.woocommerce table.shop_table_responsive th {
  font-size: 15px !important;
}
/* line 364, scss/_wooadded.scss */
.woocommerce a.remove {
  font-size: 12px;
  font-weight: 500;
  width: 4em;
  height: 2em;
/*   color: #A8A8A8 !important;
  border: 1px solid #CCC; */
  color: #858585 !important;
  border: 1px solid #858585;
  border-radius: 5px;
  padding: 0.5em 0;
/*   margin-left: 1em */
}

.woocommerce a.remove:hover {
/* 	background-color: #CCC; */
	background-color: #AFAFAF;
}

/* @media (max-width: 768px) {
	.woocommerce a.remove {
		margin-left: auto;
	}
} */

/* line 370, scss/_wooadded.scss */
.woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 20px;
  color: #00acc8;
  margin: 0 auto 20px;
}
/* line 35, scss/_wooadded.scss */
.woocommerce .cart-collaterals .cart_totals h2.mt {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  /* line 370, scss/_wooadded.scss */
  .woocommerce .cart-collaterals .cart_totals h2 {
    margin-top: 40px;
  }
}
/* line 378, scss/_wooadded.scss */
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  line-height: 1.7;
}
/* line 381, scss/_wooadded.scss */
.woocommerce form.checkout_coupon .centercolumn button, .woocommerce form.login .centercolumn button, .woocommerce form.register .centercolumn button {
  padding-left: 3em;
  padding-right: 3em;
  margin-right: 20px;
  display: block;
  margin: 10px auto;
  font-size: 18px;
}
/* line 390, scss/_wooadded.scss */
.woocommerce form.checkout_coupon .lost_password, .woocommerce form.login .lost_password, .woocommerce form.register .lost_password {
  font-size: 90%;
  margin: 0.6em auto 1em;
}

/* line 397, scss/_wooadded.scss */
.centercolumn.submitbt {
  margin-top: 25px;
}
/* line 399, scss/_wooadded.scss */
.centercolumn.submitbt button {
  padding-left: 3em;
  padding-right: 3em;
  font-size: 16px;
}

/* line 410, scss/_wooadded.scss */
.woocommerce .cart_totals table.shop_table td,
.woocommerce .cart_totals table.shop_table th,
.woocommerce .cart_totals table.shop_table_responsive td,
.woocommerce .cart_totals table.shop_table_responsive th {
  padding: 15px;
}
/* line 412, scss/_wooadded.scss */
.woocommerce .cart_totals table.shop_table td .amount,
.woocommerce .cart_totals table.shop_table th .amount,
.woocommerce .cart_totals table.shop_table_responsive td .amount,
.woocommerce .cart_totals table.shop_table_responsive th .amount {
  font-size: 110%;
}

/* line 419, scss/_wooadded.scss */
.shipping-calculator-form {
  display: none;
}
/* line 421, scss/_wooadded.scss */
.shipping-calculator-form.show {
  display: block;
}

/* line 425, scss/_wooadded.scss */
.shipping-calculator-button {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #ccc;
  margin: 10px auto;
  cursor: pointer;
  padding: 2px 8px;
}

/* line 434, scss/_wooadded.scss */
.woocommerce-shipping-calculator {
  text-align: center;
  position: relative;
}
/* line 437, scss/_wooadded.scss */
.woocommerce-shipping-calculator span {
  width: 100%;
  text-align: center;
}
/* line 441, scss/_wooadded.scss */
.woocommerce-shipping-calculator button {
  width: 100%;
}

/* line 447, scss/_wooadded.scss */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border: 0;
  padding: 1em 2em 1em;
  font-size: 13px;
}
/* line 451, scss/_wooadded.scss */
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  padding: 4px;
}
/* line 454, scss/_wooadded.scss */
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  content: none;
}

/* line 458, scss/_wooadded.scss */
.woocommerce-error {
  color: red;
}

/* line 461, scss/_wooadded.scss */
.checkout-button {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding: 10px 0;
  border: 1px solid #000;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  width: 210px;
  text-align: center;
  letter-spacing: 0.1em;
}
/* line 45, scss/_mixin.scss */
.checkout-button:after {
  font-family: "icomoon" !important;
  font-size: 12px;
  content: "\e900";
  color: inherit;
  padding-left: 5px;
  position: relative;
}
/* line 53, scss/_mixin.scss */
.checkout-button.isFluid {
  width: auto;
  display: block;
}
/* line 57, scss/_mixin.scss */
.checkout-button.theme-primary {
  color: #00acc8;
  border: 1px solid #00acc8;
}
/* line 60, scss/_mixin.scss */
.checkout-button.theme-primary:hover {
  background: #00acc8;
  color: #fff;
}
/* line 65, scss/_mixin.scss */
.checkout-button.theme-light {
  color: #fff;
  border: 1px solid #fff;
}
/* line 68, scss/_mixin.scss */
.checkout-button.theme-light:hover {
  background: #fff;
  color: #000;
}
/* line 73, scss/_mixin.scss */
.checkout-button.theme-dark {
  color: #000;
  border: 1px solid #000;
}
/* line 76, scss/_mixin.scss */
.checkout-button.theme-dark:hover {
  background: #000;
  color: #fff;
}
/* line 81, scss/_mixin.scss */
.checkout-button.theme-disable {
  color: #E6E3E2;
  border: 1px solid #E6E3E2;
}
@media screen and (max-width: 768px) {
  /* line 461, scss/_wooadded.scss */
  .checkout-button {
    font-size: 14px;
    padding: 10px 0;
    display: block;
    width: 100%;
  }
}

/* line 465, scss/_wooadded.scss */
.woocommerce-form-login,
.checkout_coupon {
  display: none;
}
/* line 467, scss/_wooadded.scss */
.woocommerce-form-login.show,
.checkout_coupon.show {
  display: block !important;
}

/*######## Cart #########*/
/* line 475, scss/_wooadded.scss */
.showlogin,
.showcoupon {
  text-decoration: underline;
  color: #00acc8;
  cursor: pointer;
}

/*---CartTitleSection---*/
/* line 483, scss/_wooadded.scss */
.CartTitleSection {
  padding: 150px 0 50px;
}

/* line 486, scss/_wooadded.scss */
.CartTitleSection__title {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* line 491, scss/_wooadded.scss */
  .CartTitleSection {
    padding: 80px 0 0;
  }

  /* line 494, scss/_wooadded.scss */
  .CartTitleSection__title {
    margin-bottom: 20px;
    text-align: center;
  }
}
/* line 499, scss/_wooadded.scss */
.CartTitleSection__stepNavi {
  display: flex;
  list-style: none;
  align-items: center;
  border: 1px solid #00abc8;
  margin-bottom: 40px;
}

/* line 506, scss/_wooadded.scss */
.CartTitleSection__stepNaviItem {
  width: calc(100% / 3);
  font-size: 12px;
  line-height: 1;
  color: #00abc8;
  padding: 10px 0;
  position: relative;
  text-align: center;
}
/* line 514, scss/_wooadded.scss */
.CartTitleSection__stepNaviItem.active {
  color: #fff;
  background: #00abc8;
}
/* line 518, scss/_wooadded.scss */
.CartTitleSection__stepNaviItem:before {
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -10px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 19px 0 19px 10px;
  border-color: transparent transparent transparent #00abc8;
}
/* line 530, scss/_wooadded.scss */
.CartTitleSection__stepNaviItem:after {
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -9px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 19px 0 19px 10px;
  border-color: transparent transparent transparent #fff;
}
/* line 544, scss/_wooadded.scss */
.CartTitleSection__stepNaviItem:last-child:before, .CartTitleSection__stepNaviItem:last-child:after {
  border: none;
}
/* line 548, scss/_wooadded.scss */
.CartTitleSection__stepNaviItem.active:after {
  border: none;
}

@media screen and (max-width: 768px) {
  /* line 553, scss/_wooadded.scss */
  .CartTitleSection__stepNaviItem {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  /* line 559, scss/_wooadded.scss */
  .CartTitleSection__stepNaviItem:before {
    border-width: 17px 0 17px 5px;
    top: -2px;
    right: -5px;
  }
  /* line 564, scss/_wooadded.scss */
  .CartTitleSection__stepNaviItem:after {
    border-width: 17px 0 17px 5px;
    top: -2px;
    right: -4px;
  }
}
/*---CartContentSection---*/
/* line 574, scss/_wooadded.scss */
.CartContentSection .ContentWrap {
  padding: 0 0 100px;
}

@media screen and (max-width: 768px) {
  /* line 578, scss/_wooadded.scss */
  .CartContentSection .ContentWrap {
    padding: 30px 15px;
  }
}
/* line 582, scss/_wooadded.scss */
.return-to-shop {
  margin-top: 30px;
}

/*---CartUsageSection---*/
/* line 588, scss/_wooadded.scss */
.CartUsageSection {
  background: #e9e9e9;
}
/* line 590, scss/_wooadded.scss */
.CartUsageSection .ContentWrap {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  /* line 597, scss/_wooadded.scss */
  .CartUsageSection .ContentWrap {
    padding: 30px 15px;
    flex-direction: column;
  }
}
/* line 602, scss/_wooadded.scss */
.CartUsageSection__column {
  flex-basis: 30%;
}

@media screen and (max-width: 768px) {
  /* line 606, scss/_wooadded.scss */
  .CartUsageSection__column {
    flex-basis: auto;
  }
  /* line 608, scss/_wooadded.scss */
  .CartUsageSection__column + .CartUsageSection__column {
    margin-top: 40px;
  }
}
/* line 613, scss/_wooadded.scss */
.CartUsageSection__card {
  margin-top: 15px;
}

/*---CheckOut customer info---*/
/* line 619, scss/_wooadded.scss */
#customer_details {
  margin-top: 50px;
}

/* line 623, scss/_wooadded.scss */
#billing_country_field,
#shipping_country_field,
.woocommerce-info,
.create-account {
  display: none;
}

/* line 627, scss/_wooadded.scss */
#billing_state_field,
#shipping_state_field {
  /*float: none;*/
}

/* line 631, scss/_wooadded.scss */
.woocommerce #ship-to-different-address {
  display: block;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 30px;
}
/* line 636, scss/_wooadded.scss */
.woocommerce #ship-to-different-address label {
  font-size: 16px;
}
/* line 641, scss/_wooadded.scss */
.woocommerce .wc_payment_method label {
  font-size: 16px;
}

/* line 649, scss/_wooadded.scss */
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  padding: 1em 2em 1em;
  background-color: rgba(236, 236, 236, 0.8);
}
@media screen and (max-width: 768px) {
  /* line 649, scss/_wooadded.scss */
  #add_payment_method #payment,
  .woocommerce-cart #payment,
  .woocommerce-checkout #payment {
    padding: 1em;
  }
}

/* line 660, scss/_wooadded.scss */
.woocommerce-page #payment label,
.woocommerce #payment label {
  font-size: 16px;
}
/* line 663, scss/_wooadded.scss */
.woocommerce-page #payment #place_order,
.woocommerce #payment #place_order {
  margin: 10px auto;
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding: 10px 0;
  border: 1px solid #000;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  width: 210px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff !important;
  border: 1px solid #00acc8 !important;
  background-color: #00acc8 !important;
  font-weight: inherit !important;
  font-size: 110% !important;
  width: auto;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-top: 20px !important;
}
/* line 45, scss/_mixin.scss */
.woocommerce-page #payment #place_order:after,
.woocommerce #payment #place_order:after {
  font-family: "icomoon" !important;
  font-size: 12px;
  content: "\e900";
  color: inherit;
  padding-left: 5px;
  position: relative;
}
/* line 53, scss/_mixin.scss */
.woocommerce-page #payment #place_order.isFluid,
.woocommerce #payment #place_order.isFluid {
  width: auto;
  display: block;
}
/* line 57, scss/_mixin.scss */
.woocommerce-page #payment #place_order.theme-primary,
.woocommerce #payment #place_order.theme-primary {
  color: #00acc8;
  border: 1px solid #00acc8;
}
/* line 60, scss/_mixin.scss */
.woocommerce-page #payment #place_order.theme-primary:hover,
.woocommerce #payment #place_order.theme-primary:hover {
  background: #00acc8;
  color: #fff;
}
/* line 65, scss/_mixin.scss */
.woocommerce-page #payment #place_order.theme-light,
.woocommerce #payment #place_order.theme-light {
  color: #fff;
  border: 1px solid #fff;
}
/* line 68, scss/_mixin.scss */
.woocommerce-page #payment #place_order.theme-light:hover,
.woocommerce #payment #place_order.theme-light:hover {
  background: #fff;
  color: #000;
}
/* line 73, scss/_mixin.scss */
.woocommerce-page #payment #place_order.theme-dark,
.woocommerce #payment #place_order.theme-dark {
  color: #000;
  border: 1px solid #000;
}
/* line 76, scss/_mixin.scss */
.woocommerce-page #payment #place_order.theme-dark:hover,
.woocommerce #payment #place_order.theme-dark:hover {
  background: #000;
  color: #fff;
}
/* line 81, scss/_mixin.scss */
.woocommerce-page #payment #place_order.theme-disable,
.woocommerce #payment #place_order.theme-disable {
  color: #E6E3E2;
  border: 1px solid #E6E3E2;
}
@media screen and (max-width: 768px) {
  /* line 663, scss/_wooadded.scss */
  .woocommerce-page #payment #place_order,
  .woocommerce #payment #place_order {
    font-size: 14px;
    padding: 10px 0;
    display: block;
    width: 100%;
  }
}
/* line 25, scss/_wooadded.scss */
.woocommerce-page #payment #place_order:hover,
.woocommerce #payment #place_order:hover {
  background: rgba(0, 172, 200, 0.7) !important;
  color: #fff !important;
  border: 1px solid rgba(0, 172, 200, 0.7) !important;
}
/* line 670, scss/_wooadded.scss */
.woocommerce-page #payment .wc-terms-and-conditions,
.woocommerce #payment .wc-terms-and-conditions {
  margin-bottom: 20px;
}

/* line 676, scss/_wooadded.scss */
.woocommerce .woocommerce-order {
  text-align: center;
}
/* line 678, scss/_wooadded.scss */
.woocommerce .woocommerce-order dl {
  width: 60%;
/*   max-width: 400px; */
  margin: 40px auto 60px;
  position: relative;
  border-bottom: 1px solid #ececec;
}
/* line 22, scss/_mixin.scss */
.woocommerce .woocommerce-order dl:before, .woocommerce .woocommerce-order dl:after {
  content: " ";
  display: table;
}
/* line 26, scss/_mixin.scss */
.woocommerce .woocommerce-order dl:after {
  clear: both;
}
/* line 686, scss/_wooadded.scss */
.woocommerce .woocommerce-order dl dt,
.woocommerce .woocommerce-order dl dd {
  width: 40%;
  vertical-align: middle;
  display: block;
  float: left;
  text-align: right;
  padding: 8px 5px;
  border-top: 1px solid #ececec;
}
/* line 695, scss/_wooadded.scss */
.woocommerce .woocommerce-order dl dt {
  font-size: 100%;
  font-weight: bold;
  color: #666;
  clear: both;
}
/* line 701, scss/_wooadded.scss */
.woocommerce .woocommerce-order dl dd {
  width: 60%;
  text-align: left;
}
/* line 705, scss/_wooadded.scss */
.woocommerce .woocommerce-order dl dd:after {
  display: block;
  width: 100%;
  content: "";
  clear: both;
}

/*---Payment GMO---*/
/* line 720, scss/_wooadded.scss */
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding: 10px 0;
  border: 1px solid #000;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  width: 210px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #00acc8;
  width: 100%;
  border: 1px solid #00acc8;
}
/* line 45, scss/_mixin.scss */
#add_payment_method .wc-proceed-to-checkout a.checkout-button:after,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:after,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:after {
  font-family: "icomoon" !important;
  font-size: 12px;
  content: "\e900";
  color: inherit;
  padding-left: 5px;
  position: relative;
}
/* line 53, scss/_mixin.scss */
#add_payment_method .wc-proceed-to-checkout a.checkout-button.isFluid,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.isFluid,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.isFluid {
  width: auto;
  display: block;
}
/* line 57, scss/_mixin.scss */
#add_payment_method .wc-proceed-to-checkout a.checkout-button.theme-primary,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.theme-primary,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.theme-primary {
  color: #00acc8;
  border: 1px solid #00acc8;
}
/* line 60, scss/_mixin.scss */
#add_payment_method .wc-proceed-to-checkout a.checkout-button.theme-primary:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.theme-primary:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.theme-primary:hover {
  background: #00acc8;
  color: #fff;
}
/* line 65, scss/_mixin.scss */
#add_payment_method .wc-proceed-to-checkout a.checkout-button.theme-light,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.theme-light,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.theme-light {
  color: #fff;
  border: 1px solid #fff;
}
/* line 68, scss/_mixin.scss */
#add_payment_method .wc-proceed-to-checkout a.checkout-button.theme-light:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.theme-light:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.theme-light:hover {
  background: #fff;
  color: #000;
}
/* line 73, scss/_mixin.scss */
#add_payment_method .wc-proceed-to-checkout a.checkout-button.theme-dark,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.theme-dark,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.theme-dark {
  color: #000;
  border: 1px solid #000;
}
/* line 76, scss/_mixin.scss */
#add_payment_method .wc-proceed-to-checkout a.checkout-button.theme-dark:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.theme-dark:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.theme-dark:hover {
  background: #000;
  color: #fff;
}
/* line 81, scss/_mixin.scss */
#add_payment_method .wc-proceed-to-checkout a.checkout-button.theme-disable,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.theme-disable,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.theme-disable {
  color: #E6E3E2;
  border: 1px solid #E6E3E2;
}
@media screen and (max-width: 768px) {
  /* line 720, scss/_wooadded.scss */
  #add_payment_method .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 14px;
    padding: 10px 0;
    display: block;
    width: 100%;
  }
}
/* line 725, scss/_wooadded.scss */
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  background: #00acc8;
  color: #fff;
}
/* line 731, scss/_wooadded.scss */
#add_payment_method ul.payment_methods li,
.woocommerce-cart ul.payment_methods li,
.woocommerce-checkout ul.payment_methods li {
  padding: 10px 0;
}
/* line 734, scss/_wooadded.scss */
#add_payment_method ul.payment_methods li.payment_method_gmopg_cc img,
.woocommerce-cart ul.payment_methods li.payment_method_gmopg_cc img,
.woocommerce-checkout ul.payment_methods li.payment_method_gmopg_cc img {
  display: none;
}
/* line 742, scss/_wooadded.scss */
#add_payment_method #payment #gmopg-new-info label,
.woocommerce-cart #payment #gmopg-new-info label,
.woocommerce-checkout #payment #gmopg-new-info label {
  font-size: 13px;
}
/* line 745, scss/_wooadded.scss */
#add_payment_method #payment #gmopg-new-info p:last-child,
.woocommerce-cart #payment #gmopg-new-info p:last-child,
.woocommerce-checkout #payment #gmopg-new-info p:last-child {
  font-size: 12px;
}
/* line 749, scss/_wooadded.scss */
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #fff;
  padding: 2em;
}
/* line 752, scss/_wooadded.scss */
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #fff;
}
@media screen and (max-width: 768px) {
  /* line 749, scss/_wooadded.scss */
  #add_payment_method #payment div.payment_box,
  .woocommerce-cart #payment div.payment_box,
  .woocommerce-checkout #payment div.payment_box {
    padding: 1em;
  }
}
/* line 758, scss/_wooadded.scss */
#add_payment_method #payment div.payment_box input,
.woocommerce-cart #payment div.payment_box input,
.woocommerce-checkout #payment div.payment_box input {
  border: 1px solid #ccc !important;
  padding: 10px !important;
  font-size: 16px !important;
}

/*---Thanks page---*/
/* line 769, scss/_wooadded.scss */
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-Addresses {
  margin-top: 50px;
}
/* line 771, scss/_wooadded.scss */
.woocommerce .woocommerce-customer-details address,
.woocommerce .woocommerce-Addresses address {
  border: #ececec 1px solid;
  font-style: normal;
  line-height: 1.7;
  padding: 20px;
  border-bottom-width: 1px;
  border-right-width: 1px;
}

/*---My account pages---*/
/* line 785, scss/_wooadded.scss */
#page-my-account h2.RoundedTitle {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  /* line 785, scss/_wooadded.scss */
  #page-my-account h2.RoundedTitle {
    margin-bottom: 18px;
  }
}

/* line 793, scss/_wooadded.scss */
.woocommerce .woocommerce-MyAccount-content {
  width: calc(100% - 260px);
  text-align: left;
  line-height: 2;
}
/* line 797, scss/_wooadded.scss */
.woocommerce .woocommerce-MyAccount-content .woocommerce-order-details {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  /* line 793, scss/_wooadded.scss */
  .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
}
/* line 803, scss/_wooadded.scss */
.woocommerce .woocommerce-MyAccount-content fieldset {
  border: 0;
  margin-top: 30px;
}
/* line 808, scss/_wooadded.scss */
.woocommerce .woocommerce-MyAccount-navigation {
  width: 240px;
}
@media screen and (max-width: 768px) {
  /* line 808, scss/_wooadded.scss */
  .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 36px;
  }
}
/* line 814, scss/_wooadded.scss */
.woocommerce .woocommerce-MyAccount-navigation ul {
  display: block;
  width: 100%;
  list-style: none;
}
/* line 818, scss/_wooadded.scss */
.woocommerce .woocommerce-MyAccount-navigation ul li {
  display: block;
  padding: 10px 0;
  text-align: left;
}
/* line 822, scss/_wooadded.scss */
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
/* line 825, scss/_wooadded.scss */
.woocommerce .woocommerce-MyAccount-navigation ul li:before {
  font-family: 'icomoon' !important;
  content: "\e900";
  font-size: 10px;
  margin-right: 5px;
  text-decoration: none;
  color: #00acc8;
}
/* line 833, scss/_wooadded.scss */
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
}
/* line 835, scss/_wooadded.scss */
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: underline;
}
/* line 839, scss/_wooadded.scss */
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #999;
}
/* line 841, scss/_wooadded.scss */
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:before {
  color: #999;
}
@media screen and (max-width: 768px) {
  /* line 818, scss/_wooadded.scss */
  .woocommerce .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px;
  }
}
/* line 850, scss/_wooadded.scss */
.woocommerce .woocommerce-MyAccount-navigation ul li.smalltx {
  font-size: 11px;
  margin-top: 30px;
}
/* line 853, scss/_wooadded.scss */
.woocommerce .woocommerce-MyAccount-navigation ul li.smalltx:before {
  font-size: 9px;
}
/* line 862, scss/_wooadded.scss */
.woocommerce .addresses .woocommerce-Address-title h3 {
  line-height: 1.8;
}
/* line 865, scss/_wooadded.scss */
.woocommerce .addresses .woocommerce-Address-title a.edit {
  float: none;
  margin-left: 10px;
  display: inline-block;
  border: 1px solid #00acc8;
  border-radius: 2px;
  line-height: 1;
  padding: 3px 8px;
  font-size: 13px;
  text-decoration: none;
}
/* line 875, scss/_wooadded.scss */
.woocommerce .addresses .woocommerce-Address-title a.edit:hover {
  background-color: #00acc8;
  color: #fff;
}

/*---Added product SIM gateway page---*/
/*######## Product03 #########*/
/*---Product03IntroSection---*/
/* line 9, scss/_product_simgw.scss */
.Product03IntroSection {
  overflow: hidden;
  position: relative;
  background: url(img/product03/bg_product03_intro.jpg) center center no-repeat;
  background-size: cover;
}

/* line 15, scss/_product_simgw.scss */
.Product03IntroSection__bg:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* line 21, scss/_product_simgw.scss */
.Product03IntroSection .ContentWrap {
  padding: 200px 0;
  color: #444;
  position: relative;
  pointer-events: none;
  text-align: center;
}
/* line 28, scss/_product_simgw.scss */
.Product03IntroSection .SectionTitle {
  color: #00acc8;
}

/* line 32, scss/_product_simgw.scss */
.Product03IntroSection__button {
  margin-top: 50px;
  text-align: center;
  pointer-events: all;
}
/* line 36, scss/_product_simgw.scss */
.Product03IntroSection__button .OutlinedButton {
  z-index: 0;
  width: auto !important;
  padding: 10px 30px;
}

@media screen and (max-width: 800px) {
  /* line 44, scss/_product_simgw.scss */
  .Product03IntroSection .ContentWrap {
    padding: 50px 15px;
  }
  /* line 47, scss/_product_simgw.scss */
  .Product03IntroSection .DescriptionText {
    text-align: left;
  }
  /* line 49, scss/_product_simgw.scss */
  .Product03IntroSection .DescriptionText br {
    display: none;
  }

  /* line 54, scss/_product_simgw.scss */
  .Product03IntroSection__button {
    margin-top: 20px;
  }
}
/*---Product03SimSection---*/
/* line 61, scss/_product_simgw.scss */
.Product03SimSection {
  width: 100%;
  background: url(img/home/obj_news.png) 10% 70% no-repeat;
  background-size: 25% auto;
  background-attachment: fixed;
  overflow: hidden;
}
/* line 67, scss/_product_simgw.scss */
.Product03SimSection .ContentWrap {
  padding: 150px 0;
  position: relative;
}
/* line 70, scss/_product_simgw.scss */
.Product03SimSection .ContentWrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  content: ".";
}

@media screen and (max-width: 800px) {
  /* line 81, scss/_product_simgw.scss */
  .Product03SimSection .ContentWrap {
    padding: 30px 15px 70px;
    overflow: hidden;
  }
}
/* line 86, scss/_product_simgw.scss */
.Product03SimSection__text {
  width: 450px;
  display: inline-block;
}
/* line 89, scss/_product_simgw.scss */
.Product03SimSection__text .SectionTitle {
  color: #00acc8;
}

@media screen and (max-width: 800px) {
  /* line 94, scss/_product_simgw.scss */
  .Product03SimSection__text {
    width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
  }
  /* line 98, scss/_product_simgw.scss */
  .Product03SimSection__text br {
    display: none;
  }
}
/* line 103, scss/_product_simgw.scss */
.Product03SimSection__obj {
  position: absolute;
  right: 0;
  top: 170px;
  width: 430px;
}

/* line 109, scss/_product_simgw.scss */
.Product03SimSection__dotlineBox {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  margin-left: -45%;
  margin-top: -37%;
  overflow: hidden;
}

/* line 119, scss/_product_simgw.scss */
.Product03SimSection__dotline {
  width: 40%;
  height: auto;
  position: absolute;
  left: 10%;
  top: 10%;
  display: none;
}

/* line 127, scss/_product_simgw.scss */
.Product03SimSection__dotline2 {
  position: absolute;
  left: 10%;
  top: 85%;
  width: 80%;
  display: none;
}

/* line 134, scss/_product_simgw.scss */
.Product03SimSection__icon {
  position: relative;
  z-index: 1;
}

/* line 138, scss/_product_simgw.scss */
.Product03SimSection__caption {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 16px;
  color: #00acc8;
  display: inline-block;
  opacity: 0;
}
/* line 146, scss/_product_simgw.scss */
.Product03SimSection__caption.t1 {
  margin-left: -30%;
  margin-top: -10%;
}
/* line 150, scss/_product_simgw.scss */
.Product03SimSection__caption.t2 {
  margin-left: -7%;
  margin-top: 40%;
}

@media screen and (max-width: 800px) {
  /* line 156, scss/_product_simgw.scss */
  .Product03SimSection__obj {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }

  /* line 163, scss/_product_simgw.scss */
  .Product03SimSection__caption.t1 {
    margin-left: -35%;
    margin-top: -15%;
  }
  /* line 167, scss/_product_simgw.scss */
  .Product03SimSection__caption.t2 {
    margin-left: -12%;
  }
}
/* line 172, scss/_product_simgw.scss */
.Product03SimSection__wave {
  width: 50%;
  position: absolute;
  left: 30%;
  top: 79%;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 182, scss/_product_simgw.scss */
.Product03SimSection__ripple {
  width: 100%;
  display: inline-block;
  border-radius: 9999px 0 0 0;
  border-top: 2px solid #87d1e6;
  border-left: 2px solid #87d1e6;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  margin-top: -50%;
  opacity: 0;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  content: "";
  display: block;
  padding-top: 100%;
}

@media screen and (max-width: 800px) {
  /* line 202, scss/_product_simgw.scss */
  .Product03SimSection__ripple {
    border-width: 6px;
  }
}
/*---Product03SensorSection---*/
/* line 209, scss/_product_simgw.scss */
.Product03SensorSection {
  width: 100%;
  background: url(img/product03/bg_product03_sensor01.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 60px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 800px) {
  /* line 218, scss/_product_simgw.scss */
  .Product03SensorSection {
    margin-bottom: 20px;
  }
}
/* line 222, scss/_product_simgw.scss */
.Product03SensorSection__bgList {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  overflow: hidden;
}
/* line 231, scss/_product_simgw.scss */
.Product03SensorSection__bgList .slick-list,
.Product03SensorSection__bgList .slick-track {
  height: 100%;
}

/* line 235, scss/_product_simgw.scss */
.Product03SensorSection__bgListItem {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
}
/* line 242, scss/_product_simgw.scss */
.Product03SensorSection__bgListItem.temp {
  background: url(img/product03/bg_product03_sensor02.jpg) center center no-repeat;
  background-size: cover;
}
/* line 247, scss/_product_simgw.scss */
.Product03SensorSection__bgListItem.hum #bgHum {
  background: url(img/product03/bg_product03_sensor01.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
/* line 253, scss/_product_simgw.scss */
.Product03SensorSection__bgListItem.hum canvas {
  left: 0 !important;
  top: 0 !important;
  background: none !important;
}
/* line 259, scss/_product_simgw.scss */
.Product03SensorSection__bgListItem.unlux #bgUnlux {
  background: url(img/product03/bg_product03_sensor03.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
/* line 265, scss/_product_simgw.scss */
.Product03SensorSection__bgListItem.illum {
  background: url(img/product03/bg_product03_sensor04.jpg) center center no-repeat;
  background-size: cover;
}

/* line 270, scss/_product_simgw.scss */
#containerHum {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 277, scss/_product_simgw.scss */
.Product03SensorSection .ContentWrap {
  padding: 70px 0;
  position: relative;
  z-index: 1000;
}

@media screen and (max-width: 800px) {
  /* line 283, scss/_product_simgw.scss */
  .Product03SensorSection .ContentWrap {
    padding: 30px 15px;
    overflow: hidden;
  }
}
/* line 288, scss/_product_simgw.scss */
.Product03SensorSection__text {
  width: 520px;
  display: block;
  margin-left: auto;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.4);
  padding: 40px 50px;
  color: #fff;
}
/* line 296, scss/_product_simgw.scss */
.Product03SensorSection__text .DescriptionText {
  margin-bottom: 15px;
}

@media screen and (max-width: 800px) {
  /* line 301, scss/_product_simgw.scss */
  .Product03SensorSection__text {
    width: 100%;
    padding: 15px 25px;
    margin: 0;
    border-radius: 15px;
    display: block;
  }
}
/* line 309, scss/_product_simgw.scss */
.Product03SensorSection__link {
  list-style: none;
  width: 84%;
  margin: 20px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  /* line 325, scss/_product_simgw.scss */
  .Product03SensorSection__link {
    width: 100%;
    margin: 20px auto;
  }
}
/* line 330, scss/_product_simgw.scss */
.Product03SensorSection__linkItem {
  width: 15%;
  text-align: center;
  opacity: 0.4;
  cursor: pointer;
}
/* line 335, scss/_product_simgw.scss */
.Product03SensorSection__linkItem.isActive {
  opacity: 1;
}

@media screen and (max-width: 800px) {
  /* line 340, scss/_product_simgw.scss */
  .Product03SensorSection__linkItem {
    width: 20%;
  }
}
/* line 344, scss/_product_simgw.scss */
.Product03SensorSection__linkIcon {
  margin-bottom: 5px;
  display: inline-block;
}

/* line 348, scss/_product_simgw.scss */
.Product03SensorSection__linkText {
  font-size: 12px;
}

/* line 351, scss/_product_simgw.scss */
.Product03SensorSection__obj {
  position: absolute;
  left: 0;
  top: 70px;
  width: 340px;
}

/* line 357, scss/_product_simgw.scss */
.Product03SensorSection__objNumbers {
  position: absolute;
  left: 17%;
  top: 48.5%;
  width: 64%;
  color: #fff;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 371, scss/_product_simgw.scss */
.Product03SensorSection__objNumbersItem {
  font-size: 10px;
}
/* line 373, scss/_product_simgw.scss */
.Product03SensorSection__objNumbersItem span {
  font-size: 20px;
  margin-right: 3px;
  letter-spacing: 0.05em;
  display: inline-block;
}

@media screen and (max-width: 800px) {
  /* line 381, scss/_product_simgw.scss */
  .Product03SensorSection__obj {
    position: relative;
    left: 10%;
    top: auto;
    margin-bottom: -150px;
    margin-top: 20px;
    width: 80%;
  }

  /* line 389, scss/_product_simgw.scss */
  .Product03SensorSection__objNumbersItem {
    font-size: 8px;
  }
  /* line 391, scss/_product_simgw.scss */
  .Product03SensorSection__objNumbersItem span {
    font-size: 16px;
    margin-right: 1px;
    letter-spacing: 0.05em;
  }
}
/* line 398, scss/_product_simgw.scss */
.Product03SensorSection__tone {
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  display: none;
}
/* line 408, scss/_product_simgw.scss */
.Product03SensorSection__tone span {
  display: inline-block;
  color: #5fd0df;
  position: absolute;
}
/* line 412, scss/_product_simgw.scss */
.Product03SensorSection__tone span:nth-child(1) {
  left: 80%;
  top: 60%;
  font-size: 120px;
  -webkit-transform: rotate(24deg);
  -ms-transform: rotate(24deg);
  transform: rotate(24deg);
}
/* line 420, scss/_product_simgw.scss */
.Product03SensorSection__tone span:nth-child(2) {
  left: 0%;
  top: 0%;
  font-size: 170px;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
/* line 428, scss/_product_simgw.scss */
.Product03SensorSection__tone span:nth-child(3) {
  left: 70%;
  top: -10%;
  font-size: 80px;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
/* line 436, scss/_product_simgw.scss */
.Product03SensorSection__tone span:nth-child(4) {
  left: 5%;
  top: 80%;
  font-size: 70px;
  -webkit-transform: rotate(320deg);
  -ms-transform: rotate(320deg);
  transform: rotate(320deg);
}
/* line 444, scss/_product_simgw.scss */
.Product03SensorSection__tone span:nth-child(5) {
  left: 30%;
  top: -40%;
  font-size: 200px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* line 454, scss/_product_simgw.scss */
.Product03SensorSection__wave {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
  width: 400px;
  height: 200px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  z-index: 5;
  opacity: 0;
}
/* line 474, scss/_product_simgw.scss */
.Product03SensorSection__wave li {
  width: 1%;
  height: 100%;
  background: #5fd0df;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: waveAnimation 0.6s ease-in-out infinite 0s;
  animation: waveAnimation 0.6s ease-in-out infinite 0s;
}
/* line 483, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(30) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
/* line 487, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(29) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
/* line 491, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(28) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
/* line 495, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(27) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
/* line 499, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(26) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
/* line 503, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(25) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
/* line 507, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(24) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
/* line 511, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(23) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
/* line 515, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(22) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
/* line 519, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(21) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
/* line 523, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(20) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
/* line 527, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(19) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
/* line 531, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(18) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
/* line 535, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(17) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
/* line 539, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(16) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
/* line 543, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(15) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
/* line 547, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(14) {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}
/* line 551, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(13) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
/* line 555, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(12) {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}
/* line 559, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(11) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
/* line 563, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(10) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
/* line 567, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(9) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
/* line 571, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(8) {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
/* line 575, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(7) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
/* line 579, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(6) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
/* line 583, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(5) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
/* line 587, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(4) {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}
/* line 591, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(3) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
/* line 595, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(2) {
  -webkit-animation-delay: 1.45s;
  animation-delay: 1.45s;
}
/* line 599, scss/_product_simgw.scss */
.Product03SensorSection__wave li:nth-child(1) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

@media screen and (max-width: 800px) {
  /* line 606, scss/_product_simgw.scss */
  .Product03SensorSection__wave {
    width: 100%;
    height: 150px;
    margin-left: -50%;
    margin-top: -50px;
  }
}
@-webkit-keyframes waveAnimation {
  /* line 614, scss/_product_simgw.scss */
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }

  /* line 618, scss/_product_simgw.scss */
  25% {
    -webkit-transform: scaleY(0.7);
    transform: scaleY(0.7);
  }

  /* line 622, scss/_product_simgw.scss */
  50% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  /* line 626, scss/_product_simgw.scss */
  65% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  /* line 630, scss/_product_simgw.scss */
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@keyframes waveAnimation {
  /* line 636, scss/_product_simgw.scss */
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }

  /* line 640, scss/_product_simgw.scss */
  25% {
    -webkit-transform: scaleY(0.7);
    transform: scaleY(0.7);
  }

  /* line 644, scss/_product_simgw.scss */
  50% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  /* line 648, scss/_product_simgw.scss */
  65% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  /* line 652, scss/_product_simgw.scss */
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

/*---Product03LightSection---*/
/* line 660, scss/_product_simgw.scss */
.Product03LightSection {
  width: 100%;
  background: url(img/product03/bg_product03_light.jpg) center bottom no-repeat;
  background-size: cover;
  margin: 60px 0;
  overflow: hidden;
  position: relative;
}

/* line 668, scss/_product_simgw.scss */
.Product03LightSection__dark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  display: none;
}

@media screen and (max-width: 800px) {
  /* line 679, scss/_product_simgw.scss */
  .Product03LightSection {
    margin-bottom: 20px;
    background-position: center right;
  }
}
/* line 684, scss/_product_simgw.scss */
.Product03LightSection .ContentWrap {
  padding: 100px 0;
  position: relative;
}

@media screen and (max-width: 800px) {
  /* line 689, scss/_product_simgw.scss */
  .Product03LightSection .ContentWrap {
    padding: 30px 15px;
    overflow: hidden;
  }
}
/* line 694, scss/_product_simgw.scss */
.Product03LightSection__text {
  width: 550px;
  display: block;
  margin-right: auto;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.4);
  padding: 40px 50px;
  color: #fff;
  z-index: 2;
  position: relative;
}
/* line 704, scss/_product_simgw.scss */
.Product03LightSection__text .DescriptionText {
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  /* line 709, scss/_product_simgw.scss */
  .Product03LightSection__text {
    width: 100%;
    padding: 15px 25px;
    margin: 0;
    border-radius: 15px;
    display: block;
  }
  /* line 715, scss/_product_simgw.scss */
  .Product03LightSection__text .DescriptionText br {
    display: none;
  }
}
/* line 720, scss/_product_simgw.scss */
.Product03LightSection__obj {
  position: absolute;
  right: -150px;
  top: -50px;
  width: 404px;
}

/* line 726, scss/_product_simgw.scss */
.Product03LightSection__concent {
  z-index: 0;
  position: relative;
}

/* line 730, scss/_product_simgw.scss */
.Product03LightSection__flare {
  z-index: 1;
  position: absolute;
  left: -40%;
  top: 44%;
  width: 130%;
  display: none;
}

/* line 738, scss/_product_simgw.scss */
.Product03LightSection__gateway {
  position: absolute;
  left: -8%;
  top: 19%;
  width: 71%;
  z-index: 2;
}

@media screen and (max-width: 800px) {
  /* line 746, scss/_product_simgw.scss */
  .Product03LightSection__obj {
    position: relative;
    right: -25%;
    top: 30px;
    width: 100%;
  }
}


/*---Product03LifeassistSection---*/

.Product03LifeassistSection {
  width: 100%;
  background: url(img/product03/bg_product03_lifeassist.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 60px;
}
.Product03LifeassistSection .ContentWrap {
  padding: 100px 0 100px 500px;
}

@media screen and (max-width: 768px) {
  .Product03LifeassistSection {
    background: url(img/product03/bg_product03_lifeassist_sp.jpg) center center no-repeat;
    background-size: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 980px) {
  .Product03LifeassistSection .ContentWrap {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .Product03LifeassistSection .ContentWrap {
    padding: 30px 15px;
  }
}

.Product03LifeassistSection__text {
  width: 420px;
  display: inline-block;
}

.Product03LifeassistSection__text .SectionTitle {
  color: #00acc8;
}

.Product03LifeassistSection__text .DescriptionText {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .Product03LifeassistSection__text {
    width: 100%;
    margin-right: 0;
  }
}


/*---ProductSupplementSection---*/
/* line 756, scss/_product_simgw.scss */
.Product03SupplementSection {
  width: 100%;
  background: url(img/product03/bg_product03_supplement.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 60px;
}
/* line 762, scss/_product_simgw.scss */
.Product03SupplementSection .ContentWrap {
  padding: 100px 0;
}

@media screen and (max-width: 800px) {
  /* line 767, scss/_product_simgw.scss */
  .Product03SupplementSection {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  /* line 772, scss/_product_simgw.scss */
  .Product03SupplementSection .ContentWrap {
    padding: 30px 15px;
  }
}
/* line 776, scss/_product_simgw.scss */
.Product03SupplementSection__text {
  width: 420px;
  display: block;
  /* margin-left: auto; */
}
/* line 780, scss/_product_simgw.scss */
.Product03SupplementSection__text .SectionTitle {
  color: #00acc8;
}
/* line 783, scss/_product_simgw.scss */
.Product03SupplementSection__text .DescriptionText {
  margin-bottom: 20px;
}
/* line 786, scss/_product_simgw.scss */
.Product03SupplementSection__text > .CaptionText {
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  /* line 791, scss/_product_simgw.scss */
  .Product03SupplementSection__text {
    width: 100%;
    margin-right: 0;
  }
}
/* line 796, scss/_product_simgw.scss */
.Product03SupplementSection__text .SectionTitle {
  color: #00acc8;
}

/* line 799, scss/_product_simgw.scss */
.Product03SupplementSection__text .DescriptionText {
  margin-bottom: 20px;
}

/* line 802, scss/_product_simgw.scss */
.Product03SupplementSection__text > .CaptionText {
  margin-bottom: 40px;
}

/*---ProductPlanSection---*/
/* line 808, scss/_product_simgw.scss */
.ProductPlanSection {
  width: 100%;
}
/* line 810, scss/_product_simgw.scss */
.ProductPlanSection .ContentWrap {
  padding: 100px 0;
}

@media screen and (max-width: 800px) {
  /* line 815, scss/_product_simgw.scss */
  .ProductPlanSection .ContentWrap {
    padding: 30px 15px;
  }
}
/* line 819, scss/_product_simgw.scss */
.ProductPlanSection__title {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  /* line 824, scss/_product_simgw.scss */
  .ProductPlanSection__title {
    margin-bottom: 20px;
  }
}
/* line 828, scss/_product_simgw.scss */
.ProductPlanSection__description {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  /* line 833, scss/_product_simgw.scss */
  .ProductPlanSection__description {
    text-align: left;
  }
}
/* line 837, scss/_product_simgw.scss */
.ProductPlanSection__const {
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 800px) {
  /* line 846, scss/_product_simgw.scss */
  .ProductPlanSection__const {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* line 853, scss/_product_simgw.scss */
.ProductPlanSection__plus {
  padding: 15px;
  font-size: 40px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

/* line 860, scss/_product_simgw.scss */
.ProductPlanSection__constBox {
  border-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 870, scss/_product_simgw.scss */
.ProductPlanSection__constBox.theme-blue {
  background: #e7f6fa;
  color: #00acc8;
  width: 40%;
}
/* line 875, scss/_product_simgw.scss */
.ProductPlanSection__constBox.theme-gray {
  width: 50%;
  background: #efefef;
  color: color;
}
/* line 880, scss/_product_simgw.scss */
.ProductPlanSection__constBox.wide {
  width: 80%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 886, scss/_product_simgw.scss */
.ProductPlanSection__constBox.narrow {
  width: 30%;
}

@media screen and (max-width: 800px) {
  /* line 893, scss/_product_simgw.scss */
  .ProductPlanSection__constBox.theme-blue, .ProductPlanSection__constBox.theme-gray {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  /* line 901, scss/_product_simgw.scss */
  .ProductPlanSection__constBox.theme-blue, .ProductPlanSection__constBox.theme-gray {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* line 909, scss/_product_simgw.scss */
.ProductPlanSection__constTitle {
  font-size: 14px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
/* line 918, scss/_product_simgw.scss */
.ProductPlanSection__constTitle:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
}

/* line 929, scss/_product_simgw.scss */
.ProductPlanSection__constBox.theme-blue .ProductPlanSection__constTitle:after {
  background: #00acc8;
}

/* line 932, scss/_product_simgw.scss */
.ProductPlanSection__constSubTitle {
  font-size: 12px;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}

/* line 939, scss/_product_simgw.scss */
.ProductPlanSection__constGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 1em;
}
/* line 948, scss/_product_simgw.scss */
.ProductPlanSection__constGroup.narrow {
  border-left: 1px dotted #ccc;
  padding-left: 30px;
  margin-left: 30px;
  -ms-flex-preferred-size: 190px;
  flex-basis: 190px;
  text-align: center;
}

@media screen and (max-width: 940px) {
  /* line 958, scss/_product_simgw.scss */
  .ProductPlanSection__constGroup {
    padding-bottom: 0;
  }
  /* line 960, scss/_product_simgw.scss */
  .ProductPlanSection__constGroup.narrow {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    border-top: 1px dotted #ccc;
    margin-top: 30px;
    padding-top: 30px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 600px) {
  /* line 973, scss/_product_simgw.scss */
  .ProductPlanSection__constGroup {
    flex-direction: column;
  }
}
/* line 977, scss/_product_simgw.scss */
.ProductPlanSection__constItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 600px) {
  /* line 992, scss/_product_simgw.scss */
  .ProductPlanSection__constItem + .ProductPlanSection__constItem {
    margin-top: 20px;
  }
}
/* line 996, scss/_product_simgw.scss */
.ProductPlanSection__constIcon {
  width: 80px;
  margin-bottom: 5px;
  display: inline-block;
}

/* line 1001, scss/_product_simgw.scss */
.ProductPlanSection__constName {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

/* line 1006, scss/_product_simgw.scss */
.ProductPlanSection__constPrice {
  font-size: 30px;
  margin-top: auto;
}
/* line 1009, scss/_product_simgw.scss */
.ProductPlanSection__constPrice span {
  font-size: 12px;
}

/* line 1013, scss/_product_simgw.scss */
.ProductPlanSection__detail {
  width: 100%;
  overflow: hidden;
}

/* line 1017, scss/_product_simgw.scss */
.ProductPlanSection__detailItem {
  width: 45%;
  display: inline-block;
  float: left;
  margin-bottom: 2em;
}

/* line 1024, scss/_product_simgw.scss */
.ProductStore .ProductPlanSection__detailItem:nth-child(2n) {
  margin-left: 10%;
}

@media screen and (max-width: 800px) {
  /* line 1029, scss/_product_simgw.scss */
  .ProductPlanSection__detailItem {
    width: 100%;
    float: none;
  }
  /* line 1032, scss/_product_simgw.scss */
  .ProductPlanSection__detailItem + .ProductPlanSection__detailItem {
    margin-top: 10px;
  }

  /* line 1037, scss/_product_simgw.scss */
  .ProductStore .ProductPlanSection__detailItem:nth-child(2n) {
    margin-left: 0;
  }
}
/* line 1042, scss/_product_simgw.scss */
.ProductPlanSection__detailImage {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  opacity: 0;
}
/* line 1049, scss/_product_simgw.scss */
.ProductPlanSection__detailImage img {
  width: auto;
  max-height: 200px;
}

/* line 1054, scss/_product_simgw.scss */
.ProductPlanSection__detailName {
  font-size: 18px;
  color: #00acc8;
  margin-bottom: 20px;
}

/* line 1059, scss/_product_simgw.scss */
.ProductPlanSection__detailSpecTable {
  width: 100%;
  display: block;
  border-collapse: collapse;
  margin-bottom: 40px;
  color: #444;
}
/* line 1065, scss/_product_simgw.scss */
.ProductPlanSection__detailSpecTable.right {
  margin-bottom: 90px;
}
/* line 1068, scss/_product_simgw.scss */
.ProductPlanSection__detailSpecTable.right2 {
  margin-bottom: 110px;
}
/* line 1072, scss/_product_simgw.scss */
.ProductPlanSection__detailSpecTable th,
.ProductPlanSection__detailSpecTable td {
  font-size: 14px;
  padding-bottom: 10px;
  text-align: left;
  vertical-align: top;
}
/* line 1078, scss/_product_simgw.scss */
.ProductPlanSection__detailSpecTable th {
  padding-right: 15px;
  width: 7em;
}

@media screen and (max-width: 800px) {
  /* line 1084, scss/_product_simgw.scss */
  .ProductPlanSection__detailSpecTable {
    margin-bottom: 20px;
  }
  /* line 1087, scss/_product_simgw.scss */
  .ProductPlanSection__detailSpecTable.right, .ProductPlanSection__detailSpecTable.right2 {
    margin-bottom: 20px;
  }
}
/* line 1092, scss/_product_simgw.scss */
.ProductPlanSection__detailButton {
  text-align: center;
}

/* line 1095, scss/_product_simgw.scss */
.ProductPlanSection__captionBox {
  background: #e6f6fa;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 10px;
  border-radius: 10px;
  position: relative;
}
/* line 1104, scss/_product_simgw.scss */
.ProductPlanSection__captionBox:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 0 10px 30px 10px;
  border-color: transparent transparent #e6f6fa transparent;
  position: absolute;
  left: 22%;
  margin-left: -10px;
  top: -30px;
}

/* line 1118, scss/_product_simgw.scss */
.ProductPlanSection__contactBox {
  border: 2px solid #00acc8;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 20px;
}

@media screen and (max-width: 800px) {
  /* line 1127, scss/_product_simgw.scss */
  .ProductPlanSection__contactBox {
    text-align: left;
  }

  /* line 1130, scss/_product_simgw.scss */
  .ProductPlanSection__captionBox {
    margin-top: 30px;
  }

  /* line 1133, scss/_product_simgw.scss */
  .ProductPlanSection__captionBox:before {
    left: 50%;
  }
}
/*---ProductSupplementSection---*/
/* line 1140, scss/_product_simgw.scss */
.ProductSupplementSection {
  width: 100%;
  background: url(img/product01/bg_product01_supplement.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 60px;
}

@media screen and (max-width: 800px) {
  /* line 1148, scss/_product_simgw.scss */
  .ProductSupplementSection {
    margin-bottom: 20px;
  }
}
/* line 1152, scss/_product_simgw.scss */
.ProductSupplementSection .ContentWrap {
  padding: 100px 0;
}

@media screen and (max-width: 800px) {
  /* line 1156, scss/_product_simgw.scss */
  .ProductSupplementSection .ContentWrap {
    padding: 30px 15px;
  }
}
/* line 1160, scss/_product_simgw.scss */
.ProductSupplementSection__text {
  width: 420px;
  display: inline-block;
}

@media screen and (max-width: 800px) {
  /* line 1165, scss/_product_simgw.scss */
  .ProductSupplementSection__text {
    width: 100%;
    margin-right: 0;
  }
}
/* line 1170, scss/_product_simgw.scss */
.ProductSupplementSection__text .SectionTitle {
  color: #00acc8;
}

/* line 1173, scss/_product_simgw.scss */
.ProductSupplementSection__text .DescriptionText {
  margin-bottom: 20px;
}

/* line 1176, scss/_product_simgw.scss */
.ProductSupplementSection__text > .CaptionText {
  margin-bottom: 40px;
}

/* line 1179, scss/_product_simgw.scss */
.ProductSupplementSection__link {
  color: #00acc8;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  margin-top: 0px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 800px) {
  /* line 1188, scss/_product_simgw.scss */
  .ProductSupplementSection__link {
    font-size: 14px;
    margin-top: 20px;
    display: block;
    text-align: center;
  }
}
/* line 1195, scss/_product_simgw.scss */
.ProductSupplementSection__link span {
  padding-left: 10px;
  font-size: 12px;
}

/* line 1199, scss/_product_simgw.scss */
.ProductSupplementSection__box {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 800px) {
  /* line 1207, scss/_product_simgw.scss */
  .ProductSupplementSection__box {
    padding: 15px;
    text-align: left;
    margin-bottom: 15px;
  }
}
/* line 1213, scss/_product_simgw.scss */
.ProductSupplementSection__contactList {
  list-style: none;
  margin-bottom: 10px;
  color: #00acc8;
}

@media screen and (max-width: 800px) {
  /* line 1219, scss/_product_simgw.scss */
  .ProductSupplementSection__contactList {
    margin-bottom: 15px;
  }
}
/* line 1223, scss/_product_simgw.scss */
.ProductSupplementSection__contactListItem {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 800px) {
  /* line 1229, scss/_product_simgw.scss */
  .ProductSupplementSection__contactListItem {
    font-size: 14px;
    letter-spacing: 0;
  }
}
/* line 1234, scss/_product_simgw.scss */
.ProductSupplementSection__contactListItem + .ProductSupplementSection__contactListItem {
  margin-left: 40px;
}

@media screen and (max-width: 800px) {
  /* line 1238, scss/_product_simgw.scss */
  .ProductSupplementSection__contactListItem + .ProductSupplementSection__contactListItem {
    margin-left: 0;
    margin-top: 15px;
  }
}
/* line 1243, scss/_product_simgw.scss */
.ProductSupplementSection__contactListItem a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

/* line 1248, scss/_product_simgw.scss */
.ProductSupplementSection__contactListItem span[class^="icon-"] {
  display: inline-block;
  font-size: 40px;
  margin-right: 10px;
  float: left;
}

@media screen and (max-width: 800px) {
  /* line 1255, scss/_product_simgw.scss */
  .ProductSupplementSection__contactListItem span[class^="icon-"] {
    display: inline-block;
    font-size: 30px;
    margin-right: 10px;
    float: left;
  }
}
/* line 1262, scss/_product_simgw.scss */
.ProductSupplementSection__contactListItemText {
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

@media screen and (max-width: 800px) {
  /* line 1268, scss/_product_simgw.scss */
  .ProductSupplementSection__contactListItemText {
    height: 30px;
    line-height: 30px;
  }
}
/*---Product03 added to base---*/
@media screen and (max-width: 610px) {
  /* line 1278, scss/_product_simgw.scss */
  .ProductPlanSection03 .ProductPlanSection__constItem {
    width: 100%;
  }
  /* line 1281, scss/_product_simgw.scss */
  .ProductPlanSection03 .ProductPlanSection__constItem + .ProductPlanSection__constItem {
    margin-top: 20px;
  }
}

/* マスク販売ページ　*/

#product-mask {
	background: url("img/mask/_pic/bg_mask.jpg");
	background-size: 100% 100%;
	height: 600px;
}

#product-mask .ProductMain{
	height: inherit;
}
#product-mask .ProductMain__SubTitle {
	color: red;
}

#product-mask .ProductMain__title {
	color: black;
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
}

#product-mask .img_mask_box {
	position: absolute;
	top: 150px;
	left: -5px;
	display: block;
	width: 250px;
	height: 250px;
}
#product-mask .mask_price {
	position: absolute;
	top: 200px;
	right: 25px;
	vertical-align: center;
}
#product-mask .mask_price_img {
	display: inline-block;
	width: 150px;
	height: 75px;
}
.mask_price span {
	position: absolute;
	top: 47px;
	right: -22px;
}

#product-mask .three_box {
	display: block;
	width: 100px;
	height: 90px;
	position: absolute;
	top: 370px;
	right: 150px;
}
#product-mask .twenty_box {
	display: block;
	width: 100px;
	height: 90px;
	position: absolute;
	top: 370px;
	right: 50px;
}

#product-mask .attention {
	position: absolute;
	top: 480px;
	right: 20px;
}

@media screen and (max-width: 330px) {
	#product-mask .ProductMain__title {
		font-size: 20px;
	}
	#product-mask .attention {
		margin-left: 15px;
	}
	#product-mask .img_mask_box {
		width: 200px;
	height: 200px;
	}
}

/* ===========================================
gateway ここから
 ===========================================*/
.sec01 {
    position: relative;
    margin: 0 auto;
    max-width: 1440px;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 5rem 5%;
}
.Product01SetSection__objListItem img {

}
.sec01 .m-parallelCard__box {
    width: 50%;
}
.sec01 .SectionTitle {
	color: #00acc8;
}
.sec01 .m-parallelCard__tmb {
    width: 50%;
    padding: 50px 50px;
}
.sec01 .m-parallelCard__tmb img {
	width: 100%;
}
.sec01 .OutlinedButton.theme-light {
    color: #00acc8;
    border: 1px solid #00acc8;
}
.sec01 .Product01VideoSection__button {
	text-align: left;
}
.sec02 .l-news-inner .moreBtn02 {
	text-align: right;
}
.sec03 {
    position: relative;
    margin: 0 auto;
    max-width: 1440px;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 10rem 5% 0;
}
.sec03 .m-parallelCard__box {
    width: 50%;
}
.sec03 .SectionTitle {
	color: #00acc8;
}
.sec03 .m-parallelCard__tmb {
    width: 45%;
    padding: 50px 0 50px 60px;
}
.sec03 .m-parallelCard__tmb img {
	width: 100%;
}
.sec03 .OutlinedButton.theme-light {
    color: #00acc8;
    border: 1px solid #00acc8;
}
.sec04.Product01SetSection .ContentWrap {
	padding: 10rem 0;
}
.sec04 .Product01SetSection__obj {
    width: 42%;
    display: inline-block;
    /* float: left; */
    margin: -70px 0 0 0 !important;
    overflow: hidden;
    opacity: 0;
    position: relative;
}
.sec05 .merit-list {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sec05 .merit-list__item {
    width: 45%;
    margin: 0 0 20px;
    padding: 60px 0 0;
    border-top: 1px solid #e6e6e6;
	list-style: none;
}
.sec05 .merit-list__head {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 5px;
}
.merit-list__head-img {
	width: 100px;
    height: 93px;
}
.merit-list__item.m-02 .merit-list__head-img {
	width: 90px;
    height: 93px;
}
.merit-list__item.m-03 .merit-list__head-img {
	width: 55px;
    height: 93px;
}
.merit-list__item.m-04 .merit-list__head-img {
	width: 80px;
    height: 93px;
}
.sec05 .merit-list__head-ttl {
    position: relative;
    padding: 0 0 0 2.34vw;
    font-size: 2.5rem;
	color: #00acc8;
    letter-spacing: 0.06em;
    z-index: 1;
}
.sec05 .merit-list__head:after {
    position: absolute;
    top: -20px;
    right: 0;
    display: block;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.merit-list__item.m-01 .merit-list__head:after {
	background-image: url(img/renewal/service/gateway/merit_num01.svg);
    width: 130px;
    height: 100px;
}
.merit-list__item.m-02 .merit-list__head:after {
	background-image: url(img/renewal/service/gateway/merit_num02.svg);
    width: 170px;
    height: 100px;
}
.merit-list__item.m-03 .merit-list__head:after {
	background-image: url(img/renewal/service/gateway/merit_num03.svg);
    width: 170px;
    height: 100px;
}
.merit-list__item.m-04 .merit-list__head:after {
	background-image: url(img/renewal/service/gateway/merit_num04.svg);
    width: 170px;
    height: 100px;
}
.sec05 .merit-list__text {
    position: relative;
    margin: 0 0 10px;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    z-index: 1;
}


.sec06 .starterSet {
    overflow: hidden;
    position: relative;
    background: url(img/renewal/service/gateway/starter-set_bg.jpg) center center no-repeat;
    background-size: cover;
	margin: 50px 0;
}
.sec06 .maltiSet {
    overflow: hidden;
    position: relative;
    background: url(img/renewal/service/gateway/multi-set_bg.jpg) center center no-repeat;
    background-size: cover;
}
.sec06 .ProductMain__bg .ProductInner {
	padding: 15rem 0;
    margin: 5rem auto;
	text-align: center;
}
.sec06 .ProductMain__title span {
	display: block;
    line-height: 1;
    font-size: 3rem;
}

.sec07 {
	padding: 10rem 0;
}
.sec07 .m-parallelCard {
    position: relative;
    margin: 0 auto;
    max-width: 1440px;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec07 .m-parallelCard__box {
    width: 50%;
}
.sec07 .SectionTitle {
	color: #00acc8;
}
.sec07 .m-parallelCard__tmb {
    width: 45%;
    padding: 50px 0 50px 60px;
}
.sec07 .m-parallelCard__tmb img {
	width: 100%;
}
.sec07 .OutlinedButton.theme-light {
    color: #00acc8;
    border: 1px solid #00acc8;
}
.sec07 .Product01VideoSection__button {
	text-align: left;
}

.header02.g-header {
	background: #87d2e7;
}
.header02 .g-global-nav li.g-nav {
	color: #fff;
}
.header02 .g-global-nav li.g-nav > a,
.header02 .header-contact .current {
	color: #fff;
}
.header02 .c-btn.e-btn-border-navy {
	background: #fff;
	color: #87d2e7;
}
.header02 .sub-nav_inner-Box {
	justify-content: flex-start;
}
.header02 .sub-nav__inner .sub-nav_inner-Box div {
    flex-basis: calc((100% - (-1vw * 2) - 1px) / 3);
}
.header02 .cta-content {
	display: block;
    font-size: 1.4rem;
    padding-top: 5px;
}
@media (max-width: 825px) {
	 .header02 .header-contact .current {
		color: #fff ;
		background: #87d2e7;
	}
}
.bgGray {
	background: #f7f7f7;
}
.bgGray.home-root .sec04 {
	padding: 0 5%;
}
.starter .sec03 {
	padding: 0 5%;
}
.starter-set-ex #FEATURE {
	padding-top: 100px;
	padding-bottom: 100px;
}
.starter-set-ex #FEATURE .even-cont:after {
	height: calc(100% - 0px);
}
.starter-set-ex #FEATURE .content_wrap {
}
.starter-set-ex .homeArea01 .bg01 {
    display: block;
    width: 100%;
    line-height: 0;
	padding-right: 10rem;
    overflow: hidden;
    z-index: 4;
	position: initial;
}
.starter-set-ex .homeArea01 .bg01 > .vessel img {
	width: 100%;
}
.starter-set-ex .smart .movieMod01 .movieImg01 {
	top: 0;
	left: auto;
	right: 0;
	padding-left: 10rem;
}
.starter-set-ex .bohan .movieMod01 .movieImg01 {
	left: -265px;
	margin-top: 0;
}
.FlowList {
	width: 70%;
	margin: 0 auto;
}
.FlowList__item__text {
	display: block;
}
.FlowList__item__img--small img {
    height: 100px;
    width: 95px;
    display: inline-block;
}
.starter-set-ex .ProductStore {
	overflow: hidden;
}
.starter-set-ex .ProductPlanSection__detailImage {
	opacity: 1;
}
.starter-set-ex .woocommerce-tabs, .starter-set-ex .woocommerce-Tabs-panel {
	display: block !important;
}
.starter-set-ex .woocommerce-Tabs-panel h2 {
    display: none;
}
.starter-set-ex .ProductPlanSection__detail {
	padding-top: 10rem;
}
.starter-set-ex .ProductPlanSection__detail .h2-center {
	padding: 0;
}
.bg-box {
	padding-bottom: 42px;
	padding: 45px 36px 34px 36px;
    margin: 43px 0 5rem;
	background: #efefef;
    box-sizing: border-box;
}
.bg-box .bg-head {
	padding-bottom: 12px;
    padding-right: 8px;
}
.bg-box .bg-head h3 strong {
    font-size: 2.2rem;
    color: #B1010F;
    letter-spacing: 0.11em;
    transform: translateY(-2px);
    display: inline-block;
    white-space: nowrap;
}
.bg-box-inner {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    padding-right: 8px;
}
.bg-box .dl-after {
	padding: 25px 0 0 !important;
    margin: 0;
}
.btn-r-arrow {
    font-size: 15px;
    position: relative;
    padding-right: 20px;
    letter-spacing: 0.11em;
    color: #B70000 !important;
    font-weight: 700;
    text-decoration: underline !important;
}
.mailti .ProductPlanSection__detailItem {
    width: 33.3333%;
    display: inline-block;
    float: left;
    margin-bottom: 2em;
}
.mailti .ProductStore .ProductPlanSection__detailItem:nth-child(2n) {
    margin-left: 0;
}
.ProductPlanSection__detailItem h1.product_title {
	font-size: 20px;
}
.mailti .sec03 .m-parallelCard__box,
.starter .sec03 .m-parallelCard__box,
.mailti .sec04 .m-parallelCard__box,
.starter .sec04 .m-parallelCard__box {
    width: 50%;
	padding: 50px 50px;
}
.mailti .sec03 .m-parallelCard__tmb,
.starter .sec03 .m-parallelCard__tmb,
.mailti .sec04 .m-parallelCard__tmb,
.starter .sec04 .m-parallelCard__tmb {
    width: 50%;
    padding: 50px 0 50px 0;
}
.starter-set-ex .moreBtn {
	padding-top: 20px;
}
.starter-set-ex #FEATURE.homeArea01 .movieMod01 .movieImg01 {
	margin-top: 0;
}
@media (max-width: 1199px) {
	.HomeIntroduction__description,
	.sec05 .merit-list__text {
		font-size: 12px;
	}
	.ProductStore .cart .single_add_to_cart_button {
		font-size: 14px;
	}
	.sec05 .merit-list__head-ttl {
		font-size: 20px;
		line-height: 1.5;
	}
	/*.header02 .c-btn.e-btn-border-navy {
		background: #87d2e7;
		color: #fff;
	}*/
	.header02 .c-btn.e-btn-border-navy {
		background: #fff;
		color: #87d2e7;
	}
	.HomeIntroduction .ContentWrap {
		padding: 0 5%;
	}
	.wpcf7-form-control-wrap {
		text-align: left;
	}
}
#pager {
    position: relative;
    overflow: hidden;
	margin-top: 30px;
}
#pager:before, #pager:after, #pagination:before, #pagination:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
    left: 0;
}
#pager:before {
    top: 50px;
}
#pager:after {
    top: 0;
}
#pagination:before {
    top: 150px;
}
#pagination:after {
    top: 200px;
}
#pagination a, #pagination span {
	position: relative;
	float: left;
    display: block;
    width: 40px;
    margin-bottom: 1px;
    text-align: center;
    line-height: 50px;
    border-right: solid 1px #e7e7e7;
    color: #111;
    font-size: 12px;
    font-family: Oswald, sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: background-color .2s linear, border .2s linear, color .2s linear, color .2s linear;
    transition: background-color .2s linear, border .2s linear, color .2s linear, color .2s linear;
}

#pagination a.prev {
    width: 80px;
    padding-left: 10px;
}
#pagination a.next {
    width: 80px;
    padding-right: 10px;
}
#pagination a.prev:after, #pagination a.next:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    border-right: solid 2px #e7e7e7;
    border-top: solid 2px #e7e7e7;
}
#pagination a.prev:after {
    left: 13px;
    -webkit-transform: rotate(
-135deg
) scale(.66666666);
    transform: rotate(
-135deg
) scale(.66666666);
    -webkit-transition: left .2s ease-in-out, border-color .2s linear;
    transition: left .2s ease-in-out, border-color .2s linear;
}
#pagination a.next:after {
    right: 13px;
    -webkit-transform: rotate(
45deg
) scale(.66666666);
    transform: rotate(
45deg
) scale(.66666666);
    -webkit-transition: right .2s ease-in-out, border-color .2s linear;
    transition: right .2s ease-in-out, border-color .2s linear;
}
#pagination span.current {
    background-color: #b0d1e2;
    border-right-color: #e7e7e7;
	color:#fff;
}
html:not(.sp) #pagination a:hover {
    color: #fff;
    background-color: #b0d1e2;
}


.SecualGoogleContactsection {
	background: #e7f6fa;
	margin-bottom: 80px;
	padding-top: 150px;
	padding-bottom: 60px;
}

.google-contact-form {
	display: block;
	width: 60%;
	height: 620px;
	max-width: 870px;
/* 	min-width: 374px; */
	margin: 0 auto;
}

@media (max-width: 768px) {
	.SecualGoogleContactsection {
		padding-top: 120px;
		margin-bottom: 60px;
	}

	.google-contact-form {
		width: 90%;
	}
}

.woocommerce-terms-and-conditions .number, .woocommerce-terms-and-conditions .paren {
	font-size: 16px;
	line-height: 200%;
	margin-left: 1em;
}

.woocommerce-terms-and-conditions .TextDocumentSection__subTitle {
	margin-top: 1em;
}

@media (max-width: 768px) {
	.woocommerce-terms-and-conditions .number, .woocommerce-terms-and-conditions .paren {
		font-size: 100%;
	}
}

.shipping-calculator-form p {
	margin-top: 30px;
}

/* Side Cart WooCommerce */
.xoo-wsc-pheader {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.xoo-wsc-sm-left > .xoo-wsc-pheader {
	padding-bottom: 8px;
}

.woocommerce a.xoo-wsc-ft-btn {
	display: flex;
	height: 3em;
	font-weight: bold;
}

.woocommerce a.xoo-wsc-ft-btn-checkout {
	display: none;
}

.xoo-wsc-empty-cart a.button {
	display: none;
}

span.xoo-wsc-smr-del {
	margin-top: 0;
}


.woocommerce a.xoo-wsc-ft-btn-continue {
	background: #fff;
	color: #00acc8;
	border: 1px solid #00acc8;
}

.xoo-wsc-sm-right {
	flex-direction: row;
	align-items: flex-start;
}

.xoo-wsc-sm-left > *:not(:last-child) {
	padding-bottom: 6px;
}

.xoo-wsc-modal .tax_label {
	font-size: 80%;
}

@media (max-width: 428px) {
	.xoo-wsc-container, .xoo-wsc-slider {
		max-width: 60%;
	}
	
	.xoo-wsc-body, .xoo-wsc-body span.amount, .xoo-wsc-body a {
		font-size: 14px;
	}
	
	span.xoo-wsc-smr-del {
		font-size: 20px;
	}
}

@media (max-width: 320px) {
	.xoo-wsc-body, .xoo-wsc-body span.amount, .xoo-wsc-body a {
		font-size: 12px;
	}
	
	.xoo-wsc-footer, .xoo-wsc-footer a, .xoo-wsc-footer .amount {
		font-size: 14px;
	}
	
	span.xoo-wsc-smr-del {
		font-size: 24px;
	}
}

.NewsSection__pullDownContent {
	display: inline-block;
	width: fit-content;
}

.NewsSection__pullDownContent.Category {
	display: none;
}

.NewsSection__pullDownContent + .NewsSection__pullDownContent {
	margin-left: 4px;
}

@media (max-width: 575px) {
	.NewsSection__pullDownContent.Category {
		display: inline-block;
	}
}