/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/
/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  --tw-content: '';
}

body {
  line-height: inherit;
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}



button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/


img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

br {
  line-height: 1;
}

input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(224 224 224 / var(--tw-text-opacity)) !important;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-ms-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



body{
  margin-top:80px;
}
@media screen and (max-width: 676px) {
body{
  margin-top:50px;
}
}

/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid-wrapper{
    width: 95%;
    margin: 0 auto;
  }

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid-wrapper{
    width: 90%;
    margin: 0 auto;
  }
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

#main-content {
  margin: 0 auto;
}




/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

h2 {
  padding: 1rem 0rem;
  text-align: center;
  margin-bottom: 0.2rem;
  border-bottom: 2px solid #ECECEC;
  font-weight: bold;
  font-size: 32px;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
input[type="checkbox"] {
    box-sizing: border-box;
}

/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
  display: flex;
  flex-wrap: wrap;
}

.hs-form-field > span{
  color
}

.no-list .hs-error-msgs .inputs-list{
  width:100%;
}

.inputs-list {
    margin: 0 0 5px;
    width: 100%;
    padding-left: 5px;
}

.legal-consent-container .field.hs-form-field {
    margin-bottom: 0 !important;
}

/* Labels */

form label {
  display: block;
  width: 30%;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.35rem;
  font-family: "Helvetica Neue", Helvetica , Arial , sans-serif;
}

form label, form legend {
    color: #4D4861;
}

.hs-form-required {
  font-size: 0;
}
 
.hs-form-required::after {
  content: '（必須）';
  font-size: 20px;
  font-weight:bold;
  color: #4D4861;
}

span >.hs-form-required::after{
    font-size: 14px;
    font-weight: normal;
    color: #6B6B6B;
  line-height:1.5;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  border: 1px solid #d1d6dc;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica , Arial , sans-serif;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
  height: 150px;
}

form fieldset {
  max-width: 100% !important;
}

.hs_submit{
  text-align: center;
  padding-top: 40px;
}


/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin:0 !important;
}

form .inputs-list > .hs-form-booleancheckbox {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin-left: 15vw !important;
}



form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}


/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
  
}


/* Inputs - file picker */

.hs-input:focus{
  border: 1px solid rgba(82,168,236,.8) !important; 
}
.hs-input:not([type=file]){
  background-color:#f5f8fa;
}

.hs-fieldtype-phonenumber >.input,
.hs-fieldtype-textarea >.input,
.hs-fieldtype-text >.input {
  width: 70%;
}



form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  margin: 0 0 1.4rem;
  text-align:center;
  line-height:24px;
  letter-spacing:0.12em;
}

form .hs-richtext img {
  max-width: 100% !important;
}
form .hs-richtext p > a{
  text-decoration: underline;
}



/* GDPR */
.hs-fieldtype-booleancheckbox{
  text-align: center!important;
}

.hs-form-booleancheckbox-display{
  line-height: 0 !important;
}

.legal-consent-container .hs-form-booleancheckbox-display > span{ margin-left: 0 !important;}

.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 0 !important;
  font-size:14px;
  color:#6B6B6B;
  padding-bottom: 4px;
}

/* Validation */


.hs-input.invalid.error {
  border: 1px solid #c87872;
  background-color: #ffd8d8;
}

.hs-error-msg {
  width:100%;
  color: #f2545b;
  margin-top: 0.35rem;
}

li form label{
  width:100%;
}

.hs-form-booleancheckbox-display{
   display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
}
.subscription_type_363024788 hs-fieldtype-booleancheckbox field hs-form-field .imput{
  width:100%;
}



#hs_cos_wrapper_widget_172160479607 form .inputs-list {
    width: 100%;
}

#hs_cos_wrapper_widget_172160479607 .hs-error-msg {
  margin-left: 30%;
  font-weight: 500;
}

#hs_cos_wrapper_widget_172160479607 .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

