@charset "UTF-8";

/* hbsptフォーム用CSS パターン1 */
.hbspt-form *{
  box-sizing: border-box;
  font-size: 12px;
    text-align: left;
}
.hbspt-form{background: rgba(255,255,255,0.65);width:100%;padding-top: 2px;padding-bottom: 30px;}
.hbspt-form form{display: flex;flex-wrap: wrap;}
.hbspt-form .hs-form-field{
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.hbspt-form .hs_lastname{width: 50%;}
.hbspt-form .hs_firstname{width: 50%;}
.hbspt-form label{
  display: block;
  margin-bottom: 7px;
    text-align: left;
    color: #000;
    font-weight: bold;
}
.hbspt-form .hs-form-required{
}
.hbspt-form .hs-form-required .required-txt{
    display: inline-block;
    font-style: normal;
    line-height: .64em;
    padding: 5px 3px;
    margin: .1em 1em;
    border-radius: 2px;
    background: #f2859d;
    color: #000;
}
.hbspt-form .inputs-list{
  width: 100%;
}
.hbspt-form .inputs-list li{
  display: inline-block;
  margin-right: 1em;
  text-align: center;
}
.hbspt-form input[type="text"],
.hbspt-form input[type="email"],
.hbspt-form input[type="tel"]{
  width: 100%!important;
  height: auto;
  margin: 0;
  padding: 4px;
  background-color: hsla(0,0%,39%,.1);
  border-color: rgba(0,0,0,.3);
  border-radius: 2px;
  color: #333;
  outline: none;
  box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,.1);
  border: 1px solid rgba(0,0,0,.3);
  font-size: 12px;
  line-height: 1;
}
.hbspt-form textarea{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 13px;
  background-color: hsla(0,0%,39%,.1);
  border-color: rgba(0,0,0,.3);
  border-radius: 2px;
  color: #333;
  outline: none;
  box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,.1);
  border: 1px solid rgba(0,0,0,.3);
  font-size: 16px;
  line-height: 1.8;
}
.hbspt-form input[type="radio"],
.hbspt-form input[type="checkbox"]{
  margin-right: 0.5em;
  cursor: pointer;
}

.hbspt-form .hs-dateinput input{
  width: 10em!important;
}

.hbspt-form .hs-fieldtype-select select.hs-input{
  width: auto!important;
  padding: 2px 2px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 30px;
}
.hbspt-form input[type="radio"]+span,
.hbspt-form input[type="checkbox"]+span{
  color:rgba(51,51,51,.6);
  vertical-align: middle;
  cursor: pointer;
}
.hbspt-form input[type="text"]:focus,
.hbspt-form input[type="email"]:focus,
.hbspt-form input[type="tel"]:focus{
  color: #333;
  background-color: #fff;
  border-color: #50c8a7;
}
.hbspt-form textarea:focus{
  color: #333;
  background-color: #fff;
  border-color: #50c8a7;
}
.hbspt-form input[type="radio"]:checked+span,
.hbspt-form input[type="checkbox"]:checked+span{
  color: #7fbee7;
  cursor: pointer;
}
.hbspt-form .hs-error-msgs{

}
.hbspt-form .hs-error-msgs li{
  display: inline-block;
}
.hbspt-form .hs-error-msg{
  color: #fc92a5;
  line-height: 1.8;
}
.hbspt-form .legal-consent-container{
  text-align: center;
  width: 100%;
}
.hbspt-form input[type="submit"]{
  /* width: 220px; */
  height: 60px;
  padding: 0;
    padding-left: 15px;
    padding-right: 15px;
  background: linear-gradient(#ff8b45, #ff6161);
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 6px #c11919;
  border-radius: 14px!important;
  line-height: 40px!important;
  color: white!important;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  text-align: center;
}
@supports (-ms-ime-align:auto) {
  @media print{
    .hbspt-form input[type="submit"]{
      color: #000!important;
    }
  }
}
.hbspt-form input[type="submit"]:hover{
  opacity: 0.5;
}
.hbspt-form .legal-consent-container li{
  display: inline-block;
}
.hbspt-form .legal-consent-container input{
  float: none!important;
  display: inline-block;
  margin: 0;
  padding: 13px;
  background-color: hsla(0,0%,39%,.1);
  border-color: rgba(0,0,0,.3);
  border-radius: 2px;
  color: #333;
  outline: none;
  box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,.1);
  border: 1px solid rgba(0,0,0,.3);
  font-size: 16px;
  line-height: 1.8;
}
.hbspt-form .legal-consent-container label>span{
  display: inline-block;
  margin-left: 0.5em;
}
.hbspt-form .legal-consent-container .policy-txt{
  margin: 1em 0;
}
.hbspt-form .legal-consent-container a{
  color: #208437;
  text-decoration: none;
}
.hbspt-form .legal-consent-container .hs-error-msgs label{
  color: #f2859d;
}
.hbspt-form .hs_submit{
  width: 100%;
  text-align: center;
}
.hbspt-form .hs_error_rollup{
  width: 100%;
  margin: 10px 10px 30px 10px;
  padding: 5px 10px;
  border: 2px solid #f2859d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hbspt-form .hs_error_rollup{
    width: auto;
  }
}
.hbspt-form .hs_error_rollup li{
  color: #f2859d;
  line-height: 1.8;
  text-align: center;
}

