.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Trebuchet MS";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-font-style:normal;--e-global-typography-secondary-font-family:"Arial";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Arial";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*
Form CF7 responsive
*/
#responsive-form {
  max-width: 880px /*-- change this to get your desired form width --*/;
  margin: 0 auto;
  width: 100%;
  
  
}
.form-row {
  width: 100%;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 14px;
}
.column-half,
.column-full {
  float: left;
  position: relative;
  padding: 0.65rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
input[type="checkbox"] {
  margin-right: 8px;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
textarea,
select {
  color: #3c3c3c;
  border: none;
  border-bottom: 1px solid #C4C4C4;
  resize: none;
  border-radius: 0px;
  padding: 4px;
  font-size: 14px;
  background: transparent;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
  color: #54595f;
  font-size: 14px;
}

#responsive-form  input[type="submit"] {
  padding-left: 64px;
  padding-right: 64px;
  background:  transparent;
  border: 1px solid #E23369;
  color: #E23369;
  transition: ease-in all 0.3s;
  border-radius: 24px;
}

#responsive-form  input[type="submit"]:hover {
  background-color: #E23369;
  color: white;
}

.wpcf7-list-item-label a{
  color:  var(--e-global-color-primary);
}


.screen-reader-response {
  display: none;
}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
  .column-half {
    width: 50%;
  }
}/* End custom CSS */