#hs_cos_wrapper_widget_172160479607 .hs_recaptcha.hs-recaptcha.field.hs-form-field .input {
  width: auto;
}

#hs_cos_wrapper_widget_172160479607 .hs_error_rollup .hs-error-msgs .hs-main-font-element {
  width: 100%;
  text-align: center;
  color: #ef6b51;
}

#hs_cos_wrapper_widget_1720163879419 form .inputs-list {
  width: 100%;
  padding-bottom: 8px;
}

#hs_cos_wrapper_widget_1720163879419 .hs-error-msg {
  margin-left: 30%;
  font-weight: 500;
  color: #f2545b;
}

#hs_cos_wrapper_widget_1720163879419 .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#hs_cos_wrapper_widget_1720163879419 
form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  border: 1px solid #d1d6dc !important;
  font-family: "Helvetica Neue", Helvetica , Arial , sans-serif;
  font-size: 16rpx;
  padding: 0.7rem;
  width: 100%;
}

#hs_cos_wrapper_widget_1720163879419 .hs_recaptcha.hs-recaptcha.field.hs-form-field .input {
  width: auto;
}

#hs_cos_wrapper_widget_1720163879419 .hs_error_rollup .hs-error-msgs .hs-main-font-element {
  width: 100%;
  text-align: center;
  color: #f2545b;
}

#hs_cos_wrapper_widget_1720163879419 .hs-input.invalid.error {
  border: 1px solid #c87872 !important;
  background-color: #ffd8d8;
}


.hs-form-b76f1279-3703-4bf6-b03b-48eed16f1ae3_98ccaa6c-5bf9-4941-9e62-6f3ae107bcac .hs-button{
  font-size:16px;
}

.hs-dependent-field .hs-error-msgs .hs-error-msg{
  margin-left: 15vw !important;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* 最下部のエラーメッセージ */
.hs_error_rollup {
  display: none;
}



  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }



@media screen and (min-width: 1999px) {
  form .inputs-list > .hs-form-booleancheckbox {
  margin-left: 15vw !important;
}
  .hs-dependent-field .hs-error-msgs .hs-error-msg{
  margin-left: 15vw !important;
}
}
@media screen and (min-width: 1201px) {
  form .inputs-list > .hs-form-booleancheckbox {
  margin-left: 18vw !important;
}
  .hs-dependent-field .hs-error-msgs .hs-error-msg{
  margin-left: 18vw !important;
}
}
@media screen and (max-width:767px) {
  .hs-form-field {
    display: block;
  }
  form .hs-richtext,
  form .hs-richtext p {
  font-size: 12px;
  letter-spacing:0;
}
  form label {
    width: 100%;
  font-size: 20px;
  }
 
  form .inputs-list > .hs-form-booleancheckbox {
    margin-left: 0 !important;
  }
  .hs-dependent-field .hs-error-msgs .hs-error-msg{
    margin-left: 0 !important;
  }
  #hs_cos_wrapper_module_172308682752516 .hs-form-field {
    display: block;
  }
  
  #hbspt-form-41ddbb69-bb92-433b-9893-43fcfe1bbbd0 .hs-main-font-element {
  margin: 0;
  }
  #hs_cos_wrapper_widget_1720163879419 .hs-error-msg {
    margin-left: 0;
    font-weight: 500;
    color: #f2545b;
  }
  .hs-fieldtype-phonenumber >.input,
  .hs-fieldtype-textarea >.input,
  .hs-fieldtype-text >.input {
    width: 100%;
  }
  .legal-consent-container .hs-form-booleancheckbox-display > span {
    position: relative;
  }
  .legal-consent-container .hs-form-booleancheckbox-display > span p {
    font-size:12px;
  }
  span >.hs-form-required::after{
    position: absolute;
    width: 60px;
    font-size: 12px;
    font-weight: normal;
    color: #6B6B6B;
    line-height:1.5;
    top: -8px;
  }
}
@media screen and (max-width: 414px) {
  form input[type=checkbox], form input[type=radio] {
    cursor: pointer;
    margin-right: 0.1rem;
  }
  form .hs-richtext,
  form .hs-richtext p {
  font-size: 9px;
  }
  
  .legal-consent-container .hs-form-booleancheckbox-display > span {
    position: relative;
  }
  
  .legal-consent-container .hs-form-booleancheckbox-display > span p {
    font-size:10px;
  }
  span >.hs-form-required::after{
    position: absolute;
    width: 40px;
    font-size: 9px;
    font-weight: normal;
    color: #6B6B6B;
    line-height:1.5;
    top: -4px;
  }
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  border:none;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* グローバルなヘッダーのスタイル */
header {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 0px 24px 12px;
  transition-duration: 300ms;
  background-color:#FFFFFF;
}

@media screen and (max-width: 959px) {
  header {
    padding: 0px 10px 8px;
  }
}

@media screen and (min-width: 1501px) {
  header {
    padding: 0px 100px 8px;
  }
}

/* ヘッダーコンテナのレイアウト */
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  width: 195px;
  height: auto;
  margin: 0;
}

