<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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 &amp; box-sizing styles go.
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap');
*, *:before, *:after {
  box-sizing: border-box;
}

a {
  color: inherit; /* ãƒªãƒ³ã‚¯ã®è‰²ã‚’è¦ªè¦ç´&nbsp;ã‹ã‚‰ç¶™æ‰¿ã™ã‚‹ */
  text-decoration: none; /* ä¸‹ç·šã‚’ãªãã™ */
}
/*! 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;
}

#main-content {
  padding-top: 9rem;
}

/**
* 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)
*/



/* CSS variables */

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

/* Mobile layout */

.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 {
    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 0;
}

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

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

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

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

/* Elements
Base HMTL elements are styled in this section (&lt;body&gt;, &lt;h1&gt;, &lt;a&gt;, &lt;p&gt;, &lt;button&gt; 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. */
html{font-size: 62.5%;}


html * {
  font-family: Zen Old Mincho,Hiragino Mincho Pro,"Meiryo UI","Hiragino Sans","Hiragino Kaku Gothic ProN",
    "Yu Gothic UI","MS PGothic", serif;
  line-height: 1.3;
  
}

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

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
li,
ul{
  font-family: 'Noto Sans Japanese', sans-serif!important;
}

/* 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 */

h2{
  font-size: 2.4rem;
}

h3{
  font-size: 2.2rem;
}

h4{
  font-size: 2rem;
}

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

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* 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;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

/* form {
max-width: ;
} */



.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: ;
  border-color: ;
  color: ;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  
  text-decoration: none;
  font-family: ;
  letter-spacing: 1px;
  display: block;
  cursor: pointer;
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  width:100%;
  font-size: 14px;
}

form .actions  {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0;
/*   border-width: 1px;
  border-style: solid; */
  padding: 0 !important;
}

.form-container .actions {
  margin: 10px 0;
}



.inq-form form .hs_message{
  position: inherit !important;
  width: 100% !important;
  top: inherit !important;
  right: inherit !important;
  margin-bottom: 0;
}
.inq-form form textarea{
  height: 60px !important;
  resize: auto !important;
}
.inq-form form .actions{
  position: inherit !important;
  width: 100% !important;
  top: inherit !important;
  right: inherit !important;
}

.inq-form form .actions:after{
  right:auto;
  left: 50%;
}

a.hs-button.large.primary:after {
  content: "";
  display: inline-block;
  height: .5rem;
  width: .5rem;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: .3s;
  transition: .3s;
  transform-origin: center;
  pointer-events: none;
  margin-left: 11px;
  position: relative;
}

a.hs-button.large.primary:hover:after {
  left: 6px;
}


form.hs-form .actions {
  padding: 0;
}

form .actions input.hs-button {
  border: 0;
  background: 0;
  margin: 0;
}

form .actions:hover:after {
  /*   left: calc(50% + 6px); */
  right: calc(35% - 6px);
}

.form-container form .actions:after {
  margin-left: 0;
  right: 41%;
}

.form-container form .actions:hover:after {
  right: calc(41% - 6px);
  transition: 0.3s ease;
}

#hs_cos_wrapper_my_login  form .actions:after,
#hs_cos_wrapper_my_login  form .actions:after {
  margin-left: 0;
  right: 46%;
}

#hs_cos_wrapper_my_login  form .actions:hover:after,
#hs_cos_wrapper_my_login  form .actions:hover:after {
  right: calc(46% - 6px);
  transition: 0.3s ease;
}


#hs_cos_wrapper_my_password_reset_request  form .actions:after {
  right: 40%;
}

#hs_cos_wrapper_my_password_reset_request  form .actions:hover:after {
  right: calc(40% - 6px);
  transition: 0.3s ease;
}


#hs_cos_wrapper_my_login  form .actions:after {
  margin-left: 0;
  right: 46%;
}

#hs_cos_wrapper_my_login form .actions:hover:after {
  right: calc(46% - 6px);
  transition: 0.3s ease;
}

.inq-form form{
  padding-right: 0 !important;
}

.inq-form form .actions:hover:after{
  left: calc(50% + 6px);
  right:auto;
}


.hs-button:hover, .hs-button:focus {
  background-color: ;
  border-color: ;
  
  color: ;
}

.hs-button:active {
  background-color: ;
  border-color: ;
}


