/**  hubSpotform css  **/

.formtitle{
	    font-size: 25px;
    text-align: center;
    font-weight: bolder;
	    letter-spacing: 0.05em;
	margin-bottom:15px;
	    border-bottom: solid 1px #cccccc;
}
.formtitle .muryou{
	color:#c11328;
}
.hs-custom-style div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), 
.hs-custom-style fieldsetinput:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
    box-sizing: border-box;
    padding: 0 15px;
    min-height: 27px;
}
.hs-input {
    display: inline-block;
    width: 90%;
    max-width: 500px;
    height: 40px;
    padding: 9px 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
	    margin-bottom: 10px;
	    width: 100% !important;
}
label{
	font-size:14px;
}
.label-mobilephone-c225f0c9-ef89-4129-87bd-42d3ad64cfd2 span{
	float:left;
	margin-right:5px;
}
.hs-field-desc{
	color: #7C98B6;
    font-size: 11px
}
.hs-form-required {
  font-size: 0;
}
 
.hs-form-required::after {
  content: '必須';
  font-size: 1rem;
	margin-left:5px;
	color:#ffff;
	background:#c11328;
	padding:1px 3px
}
.hs-input::placeholder {
  color: #cccccc;
}
#personal_information-c225f0c9-ef89-4129-87bd-42d3ad64cfd2{
	font-size:14px;
}
#personal_information-c225f0c9-ef89-4129-87bd-42d3ad64cfd2{
	    width: 15px !important;
    float: left;
    margin-right: 10px;
}
.hs-error-msgs{
	    margin-top: -15px;
}
.hs-error-msgs label{
	    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    white-space: normal;
    font-weight: normal;
	color:#c11328;
	font-size:13px;
	margin-top:0;
}
.hs-button{
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    background-color: #c11328;
    border-color: #c11328;
    color: #fff;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 12px 24px;
	width:100%;
	border-radius:30px;
	margin-top:30px;
}

.fb-mv_grid_form{
	padding:25px;
}
.hs_personal_information.hs-error-msgs{
	margin-top:-10px;
}
.hs_purpose_of_use.hs-purpose_of_use.hs-fieldtype-radio.hs-form-field .hs-input[type=radio]{
	    width: 13px !important;
    height: 13px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.hs_purpose_of_use.hs-purpose_of_use.hs-fieldtype-radio.hs-form-field .hs-form-radio-display span{
	margin-left:10px;
	margin-top:-5px;
}