@media screen and (max-width: 676px) {
  .header-logo {
    width: 110px;
    margin-top:4px;
  }
}

.logo-link {
  display: block;
  transition-duration: 300ms;
}

.logo-link:hover {
  opacity: 0.6;
}

.header_info{
  display:flex;
  gap:20px;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .header_info {
    margin-right:10px;
    margin-left:27%;
  }
}
@media screen and (max-width: 767px) {
  .header_info {
    margin-right:10px;
    margin-left:8%;
  }
}
@media screen and (max-width: 414px) {
  .header_info {
    width: 200px;
    margin-left:20px;
  }
}

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


/* 電話エリア */
.phone_Area {
  display: flex;
  align-items: center;
  order: 1;
  margin-bottom:0;
}


.phone_Area img {
  width: 33px;
  height: 33px;
}

@media screen and (max-width: 676px) {
  .phone_Area {
    margin-top:4px;
}

  .phone_Area img {
    width: 22px;
    height: 22px;
  }
}

.phone_Area p {
  font-size: 24px;
  font-weight: bold;
  line-height: 15px;
  color: #0A100D;
  margin:0;

}

@media screen and (max-width: 676px) {
  .phone_Area p {
    font-size: 12px;
  }
}


.bis-hours {
  font-size: 12px;
}

@media screen and (max-width: 676px) {
  .bis-hours {
    font-size: 10px;
  }
}

/* 検索ボタンエリア */
@media screen and (max-width: 676px) {
.search_btn {
    display: none;
}
}
.search_Area{
  background-color:#841d20;
  padding: 16px 32px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.search_btn a{
  text-decoration: none;
}

@media screen and (max-width: 676px) {
  .search_Area{
  margin-top:4px;
  padding: 12px 20px;
  border-radius:5px;
}
  .search_btn a{
    display:flex;
    gap:4px;
    align-items:center
  }
}
.search_btn a:hover{
  text-decoration: none;
}

.search_btn a:hover{
  text-decoration: none;
}
.search_btn a:visited{
  text-decoration: none;
}

.search_Area p {
  font-size: 20px;
  font-weight: bold;
  line-height: 15px;
  color: #FFFFFF;
  margin:0;
  padding-bottom:8px;
}

@media screen and (max-width: 959px) {
  .search_Area p {
    font-size: 14px;
    order:2;
    padding:0;
  }
}

.search_Area img {
  margin: 0 auto;
  width: 33px;
  height: 33px;
}
@media screen and (max-width: 676px) {
  .search_Area img {
  margin: 0 auto;
  width:22px;
  height: 22px;
  }
}


/* ハンバーガーメニューのボタン (navbar-toggle) */
.navbar-toggle {
  display: none;
  position: relative;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  cursor: pointer;
  order: 2;
  z-index: 100;
}

@media screen and (max-width: 960px) {
  .header-menu{
    order: 2;   
    width: 50px;
    height: auto;
  }
  
  .navbar-toggle {
    display: inline-block;
    position: relative;
    top:2px;
  }
  
  .navbar-toggle:hover{
    background-color:transparent;
    border:none;
  }
  .navbar-toggle:visited {
    background-color:transparent;
    border:none;
  }

  .navbar-toggle span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    width: 30%;
    background: #0A100D;
    border-radius: 2px;
  }

  .navbar-toggle span:nth-of-type(1) {
    top: 15px;
  }

  .navbar-toggle span:nth-of-type(2) {
    top: 23px;
  }

  .navbar-toggle span:nth-of-type(3) {
    top: 31px;
  }

  /* ハンバーガーメニューが「×」に変わるアニメーション */
  .navbar-toggle.active span:nth-of-type(1) {
    top: 23px;
    transform: rotate(45deg);
    background-color: #FFF;    
  }

  .navbar-toggle.active span:nth-of-type(2) {
    opacity: 0;
  }

  .navbar-toggle.active span:nth-of-type(3) {
    top: 23px;
    transform: rotate(-45deg);
    background-color: #FFF; 
  }
}