.btn{
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  margin: 0 auto;
  padding: 14px 28px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

.btn:hover{
  background-color: #000;
  color: #fff;
  cursor: pointer;
}


.hs-form label {
  font-size: .83rem;
  color: ;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: ;
}


input.hs-search-field__input, input#hs-pwd-widget-password,
.hs-input {
  display: inline-block;
  width: 100%;
  color: ; 
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  letter-spacing: 1px;
  font-size: 14px;  line-height: inherit;
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  width: 100%;
  line-height: normal;
  font-family: ;
  height: 49px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: ;
}


.hs-input::-webkit-input-placeholder {
  color: ;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: ;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: ;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list &gt; li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list &gt; li + li {
  padding-top: 2px;
}
.inputs-list label &gt; input,
.inputs-list label &gt; span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 10px;
}

.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;




      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}



label {
  font-size: 14px;
  width: 130px;
  text-align: right;
  color: #33475b;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-size: 13px;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
ul.no-list {
  list-style: none;
}.inputs-list&gt;li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.hs-error-msgs label {
  color: #f2545b;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-size: 13px;
}


ul.no-list.hs-error-msgs label{
  color:  !important;
}

ul.no-list li, ul.no-list li label {
  margin: 0;
}

ul.no-list.hs-error-msgs {
  margin: 10px 0;
  padding: 0;
}

input#hs-pwd-widget-password {
  height: 40px !important;
  margin-bottom: 15px;
}

input.email-edit.hs-input {
  width: 100% !important;
  padding: 0 15px !important;
}

@media(max-width:800px){
  .btn{
    font-size: 14px;
    padding: 8px; 
  }  
}

form fieldset {
  max-width: inherit !important;
}

/*ã‚µãƒ¼ãƒ“ã‚¹ãƒšãƒ¼ã‚¸ã®ãƒ•ã‚©ãƒ¼ãƒ&nbsp;ãƒ‡ã‚¶ã‚¤ãƒ³å¤‰æ›´*/
.serviceFV__rightForm form{
  background:#f1f1f1;
  padding: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.serviceFV__rightForm form input,
.serviceFV__rightForm form select,
.serviceFV__rightForm form textarea{
  background: #fff;
  border: solid 0.5px #ccc !important;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.serviceFV__rightForm form input{
  height: 40px !important;
}

.serviceFV__rightForm form input[type=checkbox]{
  height: auto !important;
}
.serviceFV__rightForm form input[type=file]{
  height: 35px !important;
}


.serviceFV__rightForm form select:focus{
  background: #fff !important;
}
.serviceFV__rightForm form input::placeholder,
.serviceFV__rightForm form select::placeholder,
.serviceFV__rightForm form textarea::placeholder{
  color: #ccc;
  font-size: 0.7rem;
}

.serviceFV__rightForm .hs-form-required {
  font-size: 0;
}

.serviceFV__rightForm .hs-form-required::after {
  content: "å¿…é&nbsp;ˆ";
  font-size: .5rem;
  padding-left: 1rem;
}

.serviceFV__rightForm form a{
  color: #0089FF !important;
}





form{
  padding: 1.5rem!important;
  background: #FAFAFA !important;
  border: solid #f5f5f5 1px;
  border-radius: 10px;
}

form input,
form select,
form textarea{
  background: #fff;
  border: solid 0.5px #ccc !important;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
form input{
  height: 40px !important;
}

form input[type=checkbox]{
  height: auto !important;
}
form input[type=file]{
  height: 28px !important;
}


form select:focus{
  background: #fff !important;
}
form input::placeholder,
form select::placeholder,
form textarea::placeholder{
  color: #ccc;
  font-size: 0.7rem;
}

.hs-form-required {
  font-size: 0;
}

.hs-form-required::after {
  content: "å¿…é&nbsp;ˆ";
  font-size: 1.2rem;
  padding-left: 1rem;
}

form a{
  color: #60c4d2 !important;
}


.hs-register-widget-show-password{
  font-size: 12px;
  font-weight: bold;
}


.hs-input{
  border-radius: 5px !important;
}

.hs-form-field{
  margin-top: 0.5rem;
}

.hs-form-field label{
  font-weight: bold !important;
}

.hs-form-field p {
  font-size: 14px;
}

.hs-form label span{
  font-size:1.6rem;
}
.hs-input::placeholder{
  font-size: 1.6rem;
}
.hs-input{
  font-size: 1.6rem;
}


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


/* CSSã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ã®æŒ‡å®š */
.slide{
  animation: SlideIn 1s;
}

/* CSSã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ã®è¨­å®š */
@keyframes SlideIn {
  0% {
    opacity: 0;/*åˆæœŸçŠ¶æ…‹ã§ã¯é€æ˜Žã«*/
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

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

</pre></body></html>