.hbspt-form fieldset.form-columns-2:after{
  content: "";
  display: block;
  clear: both;
  height: 0;
  width: 0;
}

.hbspt-form fieldset.form-columns-3:after{
  content: "";
  display: block;
  clear: both;
  height: 0;
  width: 0;
}

/* hbsptフォーム用CSS パターン1b */
/* https://www.hirayamastaff.co.jp/mlp/rpa/ */
#hbspt-container-1b{

}

#hbspt-container-1b .hbspt-form{
  background: none;
  width:100%;
  padding-top: 0;
  padding-bottom: 0;
}
#hbspt-container-1b .hbspt-form .hs-form-required .required-txt{
    background: #0068b7!important;
    padding: 10px;
    color: #FFF;
    border-radius: 5px;
}
#hbspt-container-1b .hbspt-form input[type="radio"]+span,
#hbspt-container-1b .hbspt-form input[type="checkbox"]+span{
  color:rgba(51,51,51,.9);
  vertical-align: middle;
}
#hbspt-container-1b .hbspt-form input[type="radio"]:checked+span,
#hbspt-container-1b .hbspt-form input[type="checkbox"]:checked+span{
  color: inherit;
}

/* hbsptフォーム用CSS パターン1c */
/* http://iot-hirayama.com/download/ */
/* http://iot-hirayama.com/contact/ */

.sentry .hbspt-form ul{
  margin: 0;
  padding: 0;
  position: relative;
}
.sentry .hbspt-form ul ul{
  margin: 0;
  padding: 0;
}
.sentry .hbspt-form ul li {
  line-height: 1.5;
  list-style-type: none!important;
}
.sentry .hbspt-form ul li::before{
  display: none;
}
.sentry .hbspt-form p.policy-txt{
  text-align: center!important;
}


/* hbsptフォーム用CSS パターン1d */
/* http://iot-hirayama.com/it/ */

#hbspt-container-1d .hbspt-form form {
  display: block;
  width: 100%;
}

#hbspt-container-1d .hbspt-form fieldset{
  display: contents;
  max-width: 100%;
}
#hbspt-container-1d .hbspt-form input[type="radio"]:checked+span,
#hbspt-container-1d .hbspt-form input[type="checkbox"]:checked+span{
  color: #7fbee7;
}

#hbspt-container-1d .hbspt-form p.policy-txt{
  text-align: center!important;
}

#hbspt-container-1d .hbspt-form .legal-consent-container .hs-dependent-field{
  text-align: center!important;
}

#hbspt-container-1d .hbspt-form .legal-consent-container .hs-dependent-field ul{
  text-align: center!important;
}

#hbspt-container-1d .hbspt-form .hs-submit .actions{
  text-align: center;
}

#hbspt-container-1d .hbspt-form .hs-birth_year{width: 12em!important;}
#hbspt-container-1d .hbspt-form .hs-birth_month{width: 12em!important;}
#hbspt-container-1d .hbspt-form .hs-birth_day{width: 12em!important;}

#hbspt-container-1d .hbspt-form .form-columns-3 .hs-form-field:nth-child(2){
  width: 200px!important;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #hbspt-container-1d .hbspt-form .form-columns-3 .hs-form-field:nth-child(2){
    width: 100%!important;
    margin-right: 10px;
  }
}
#hbspt-container-1d .hbspt-form .form-columns-3 .hs-form-field:nth-child(3){
  width: 95px!important;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #hbspt-container-1d .hbspt-form .form-columns-3 .hs-form-field:nth-child(3){
    width: 100%!important;
    margin-right: 10px;
  }
}
#hbspt-container-1d .hbspt-form .form-columns-3 .hs-form-field:nth-child(4){
  width: 95px!important;
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  #hbspt-container-1d .hbspt-form .form-columns-3 .hs-form-field:nth-child(4){
    width: 100%!important;
    margin-right: 10px;
  }
}
#hbspt-container-1d .hbspt-form .form-columns-3 .hs-form-field:nth-child(2) .input{
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0;
}
#hbspt-container-1d .hbspt-form .form-columns-3 .hs-form-field:nth-child(3) .input{
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0;
}
#hbspt-container-1d .hbspt-form .form-columns-3 .hs-form-field:nth-child(4) .input{
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0;
}
#hbspt-container-1d .hbspt-form .form-columns-3 select{
  width: 100%!important;
}
#hbspt-container-1d .fc3-ttl{
  padding: 0 10px;
  margin-bottom: 10px;
}