/* ナビゲーションメニュー */
.header-nav {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .header-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99;
    padding-top: 80px;
    overflow-y: auto;
    transition: none;
  }
  .header-nav.active {
    display: block;
  }
}


/* メニューリストのスタイル */
.menu-list {
  display: flex;
}

@media screen and (max-width: 959px) {
  .menu-list {
    display: block;
    text-align: center;
  }
}

.menu-item, .hs-menu-item {
  /* 矢印の基点とするためrelativeを指定 */
  position: relative;
  /* ボタンの形状 */
  text-decoration: none;
  display: inline-block;
  color: #FFF;
  padding: 10px 40px 10px 30px;
  text-align: center;
  outline: none;
  /* アニメーションの指定 */
  transition: ease .2s;
}
@media screen and (max-width: 1100px) {
  .menu-item, .hs-menu-item {
    padding: 10px 15px 10px 15px;
  }
}


.menu-item:hover, .hs-menu-item:hover {
  color: #944A14;
}

.hs-menu-item {
  color: #0a100d;
}

.hs-menu-item a {
  position: relative;
  display: block;
  padding: 15px 0;
  font-size: 16px;
  font-weight: normal;
  color: #0a100d;
  text-decoration: none;
  transition: .2s;
  box-sizing: border-box;
}

@media screen and (max-width: 959px) {
.hs-menu-item a {
  color: #FFF;
  border-bottom:solid 1px #FFF;
  }
}

/* 矢印が右に移動して現在地に戻る */
.menu-link::after, .hs-menu-item a::after {
  content: '';
  /* 絶対配置で矢印の位置を決める */
  position: absolute;
  top: 44%;
  right: -16px;
  /* 矢印の形状 */
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  transition: ease .2s;
  border-radius: 1px;
}

/* hoverした際のアニメーション */
.hs-menu-item a:hover{
  text-decoration:none;
  color:#944A14;
}

.menu-link:hover::after, .hs-menu-item a:hover::after {
  border-top: 2px solid #944A14;
  border-right: 2px solid #944A14;
  right: -21px;
}

@media screen and (max-width: 959px) {


  .menu-link::after, .hs-menu-item a::after {
    display: none;
  }
}

.menu-link:hover, .hs-menu-item a:hover {
  opacity: 0.6;
}

.header-nav.active .menu-link, .header-nav.active .menu-item {
  color: #fff;
}

.openbtn {
  position: relative;
  color: #CCC;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

@media screen and (min-width: 960px) {
  .openbtn {
    display: none;
  }
}
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #0A100D;
  width: 25%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

/* activeクラスが付与されると線が回転して×に */
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 959px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
    width:70%;
    margin: 0 auto;
    
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}